Make use of gcj-4.3's -fsource and -ftarget option.
[gnulib.git] / ChangeLog
1 2007-02-04  Bruno Haible  <bruno@clisp.org>
2
3         Make use of gcj-4.3's -fsource and -ftarget option.
4         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
5         and if so try the options -fsource and -ftarget.
6         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
7         source_version, ftarget_option, target_version arguments.
8         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
9         (is_envjavac_oldgcj_14_14_usable): Renamed from
10         is_envjavac_gcj_14_14_usable.
11         (is_envjavac_oldgcj_14_13_usable): Renamed from
12         is_envjavac_gcj_14_13_usable.
13         (is_gcj_present): Update.
14         (is_gcj_43, is_gcj43_usable): New functions.
15         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
16         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
17         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
18         try the options -fsource and -ftarget.
19
20 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21
22         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
23         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
24         larger value.
25
26 2007-02-03  Jim Meyering  <jim@meyering.net>
27
28         Give tools a better chance to allocate space for very large buffers.
29         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
30
31         Make pwd and readlink work also when run with an unreadable parent dir
32         on systems with openat support.
33         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
34         provided getcwd function, even when we have openat support.
35         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
36
37 2007-02-02  Bruno Haible  <bruno@clisp.org>
38
39         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
40         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
41         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
42         portability problems if one of these functions is only used on specific
43         platforms.
44         Reported by Paul Eggert.
45
46 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
47
48         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
49         is causing more trouble than it's curing.
50         * lib/regex_internal.h (__mempcpy): Remove.
51         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
52         (and make the code a tad smaller to boot).
53         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
54
55 2007-02-02  Jim Meyering  <jim@meyering.net>
56
57         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
58         section, not in the Makefile.am: one.
59
60 2007-02-02  Eric Blake  <ebb9@byu.net>
61
62         * lib/strchrnul.c: Always include config.h first.
63
64         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
65         gnulib strstr is not necessary here.
66
67 2007-02-02  Simon Josefsson  <simon@josefsson.org>
68
69         * m4/socklen.m4: Fix typo.
70
71 2007-02-02  Eric Blake  <ebb9@byu.net>
72
73         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
74         * modules/netinet_in (Makefile.am): Likewise.
75
76 2007-02-01  Bruno Haible  <bruno@clisp.org>
77
78         * lib/string_.h (GL_LINK_WARNING): New macro.
79         (strcasecmp, strstr, strcasestr): If provided by the system,
80         conditionally define as a macro that leads to a warning instead of to
81         an error.
82         (strncasecmp): Conditionally define as a macro that leads to a warning.
83
84 2007-02-01  Jim Meyering  <jim@meyering.net>
85
86         Give tools a better chance to allocate space for very large buffers.
87         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
88
89 2007-02-01  Karl Berry  <karl@gnu.org>
90
91         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
92
93 2007-02-01  Bruno Haible  <bruno@clisp.org>
94
95         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
96         renamings.
97
98 2007-02-01  Eric Blake  <ebb9@byu.net>
99
100         * modules/regex (Depends-on): Revert dependence on mempcpy.
101         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
102         module's definition of mempcpy.
103         Reported by Paul Eggert.
104
105 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
106
107         * lib/string_.h: If the gnulib module XYZ is not present, undefine
108         the symbol XYZ before redefining it.  This fixes a problem with
109         programs that don't use XYZ, when compiled on systems that define
110         XYZ to something else.
111
112 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
113
114         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
115         occurs when "mkdir -m foo" creates a setgid directory that is (1)
116         writeable to group or other and (2) is intended to have a special
117         mode bit that is set or cleared.  In such a case, the directory
118         should be neither group- nor other-writeable until the special
119         mode bits are right.
120
121 2007-01-31  Eric Blake  <ebb9@byu.net>
122
123         * modules/mountlist (Depends-on): Add strstr.
124
125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
126         bug.
127         * modules/string (Makefile.am): Remove redundant replacement.
128         * modules/regex (Depends-on): Add mempcpy.
129
130 2007-01-31  Bruno Haible  <bruno@clisp.org>
131
132         New module description field 'Link'.
133         * gnulib-tool (func_usage): Document --extract-link-directive.
134         (sed_extract_prog): Recognize 'Link' directive.
135         (func_get_link_directive): New function.
136         (func_import): Show summary of link directives.
137         Handle --extract-link-directive option.
138         * modules/acl (Link): New section.
139         * modules/clock-time (Link): New section.
140         * modules/euidaccess (Link): New section.
141         * modules/gettext (Link): New section.
142         * modules/iconv (Link): New section.
143         * modules/lock (Link): New section.
144         * modules/nanosleep (Link): New section.
145         * modules/readline (Link): New section.
146
147 2007-01-27  Bruno Haible  <bruno@clisp.org>
148
149         Enforce the use of gnulib modules for unportable <string.h> functions.
150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
151         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
152         (gl_HEADER_STRING_H_BODY): Require it.
153         * lib/string_.h: If the gnulib module XYZ is not present, redefine
154         the symbol XYZ to one that gives a link error.
155         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
156         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
157         * modules/mempcpy (configure.ac): Likewise.
158         * modules/memrchr (configure.ac): Likewise.
159         * modules/stpcpy (configure.ac): Likewise.
160         * modules/stpncpy (configure.ac): Likewise.
161         * modules/strcase (configure.ac): Likewise.
162         * modules/strcasestr (configure.ac): Likewise.
163         * modules/strchrnul (configure.ac): Likewise.
164         * modules/strdup (configure.ac): Likewise.
165         * modules/strndup (configure.ac): Likewise.
166         * modules/strnlen (configure.ac): Likewise.
167         * modules/strpbrk (configure.ac): Likewise.
168         * modules/strsep (configure.ac): Likewise.
169         * modules/strstr (configure.ac): Likewise.
170         * modules/strtok_r (configure.ac): Likewise.
171
172 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
173
174         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
175
176 2007-01-30  Jim Meyering  <jim@meyering.net>
177
178         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
179
180 2007-01-29  Bruno Haible  <bruno@clisp.org>
181
182         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
183         * lib/execute.c: Likewise.
184         * lib/pipe.c: Likewise.
185         * lib/printf-args.h: Likewise.
186         * lib/printf-args.c: Likewise.
187         * lib/printf-parse.c: Likewise.
188         * lib/vasnprintf.c: Likewise.
189
190 2007-01-29  Eric Blake  <ebb9@byu.net>
191
192         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
193         declaration.
194
195 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
196
197         * lib/strptime.h (strptime): Use 'restrict' for args where
198         POSIX requires this.
199         * lib/strptime.c (strptime): Likewise.
200         Change license notice from LGPL to GPL, since gnulib-tool will
201         change this as needed.
202         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
203         defined.
204         Include "strptime.h" first, to check interface.
205         Do not #undef _LIBC and _NL_CURRENT.
206         Do not include <stdlib.h>; no longer needed.
207         Include "time_r.h" and declare ptime_locale_status
208         only if _LIBC is not defined.
209         (__P): Remove unused macro.
210         (match_string): Bring back glibc version, but use it only if _LIBC
211         is defined.
212         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
213         Remove unnecessary assertion and abort() call.
214         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
215         * m4/strptime.m4: Fix serial number comment.
216         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
217         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
218         (Depends-on): Add time_r.
219
220 2007-01-29  Bruno Haible  <bruno@clisp.org>
221
222         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
223         strptime.
224         * modules/strptime (Depends-on): Add stdbool.
225         * lib/strptime.h: Include <time.h> always. Add comments.
226
227 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
228
229         * modules/strptime: New file.
230         * lib/strptime.h: New file.
231         * lib/strptime.c: New file.
232         * m4/strptime.m4: New file.
233
234 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
235
236         * MODULES.html.sh: New module mpsort.
237         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
238
239         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
240         a circularity problem with HP-UX ia64 reported by Bob Proulx in
241         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
242         All uses changed.
243         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
244         All uses changed.
245         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
246         to _Restrict_.
247         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
248         the parameter matches the prototype.
249
250 2007-01-28  Jim Meyering  <jim@meyering.net>
251
252         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
253         sys/time.h here, reverting that part of the previous patch:
254         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
255
256 2007-01-28  Bruno Haible  <bruno@clisp.org>
257
258         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
259         value of $(SYS_TIME_H).
260         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
261         remove it conditionally, too. [added by Jim Meyering]
262         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
263         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
264         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
265         GETTIMEOFDAY_REPLACEMENT to 1.
266
267 2007-01-28  Bruno Haible  <bruno@clisp.org>
268
269         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
270         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
271         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
272         Set UNISTD_H instead of UNISTD_H2.
273         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
274
275 2007-01-28  Bruno Haible  <bruno@clisp.org>
276
277         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
278         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
279
280 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
281
282         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
283         (func_create_testdir): Ensure C locale for `grep' and `tr'
284         character ranges.
285         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
286         ACLOCAL_AMFLAGS parsing state machine.
287
288 2007-01-27  Bruno Haible  <bruno@clisp.org>
289
290         * modules/unistr/base: Update.
291
292 2007-01-27  Bruno Haible  <bruno@clisp.org>
293
294         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
295         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
296         * modules/unistr/u32-mbtouc-unsafe: Renamed from
297         modules/unistr/u32-mbtouc.
298         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
299         * lib/unistr.h: Update.
300         * lib/linebreak.c: Update.
301         * modules/unistr/u32-mbtouc: Renamed from
302         modules/unistr/u32-mbtouc-safe.
303         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
304         * lib/unistr.h: Update.
305         * lib/unistr/u32-to-u8.c: Update.
306         * lib/unistr/u32-to-u16.c: Update.
307
308 2007-01-27  Bruno Haible  <bruno@clisp.org>
309
310         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
311         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
312         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
313         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
314         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
315         * modules/unistr/u16-mbtouc-unsafe: Renamed from
316         modules/unistr/u16-mbtouc.
317         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
318         * lib/unistr.h: Update.
319         * lib/linebreak.c: Update.
320         * modules/linebreak: Update.
321         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
322         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
323         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
324         * modules/unistr/u16-mbtouc: Renamed from
325         modules/unistr/u16-mbtouc-safe.
326         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
327         * lib/unistr.h: Update.
328         * lib/unistr/u16-to-u8.c: Update.
329         * modules/unistr/u16-to-u8: Update.
330         * lib/unistr/u16-to-u32.c: Update.
331         * modules/unistr/u16-to-u32: Update.
332
333 2007-01-27  Bruno Haible  <bruno@clisp.org>
334
335         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
336         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
337         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
338         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
339         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
340         * modules/unistr/u8-mbtouc-unsafe: Renamed from
341         modules/unistr/u8-mbtouc.
342         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
343         * lib/unistr.h: Update.
344         * lib/striconveh.c: Update.
345         * modules/striconveh: Update.
346         * lib/linebreak.c: Update.
347         * modules/linebreak: Update.
348         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
349         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
350         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
351         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
352         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
353         * lib/unistr.h: Update.
354         * lib/striconveh.c: Update.
355         * modules/striconveh: Update.
356         * lib/unistr/u8-to-u16.c: Update.
357         * modules/unistr/u8-to-u16: Update.
358         * lib/unistr/u8-to-u32.c: Update.
359         * modules/unistr/u8-to-u32: Update.
360
361 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
362
363         Sync from Libtool.
364         * lib/argz.c: Do not include strings.h nor memory.h, include
365         string.h unconditionally.  Patch by Simon Josefsson.
366
367 2007-01-27  Bruno Haible  <bruno@clisp.org>
368
369         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
370         from gl_HEADER_STRING_H_BODY.
371         (gl_HEADER_STRING_H_BODY): Require it.
372         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
373         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
374         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
375         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
376         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
377         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
378         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
379         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
380         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
381         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
382         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
383         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
384         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
385         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
386         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
387
388 2007-01-27  Bruno Haible  <bruno@clisp.org>
389
390         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
391         check_PROGRAMS into noinst_PROGRAMS.
392         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
393         check_PROGRAMS in this case.
394         (func_import): Set for_test to false.
395         (func_create_testdir): Set for_test to true.
396
397 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
398             Bruno Haible  <bruno@clisp.org>
399
400         * modules/strcasestr (Files): Remove lib/strcasestr.h.
401         (Depends-on): Add string.
402         (Includes): Use <string.h> instead of strcasestr.h.
403         * modules/string (Makefile.am): Also substitute the value of
404         REPLACE_STRCASESTR.
405         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
406         assume strcasestr is declared in <string.h> not <strings.h>. Also
407         set REPLACE_STRCASESTR.
408         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
409         REPLACE_STRCASESTR.
410         * lib/strcasestr.h: Remove file.
411         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
412         * lib/string_.h (strcasestr): New declaration.
413
414 2007-01-27  Bruno Haible  <bruno@clisp.org>
415
416         * lib/string_.h: Use 'extern'.
417
418 2007-01-27  Jim Meyering  <jim@meyering.net>
419
420         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
421         of set-but-not-used local, "q".
422
423         * lib/mempcpy.c: Include <config.h> before <string.h>.
424         This fixes a compilation error on HP-UX, due to the system's
425         "restrict"-using mempcpy prototype.
426
427 2007-01-26  Bruno Haible  <bruno@clisp.org>
428
429         Small optimization.
430         * lib/javacomp.c: Include c-strstr.h.
431          (is_envjavac_gcj): Use c_strstr instead of strstr.
432         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
433
434 2007-01-26  Bruno Haible  <bruno@clisp.org>
435
436         * MODULES.html.sh (Unicode string functions): Add the new modules.
437
438         * modules/uniconv/u32-strconv-to-locale: New file.
439         * lib/uniconv/u32-strconv-to-locale.c: New file.
440
441         * modules/uniconv/u16-strconv-to-locale: New file.
442         * lib/uniconv/u16-strconv-to-locale.c: New file.
443
444         * modules/uniconv/u8-strconv-to-locale: New file.
445         * lib/uniconv/u8-strconv-to-locale.c: New file.
446
447         * modules/uniconv/u32-strconv-from-locale: New file.
448         * lib/uniconv/u32-strconv-from-locale.c: New file.
449
450         * modules/uniconv/u16-strconv-from-locale: New file.
451         * lib/uniconv/u16-strconv-from-locale.c: New file.
452
453         * modules/uniconv/u8-strconv-from-locale: New file.
454         * lib/uniconv/u8-strconv-from-locale.c: New file.
455
456         * modules/uniconv/u32-strconv-to-enc: New file.
457         * lib/uniconv/u32-strconv-to-enc.c: New file.
458         * modules/uniconv/u32-strconv-to-enc-tests: New file.
459         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
460
461         * modules/uniconv/u16-strconv-to-enc: New file.
462         * lib/uniconv/u16-strconv-to-enc.c: New file.
463         * lib/uniconv/u-strconv-to-enc.h: New file.
464         * modules/uniconv/u16-strconv-to-enc-tests: New file.
465         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
466
467         * modules/uniconv/u8-strconv-to-enc: New file.
468         * lib/uniconv/u8-strconv-to-enc.c: New file.
469         * modules/uniconv/u8-strconv-to-enc-tests: New file.
470         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
471
472         * modules/uniconv/u32-strconv-from-enc: New file.
473         * lib/uniconv/u32-strconv-from-enc.c: New file.
474         * modules/uniconv/u32-strconv-from-enc-tests: New file.
475         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
476
477         * modules/uniconv/u16-strconv-from-enc: New file.
478         * lib/uniconv/u16-strconv-from-enc.c: New file.
479         * modules/uniconv/u16-strconv-from-enc-tests: New file.
480         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
481
482         * modules/uniconv/u8-strconv-from-enc: New file.
483         * lib/uniconv/u8-strconv-from-enc.c: New file.
484         * lib/uniconv/u-strconv-from-enc.h: New file.
485         * modules/uniconv/u8-strconv-from-enc-tests: New file.
486         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
487
488         * modules/uniconv/u32-conv-from-enc: New file.
489         * lib/uniconv/u32-conv-from-enc.c: New file.
490         * modules/uniconv/u32-conv-from-enc-tests: New file.
491         * tests/uniconv/test-u32-conv-from-enc.c: New file.
492
493         * modules/uniconv/u16-conv-from-enc: New file.
494         * lib/uniconv/u16-conv-from-enc.c: New file.
495         * lib/uniconv/u-conv-from-enc.h: New file.
496         * modules/uniconv/u16-conv-from-enc-tests: New file.
497         * tests/uniconv/test-u16-conv-from-enc.c: New file.
498
499         * modules/uniconv/u8-conv-from-enc: New file.
500         * lib/uniconv/u8-conv-from-enc.c: New file.
501         * modules/uniconv/u8-conv-from-enc-tests: New file.
502         * tests/uniconv/test-u8-conv-from-enc.c: New file.
503
504         * modules/uniconv/base: New file.
505         * lib/uniconv.h: New file.
506
507 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
508
509         * doc/gnulib-tool.texi (Initial import): Update to match current
510         behavior with strdup module.
511         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
512         * lib/memmem.h: Remove; all uses removed.  This is now done
513         by <string.h>.
514         * lib/mempcpy.h: Likewise.
515         * lib/memrchr.h: Likewise.
516         * lib/stpcpy.h: Likewise.
517         * lib/stpncpy.h: Likewise.
518         * lib/strcase.h: Likewise.
519         * lib/strchrnul.h: Likewise.
520         * lib/strdup.h: Likewise.
521         * lib/strndup.h: Likewise.
522         * lib/strnlen.h: Likewise.
523         * lib/strpbrk.h: Likewise.
524         * lib/strsep.h: Likewise.
525         * lib/strstr.h: Likewise.
526         * lib/strtok_r.h: Likewise.
527         * lib/string_.h: New file.
528         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
529         Rely on <string.h> instead.
530         * lib/canon-host.c: Likewise.
531         * lib/chdir-long.c: Likewise.
532         * lib/concatpath.c: Likewise.
533         * lib/exclude.c: Likewise.
534         * lib/fchdir.c: Likewise.
535         * lib/getaddrinfo.c: Likewise.
536         * lib/getcwd.c: Likewise.
537         * lib/getsubopt.c: Likewise.
538         * lib/glob.c: Likewise.
539         * lib/hard-locale.c: Likewise.
540         * lib/iconvme.c: Likewise.
541         * lib/javacomp.c: Likewise.
542         * lib/mempcpy.c: Likewise.
543         * lib/memrchr.c: Likewise.
544         * lib/regex_internal.h: Likewise.
545         * lib/stpncpy.c: Likewise.
546         * lib/strcasecmp.c: Likewise.
547         * lib/strchrnul.c: Likewise.
548         * lib/strdup.c: Likewise.
549         * lib/striconv.c: Likewise.
550         * lib/striconveh.c: Likewise.
551         * lib/striconveha.c: Likewise.
552         * lib/strncasecmp.c: Likewise.
553         * lib/strndup.c: Likewise.
554         * lib/strnlen.c: Likewise.
555         * lib/strsep.c: Likewise.
556         * lib/strstr.c: Likewise.
557         * lib/strtok_r.c: Likewise.
558         * lib/userspec.c: Likewise.
559         * lib/w32spawn.h: Likewise.
560         * lib/xstrndup.c: Likewise.
561         * lib/mountlist.c (strstr): Remove decl.
562         * m4/string_h.m4: New file.
563         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
564         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
565         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
566         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
567         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
568         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
569         Set REPLACE_STRCASECMP if necessary.
570         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
571         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
572         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
573         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
574         HAVE_DECL_STRDUP if necessary.
575         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
576         since gl_FUNC_STRNDUP does that now.
577         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
578         Check for decl here...
579         (gl_PREREQ_STRNLEN): ... not here.
580         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
581         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
582         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
583         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
584         necessary.
585         * modules/string: New file.
586         * modules/memmem (Files): Remove special-purpose include file.
587         (Depends-on): Add string.
588         (Include): Include <string.h>, not the removed file.
589         * modules/mempcpy: Likewise.
590         * modules/memrchr: Likewise.
591         * modules/stpcpy: Likewise.
592         * modules/stpncpy: Likewise.
593         * modules/strcase: Likewise.
594         * modules/strchrnul: Likewise.
595         * modules/strdup: Likewise.
596         * modules/strndup: Likewise.
597         * modules/strnlen: Likewise.
598         * modules/strpbrk: Likewise.
599         * modules/strsep: Likewise.
600         * modules/strstr: Likewise.
601         * modules/strtok_r: Likewise.
602         * tests/test-dirname.c: Don't include "strdup.h", since
603         <string.h> now suffices.
604         * tests/test-memmem.c: Don't include "memmem.h", since
605         <string.h> now suffices.
606
607 2007-01-25  Bruno Haible  <bruno@clisp.org>
608
609         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
610         *resultp is 0.
611
612         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
613         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
614         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
615         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
616
617         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
618         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
619         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
620         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
621         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
622         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
623
624 2007-01-24  Bruno Haible  <bruno@clisp.org>
625
626         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
627         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
628         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
629         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
630         gl_FUNC_FTS_CORE.
631         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
632         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
633         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
634         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
635         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
636         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
637         gl_FUNC_FCHOWNAT.
638         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
639         gl_FUNC_STRFTIME.
640         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
641         Reported by Ralf Wildenhues.
642
643 2007-01-24  Bruno Haible  <bruno@clisp.org>
644
645         Drop AC_REQUIRE calls that are redundant with the module dependencies.
646         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
647         gl_GETADDRINFO.
648         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
649         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
650         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
651
652 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
653
654         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
655         Don't use 'exit'; just return from 'main'.
656         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
657
658         * lib/fnmatch_.h: Readjust white space and comments to match
659         glibc, to avoid spurious diffs.
660
661 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
662
663         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
664         2004-12-01 change by Jakub Jelinek, since this code won't compile
665         if !LIBC.  Problem reported by Bob Proulx.
666
667 2007-01-23  Bruno Haible  <bruno@clisp.org>
668
669         * lib/striconveh.c: Include c-strcaseeq.h.
670         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
671         * modules/striconveh (Depends-on): Add c-strcaseeq.
672
673 2007-01-23  Bruno Haible  <bruno@clisp.org>
674
675         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
676
677         * modules/c-strcaseeq: New file.
678         * lib/c-strcaseeq.h: New file.
679
680         * modules/streq: New file.
681         * lib/streq.h: New file.
682
683 2007-01-23  Bruno Haible  <bruno@clisp.org>
684
685         * modules/striconveha-tests: New file.
686         * tests/test-striconveha.c: New file.
687
688         * lib/striconveha.h: Include <stdbool.h>.
689         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
690         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
691         (mem_iconveha_notranslit): Renamed from mem_iconveha.
692         (mem_iconveha): New function.
693         (str_iconveha_notranslit): Renamed from str_iconveha.
694         (str_iconveha): New function.
695         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
696         c-strcase.
697
698 2007-01-23  Bruno Haible  <bruno@clisp.org>
699
700         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
701         encodings without forgiving before trying any encoding with handler.
702         (str_iconveha): Try all encodings without forgiving before trying any
703         encoding with handler.
704
705 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
706
707         Import the following changes from libc.
708
709         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
710
711         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
712
713         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
714
715         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
716         normal_bracket label.
717
718         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
719
720         [BZ #361]
721         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
722         to normal_bracket after fetching the next character.
723
724 2007-01-22  Bruno Haible  <bruno@clisp.org>
725
726         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
727         argument.
728         * lib/striconveh.c (iconv_carefully_1): New function.
729         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
730         argument.
731         (str_cd_iconveh): Update.
732         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
733         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
734         * tests/test-striconveh.c (MAGIC): New macro.
735         (new_offsets): New function.
736         (main): Test call with and without offsets.
737
738 2007-01-22  Bruno Haible  <bruno@clisp.org>
739
740         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
741         * modules/sys_select (Makefile.am): Likewise.
742         * modules/sys_socket (Makefile.am): Likewise.
743         * modules/sys_time (Makefile.am): Likewise.
744
745 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
746
747         * modules/gettimeofday (License): Change from GPL to LGPL, since
748         gettimeofday is a library function.
749
750 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
751
752         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
753
754 2007-01-21  Bruno Haible  <bruno@clisp.org>
755
756         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
757
758 2007-01-21  Bruno Haible  <bruno@clisp.org>
759
760         * modules/striconveha: New file.
761         * lib/striconveha.h: New file.
762         * lib/striconveha.c: New file.
763         * MODULES.html.sh (Internationalization functions): Add striconveha.
764         * lib/striconv.c (str_iconv): Optimize the case of an empty input
765         string.
766         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
767
768 2007-01-21  Bruno Haible  <bruno@clisp.org>
769
770         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
771         * lib/striconveh.c (str_iconveh): Likewise.
772
773 2007-01-21  Bruno Haible  <bruno@clisp.org>
774
775         * lib/striconveh.h (mem_iconveh): New declaration.
776         * lib/striconveh.c (mem_iconveh): New function.
777         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
778
779 2007-01-21  Bruno Haible  <bruno@clisp.org>
780
781         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
782
783         * lib/striconveh.h (mem_cd_iconveh): Change specification.
784         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
785         original result buffer.
786         (str_cd_iconveh): Update.
787         * tests/test-striconveh.c (main): Update.
788
789         * lib/striconv.h (mem_cd_iconv): Change specification.
790         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
791         result buffer.
792         (str_cd_iconv): Update.
793         * tests/test-striconv.c (main): Update.
794
795 2007-01-21  Bruno Haible  <bruno@clisp.org>
796
797         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
798
799 2007-01-20  Jim Meyering  <jim@meyering.net>
800
801         * lib/userspec.c (parse_with_separator): If a user or group string
802         starts with "+", skip the corresponding name-to-ID look-up, since
803         such a look-up must fail: user and group names may not include "+".
804
805 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
806
807         * lib/poll.c: Include sys/time.h and time.h unconditionally,
808         since we now assume the sys_time module.
809         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
810         check for sys/time.h; no longer needed.
811         * modules/poll (Depends-on): Depend on sys_time.
812
813 2007-01-18  Bruno Haible  <bruno@clisp.org>
814
815         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
816         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
817
818         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
819         gettimeofday.
820
821         * tests/test-gettimeofday.c: Include <time.h>.
822         (dummy): Remove variable.
823
824         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
825         gl_HEADER_SYS_TIME_H.
826         (gl_HEADER_SYS_TIME_H): New macro.
827
828         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
829         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
830         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
831         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
832         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
833         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
834         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
835         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
836         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
837         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
838         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
839
840         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
841         last change; it caused a compilation error when cross-compiling to
842         Cygwin.
843
844 2007-01-18  Jim Meyering  <jim@meyering.net>
845
846         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
847         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
848         than the race-prone "test -d sys || mkdir sys".
849         (configure.ac): Use AC_PROG_MKDIR_P.
850         * modules/sys_select: Likewise.
851         * modules/sys_socket: Likewise.
852         * modules/sys_time: Likewise.
853
854 2007-01-18  Eric Blake  <ebb9@byu.net>
855
856         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
857         replace gettimeofday.
858         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
859         name, to avoid infinite recursion.
860
861 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
862
863         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
864         module sys_time.
865         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
866         assume timespec.h defines struct timeval.
867         * lib/settime.c: Likewise.
868         * lib/utimens.c: Likewise.
869         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
870         since we now assume the gettimeofday module.
871         * lib/tempname.c (__gen_tempname): Likewise.
872         * lib/gettimeofday.h: Remove.
873         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
874         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
875         Include <time.h>, for 'time()'.
876         (localtime_buffer_addr): Also use this workaround if
877         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
878         to simplify the uses.  All uses changed.
879         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
880         that #undef is inside {}, and 'const' follows type name consistently.
881         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
882         (gettimeofday): Do not use the maximum possible value for
883         tv->tv_usec, since that might break usages other than ls.c.
884         Instead, we'll leave ls.c alone.  This undoes today's patch
885         by Bruno.  Add a compile-time warning for 1s-clock resolution;
886         we've never observed the problem but might as well keep the
887         canary.
888         * lib/nanosleep.c: Include timespec.h first, for interface check.
889         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
890         now assume the sys_time module.
891         * lib/tempname.c: Likewise.
892         * lib/timespec.h: Likewise.
893         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
894         needed.
895         * lib/strftime.c: Likewise.
896         * lib/timespec.h: Likewise.
897         * lib/posixtm.c: Include posixtm.h first, for interface check.
898         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
899         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
900         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
901         * lib/sys_time_.h: New file.
902         * lib/timespec.h (struct timespec): Use long int, not long.
903         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
904         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
905         Remove obsolescent call to AC_HEADER_TIME.
906         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
907         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
908         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
909         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
910         Likewise.
911         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
912         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
913         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
914         into the sys_time module.  Check for gettimeofday just once.
915         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
916         for gettimeofday signature to just check the signature.  Merely
917         compile it, since linking doesn't test signature.  Improve test for
918         whether gettimeofday.o is actually needed.
919         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
920         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
921         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
922         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
923         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
924         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
925         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
926         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
927         than worrying about sys/time.h.
928         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
929         Don't bother worrying about TIME_WITH_SYS_TIME.
930         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
931         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
932         * m4/sys_time_h.m4: New file.
933         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
934         Don't include sys/time.h.  Return from main rather than exiting.
935         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
936         all uses changed.
937         * modules/gethrxtime (Depends-on): Add sys_time.
938         * modules/gettime (Depends-on): Likewise.
939         * modules/gettimeofday (Depends-on): Likewise.
940         * modules/nanosleep (Depends-on): Likewise.
941         * modules/settime (Depends-on): Likewise.
942         * modules/tempname (Depends-on): Likewise.
943         * modules/utimens (Depends-on): Likewise.
944         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
945         (Include:) Change back to <sys/time.h>.
946         (Maintainer:) Add self.
947         * modules/sys_time: New file.
948         * modules/tempname (Depends-on): Add gettimeofday.
949         * tests/test-gettimeofday.c: Include <sys/time.h>
950         rather than gettimeofday.h.
951
952 2007-01-17  Bruno Haible  <bruno@clisp.org>
953
954         * gnulib-tool (func_get_license): Revert last patch. Instead, let
955         the license default to GPL.
956         (func_create_testdir): Don't complain if a module is LGPL and its
957         tests module depends on GPLed modules.
958
959 2007-01-17  Bruno Haible  <bruno@clisp.org>
960
961         * lib/gettimeofday.c (gettimeofday): Add code for the case
962         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
963         maximum possible value for tv->tv_usec, rather than the minimum one.
964
965 2005-10-08  Martin Lambers  <marlam@marlam.de>
966 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
967 2007-01-16  Bruno Haible  <bruno@clisp.org>
968
969         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
970         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
971         gl_FUNC_GETTIMEOFDAY.
972         (Include): Add gettimeofday.h.
973         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
974         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
975         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
976         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
977         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
978         * lib/gettimeofday.h: New file.
979         * lib/gettimeofday.c: Include <sys/timeb.h>.
980         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
981         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
982         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
983         fall back on time().
984
985         * tests/test-gettimeofday.c: New file.
986         * modules/gettimeofday-tests: New file.
987
988 2007-01-16  Eric Blake  <ebb9@byu.net>
989
990         * modules/fnmatch (Depends-on): Depend on wchar.
991         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
992         * m4/fnmatch.m4: Likewise.
993         * modules/mbchar (Makefile.am): Assume <wchar.h>.
994         * m4/mbchar.m4: Likewise.
995         * modules/mbswidth (Depends-on): Depend on wchar.
996         * lib/mbswidth.c: Assume <wchar.h>.
997         * m4/mbswidth.m4: Likewise.
998         * modules/quotearg (Depends-on): Depend on wchar.
999         * lib/quotearg.c: Assume <wchar.h>.
1000         * m4/quotearg.m4: Likewise.
1001         * modules/regex (Depends-on): Depend on wchar.
1002         * lib/regex_internal.h: Assume <wchar.h>.
1003         * m4/regex.m4: Likewise.
1004         * modules/stdint (Depends-on): Depend on wchar.
1005         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1006         * m4/stdint.m4: Likewise.
1007         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1008         * modules/strftime (Depends-on): Depend on wchar.
1009         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1010         * modules/strtol (Depends-on): Depend on wchar.
1011         * lib/strtol.c: Assume <wchar.h>.
1012         * modules/wcwidth (Depends-on): Depend on wchar.
1013         * lib/wcwidth.h: Assume <wchar.h>.
1014         * m4/wcwidth.m4: Likewise.
1015
1016 2007-01-16  Bruno Haible  <bruno@clisp.org>
1017
1018         * modules/csharpexec-script: New, created from...
1019         * modules/csharpexec: ... this.
1020
1021 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1022
1023         * modules/javaexec-script: New, created from...
1024         * modules/javaexec: ... this.
1025
1026 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1027
1028         * modules/poll (Dependencies): Add sys_select.
1029
1030 2007-01-15  Jim Meyering  <jim@meyering.net>
1031
1032         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1033         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1034         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1035         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1036
1037 2007-01-15  Bruno Haible  <bruno@clisp.org>
1038
1039         * modules/striconveh: New file.
1040         * lib/striconveh.h: New file.
1041         * lib/striconveh.c: New file.
1042         * MODULES.html.sh (Internationalization functions): Add striconveh.
1043
1044         * modules/striconveh-tests: New file.
1045         * tests/test-striconveh.c: New file.
1046
1047 2007-01-15  Bruno Haible  <bruno@clisp.org>
1048
1049         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1050         not from GNU libiconv or GNU libc.
1051
1052 2007-01-15  Bruno Haible  <bruno@clisp.org>
1053
1054         * doc/gnulib-intro.texi (Copyright): Explain the different license
1055         terms for module descriptions, autoconf macros, tests, documentation.
1056
1057 2007-01-14  Bruno Haible  <bruno@clisp.org>
1058
1059         * modules/striconv-tests: New file.
1060         * tests/test-striconv.c: New file.
1061
1062 2007-01-14  Bruno Haible  <bruno@clisp.org>
1063
1064         * modules/iconv-tests: New file.
1065         * tests/test-iconv.c: New file.
1066
1067 2007-01-14  Bruno Haible  <bruno@clisp.org>
1068
1069         * gnulib-tool (func_get_license): For test modules, use the license of
1070         the main module.
1071
1072 2007-01-14  Bruno Haible  <bruno@clisp.org>
1073
1074         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1075         if iconv is found to exist.
1076
1077 2007-01-14  Bruno Haible  <bruno@clisp.org>
1078
1079         * modules/c-ctype-tests: New file.
1080         * tests/test-c-ctype.c: New file.
1081
1082 2007-01-14  Bruno Haible  <bruno@clisp.org>
1083
1084         * modules/binary-io-tests: New file.
1085         * tests/test-binary-io.sh: New file.
1086         * tests/test-binary-io.c: New file.
1087
1088 2007-01-14  Bruno Haible  <bruno@clisp.org>
1089
1090         * modules/array-oset-tests: New file.
1091         * tests/test-array_oset.c: New file.
1092
1093 2007-01-14  Bruno Haible  <bruno@clisp.org>
1094
1095         * modules/array-list-tests: New file.
1096         * tests/test-array_list.c: New file.
1097
1098 2007-01-14  Bruno Haible  <bruno@clisp.org>
1099
1100         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1101         and make.
1102         Reported by Simon Josefsson in
1103         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1104
1105 2007-01-14  Bruno Haible  <bruno@clisp.org>
1106
1107         * modules/allocsa-tests: New file.
1108         * tests/test-allocsa.c: New file.
1109
1110 2007-01-14  Bruno Haible  <bruno@clisp.org>
1111
1112         * modules/fchdir (Depends-on): Add absolute-header.
1113         * modules/unistd (Depends-on): Likewise.
1114
1115 2006-12-30  Bruno Haible  <bruno@clisp.org>
1116
1117         * modules/fchdir: New file.
1118         * modules/unistd (Files): Add lib/unistd_.h.
1119         (Makefile.am): Generate unistd.h from unistd_.h.
1120         * lib/fchdir.c: New file.
1121         * lib/dirent_.h: New file.
1122         * lib/unistd_.h: New file.
1123         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1124         * m4/fchdir.m4: New file.
1125         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1126         (gl_HEADER_UNISTD): Invoke it.
1127         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1128         function.
1129         * lib/backupfile.c (opendir, closedir): Undefine.
1130         * lib/chown.c (open, close): Undefine.
1131         * lib/clean-temp.c (open, close): Undefine.
1132         * lib/copy-file.c (open, close): Undefine.
1133         * lib/execute.c (open, close): Undefine.
1134         * lib/fsusage.c (open, close): Undefine.
1135         * lib/gc-gnulib.c (open, close): Undefine.
1136         * lib/getcwd.c (opendir, closedir): Undefine.
1137         * lib/glob.c (opendir, closedir): Undefine.
1138         * lib/javacomp.c (open, close): Undefine.
1139         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1140         * lib/openat-proc.c (open, close): Undefine.
1141         * lib/pagealign_alloc.c (open, close): Undefine.
1142         * lib/pipe.c (open, close): Undefine.
1143         * lib/progreloc.c (open, close): Undefine.
1144         * lib/savedir.c (opendir, closedir): Undefine.
1145         * lib/utime.c (open, close): Undefine.
1146         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1147
1148 2007-01-10  Bruno Haible  <bruno@clisp.org>
1149
1150         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1151
1152 2007-01-12  Eric Blake  <ebb9@byu.net>
1153
1154         Provide a robust <wchar.h>.  Further simplifications are now
1155         possible in other modules, but not included here.
1156         * modules/wchar: New module.
1157         * m4/wchar.m4: New file.
1158         * lib/wchar_.h: Likewise.
1159         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1160         of the new module.
1161         * MODULES.html.sh (Extended multibyte and wide character utilities):
1162         New section.
1163
1164 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1165
1166         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1167         to a reasonable default for memory allocation.
1168         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1169         file system that reports garbage st_size values for symlinks.
1170         Problem reported by Liyang Hu.
1171
1172 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1173
1174         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1175         Emacs .#* auto-save files).
1176
1177 2007-01-11  Bruno Haible  <bruno@clisp.org>
1178
1179         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1180         directory.
1181
1182 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1183
1184         Use @...@ consistently in lib/wctype_.h.
1185         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1186         on it being set to 1 or 0.
1187         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1188         go back to AC_SUBSTing it.
1189         * modules/wctype (Makefile.am): Undo previous change.
1190
1191 2007-01-10  Eric Blake  <ebb9@byu.net>
1192
1193         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1194         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1195         * modules/wctype (Makefile.am): Likewise.
1196         Reported by Chris McGuire.
1197
1198 2007-01-10  Jim Meyering  <jim@meyering.net>
1199
1200         fts.c: a small readability/maintainability improvement
1201         * lib/fts.c (fts_read): Make this code slightly more readable and
1202         maintainable by hoisting the "sp->fts_cur = p" assignments to
1203         immediately follow the statements that set P.  Derived from
1204         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1205
1206 2007-01-10  Eric Blake  <ebb9@byu.net>
1207
1208         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1209         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1210         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1211         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1212         Reported by Chris McGuire.
1213
1214 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1215
1216         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1217         in sed script.
1218
1219 2007-01-09  Bruno Haible  <bruno@clisp.org>
1220
1221         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1222         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1223         variables.
1224         (func_module): Use them.
1225
1226 2007-01-09  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/unistr/base: New file.
1229         * lib/unistr.h: New file.
1230
1231         * modules/unistr/u8-to-u16: New file.
1232         * lib/unistr/u8-to-u16.c: New file.
1233
1234         * modules/unistr/u8-to-u32: New file.
1235         * lib/unistr/u8-to-u32.c: New file.
1236
1237         * modules/unistr/u16-to-u8: New file.
1238         * lib/unistr/u16-to-u8.c: New file.
1239
1240         * modules/unistr/u16-to-u32: New file.
1241         * lib/unistr/u16-to-u32.c: New file.
1242
1243         * modules/unistr/u32-to-u8: New file.
1244         * lib/unistr/u32-to-u8.c: New file.
1245
1246         * modules/unistr/u32-to-u16: New file.
1247         * lib/unistr/u32-to-u16.c: New file.
1248
1249         * modules/unistr/u8-check: New file.
1250         * modules/unistr/u16-check: New file.
1251         * modules/unistr/u32-check: New file.
1252         * lib/unistr/u8-check.c: New file.
1253         * lib/unistr/u16-check.c: New file.
1254         * lib/unistr/u32-check.c: New file.
1255
1256         * modules/unistr/u8-chr: New file.
1257         * modules/unistr/u16-chr: New file.
1258         * modules/unistr/u32-chr: New file.
1259         * lib/unistr/u8-chr.c: New file.
1260         * lib/unistr/u16-chr.c: New file.
1261         * lib/unistr/u32-chr.c: New file.
1262
1263         * modules/unistr/u8-cmp: New file.
1264         * modules/unistr/u16-cmp: New file.
1265         * modules/unistr/u32-cmp: New file.
1266         * lib/unistr/u8-cmp.c: New file.
1267         * lib/unistr/u16-cmp.c: New file.
1268         * lib/unistr/u32-cmp.c: New file.
1269
1270         * modules/unistr/u8-cpy: New file.
1271         * modules/unistr/u16-cpy: New file.
1272         * modules/unistr/u32-cpy: New file.
1273         * lib/unistr/u8-cpy.c: New file.
1274         * lib/unistr/u16-cpy.c: New file.
1275         * lib/unistr/u32-cpy.c: New file.
1276         * lib/unistr/u-cpy.h: New file.
1277
1278         * modules/unistr/u8-cpy-alloc: New file.
1279         * modules/unistr/u16-cpy-alloc: New file.
1280         * modules/unistr/u32-cpy-alloc: New file.
1281         * lib/unistr/u8-cpy-alloc.c: New file.
1282         * lib/unistr/u16-cpy-alloc.c: New file.
1283         * lib/unistr/u32-cpy-alloc.c: New file.
1284         * lib/unistr/u-cpy-alloc.h: New file.
1285
1286         * modules/unistr/u8-endswith: New file.
1287         * modules/unistr/u16-endswith: New file.
1288         * modules/unistr/u32-endswith: New file.
1289         * lib/unistr/u8-endswith.c: New file.
1290         * lib/unistr/u16-endswith.c: New file.
1291         * lib/unistr/u32-endswith.c: New file.
1292         * lib/unistr/u-endswith.h: New file.
1293
1294         * modules/unistr/u8-mblen: New file.
1295         * modules/unistr/u16-mblen: New file.
1296         * modules/unistr/u32-mblen: New file.
1297         * lib/unistr/u8-mblen.c: New file.
1298         * lib/unistr/u16-mblen.c: New file.
1299         * lib/unistr/u32-mblen.c: New file.
1300
1301         * modules/unistr/u8-mbtouc: New file.
1302         * modules/unistr/u16-mbtouc: New file.
1303         * modules/unistr/u32-mbtouc: New file.
1304         * lib/unistr/u8-mbtouc.c: New file.
1305         * lib/unistr/u16-mbtouc.c: New file.
1306         * lib/unistr/u32-mbtouc.c: New file.
1307
1308         * modules/unistr/u8-mbtouc-safe: New file.
1309         * modules/unistr/u16-mbtouc-safe: New file.
1310         * modules/unistr/u32-mbtouc-safe: New file.
1311         * lib/unistr/u8-mbtouc-safe.c: New file.
1312         * lib/unistr/u16-mbtouc-safe.c: New file.
1313         * lib/unistr/u32-mbtouc-safe.c: New file.
1314
1315         * modules/unistr/u8-move: New file.
1316         * modules/unistr/u16-move: New file.
1317         * modules/unistr/u32-move: New file.
1318         * lib/unistr/u8-move.c: New file.
1319         * lib/unistr/u16-move.c: New file.
1320         * lib/unistr/u32-move.c: New file.
1321         * lib/unistr/u-move.h: New file.
1322
1323         * modules/unistr/u8-next: New file.
1324         * modules/unistr/u16-next: New file.
1325         * modules/unistr/u32-next: New file.
1326         * lib/unistr/u8-next.c: New file.
1327         * lib/unistr/u16-next.c: New file.
1328         * lib/unistr/u32-next.c: New file.
1329
1330         * modules/unistr/u8-prev: New file.
1331         * modules/unistr/u16-prev: New file.
1332         * modules/unistr/u32-prev: New file.
1333         * lib/unistr/u8-prev.c: New file.
1334         * lib/unistr/u16-prev.c: New file.
1335         * lib/unistr/u32-prev.c: New file.
1336
1337         * modules/unistr/u8-set: New file.
1338         * modules/unistr/u16-set: New file.
1339         * modules/unistr/u32-set: New file.
1340         * lib/unistr/u8-set.c: New file.
1341         * lib/unistr/u16-set.c: New file.
1342         * lib/unistr/u32-set.c: New file.
1343         * lib/unistr/u-set.h: New file.
1344
1345         * modules/unistr/u8-startswith: New file.
1346         * modules/unistr/u16-startswith: New file.
1347         * modules/unistr/u32-startswith: New file.
1348         * lib/unistr/u8-startswith.c: New file.
1349         * lib/unistr/u16-startswith.c: New file.
1350         * lib/unistr/u32-startswith.c: New file.
1351         * lib/unistr/u-startswith.h: New file.
1352
1353         * modules/unistr/u8-stpcpy: New file.
1354         * modules/unistr/u16-stpcpy: New file.
1355         * modules/unistr/u32-stpcpy: New file.
1356         * lib/unistr/u8-stpcpy.c: New file.
1357         * lib/unistr/u16-stpcpy.c: New file.
1358         * lib/unistr/u32-stpcpy.c: New file.
1359         * lib/unistr/u-stpcpy.h: New file.
1360
1361         * modules/unistr/u8-stpncpy: New file.
1362         * modules/unistr/u16-stpncpy: New file.
1363         * modules/unistr/u32-stpncpy: New file.
1364         * lib/unistr/u8-stpncpy.c: New file.
1365         * lib/unistr/u16-stpncpy.c: New file.
1366         * lib/unistr/u32-stpncpy.c: New file.
1367         * lib/unistr/u-stpncpy.h: New file.
1368
1369         * modules/unistr/u8-strcat: New file.
1370         * modules/unistr/u16-strcat: New file.
1371         * modules/unistr/u32-strcat: New file.
1372         * lib/unistr/u8-strcat.c: New file.
1373         * lib/unistr/u16-strcat.c: New file.
1374         * lib/unistr/u32-strcat.c: New file.
1375         * lib/unistr/u-strcat.h: New file.
1376
1377         * modules/unistr/u8-strchr: New file.
1378         * modules/unistr/u16-strchr: New file.
1379         * modules/unistr/u32-strchr: New file.
1380         * lib/unistr/u8-strchr.c: New file.
1381         * lib/unistr/u16-strchr.c: New file.
1382         * lib/unistr/u32-strchr.c: New file.
1383
1384         * modules/unistr/u8-strcmp: New file.
1385         * modules/unistr/u16-strcmp: New file.
1386         * modules/unistr/u32-strcmp: New file.
1387         * lib/unistr/u8-strcmp.c: New file.
1388         * lib/unistr/u16-strcmp.c: New file.
1389         * lib/unistr/u32-strcmp.c: New file.
1390
1391         * modules/unistr/u8-strcpy: New file.
1392         * modules/unistr/u16-strcpy: New file.
1393         * modules/unistr/u32-strcpy: New file.
1394         * lib/unistr/u8-strcpy.c: New file.
1395         * lib/unistr/u16-strcpy.c: New file.
1396         * lib/unistr/u32-strcpy.c: New file.
1397         * lib/unistr/u-strcpy.h: New file.
1398
1399         * modules/unistr/u8-strcspn: New file.
1400         * modules/unistr/u16-strcspn: New file.
1401         * modules/unistr/u32-strcspn: New file.
1402         * lib/unistr/u8-strcspn.c: New file.
1403         * lib/unistr/u16-strcspn.c: New file.
1404         * lib/unistr/u32-strcspn.c: New file.
1405         * lib/unistr/u-strcspn.h: New file.
1406
1407         * modules/unistr/u8-strdup: New file.
1408         * modules/unistr/u16-strdup: New file.
1409         * modules/unistr/u32-strdup: New file.
1410         * lib/unistr/u8-strdup.c: New file.
1411         * lib/unistr/u16-strdup.c: New file.
1412         * lib/unistr/u32-strdup.c: New file.
1413         * lib/unistr/u-strdup.h: New file.
1414
1415         * modules/unistr/u8-strlen: New file.
1416         * modules/unistr/u16-strlen: New file.
1417         * modules/unistr/u32-strlen: New file.
1418         * lib/unistr/u8-strlen.c: New file.
1419         * lib/unistr/u16-strlen.c: New file.
1420         * lib/unistr/u32-strlen.c: New file.
1421         * lib/unistr/u-strlen.h: New file.
1422
1423         * modules/unistr/u8-strmblen: New file.
1424         * modules/unistr/u16-strmblen: New file.
1425         * modules/unistr/u32-strmblen: New file.
1426         * lib/unistr/u8-strmblen.c: New file.
1427         * lib/unistr/u16-strmblen.c: New file.
1428         * lib/unistr/u32-strmblen.c: New file.
1429
1430         * modules/unistr/u8-strmbtouc: New file.
1431         * modules/unistr/u16-strmbtouc: New file.
1432         * modules/unistr/u32-strmbtouc: New file.
1433         * lib/unistr/u8-strmbtouc.c: New file.
1434         * lib/unistr/u16-strmbtouc.c: New file.
1435         * lib/unistr/u32-strmbtouc.c: New file.
1436
1437         * modules/unistr/u8-strncat: New file.
1438         * modules/unistr/u16-strncat: New file.
1439         * modules/unistr/u32-strncat: New file.
1440         * lib/unistr/u8-strncat.c: New file.
1441         * lib/unistr/u16-strncat.c: New file.
1442         * lib/unistr/u32-strncat.c: New file.
1443         * lib/unistr/u-strncat.h: New file.
1444
1445         * modules/unistr/u8-strncmp: New file.
1446         * modules/unistr/u16-strncmp: New file.
1447         * modules/unistr/u32-strncmp: New file.
1448         * lib/unistr/u8-strncmp.c: New file.
1449         * lib/unistr/u16-strncmp.c: New file.
1450         * lib/unistr/u32-strncmp.c: New file.
1451
1452         * modules/unistr/u8-strncpy: New file.
1453         * modules/unistr/u16-strncpy: New file.
1454         * modules/unistr/u32-strncpy: New file.
1455         * lib/unistr/u8-strncpy.c: New file.
1456         * lib/unistr/u16-strncpy.c: New file.
1457         * lib/unistr/u32-strncpy.c: New file.
1458         * lib/unistr/u-strncpy.h: New file.
1459
1460         * modules/unistr/u8-strnlen: New file.
1461         * modules/unistr/u16-strnlen: New file.
1462         * modules/unistr/u32-strnlen: New file.
1463         * lib/unistr/u8-strnlen.c: New file.
1464         * lib/unistr/u16-strnlen.c: New file.
1465         * lib/unistr/u32-strnlen.c: New file.
1466         * lib/unistr/u-strnlen.h: New file.
1467
1468         * modules/unistr/u8-strpbrk: New file.
1469         * modules/unistr/u16-strpbrk: New file.
1470         * modules/unistr/u32-strpbrk: New file.
1471         * lib/unistr/u8-strpbrk.c: New file.
1472         * lib/unistr/u16-strpbrk.c: New file.
1473         * lib/unistr/u32-strpbrk.c: New file.
1474         * lib/unistr/u-strpbrk.h: New file.
1475
1476         * modules/unistr/u8-strrchr: New file.
1477         * modules/unistr/u16-strrchr: New file.
1478         * modules/unistr/u32-strrchr: New file.
1479         * lib/unistr/u8-strrchr.c: New file.
1480         * lib/unistr/u16-strrchr.c: New file.
1481         * lib/unistr/u32-strrchr.c: New file.
1482
1483         * modules/unistr/u8-strspn: New file.
1484         * modules/unistr/u16-strspn: New file.
1485         * modules/unistr/u32-strspn: New file.
1486         * lib/unistr/u8-strspn.c: New file.
1487         * lib/unistr/u16-strspn.c: New file.
1488         * lib/unistr/u32-strspn.c: New file.
1489         * lib/unistr/u-strspn.h: New file.
1490
1491         * modules/unistr/u8-strstr: New file.
1492         * modules/unistr/u16-strstr: New file.
1493         * modules/unistr/u32-strstr: New file.
1494         * lib/unistr/u8-strstr.c: New file.
1495         * lib/unistr/u16-strstr.c: New file.
1496         * lib/unistr/u32-strstr.c: New file.
1497         * lib/unistr/u-strstr.h: New file.
1498
1499         * modules/unistr/u8-strtok: New file.
1500         * modules/unistr/u16-strtok: New file.
1501         * modules/unistr/u32-strtok: New file.
1502         * lib/unistr/u8-strtok.c: New file.
1503         * lib/unistr/u16-strtok.c: New file.
1504         * lib/unistr/u32-strtok.c: New file.
1505         * lib/unistr/u-strtok.h: New file.
1506
1507         * modules/unistr/u8-uctomb: New file.
1508         * modules/unistr/u16-uctomb: New file.
1509         * modules/unistr/u32-uctomb: New file.
1510         * lib/unistr/u8-uctomb.c: New file.
1511         * lib/unistr/u16-uctomb.c: New file.
1512         * lib/unistr/u32-uctomb.c: New file.
1513
1514         * MODULES.html.sh (Unicode string functions): Add the new modules.
1515
1516 2007-01-08  Bruno Haible  <bruno@clisp.org>
1517
1518         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1519         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1520         subdirectories.
1521
1522 2007-01-08  Karl Berry  <karl@gnu.org>
1523
1524         * doc/error.texi: mention that main() fns must set program_name
1525         when progname is used.
1526
1527 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1528
1529         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1530         WCTYPE_H is empty, for the benefit of builds from non-distclean
1531         directories.  Problem reported by Eric Blake in
1532         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1533
1534 2007-01-08  Bruno Haible  <bruno@clisp.org>
1535
1536         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1537         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1538         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1539         PROVIDE_CANONICALIZE_FILENAME_MODE.
1540         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1541
1542 2007-01-08  Bruno Haible  <bruno@clisp.org>
1543
1544         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1545         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1546         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1547         * lib/fts.c: Likewise.
1548         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1549
1550 2006-12-25  Bruno Haible  <bruno@clisp.org>
1551
1552         * modules/utf8-ucs4-safe: New file.
1553         * lib/utf8-ucs4-safe.h: New file.
1554         * lib/unistr/utf8-ucs4-safe.c: New file.
1555
1556         * modules/utf16-ucs4-safe: New file.
1557         * lib/utf16-ucs4-safe.h: New file.
1558         * lib/unistr/utf16-ucs4-safe.c: New file.
1559
1560         * MODULES.html.sh (Unicode string functions): Add the new modules.
1561
1562 2007-01-08  Bruno Haible  <bruno@clisp.org>
1563
1564         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1565         (Depends-on): Add unitypes.
1566         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1567         (u8_mbtouc_aux): Move out to separate file.
1568         (u8_mbtouc): Use ucs4_t, uint8_t types.
1569         * lib/unistr/utf8-ucs4.c: New file.
1570
1571         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1572         (Depends-on): Add unitypes.
1573         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1574         (u16_mbtouc_aux): Move out to separate file.
1575         (u16_mbtouc): Use ucs4_t, uint16_t types.
1576         * lib/unistr/utf16-ucs4.c: New file.
1577
1578         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1579         (Depends-on): Add unitypes.
1580         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1581         (u8_uctomb_aux): Move out to separate file.
1582         (u8_uctomb): Use ucs4_t, uint8_t types.
1583         * lib/unistr/ucs4-utf8.c: New file.
1584
1585         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1586         (Depends-on): Add unitypes.
1587         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1588         (u16_uctomb_aux): Move out to separate file.
1589         (u16_uctomb): Use ucs4_t, uint16_t types.
1590         * lib/unistr/ucs4-utf16.c: New file.
1591
1592 2006-12-25  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/unitypes: New file.
1595         * lib/unitypes.h: New file.
1596         * MODULES.html.sh (func_all_modules): New section "Unicode string
1597         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1598         this section. Add unitypes.
1599
1600 2007-01-08  Bruno Haible  <bruno@clisp.org>
1601
1602         Avoid variable names that conflict with those from libtool.
1603         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1604         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1605         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1606         library_names_spec to acl_library_names_spec, hardcode_* to
1607         acl_hardcode_*.
1608         Reported by Ralf Wildenhues.
1609
1610 2007-01-08  Bruno Haible  <bruno@clisp.org>
1611
1612         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1613         definition.
1614         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1615         definition.
1616         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1617         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1618         definition.
1619         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1620         definition.
1621         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1622         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1623         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1624         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1625         definition.
1626         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1627         definition.
1628         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1629         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1630         GC_USE_<algorithm>.
1631         * lib/gc-libgcrypt.c: Likewise.
1632         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1633         * modules/gc-arctwo (configure.ac): Likewise.
1634         * modules/gc-des (configure.ac): Likewise.
1635         * modules/gc-hmac-md5 (configure.ac): Likewise.
1636         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1637         * modules/gc-md2 (configure.ac): Likewise.
1638         * modules/gc-md4 (configure.ac): Likewise.
1639         * modules/gc-md5 (configure.ac): Likewise.
1640         * modules/gc-random (configure.ac): Likewise.
1641         * modules/gc-rijndael (configure.ac): Likewise.
1642         * modules/gc-sha1 (configure.ac): Likewise.
1643
1644 2007-01-08  Bruno Haible  <bruno@clisp.org>
1645
1646         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1647         macro definition.
1648         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1649         definition.
1650         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1651         definition.
1652         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1653         * modules/fcntl-safer (configure.ac): Likewise.
1654         * modules/fopen-safer (configure.ac): Likewise.
1655         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1656         GNULIB_FWRITEERROR macro definition.
1657
1658 2007-01-08  Bruno Haible  <bruno@clisp.org>
1659
1660         * m4/gnulib-common.m4: New file.
1661         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1662         (func_get_filelist): Add m4/gnulib-common.m4.
1663
1664 2007-01-08  Bruno Haible  <bruno@clisp.org>
1665
1666         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1667         command.
1668
1669 2007-01-08  Jim Meyering  <jim@meyering.net>
1670
1671         Use a more robust test for a "can't happen" condition.
1672         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1673         narrowed the st_size value.  Presuming the "can't happen" condition
1674         is true, that narrowing could conceivably convert an invalid st_size
1675         value into a valid one.  Instead, use a change based on Matthew
1676         Woehlke's original patch.
1677
1678         Slight readability improvement: use an assert-like macro
1679         in place of literal "abort ()" uses.
1680         * lib/fts.c (fts_assert): Define.
1681         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1682         Use this macro instead of a bare 'abort'.
1683
1684 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1685
1686         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1687         simply work around them.
1688         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1689         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1690         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1691         Don't bother to define as macros, since the standard doesn't require it.
1692         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1693         longer worry about IRIX 5.3.
1694         (HAVE_WCTYPE_CTMP_BUG): Remove.
1695
1696 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1697
1698         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1699         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1700         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1701         Problems reported by Georg Schwarz for IRIX 5.3.
1702
1703         * gnulib-tool (autoconf_minversion): Take the maximum version number
1704         found, not the minimum.  Problem reported by James Youngman.
1705
1706 2007-01-03  Karl Berry  <karl@gnu.org>
1707
1708         * doc/error.texi: new file, explaining interaction with progname.
1709         * doc/gnulib.texi: include it.  Update copyright.
1710
1711 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1712
1713         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1714         AC_CANONICAL_HOST, to improve autobuild outputs.
1715
1716 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1717             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1718
1719         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1720         sockets, server sockets, and other file descriptors.  Count errors
1721         to compute the return value.  Reorder the code a bit to be easier
1722         to follow.  Don't set event bits that were not requested (except
1723         POLLERR and POLLHUP).
1724
1725 2007-01-01  Bruno Haible  <bruno@clisp.org>
1726
1727         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1728
1729 2007-01-03  Jim Meyering  <jim@meyering.net>
1730
1731         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1732
1733 2007-01-02  Bruno Haible  <bruno@clisp.org>
1734
1735         * modules/settime (Include): Require timespec.h.
1736         * modules/nanosleep (Include): Likewise.
1737
1738 2007-01-01  Bruno Haible  <bruno@clisp.org>
1739
1740         * gnulib-tool (func_emit_copyright_notice): Bump year.
1741         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1742
1743 2007-01-01  Bruno Haible  <bruno@clisp.org>
1744
1745         Improve support for OpenBSD.
1746         * build-aux/config.rpath (libname_spec): Export.
1747         (library_names_spec): New variable. Export.
1748         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1749         library_names_spec from the config.rpath output. Locate shared library
1750         through the name pattern in library_names_spec.
1751
1752 2007-01-01  Eric Blake  <ebb9@byu.net>
1753
1754         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1755
1756 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1757
1758         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1759         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1760         assume the C locale, and avoid an "eval" that could cause trouble.
1761         Problem with SORT reported by Bob Proulx.
1762
1763         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1764         Define.  Trivial patch from Henning Nielsen Lund, originally
1765         sent to bug-grep@gnu.org today.
1766
1767 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1768
1769         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1770         struct stat.  Problem reported by Henning Nielsen Lund.
1771         * lib/acl.c: Include acl.h first, to check interface.  Don't
1772         bother to include sys/types.h and sys/stat.h again.
1773
1774 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1775
1776         Import the following change from libc; problem reported by
1777         Sven Verdoolaege.
1778
1779         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1780
1781         [BZ #1373]
1782         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1783
1784 2006-12-28  Jim Meyering  <jim@meyering.net>
1785
1786         * build-aux/announce-gen: Do not assume that the package
1787         builds any of tar.gz, tar.bz2, and .xdelta files.
1788         Suggestion from Simon Josefsson.
1789
1790 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1791
1792         * modules/announce-gen: New file.
1793
1794 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1795
1796         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1797         handles its gotchas now.
1798         * lib/mbswidth.c: Likewise.
1799         * lib/wcwidth.h: Likewise.
1800         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1801         and iswcntrl; the wctype module does this stuff now.
1802         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1803         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1804         * modules/mbchar (Depends-on): Add wctype.
1805         * modules/mbswidth (Depends-on): Likewise.
1806         * modules/wcwidth (Depends-on): Likewise.
1807
1808 2006-12-27  Eric Blake  <ebb9@byu.net>
1809
1810         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1811         module uses more than what <wctype.h> is required to provide.
1812
1813 2006-12-26  Eric Blake  <ebb9@byu.net>
1814
1815         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1816
1817 2006-12-26  Eric Blake  <ebb9@byu.net>
1818
1819         * modules/absolute-header: New module.
1820         * modules/fcntl (Depends-on): Depend on it.
1821         * modules/inttypes (Depends-on): Likewise.
1822         * modules/stdint (Depends-on): Likewise.
1823         * modules/sys_stat (Depends-on): Likewise.
1824         * modules/wctype (Depends-on): Likewise.
1825         * MODULES.html.sh (Support for building libraries and
1826         executables): Document it.
1827
1828 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1829
1830         * gnulib-tool (SED): Remove, undoing previous change.
1831         The problem was that it broke coreutils on Solaris, because
1832         "sed --posix" leaked into a makefile.
1833         (sed): New alias, if 'alias' and GNU sed.
1834
1835 2006-12-24  Jim Meyering  <jim@meyering.net>
1836
1837         Work around an fchownat bug in glibc-2.4:
1838         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1839         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1840         in spite of the -P option.
1841         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1842         New macros.
1843         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1844         * modules/openat (Files): Add lib/fchownat.c.
1845         * lib/openat.c (fchownat): Don't define here.  Move to...
1846         * lib/fchownat.c: ...this new file.
1847
1848 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1849
1850         Fix bug reported by Bruno Haible in
1851         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1852         where quotearg.c didn't compile on Mac OS X 10.2 because it
1853         lacks <wchar.h> and wint_t.
1854         * lib/wctype_.h (__wctype_wint_t): New type.
1855         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1856         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1857         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1858         Arg is now of type __wctype_wint_t, not wint_t.
1859         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1860         substitute HAVE_WINT_T.
1861         * modules/wctype (Files): Add m4/wint_t.m4.
1862         (wctype.h): Substitute HAVE_WINT_T.
1863
1864 2006-12-23  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1867
1868 2006-12-23  Bruno Haible  <bruno@clisp.org>
1869
1870         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1871         S_ISLNK.
1872         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1873         mingw.
1874
1875 2006-12-22  Bruno Haible  <bruno@clisp.org>
1876
1877         * lib/copy-file.c: Include acl.h.
1878         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1879         Close the file descriptors only after being done with copy_acl.
1880         * modules/copy-file (Depends-on): Add acl.
1881
1882 2006-12-22  Bruno Haible  <bruno@clisp.org>
1883
1884         * gnulib-tool (SED): New variable.
1885         Use $SED instead of sed everywhere.
1886
1887 2006-12-22  Bruno Haible  <bruno@clisp.org>
1888
1889         * modules/no-c++: New file.
1890         * m4/no-c++.m4: New file.
1891         * MODULES.html.sh (Support for building libraries and executables):
1892         Add no-c++.
1893
1894 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1895
1896         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1897         Include <limits.h>, and use its INT_MAX to rewrite the
1898         j loop so that it does not overflow 'int'.  Problem reported by
1899         Ralf Wildenhues in
1900         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1901         Play it safe by shifting left by 1 rather than multiplying by 2,
1902         as GCC is less likely to optimize this away when the value
1903         is signed (when it assumes overflow leads to undefined behavior).
1904         Also, don't assume time_t uses two's complement.
1905
1906 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1907
1908         * MODULES.html.sh: New module wctype.
1909         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1910         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1911         <wctype.h>, since the new wctype module should fix this.
1912         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1913         the wctype module should arrange for it.
1914         * lib/regex_internal.h: Likewise.
1915         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1916         since the wctype module should handle this now.
1917         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1918         * modules/fnmatch (Depends-on): Add wctype.
1919         * modules/quotearg (Depends-on): Likewise.
1920         * modules/regex (Depends-on): Likewise.
1921
1922 2006-12-19  Bruno Haible  <bruno@clisp.org>
1923
1924         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1925         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1926
1927 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1928
1929         * modules/savewd (Depends-on): Fix dependency on fcntl.
1930
1931 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1934         conforms to C99, rather than relying on the user's environment
1935         setting of STDINT_H.
1936
1937 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1938         and Eric Blake  <ebb9@byu.net>
1939
1940         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1941         This is more consistent with the other defines here.
1942         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1943         Port to z/OS.  Problem reported by Paul Gilmartin.
1944         Change local vars to use gl_ prefix rather than ac_.
1945         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1946         with other defines.
1947         * modules/double-slash-root: New module.
1948         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1949         (Depends-on): Add double-slash-root.
1950         * MODULES.html.sh (File system functions): Mention new module.
1951
1952 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1953
1954         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1955         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1956         This is for the benefit of gzip, which doesn't do i18n.
1957
1958 2006-12-12  Jim Meyering  <jim@meyering.net>
1959
1960         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1961         Reported by Andreas Schwab <schwab@suse.de>.
1962
1963 2006-12-12  Bruno Haible  <bruno@clisp.org>
1964
1965         Merge these changes.
1966         2006-09-05  Bruno Haible  <bruno@clisp.org>
1967         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1968         iconv_alloc succeeded.
1969         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1970         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1971         test for " && dest " at the end - dest is always != NULL there. Call
1972         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1973         with 2xNULL arguments, also to flush the state storage. Handle the
1974         IRIX iconv behaviour. Realloc the final result, to throw away unused
1975         memory.
1976
1977 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1978
1979         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1980         and fchmodat unconditionally, since glibc 2.4 has them.
1981         Problem reported by Arkadiusz Miskiewicz.
1982
1983 2006-12-10  Bruno Haible  <bruno@clisp.org>
1984
1985         * gnulib-tool (func_import): Show the include files only for those
1986         modules that are copied and specified.
1987         Reported by Karl Berry.
1988
1989 2006-12-08  Jim Meyering  <jim@meyering.net>
1990
1991         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1992         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1993
1994         * build-aux/announce-gen: Add two new options, both optional:
1995         --bootstrap-tools=TOOL_LIST
1996               a comma-separated list of tools, e.g.,
1997               autoconf,automake,bison,gnulib
1998         --gnulib-snapshot-date=DATE
1999               if gnulib is in the bootstrap tool list,
2000               then report this as the snapshot date.
2001               If not specified, use the current date/time.
2002               If you specify a date here, be sure it's UTC.
2003
2004 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2005
2006         * tests/test-argp-2.sh: Fix test to match actual output.
2007         (func_compare): Fix sed script to be portable.
2008
2009 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2010
2011         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2012         workaround for this case.  It is not autoconfigured now; offhand
2013         it's hard to see how to autoconfigure it.
2014
2015 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2016
2017         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2018         a directory that is about to be chowned.  Such a directory's
2019         initial file permissions should permit the owner only and this
2020         should not be changed until after the chown, since the group and
2021         other bits would be incorrect if they granted permission before
2022         the chown.
2023
2024         Fix porting problem for iswctype reported by Georg Schwarz in:
2025         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2026         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2027         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2028         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2029         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2030
2031 2006-12-03  Jim Meyering  <jim@meyering.net>
2032
2033         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2034         p->fts_statp may not yet be defined.
2035         (fts_read): Instead, set it in the caller, once p->fts_statp is
2036         sure to be defined, and corresponds to a top-level directory.
2037         This bug made du -x fail.  Here's the coreutils test case:
2038         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2039         Reported by Mike Frysinger.
2040
2041 2006-12-01  Jim Meyering  <jim@meyering.net>
2042
2043         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2044         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2045         Reported by Simon Josefsson.
2046
2047 2006-11-30  Jim Meyering  <jim@meyering.net>
2048
2049         * m4/warning.m4: Use the all-permissive copyright notice
2050         recommended by RMS (rather than LGPL).
2051         * m4/vararrays.m4: Likewise.
2052         * m4/flexmember.m4: Likewise.
2053
2054 2006-11-29  Bruno Haible  <bruno@clisp.org>
2055
2056         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2057         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2058         using +=.
2059         Reported by Simon Josefsson <simon@josefsson.org>.
2060
2061 2006-11-28  James Youngman <jay@gnu.org>
2062
2063         * README: Advise users that they might find the bug-gnulib@gnu.org
2064         and autotools-announce@gnu.org mailing lists useful.
2065
2066 2006-11-28  Bruno Haible  <bruno@clisp.org>
2067
2068         * m4/ptrdiff_max.m4: Remove file.
2069
2070 2006-11-21  Bruno Haible  <bruno@clisp.org>
2071
2072         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2073         _AC_COMPUTE_INT.
2074         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2075         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2076         _AC_COMPUTE_INT.
2077         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2078         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2079         _AC_COMPUTE_INT.
2080         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2081
2082 2006-11-28  Jim Meyering  <jim@meyering.net>
2083
2084         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2085         warning from "gcc -Wshadow" about shadowing the builtin.
2086
2087 2006-11-27  Bruno Haible  <bruno@clisp.org>
2088
2089         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2090         _AC_COMPUTE_INT.
2091         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2092
2093 2006-11-27  Bruno Haible  <bruno@clisp.org>
2094             Paul Eggert  <eggert@cs.ucla.edu>
2095
2096         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2097
2098 2006-11-26  Bruno Haible  <bruno@clisp.org>
2099
2100         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2101         noinst_LTLIBRARIES.
2102
2103 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2104             Bruno Haible  <bruno@clisp.org>
2105
2106         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2107         if compiling with "gcc -ansi".
2108
2109 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2110
2111         Fix some incompatibilities with gcc -ansi -pedantic.
2112         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2113         if compiling pedantically with GCC, unless it's C99 or later.
2114         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2115         it mishandles gcc -ansi -pedantic as well.
2116         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2117         if gcc -pedantic.
2118         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2119         initializers for struct if -pedantic, unless it's C99 or later.
2120
2121 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2122
2123         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2124         Don't close an fd more than once. Identical atimes indicate
2125         success, not failure.
2126
2127 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2128
2129         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2130
2131 2006-11-23  Jim Meyering  <jim@meyering.net>
2132
2133         * build-aux/announce-gen: New file.  From coreutils.
2134
2135 2006-11-22  Jim Meyering  <jim@meyering.net>
2136
2137         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2138         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2139         (fts_read): Use a temporary to narrow the overused st_size member
2140         before using it in a switch statement.  Reported by Matthew Woehlke.
2141
2142         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2143         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2144
2145 2006-11-20  Bruno Haible  <bruno@clisp.org>
2146
2147         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2148         changequote instead of pairs of brackets.
2149         Reported by Andreas Schwab <schwab@suse.de>.
2150
2151 2006-11-21  Jim Meyering  <jim@meyering.net>
2152
2153         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2154         so as to remain compatible with older compilers.
2155         Patch from Michael Deutschmann.
2156
2157 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2158
2159         * MODULES.html.sh (File system functions): Add openat.
2160
2161         * lib/openat.h (rpl_fstatat): New macro, if
2162         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2163         (fstatat): Define to rpl_fstatat under the same conditions,
2164         unless COMPILING_FSTATAT.
2165         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2166         seems to have the bug.
2167         * lib/fstatat.c: New file.
2168         * modules/openat (Files): Add it.
2169
2170 2006-11-20  Bruno Haible  <bruno@clisp.org>
2171
2172         * Makefile: New file.
2173
2174 2006-11-20  Jim Meyering  <jim@meyering.net>
2175
2176         The beginnings of syntax-related checks for gnulib.
2177         * lib/Makefile: New file.
2178         * lib/t-idcache: New script.  Ensure that the two halves of
2179         idcache.c stay in sync.
2180
2181         * lib/idcache.c: Adjust comments in user- and group- portions to
2182         be more accurate, and to be consistent with one another.
2183
2184 2006-11-20  Jim Meyering  <jim@meyering.net>
2185
2186         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2187         continue using the flexible array member (thus, this module performs
2188         half as many malloc calls), with the addition that...
2189         (getgroup, getuser): Consistently record a non-match via an empty
2190         "name" string, and map an empty string match to a NULL return value.
2191         * modules/idcache (Depends-on): Re-add flexmember.
2192
2193         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2194         (getuidbyname, getgroup, getgidbyname): Likewise.
2195
2196         Use cleaner syntax: NULL rather than 0.
2197         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2198
2199 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2200
2201         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2202         It mishandled the case where the group was missing.
2203         Problem reported by Greg Schafer.
2204         * modules/idcache: Likewise.
2205
2206 2006-11-18  Jim Meyering  <jim@meyering.net>
2207
2208         * check-module (%exempt_header): Add exception for some
2209         conditionally-included headers.
2210
2211         * modules/i-ring (Depends-on): Add verify.
2212         (License): Change to LGPL.
2213
2214 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2215
2216         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2217         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2218         and inttostr.h.  Use snprintf rather than uinttostr, so that
2219         LGPLed code doesn't depend on GPLed.
2220
2221 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2222
2223         * modules/inline (License): Change from GPL to LGPL.
2224
2225 2006-11-17  Jim Meyering  <jim@meyering.net>
2226
2227         * modules/d-type (License): Switch to LGPL.
2228
2229 2006-11-15  Bruno Haible  <bruno@clisp.org>
2230
2231         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2232
2233 2006-11-15  Eric Blake  <ebb9@byu.net>
2234
2235         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2236         the module dependency.
2237
2238 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2239             Bruno Haible  <bruno@clisp.org>
2240
2241         * gnulib-tool (func_create_testdir): Add license consistency check.
2242
2243 2006-11-15  Eric Blake  <ebb9@byu.net>
2244
2245         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2246         random "(cached)" in configure output.
2247
2248 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2249
2250         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2251         test for conforming inttypes.h is both announced and cached.
2252
2253         * MODULES.html.sh (seen_modules, seen_files): New variables.
2254         (func_module): Rewrite to use a few less gnulib-tool and sed
2255         invocations.  Avoid a couple of quadratic algorithms for ...
2256         (missed_modules, missed_files): ... these, with ...
2257         (func_append, func_tmpdir): ... these new functions, from
2258         gnulib-tool.  Analogously, install traps for cleanup.
2259
2260         * tests/test-gc.c (main): Remove unused variables.
2261         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2262
2263 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2264
2265         * modules/inttostr (License): Change to LGPL.
2266
2267 2006-11-14  Eric Blake  <ebb9@byu.net>
2268
2269         * modules/tempname (License): Change to LGPL.
2270
2271 2006-11-14  Eric Blake  <ebb9@byu.net>
2272
2273         * doc/functions.texi (Function Portability): *printf functions on
2274         Cygwin now understand all POSIX size specifiers.
2275
2276 2006-11-14  Bruno Haible  <bruno@clisp.org>
2277
2278         * modules/c-ctype (License): Change to LGPL.
2279
2280 2006-11-12  Bruno Haible  <bruno@clisp.org>
2281
2282         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2283         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2284         for GNOME libraries, for which the include files are installed in
2285         subdirectories of $prefix/include.
2286
2287 2006-11-12  Bruno Haible  <bruno@clisp.org>
2288
2289         * m4/lib-link.m4: Require at least autoconf-2.54.
2290         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2291         name to underscores for the --with option.
2292
2293 2006-11-13  Bruno Haible  <bruno@clisp.org>
2294
2295         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2296         the tests directory.
2297         Reported by Ralf Wildenhues.
2298
2299 2006-11-13  Bruno Haible  <bruno@clisp.org>
2300
2301         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2302         (func_emit_initmacro_end): Undo the override here.
2303         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2304         Works around the famous automake error in coreutils.
2305
2306 2006-11-13  Eric Blake  <ebb9@byu.net>
2307
2308         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2309         element, not its node.
2310
2311 2006-11-12  Bruno Haible  <bruno@clisp.org>
2312
2313         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2314         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2315
2316 2006-11-12  Bruno Haible  <bruno@clisp.org>
2317
2318         * gnulib-tool: New option --local-symlink.
2319         (func_usage): Document it.
2320         (lsymbolic): New variable.
2321         (func_import, func_create_testdir): If --symlink was not specified,
2322         test whether --local-symlink was specified and the file comes from
2323         the local_gnulib_dir.
2324
2325 2006-11-12  Bruno Haible  <bruno@clisp.org>
2326
2327         * gnulib-tool (func_ln): New function.
2328         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2329
2330 2006-11-12  Bruno Haible  <bruno@clisp.org>
2331
2332         Finish support for source files in subdirectories.
2333         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2334         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2335         AUTOMAKE_OPTIONS.
2336         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2337
2338 2006-11-12  Bruno Haible  <bruno@clisp.org>
2339
2340         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2341         EXTRA_lib_SOURCES augmentation.
2342         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2343
2344 2006-11-12  Jim Meyering  <jim@meyering.net>
2345
2346         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2347         file descriptors.  This also averts a failure on systems with
2348         native openat support when a traversed directory lacks "x" access.
2349         * lib/fts_.h: Include "i-ring.h"
2350         (struct FTS) [fts_fd_ring]: New member.
2351         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2352         (FCHDIR): Add parentheses.
2353         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2354         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2355         When descending, rather than simply closing the previous
2356         fts_cwd_fd value, push that file descriptor onto the ring.
2357         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2358         (fts_open): Initialize the new fd_ring member.
2359         (fts_close): Clear the ring.
2360         (fts_safe_changedir): When possible, use our new fd_ring to skip
2361         the diropen and fstat and dev/ino comparison that would normally
2362         accompany a virtual `chdir ("..")'.
2363
2364         * modules/fts (Depends-on): Add i-ring.
2365         * modules/i-ring: New module.
2366         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2367         * m4/i-ring.m4: New file.
2368
2369 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2370
2371         * gnulib-tool (func_create_testdir): Fix replacement of
2372         `build-aux' in configure.ac.  Run autotools in gltests
2373         subdirectory.
2374         (func_create_testdir, func_create_megatestdir, test): There is
2375         no need for '--force' in most autotool invocations in a new
2376         tree.  Actually fail the whole test if any of the tools, or the
2377         configure or make stages fail.
2378
2379         Sync from Automake.
2380         * build-aux/gnupload: Revert last change.  Add pointer to upload
2381         instructions of the GNU Maintenance Instructions.
2382         Suggestion by Karl Berry.
2383
2384 2006-11-10  Jim Meyering  <jim@meyering.net>
2385
2386         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2387
2388 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2389
2390         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2391         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2392         (bind_textdomain_codeset) [! ENABLE_NLS]:
2393         Evaluate all the arguments.  That way, callers get compatible behavior
2394         if the arguments have side effects.  Also, it avoids some GCC
2395         diagnostics in some cases; Joel E. Denny reported problems when Bison
2396         was configured with --enable-gcc-warnigs.
2397
2398 2006-11-10  Jim Meyering  <jim@meyering.net>
2399
2400         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2401         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2402         account.
2403
2404 2006-11-10  Jim Meyering  <jim@meyering.net>
2405
2406         * modules/inline: New file/module.
2407         * modules/xalloc (Files): Remove m4/inline.m4.
2408         (Depends-on): Add inline, instead.
2409         * modules/oset: Likewise.
2410         * modules/list: Likewise.
2411
2412 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2413
2414         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2415         Problem reported by Matthew Woehlke.
2416
2417 2006-11-09  Bruno Haible  <bruno@clisp.org>
2418
2419         * lib/tempname.c (gen_tempname): Remove variant that invokes
2420         __gen_tempname.
2421         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2422         __gen_tempname.
2423
2424 2006-11-08  Bruno Haible  <bruno@clisp.org>
2425
2426         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2427         to 'yes' instead of 'cross-compiling'.
2428
2429 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2430
2431         * lib/quotearg.h (quotearg_free): New decl.
2432         * lib/quotearg.c (quotearg_free): New function.
2433         (slot0, nslots, slotvec0, slotvec):
2434         Now file-scope so that quotearg_free can get at them.
2435
2436 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2437
2438         Sync from Automake.
2439         * build-aux/gnupload: Add missing 'gnu' to example URL.
2440         Report by Karl Berry.
2441
2442 2006-11-08  Bruno Haible  <bruno@clisp.org>
2443
2444         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2445         Suggested by Paul Eggert.
2446
2447 2006-11-08  Jim Meyering  <jim@meyering.net>
2448
2449         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2450         It's already included if !_LIBC.
2451         (fts_safe_changedir): Add a comment.
2452
2453 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2454
2455         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2456         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2457         Matthew Woehlke.
2458
2459         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2460         definitions up, to avoid colliding with change below.
2461         (static_inline) [HAVE_INLINE]: New macro.
2462         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2463         Provide extern decls when !HAVE_INLINE.  Do not define unless
2464         static_inline is defined, either by us or by xmalloc.c.  Use
2465         static_inline rather than static inline.
2466         (XCALLOC): Optimize sizeof(T) = 1 case.
2467         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2468
2469 2006-11-07  Bruno Haible  <bruno@clisp.org>
2470
2471         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2472         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2473         AC_C_INLINE.
2474         * modules/xalloc (Files): Add m4/inline.m4.
2475
2476 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2477
2478         * README: Fix typo.
2479         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2480         (Miscellanous Notes): ...from this.
2481
2482 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2483
2484         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2485         Mention that offsetof should be used instead of sizeof.
2486         From Bruno Haible.
2487
2488 2006-11-07  Bruno Haible  <bruno@clisp.org>
2489
2490         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2491
2492 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2493
2494         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2495         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2496         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2497         (gl_tree_add_before, gl_tree_add_after):
2498         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2499         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2500         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2501         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2502         (gl_linked_add_after, gl_linked_add_at): Likewise.
2503         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2504         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2505         (gl_tree_add_before, gl_tree_add_after): Likewise.
2506         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2507         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2508         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2509
2510 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2511
2512         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2513
2514 2006-11-06  Bruno Haible  <bruno@clisp.org>
2515
2516         * m4/inline.m4: New file.
2517         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2518         * modules/list (Files): Add m4/inline.m4.
2519         * modules/oset (Files): Likewise.
2520
2521 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2522
2523         * lib/idcache.c: Include <stddef.h>, for offsetof.
2524         (struct userid.name): Change from char * to a flexible array member.
2525         All uses changed.
2526         * modules/idcache (Depends-on): Add flexmember.
2527
2528         * MODULES.html.sh (Core language properties): New module flexmember.
2529         * modules/flexmember, m4/flexmember.m4: New files.
2530
2531         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2532         inline functions that are identical with the old xnmalloc_inline,
2533         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2534         that we can avoid some unnecessary integer multiplications and
2535         divisions in the common case where the element size is known at
2536         compile time.
2537         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2538         needed.
2539         (xnboundedmalloc): Remove.
2540         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2541         arguments, for consistency with rest of this header.
2542         (xcharalloc): Rewrite using XNMALLOC.
2543         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2544         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2545         versions have been moved to lib/xalloc.h and renamed to be the
2546         non-*_inline versions.
2547         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2548         and xnrealloc functions, since those functions are now inline and
2549         now call us.
2550         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2551         renaming described above.
2552         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2553         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2554         captures the dependency in AC_C_INLINE.
2555
2556         New module canonicalize-lgpl, proposed by Charles Wilson in
2557         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2558         with a few small changes afterwards.
2559         * MODULES.html.sh (File system functions): New module
2560         canonicalize-lgpl.
2561         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2562         and canonicalize_file_name.
2563         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2564         * modules/canonicalize-lgpl: New files.
2565
2566 2006-11-05  Bruno Haible  <bruno@clisp.org>
2567
2568         * gnulib-tool (func_import, func_create_testdir): Create directories
2569         also for files in subdirectories of lib/.
2570
2571 2006-11-05  Bruno Haible  <bruno@clisp.org>
2572
2573         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2574         ANSI C compliant.
2575
2576 2006-11-03  Bruno Haible  <bruno@clisp.org>
2577
2578         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2579         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2580         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2581         (xnboundedmalloc): New inline function.
2582         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2583         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2584         xmalloc.
2585         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2586         xmalloc.
2587         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2588         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2589         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2590         xmalloc.
2591         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2592         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2593         xmalloc.
2594         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2595         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2596         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2597         xmalloc.
2598         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2599         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2600         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2601         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2602         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2603         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2604         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2605
2606 2006-11-03  Bruno Haible  <bruno@clisp.org>
2607
2608         * lib/c-ctype.h [C++]: Define functions without name mangling.
2609         * lib/fwriteerror.h [C++]: Likewise.
2610         * lib/gcd.h [C++]: Likewise.
2611         * lib/linebreak.h [C++]: Likewise.
2612
2613 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2614
2615         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2616         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2617         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2618         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2619         Check for functions and headers just once.
2620         Check for declaration of canonicalize_file_name.
2621         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2622
2623 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2624
2625         * gnulib-tool (func_import): Fix typo in actioncmd.
2626
2627 2006-11-02  Bruno Haible  <bruno@clisp.org>
2628
2629         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2630         newline sequence in the Makefile.am snippet as a space, like "make"
2631         does.
2632         Reported by Roger Persson <perrog@gmail.com>.
2633
2634 2006-11-01  Bruno Haible  <bruno@clisp.org>
2635
2636         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2637         already declared in <string.h>.
2638         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2639
2640 2006-11-01  Bruno Haible  <bruno@clisp.org>
2641
2642         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2643         * lib/strcase.h: Include <string.h>.
2644         (strcasecmp): Define to rpl_strcasecmp here.
2645
2646 2006-11-01  Bruno Haible  <bruno@clisp.org>
2647
2648         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2649
2650 2006-11-01  Eric Blake  <ebb9@byu.net>
2651
2652         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2653
2654         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2655
2656 2006-10-29  Bruno Haible  <bruno@clisp.org>
2657
2658         Make it compile in C++ mode.
2659         * lib/full-write.c (full_rw): Add a cast.
2660
2661 2006-11-01  Bruno Haible  <bruno@clisp.org>
2662
2663         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2664         be POSIX compliant.
2665         Reported by Roger Persson <perrog@gmail.com>.
2666
2667 2006-11-01  Eric Blake  <ebb9@byu.net>
2668
2669         * lib/getopt_.h: Fix comments.
2670
2671 2006-10-31  Eric Blake  <ebb9@byu.net>
2672
2673         * modules/tmpdir (Depends-on): Add sys_stat.
2674         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2675         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2676         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2677         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2678         tempname.
2679
2680 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2681
2682         Avoid some C++ diagnostics reported by Bruno Haible.
2683         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2684         xmalloc.
2685         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2686         (struct slotvec): Move to top level.
2687         (quotearg_n_options): Rewrite to avoid xmalloc.
2688         * lib/xalloc.h (xcharalloc): New function.
2689         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2690         [defined __cplusplus]: Add function template that provides result
2691         type propagation.  This part of the change is from Bruno Haible.
2692
2693 2006-10-29  Bruno Haible  <bruno@clisp.org>
2694
2695         Make it compile in C++ mode.
2696         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2697         * lib/strnlen1.c (strnlen1): Cast memchr result.
2698         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2699         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2700         (create_temp_dir): Rename local variable 'template'.
2701         (compile_csharp_using_sscli): Add cast.
2702         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2703         * lib/findprog.c (find_in_path): Likewise.
2704         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2705         * lib/wait-process.c (register_slave_subprocess): Likewise.
2706
2707 2006-10-22  Bruno Haible  <bruno@clisp.org>
2708
2709         * modules/tsearch: New file.
2710         * lib/tsearch.h: New file.
2711         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2712         * m4/tsearch.m4: New file.
2713         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2714
2715 2006-10-29  Eric Blake  <ebb9@byu.net>
2716
2717         * lib/arcfour.c: Assume config.h.
2718         * lib/arctwo.c: Likewise.
2719         * lib/base64.c: Likewise.
2720         * lib/check-version.c: Likewise.
2721         * lib/crc.c: Likewise.
2722         * lib/des.c: Likewise.
2723         * lib/gc-gnulib.c: Likewise.
2724         * lib/gc-libgcrypt.c: Likewise.
2725         * lib/gc-pbkdf2-sha1.c: Likewise.
2726         * lib/getaddrinfo.c: Likewise.
2727         * lib/getdelim.c: Likewise.
2728         * lib/getline.c: Likewise.
2729         * lib/hmac-md5.c: Likewise.
2730         * lib/hmac-sha1.c: Likewise.
2731         * lib/iconvme.c: Likewise.
2732         * lib/md2.c: Likewise.
2733         * lib/md4.c: Likewise.
2734         * lib/memxor.c: Likewise.
2735         * lib/read-file.c: Likewise.
2736         * lib/readline.c: Likewise.
2737         * lib/rijndael-alg-fst.c: Likewise.
2738         * lib/rijndael-api-fst.c: Likewise.
2739         * lib/xgetdomainname.c: Likewise.
2740
2741 2006-10-28  Eric Blake  <ebb9@byu.net>
2742
2743         * lib/xstrndup.c: Assume config.h.
2744
2745 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2746
2747         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2748         stat-macros.h is now for our own macros, whereas stat_h is for
2749         macros in the <sys/stat.h> name space.
2750         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2751         (STAT_MACROS_H): Remove.
2752         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2753         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2754         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2755         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2756         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2757         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2758         Move these macros to ...
2759         * lib/stat_.h: here.  Don't include stat-macros.h.
2760         * lib/canonicalize.c: Don't include stat-macros.h.
2761         * lib/chown.c: Likewise.
2762         * lib/euidaccess.c: Likewise.
2763         * lib/file-type.c: Likewise.
2764         * lib/filemode.c: Likewise.
2765         * lib/glob.c: Likewise.
2766         * lib/isapipe.c: Likewise.
2767         * lib/lchown.c: Likewise.
2768         * lib/lstat.c: Likewise.
2769         * lib/mkdir-p.c: Likewise.
2770         * lib/rmdir.c: Likewise.
2771         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2772         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2773         unless mkdir isn't declared, to speed up 'configure'.
2774         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2775         would define all the S_* symbols.
2776         * modules/canonicalize (Depends-on):
2777         Depend on sys_stat, not stat-macros.
2778         * modules/chown: Likewise.
2779         * modules/euidaccess: Likewise.
2780         * modules/filemode: Likewise.
2781         * modules/file-type: Likewise.
2782         * modules/glob: Likewise.
2783         * modules/isapipe: Likewise.
2784         * modules/lchown: Likewise.
2785         * modules/lstat: Likewise.
2786         * modules/mkancesdirs: Likewise.
2787         * modules/rmdir: Likewise.
2788         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2789         * modules/modechange: Likewise.
2790         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2791         (configure.ac): Remove gl_STAT_MACROS.
2792         * modules/sys_stat (Depends-on): Remove stat-macros.
2793
2794 2006-10-27  Bruno Haible  <bruno@clisp.org>
2795
2796         * m4/signed.m4: Remove file.
2797         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2798         invocation.
2799         * modules/vasnprintf (Files): Remove m4/signed.m4.
2800
2801 2006-10-27  Bruno Haible  <bruno@clisp.org>
2802
2803         Update to GNU gettext 0.16.
2804         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2805         m4/inttypes-h.m4, m4/signed.m4.
2806         * m4/gettext.m4: Update to GNU gettext 0.16.
2807         * m4/intl.m4: New file, from GNU gettext.
2808         * m4/intldir.m4: New file, from GNU gettext.
2809         * config/srclist.txt: Update
2810
2811 2006-10-27  Eric Blake  <ebb9@byu.net>
2812
2813         * MODULES.html.sh: Document tempname.
2814         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2815         dependencies.
2816         (Files): Move lib/tempname.c...
2817         * modules/tempname: ...to this new module.
2818         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2819         (gl_PREREQ_TEMPNAME): Move...
2820         * m4/tempname.m4: ...to this new file.
2821         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2822         * modules/sys_stat (Depends-on): Add stat-macros.
2823         * lib/stat_.h (includes): Pick up stat macros.
2824         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2825         if stat macros are broken.
2826         * lib/tempname.c (includes): No need to include "stat-macros.h".
2827         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2828         (direxists, __path_search) [!_LIBC]: Don't compile these in
2829         gnulib; the tmpdir module covers that.
2830         * lib/tempname.h: New file.
2831
2832 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * COPYING: Explain how gnulib-tool converts licence headers.
2835         Almost all wording by Eric Blake.
2836
2837 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * lib/mbchar.h (is_basic_table): Make read-only.
2840         * lib/mbchar.c (is_basic_table): Likewise.
2841         Reported by John Darrington.
2842
2843 2006-10-25  Bruno Haible  <bruno@clisp.org>
2844
2845         * lib/progname.h (set_program_name): Undefine before defining.
2846
2847 2006-10-25  Bruno Haible  <bruno@clisp.org>
2848
2849         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2850         false for non-gcc C++ compilers.
2851         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2852
2853 2006-10-24  Bruno Haible  <bruno@clisp.org>
2854
2855         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2856         iconv implementations like Irix iconv.
2857
2858 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2859
2860         * modules/vararrays: New file.
2861         * m4/vararrays.m4: New file, taken from diffutils.
2862         * MODULES.html.sh: New module vararrays.
2863
2864 2006-10-24  Karl Berry  <karl@gnu.org>
2865
2866         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2867         Don't call GNU Unix.
2868
2869 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2870
2871         * users.txt: Add Libtool.
2872
2873         Sync from Libtool:
2874
2875         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2876
2877         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2878         to gnulib's policy of including config.h unconditionally.
2879
2880 2006-10-24  Bruno Haible  <bruno@clisp.org>
2881
2882         * modules/wcwidth (Files): Add m4/wint_t.m4.
2883         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2884         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2885
2886 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2887
2888         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2889         to pacify GCC with some -W flags enabled.  Problem reported by
2890         Bruno Haible.
2891
2892 2006-10-24  Jim Meyering  <jim@meyering.net>
2893
2894         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2895         Reported by Karl Berry.
2896
2897 2006-10-23  Bruno Haible  <bruno@clisp.org>
2898
2899         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2900
2901 2006-10-24  Bruno Haible  <bruno@clisp.org>
2902
2903         * lib/gl_list.h: Use C comment style, not C++ comment style.
2904
2905 2006-10-23  Eric Blake  <ebb9@byu.net>
2906
2907         * lib/getaddrinfo.c (includes): Add missing include.
2908
2909 2006-10-23  Bruno Haible  <bruno@clisp.org>
2910             Paul Eggert  <eggert@cs.ucla.edu>
2911
2912         Ability to rename obstack_free.
2913         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2914         obstack_free.
2915         (obstack_free): Invoke the __obstack_free macro.
2916         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2917
2918 2006-10-23  Bruno Haible  <bruno@clisp.org>
2919             Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2922         __argc, __argv from the declaration. (They are defined as macros on
2923         mingw.)
2924
2925 2006-10-22  Bruno Haible  <bruno@clisp.org>
2926
2927         * doc/gnulib-intro.texi: New file.
2928         * doc/gnulib.texi: Include it.
2929
2930 2006-10-21  Bruno Haible  <bruno@clisp.org>
2931
2932         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2933         "Introduction", "Miscellanous Notes", "Particular Modules".
2934
2935 2006-10-21  Bruno Haible  <bruno@clisp.org>
2936
2937         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2938         Change mostlyclean-local rule to avoid sh syntax error from bash
2939         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2940
2941 2006-10-23  Jim Meyering  <jim@meyering.net>
2942
2943         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2944         in place of snprintf.
2945
2946         * modules/inttostr (Files): Add lib/uinttostr.c.
2947         * lib/uinttostr.c (inttostr): New file/function.
2948         * lib/inttostr.h (uinttostr): Declare.
2949         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2950         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2951         Add uinttostr.
2952         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2953
2954 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2955
2956         * lib/canonicalize.c (ELOOP): Define if not already defined.
2957         Problem reported by Bruno Haible in
2958         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2959
2960 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2961
2962         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2963         Problem reported by Perry Smith and Ville Laurikari.
2964
2965         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2966         uses.
2967
2968 2006-10-19  Bruno Haible  <bruno@clisp.org>
2969
2970         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2971         for mingw.
2972
2973 2006-10-19  Bruno Haible  <bruno@clisp.org>
2974
2975         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2976         Needed for mingw.
2977
2978 2006-10-19  Bruno Haible  <bruno@clisp.org>
2979
2980         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2981
2982 2006-10-19  Bruno Haible  <bruno@clisp.org>
2983
2984         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2985         it.
2986
2987 2006-10-19  Bruno Haible  <bruno@clisp.org>
2988
2989         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2990         invocation.
2991
2992 2006-10-19  Bruno Haible  <bruno@clisp.org>
2993
2994         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2995         mountlist by default.
2996
2997 2006-10-16  Bruno Haible  <bruno@clisp.org>
2998
2999         * lib/c-strstr.c: Include c-strstr.h.
3000
3001 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3002
3003         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3004         in a slash.
3005
3006 2006-10-18  Bruno Haible  <bruno@clisp.org>
3007
3008         * lib/lock.h [C++]: Wrap definitions in extern "C".
3009
3010 2006-10-18  Bruno Haible  <bruno@clisp.org>
3011
3012         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3013         gl_LIBOBJS list.
3014
3015 2006-10-18  Bruno Haible  <bruno@clisp.org>
3016
3017         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3018
3019 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3020
3021         * lib/xstrtol.h: Include gettext.h.
3022         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3023         Problem reported by Eric Blake.
3024         * modules/xstrtol (Depends-on): Add gettext-h.
3025
3026 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3027
3028         * lib/strftime.c (advance): New macro.
3029         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3030         incomplete type, so you can't add 0 to it.  Problem and patch
3031         reported by Eelco Dolstra for dietlibc.
3032
3033 2006-10-18  Jim Meyering  <jim@meyering.net>
3034
3035         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3036         type for a local, and rename it: s/up/user_proc/.
3037
3038 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3039
3040         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3041         READ_UTMP_USER_PROCESS.
3042         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3043
3044 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3047         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3048
3049 2006-10-17  Eric Blake  <ebb9@byu.net>
3050
3051         * lib/sigprocmask.c (sigprocmask): Fix typo.
3052
3053         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3054
3055         * modules/clean-temp (Makefile.am): Don't add to make output...
3056         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3057         config.h.
3058
3059 2006-10-17  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3062         differently if DEFAULT_TEXT_DOMAIN is set.
3063
3064 2006-10-16  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/clean-temp.c: Include fwriteerror.h.
3067
3068 2006-10-16  Bruno Haible  <bruno@clisp.org>
3069
3070         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3071
3072 2006-10-16  Bruno Haible  <bruno@clisp.org>
3073
3074         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3075         * lib/sigprocmask.h: Include <sys/types.h>.
3076         (sigset_t): Use the system's definition if present.
3077
3078 2006-10-17  Eric Blake  <ebb9@byu.net>
3079
3080         * lib/xvasprintf.c (includes): Assume config.h.
3081         * lib/xasprintf.c (includes): Likewise.
3082
3083 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3086         at least as wide as intmax_t.
3087
3088 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3089
3090         (Imported from Automake.)
3091         * build-aux/gnupload: Update to version 1.1 of directive file.
3092
3093 2006-10-16  Eric Blake  <ebb9@byu.net>
3094
3095         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3096         match Automake 1.10a.
3097
3098 2006-10-14  Bruno Haible  <bruno@clisp.org>
3099
3100         * modules/sigprocmask: New file.
3101         * lib/sigprocmask.h: New file.
3102         * lib/sigprocmask.c: New file.
3103         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3104         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3105         request sigprocmask.o.
3106         (gl_PREREQ_SIGPROCMASK): New macro.
3107         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3108         (Depends-on): Add sigprocmask.
3109         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3110         gt_SIGNALBLOCKING. Test for 'raise' only once.
3111         * lib/fatal-signal.c: Include sigprocmask.h.
3112         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3113         unblock_fatal_signals): Define always.
3114         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3115         sigprocmask.
3116
3117 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3118
3119         Sync from Automake.
3120         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3121         which incorrectly sets the mode of an existing destination
3122         directory.  In some cases the unpatched install-sh could do the
3123         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3124         system.  We hope this is rare in practice, but it's clearly worth
3125         fixing.  Problem reported by Alex Unleashed in
3126         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3127         Also, don't bother to check for -m bugs unless we're using -m;
3128         suggested by Stepan Kasal.
3129
3130 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3131
3132         Sync from Automake.
3133         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3134         `-c' flag, so they appear at the same position as in %FASTDEP%
3135         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3136         which ignores unknown options only after the first non-option.
3137         Bug report against M4 by Nelson H. F. Beebe.
3138
3139 2006-10-13  Jim Meyering  <jim@meyering.net>
3140
3141         Fix a bug in yesterday's change.
3142         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3143         p->fts_statp->st_dev would be used uninitialized.
3144         Ensures that we always call fts_stat on the very first entry.
3145         Miklos Szeredi reported that find -xdev stopped working.
3146
3147 2006-10-12  Bruno Haible  <bruno@clisp.org>
3148
3149         * gnulib-tool (func_get_automake_snippet): Append an automatically
3150         computed EXTRA_DIST augmentation.
3151         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3152         * modules/alloca-opt (Makefile.am): Likewise.
3153         * modules/allocsa (Makefile.am): Likewise.
3154         * modules/arcfour (Makefile.am): Likewise.
3155         * modules/arctwo (Makefile.am): Likewise.
3156         * modules/argmatch (Makefile.am): Likewise.
3157         * modules/argz (Makefile.am): Likewise.
3158         * modules/atexit (Makefile.am): Likewise.
3159         * modules/backupfile (Makefile.am): Likewise.
3160         * modules/byteswap (Makefile.am): Likewise.
3161         * modules/c-strtod (Makefile.am): Likewise.
3162         * modules/c-strtold (Makefile.am): Likewise.
3163         * modules/calloc (Makefile.am): Likewise.
3164         * modules/canon-host (Makefile.am): Likewise.
3165         * modules/canonicalize (Makefile.am): Likewise.
3166         * modules/chdir-long (Makefile.am): Likewise.
3167         * modules/chdir-safer (Makefile.am): Likewise.
3168         * modules/check-version (Makefile.am): Likewise.
3169         * modules/chown (Makefile.am): Likewise.
3170         * modules/cloexec (Makefile.am): Likewise.
3171         * modules/close-stream (Makefile.am): Likewise.
3172         * modules/closeout (Makefile.am): Likewise.
3173         * modules/crc (Makefile.am): Likewise.
3174         * modules/csharpexec (Makefile.am): Likewise.
3175         * modules/cycle-check (Makefile.am): Likewise.
3176         * modules/des (Makefile.am): Likewise.
3177         * modules/dev-ino (Makefile.am): Likewise.
3178         * modules/dirfd (Makefile.am): Likewise.
3179         * modules/dirname (Makefile.am): Likewise.
3180         * modules/dup2 (Makefile.am): Likewise.
3181         * modules/eealloc (Makefile.am): Likewise.
3182         * modules/error (Makefile.am): Likewise.
3183         * modules/euidaccess (Makefile.am): Likewise.
3184         * modules/exclude (Makefile.am): Likewise.
3185         * modules/exitfail (Makefile.am): Likewise.
3186         * modules/fcntl-safer (Makefile.am): Likewise.
3187         * modules/fcntl (Makefile.am): Likewise.
3188         * modules/file-type (Makefile.am): Likewise.
3189         * modules/fileblocks (Makefile.am): Likewise.
3190         * modules/filemode (Makefile.am): Likewise.
3191         * modules/filenamecat (Makefile.am): Likewise.
3192         * modules/fnmatch (Makefile.am): Likewise.
3193         * modules/fopen-safer (Makefile.am): Likewise.
3194         * modules/fpending (Makefile.am): Likewise.
3195         * modules/fprintftime (Makefile.am): Likewise.
3196         * modules/free (Makefile.am): Likewise.
3197         * modules/fsusage (Makefile.am): Likewise.
3198         * modules/ftruncate (Makefile.am): Likewise.
3199         * modules/fts (Makefile.am): Likewise.
3200         * modules/gc-arcfour (Makefile.am): Likewise.
3201         * modules/gc-des (Makefile.am): Likewise.
3202         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3203         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3204         * modules/gc-md4 (Makefile.am): Likewise.
3205         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3206         * modules/gc-sha1 (Makefile.am): Likewise.
3207         * modules/gc (Makefile.am): Likewise.
3208         * modules/getaddrinfo (Makefile.am): Likewise.
3209         * modules/getcwd (Makefile.am): Likewise.
3210         * modules/getdelim (Makefile.am): Likewise.
3211         * modules/getdomainname (Makefile.am): Likewise.
3212         * modules/getgroups (Makefile.am): Likewise.
3213         * modules/gethostname (Makefile.am): Likewise.
3214         * modules/gethrxtime (Makefile.am): Likewise.
3215         * modules/getline (Makefile.am): Likewise.
3216         * modules/getloadavg (Makefile.am): Likewise.
3217         * modules/getlogin_r (Makefile.am): Likewise.
3218         * modules/getndelim2 (Makefile.am): Likewise.
3219         * modules/getopt (Makefile.am): Likewise.
3220         * modules/getpagesize (Makefile.am): Likewise.
3221         * modules/getpass-gnu (Makefile.am): Likewise.
3222         * modules/getpass (Makefile.am): Likewise.
3223         * modules/getsubopt (Makefile.am): Likewise.
3224         * modules/gettime (Makefile.am): Likewise.
3225         * modules/gettimeofday (Makefile.am): Likewise.
3226         * modules/getugroups (Makefile.am): Likewise.
3227         * modules/getusershell (Makefile.am): Likewise.
3228         * modules/glob (Makefile.am): Likewise.
3229         * modules/group-member (Makefile.am): Likewise.
3230         * modules/hard-locale (Makefile.am): Likewise.
3231         * modules/hash (Makefile.am): Likewise.
3232         * modules/hmac-md5 (Makefile.am): Likewise.
3233         * modules/hmac-sha1 (Makefile.am): Likewise.
3234         * modules/human (Makefile.am): Likewise.
3235         * modules/idcache (Makefile.am): Likewise.
3236         * modules/imaxabs (Makefile.am): Likewise.
3237         * modules/imaxdiv (Makefile.am): Likewise.
3238         * modules/inet_ntop (Makefile.am): Likewise.
3239         * modules/inet_pton (Makefile.am): Likewise.
3240         * modules/intprops (Makefile.am): Likewise.
3241         * modules/inttostr (Makefile.am): Likewise.
3242         * modules/inttypes (Makefile.am): Likewise.
3243         * modules/isapipe (Makefile.am): Likewise.
3244         * modules/javaversion (Makefile.am): Likewise.
3245         * modules/lchmod (Makefile.am): Likewise.
3246         * modules/lchown (Makefile.am): Likewise.
3247         * modules/localcharset (Makefile.am): Likewise.
3248         * modules/long-options (Makefile.am): Likewise.
3249         * modules/lstat (Makefile.am): Likewise.
3250         * modules/malloc (Makefile.am): Likewise.
3251         * modules/mathl (Makefile.am): Likewise.
3252         * modules/mbchar (Makefile.am): Likewise.
3253         * modules/md2 (Makefile.am): Likewise.
3254         * modules/md4 (Makefile.am): Likewise.
3255         * modules/md5 (Makefile.am): Likewise.
3256         * modules/memcasecmp (Makefile.am): Likewise.
3257         * modules/memchr (Makefile.am): Likewise.
3258         * modules/memcmp (Makefile.am): Likewise.
3259         * modules/memcoll (Makefile.am): Likewise.
3260         * modules/memcpy (Makefile.am): Likewise.
3261         * modules/memmem (Makefile.am): Likewise.
3262         * modules/memmove (Makefile.am): Likewise.
3263         * modules/mempcpy (Makefile.am): Likewise.
3264         * modules/memrchr (Makefile.am): Likewise.
3265         * modules/memset (Makefile.am): Likewise.
3266         * modules/memxor (Makefile.am): Likewise.
3267         * modules/mkancesdirs (Makefile.am): Likewise.
3268         * modules/mkdir-p (Makefile.am): Likewise.
3269         * modules/mkdir (Makefile.am): Likewise.
3270         * modules/mkdtemp (Makefile.am): Likewise.
3271         * modules/mkstemp (Makefile.am): Likewise.
3272         * modules/mktime (Makefile.am): Likewise.
3273         * modules/modechange (Makefile.am): Likewise.
3274         * modules/mountlist (Makefile.am): Likewise.
3275         * modules/nanosleep (Makefile.am): Likewise.
3276         * modules/obstack (Makefile.am): Likewise.
3277         * modules/openat (Makefile.am): Likewise.
3278         * modules/pagealign_alloc (Makefile.am): Likewise.
3279         * modules/pathmax (Makefile.am): Likewise.
3280         * modules/physmem (Makefile.am): Likewise.
3281         * modules/poll (Makefile.am): Likewise.
3282         * modules/posixtm (Makefile.am): Likewise.
3283         * modules/posixver (Makefile.am): Likewise.
3284         * modules/putenv (Makefile.am): Likewise.
3285         * modules/quote (Makefile.am): Likewise.
3286         * modules/quotearg (Makefile.am): Likewise.
3287         * modules/raise (Makefile.am): Likewise.
3288         * modules/read-file (Makefile.am): Likewise.
3289         * modules/readline (Makefile.am): Likewise.
3290         * modules/readlink (Makefile.am): Likewise.
3291         * modules/readtokens (Makefile.am): Likewise.
3292         * modules/readutmp (Makefile.am): Likewise.
3293         * modules/realloc (Makefile.am): Likewise.
3294         * modules/regex (Makefile.am): Likewise.
3295         * modules/rename-dest-slash (Makefile.am): Likewise.
3296         * modules/rename (Makefile.am): Likewise.
3297         * modules/rijndael (Makefile.am): Likewise.
3298         * modules/rmdir (Makefile.am): Likewise.
3299         * modules/rpmatch (Makefile.am): Likewise.
3300         * modules/safe-read (Makefile.am): Likewise.
3301         * modules/safe-write (Makefile.am): Likewise.
3302         * modules/same-inode (Makefile.am): Likewise.
3303         * modules/same (Makefile.am): Likewise.
3304         * modules/save-cwd (Makefile.am): Likewise.
3305         * modules/savedir (Makefile.am): Likewise.
3306         * modules/setenv (Makefile.am): Likewise.
3307         * modules/settime (Makefile.am): Likewise.
3308         * modules/sha1 (Makefile.am): Likewise.
3309         * modules/sig2str (Makefile.am): Likewise.
3310         * modules/snprintf (Makefile.am): Likewise.
3311         * modules/stat-macros (Makefile.am): Likewise.
3312         * modules/stat-time (Makefile.am): Likewise.
3313         * modules/stdbool (Makefile.am): Likewise.
3314         * modules/stdint (Makefile.am): Likewise.
3315         * modules/stdlib-safer (Makefile.am): Likewise.
3316         * modules/stpcpy (Makefile.am): Likewise.
3317         * modules/stpncpy (Makefile.am): Likewise.
3318         * modules/strcase (Makefile.am): Likewise.
3319         * modules/strcasestr (Makefile.am): Likewise.
3320         * modules/strchrnul (Makefile.am): Likewise.
3321         * modules/strcspn (Makefile.am): Likewise.
3322         * modules/strdup (Makefile.am): Likewise.
3323         * modules/strerror (Makefile.am): Likewise.
3324         * modules/strftime (Makefile.am): Likewise.
3325         * modules/strndup (Makefile.am): Likewise.
3326         * modules/strnlen (Makefile.am): Likewise.
3327         * modules/strpbrk (Makefile.am): Likewise.
3328         * modules/strsep (Makefile.am): Likewise.
3329         * modules/strstr (Makefile.am): Likewise.
3330         * modules/strtod (Makefile.am): Likewise.
3331         * modules/strtoimax (Makefile.am): Likewise.
3332         * modules/strtok_r (Makefile.am): Likewise.
3333         * modules/strtol (Makefile.am): Likewise.
3334         * modules/strtoll (Makefile.am): Likewise.
3335         * modules/strtoul (Makefile.am): Likewise.
3336         * modules/strtoull (Makefile.am): Likewise.
3337         * modules/strtoumax (Makefile.am): Likewise.
3338         * modules/strverscmp (Makefile.am): Likewise.
3339         * modules/sys_socket (Makefile.am): Likewise.
3340         * modules/sys_stat (Makefile.am): Likewise.
3341         * modules/sysexits (Makefile.am): Likewise.
3342         * modules/time_r (Makefile.am): Likewise.
3343         * modules/timegm (Makefile.am): Likewise.
3344         * modules/timespec (Makefile.am): Likewise.
3345         * modules/tmpfile-safer (Makefile.am): Likewise.
3346         * modules/trim (Makefile.am): Likewise.
3347         * modules/unistd-safer (Makefile.am): Likewise.
3348         * modules/unlinkdir (Makefile.am): Likewise.
3349         * modules/unlocked-io (Makefile.am): Likewise.
3350         * modules/userspec (Makefile.am): Likewise.
3351         * modules/utime (Makefile.am): Likewise.
3352         * modules/utimecmp (Makefile.am): Likewise.
3353         * modules/utimens (Makefile.am): Likewise.
3354         * modules/vasnprintf (Makefile.am): Likewise.
3355         * modules/vasprintf (Makefile.am): Likewise.
3356         * modules/vsnprintf (Makefile.am): Likewise.
3357         * modules/xalloc (Makefile.am): Likewise.
3358         * modules/xgetcwd (Makefile.am): Likewise.
3359         * modules/xnanosleep (Makefile.am): Likewise.
3360         * modules/xreadlink (Makefile.am): Likewise.
3361         * modules/xstrtod (Makefile.am): Likewise.
3362         * modules/xstrtol (Makefile.am): Likewise.
3363         * modules/xstrtold (Makefile.am): Likewise.
3364         * modules/yesno (Makefile.am): Likewise.
3365         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3366
3367 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3368
3369         * modules/error (Makefile.am): Distribute files through
3370         EXTRA_DIST, not lib_SOURCES.
3371
3372 2006-10-12  Eric Blake  <ebb9@byu.net>
3373
3374         * modules/error (Makefile.am): Distribute files in /lib.
3375         * modules/obstack (Makefile.am): Likewise.
3376
3377 2006-10-12  Bruno Haible  <bruno@clisp.org>
3378
3379         * modules/acl (Makefile.am): Distribute all files in lib/ through
3380         EXTRA_DIST.
3381         * modules/arcfour (Makefile.am): Likewise.
3382         * modules/arctwo (Makefile.am): Likewise.
3383         * modules/argmatch (Makefile.am): Likewise.
3384         * modules/argz (Makefile.am): Likewise.
3385         * modules/atexit (Makefile.am): Likewise.
3386         * modules/backupfile (Makefile.am): Likewise.
3387         * modules/c-strtod (Makefile.am): Likewise.
3388         * modules/c-strtold (Makefile.am): Likewise.
3389         * modules/calloc (Makefile.am): Likewise.
3390         * modules/canon-host (Makefile.am): Likewise.
3391         * modules/canonicalize (Makefile.am): Likewise.
3392         * modules/chdir-long (Makefile.am): Likewise.
3393         * modules/chdir-safer (Makefile.am): Likewise.
3394         * modules/check-version (Makefile.am): Likewise.
3395         * modules/chown (Makefile.am): Likewise.
3396         * modules/cloexec (Makefile.am): Likewise.
3397         * modules/close-stream (Makefile.am): Likewise.
3398         * modules/closeout (Makefile.am): Likewise.
3399         * modules/crc (Makefile.am): Likewise.
3400         * modules/cycle-check (Makefile.am): Likewise.
3401         * modules/des (Makefile.am): Likewise.
3402         * modules/dirfd (Makefile.am): Likewise.
3403         * modules/dirname (Makefile.am): Likewise.
3404         * modules/dup2 (Makefile.am): Likewise.
3405         * modules/euidaccess (Makefile.am): Likewise.
3406         * modules/exclude (Makefile.am): Likewise.
3407         * modules/exitfail (Makefile.am): Likewise.
3408         * modules/fcntl-safer (Makefile.am): Likewise.
3409         * modules/file-type (Makefile.am): Likewise.
3410         * modules/fileblocks (Makefile.am): Likewise.
3411         * modules/filemode (Makefile.am): Likewise.
3412         * modules/filenamecat (Makefile.am): Likewise.
3413         * modules/fnmatch (Makefile.am): Likewise.
3414         * modules/fopen-safer (Makefile.am): Likewise.
3415         * modules/fpending (Makefile.am): Likewise.
3416         * modules/fprintftime (Makefile.am): Likewise.
3417         * modules/free (Makefile.am): Likewise.
3418         * modules/fsusage (Makefile.am): Likewise.
3419         * modules/ftruncate (Makefile.am): Likewise.
3420         * modules/fts (Makefile.am): Likewise.
3421         * modules/gc (Makefile.am): Likewise.
3422         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3423         * modules/getaddrinfo (Makefile.am): Likewise.
3424         * modules/getcwd (Makefile.am): Likewise.
3425         * modules/getdelim (Makefile.am): Likewise.
3426         * modules/getdomainname (Makefile.am): Likewise.
3427         * modules/getgroups (Makefile.am): Likewise.
3428         * modules/gethostname (Makefile.am): Likewise.
3429         * modules/gethrxtime (Makefile.am): Likewise.
3430         * modules/getline (Makefile.am): Likewise.
3431         * modules/getloadavg (Makefile.am): Likewise.
3432         * modules/getlogin_r (Makefile.am): Likewise.
3433         * modules/getopt (Makefile.am): Likewise.
3434         * modules/getpass (Makefile.am): Likewise.
3435         * modules/getpass-gnu (Makefile.am): Likewise.
3436         * modules/getsubopt (Makefile.am): Likewise.
3437         * modules/gettime (Makefile.am): Likewise.
3438         * modules/gettimeofday (Makefile.am): Likewise.
3439         * modules/getugroups (Makefile.am): Likewise.
3440         * modules/getusershell (Makefile.am): Likewise.
3441         * modules/glob (Makefile.am): Likewise.
3442         * modules/group-member (Makefile.am): Likewise.
3443         * modules/hard-locale (Makefile.am): Likewise.
3444         * modules/hash (Makefile.am): Likewise.
3445         * modules/hmac-md5 (Makefile.am): Likewise.
3446         * modules/hmac-sha1 (Makefile.am): Likewise.
3447         * modules/human (Makefile.am): Likewise.
3448         * modules/idcache (Makefile.am): Likewise.
3449         * modules/imaxabs (Makefile.am): Likewise.
3450         * modules/imaxdiv (Makefile.am): Likewise.
3451         * modules/inet_ntop (Makefile.am): Likewise.
3452         * modules/inet_pton (Makefile.am): Likewise.
3453         * modules/inttostr (Makefile.am): Likewise.
3454         * modules/isapipe (Makefile.am): Likewise.
3455         * modules/lchown (Makefile.am): Likewise.
3456         * modules/long-options (Makefile.am): Likewise.
3457         * modules/lstat (Makefile.am): Likewise.
3458         * modules/malloc (Makefile.am): Likewise.
3459         * modules/mathl (Makefile.am): Likewise.
3460         * modules/mbchar (Makefile.am): Likewise.
3461         * modules/md2 (Makefile.am): Likewise.
3462         * modules/md4 (Makefile.am): Likewise.
3463         * modules/md5 (Makefile.am): Likewise.
3464         * modules/memcasecmp (Makefile.am): Likewise.
3465         * modules/memchr (Makefile.am): Likewise.
3466         * modules/memcmp (Makefile.am): Likewise.
3467         * modules/memcoll (Makefile.am): Likewise.
3468         * modules/memcpy (Makefile.am): Likewise.
3469         * modules/memmem (Makefile.am): Likewise.
3470         * modules/memmove (Makefile.am): Likewise.
3471         * modules/mempcpy (Makefile.am): Likewise.
3472         * modules/memrchr (Makefile.am): Likewise.
3473         * modules/memset (Makefile.am): Likewise.
3474         * modules/memxor (Makefile.am): Likewise.
3475         * modules/mkancesdirs (Makefile.am): Likewise.
3476         * modules/mkdir (Makefile.am): Likewise.
3477         * modules/mkdir-p (Makefile.am): Likewise.
3478         * modules/mkdtemp (Makefile.am): Likewise.
3479         * modules/mkstemp (Makefile.am): Likewise.
3480         * modules/mktime (Makefile.am): Likewise.
3481         * modules/modechange (Makefile.am): Likewise.
3482         * modules/mountlist (Makefile.am): Likewise.
3483         * modules/nanosleep (Makefile.am): Likewise.
3484         * modules/openat (Makefile.am): Likewise.
3485         * modules/pagealign_alloc (Makefile.am): Likewise.
3486         * modules/physmem (Makefile.am): Likewise.
3487         * modules/poll (Makefile.am): Likewise.
3488         * modules/posixtm (Makefile.am): Likewise.
3489         * modules/posixver (Makefile.am): Likewise.
3490         * modules/putenv (Makefile.am): Likewise.
3491         * modules/quote (Makefile.am): Likewise.
3492         * modules/quotearg (Makefile.am): Likewise.
3493         * modules/raise (Makefile.am): Likewise.
3494         * modules/read-file (Makefile.am): Likewise.
3495         * modules/readline (Makefile.am): Likewise.
3496         * modules/readlink (Makefile.am): Likewise.
3497         * modules/readtokens (Makefile.am): Likewise.
3498         * modules/readutmp (Makefile.am): Likewise.
3499         * modules/realloc (Makefile.am): Likewise.
3500         * modules/regex (Makefile.am): Likewise.
3501         * modules/rename (Makefile.am): Likewise.
3502         * modules/rename-dest-slash (Makefile.am): Likewise.
3503         * modules/rijndael (Makefile.am): Likewise.
3504         * modules/rmdir (Makefile.am): Likewise.
3505         * modules/rpmatch (Makefile.am): Likewise.
3506         * modules/safe-read (Makefile.am): Likewise.
3507         * modules/safe-write (Makefile.am): Likewise.
3508         * modules/same (Makefile.am): Likewise.
3509         * modules/save-cwd (Makefile.am): Likewise.
3510         * modules/savedir (Makefile.am): Likewise.
3511         * modules/setenv (Makefile.am): Likewise.
3512         * modules/settime (Makefile.am): Likewise.
3513         * modules/sha1 (Makefile.am): Likewise.
3514         * modules/sig2str (Makefile.am): Likewise.
3515         * modules/snprintf (Makefile.am): Likewise.
3516         * modules/stdlib-safer (Makefile.am): Likewise.
3517         * modules/stpcpy (Makefile.am): Likewise.
3518         * modules/stpncpy (Makefile.am): Likewise.
3519         * modules/strcase (Makefile.am): Likewise.
3520         * modules/strcasestr (Makefile.am): Likewise.
3521         * modules/strchrnul (Makefile.am): Likewise.
3522         * modules/strcspn (Makefile.am): Likewise.
3523         * modules/strdup (Makefile.am): Likewise.
3524         * modules/strerror (Makefile.am): Likewise.
3525         * modules/strftime (Makefile.am): Likewise.
3526         * modules/strndup (Makefile.am): Likewise.
3527         * modules/strnlen (Makefile.am): Likewise.
3528         * modules/strpbrk (Makefile.am): Likewise.
3529         * modules/strsep (Makefile.am): Likewise.
3530         * modules/strstr (Makefile.am): Likewise.
3531         * modules/strtod (Makefile.am): Likewise.
3532         * modules/strtoimax (Makefile.am): Likewise.
3533         * modules/strtok_r (Makefile.am): Likewise.
3534         * modules/strtol (Makefile.am): Likewise.
3535         * modules/strtoll (Makefile.am): Likewise.
3536         * modules/strtoul (Makefile.am): Likewise.
3537         * modules/strtoull (Makefile.am): Likewise.
3538         * modules/strtoumax (Makefile.am): Likewise.
3539         * modules/strverscmp (Makefile.am): Likewise.
3540         * modules/time_r (Makefile.am): Likewise.
3541         * modules/timegm (Makefile.am): Likewise.
3542         * modules/tmpfile-safer (Makefile.am): Likewise.
3543         * modules/unistd-safer (Makefile.am): Likewise.
3544         * modules/unlinkdir (Makefile.am): Likewise.
3545         * modules/userspec (Makefile.am): Likewise.
3546         * modules/utime (Makefile.am): Likewise.
3547         * modules/utimecmp (Makefile.am): Likewise.
3548         * modules/utimens (Makefile.am): Likewise.
3549         * modules/vasnprintf (Makefile.am): Likewise.
3550         * modules/vasprintf (Makefile.am): Likewise.
3551         * modules/vsnprintf (Makefile.am): Likewise.
3552         * modules/xalloc (Makefile.am): Likewise.
3553         * modules/xgetcwd (Makefile.am): Likewise.
3554         * modules/xnanosleep (Makefile.am): Likewise.
3555         * modules/xreadlink (Makefile.am): Likewise.
3556         * modules/xstrtod (Makefile.am): Likewise.
3557         * modules/xstrtol (Makefile.am): Likewise.
3558         * modules/xstrtold (Makefile.am): Likewise.
3559         * modules/yesno (Makefile.am): Likewise.
3560
3561 2006-10-12  Jim Meyering  <jim@meyering.net>
3562
3563         * m4/getloadavg.m4: Revert the change below.
3564
3565         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3566         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3567         fail with a symlink, which is what coreutils' ./bootstrap now
3568         creates by default.
3569
3570 2006-10-12  Bruno Haible  <bruno@clisp.org>
3571
3572         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3573         mingw.
3574         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3575         MSVC and mingw explicitly.
3576
3577 2006-10-11  Simon Josefsson  <jas@extundo.com>
3578             Bruno Haible  <bruno@clisp.org>
3579
3580         Add support for multiple gnulib-tool invocations in the scope of a
3581         single configure.ac file.
3582         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3583         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3584         with the same contents as the _LIBADD variable.
3585         (func_emit_initmacro_start, func_emit_initmacro_end,
3586         func_emit_initmacro_done): New functions.
3587         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3588         gl_LIBOBJS and gl_LTLIBOBJS.
3589
3590 2006-10-11  Bruno Haible  <bruno@clisp.org>
3591
3592         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3593         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3594         autoreconf. Instead, invoke autopoint explicitly but move back the
3595         *.m4 files from gnulib.
3596
3597 2006-10-11  Bruno Haible  <bruno@clisp.org>
3598
3599         * gnulib-tool (func_usage): Make module names after --create-testdir
3600         optional.
3601         (func_create_testdir): If no module was specified, use nearly all
3602         modules.
3603
3604 2006-10-12  Jim Meyering  <jim@meyering.net>
3605
3606         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3607         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3608         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3609         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3610         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3611         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3612         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3613         (fts_set_stat_required): New function.
3614         (fts_open): Defer the calls to fts_stat, if possible or requested.
3615         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3616         into fts_stat itself.
3617         (fts_read): Perform any required (deferred) fts_stat call.
3618         (fts_build): Likewise, for the directory we're about to open and read.
3619         In the readdir loop, carefully decide whether each entry will require
3620         an eventual call to fts_stat, using dirent.d_type info if available.
3621         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3622         a command line argument into this function.  Update all callers.
3623         Map a return value of FTS_DOT to FTS_D for a command line argument.
3624         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3625         Thanks to Miklos Szeredi for his tenacity and for the initial
3626         bug report about "find" failing on a FUSE-based file system.
3627
3628         * lib/fts.c (fts_open): Use consistent indentation.
3629
3630 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3631
3632         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3633         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3634         reported by Jim Meyering.  All uses of cache variables renamed
3635         to match Autoconf's.
3636         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3637         the other one.
3638
3639         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3640         Fix misspelling in diagnostic.
3641
3642 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3643
3644         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3645         defined.  Problem reported by Matthew Woehlke.
3646
3647         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3648         Add support for Tandem NonStop R series.
3649         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3650         Use new macro.
3651
3652         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3653         (has_trailing_slash): Omit size arg; all callers changed.
3654         Omit 'inline', since it doesn't help performance and we'd
3655         need to configure it.
3656         Don't count //, ///, etc. as having a trailing slash.
3657         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3658         (rpl_rename_dest_slash): On failure, use rename's errno rather
3659         than (in some cases) an incorrect or junk errno.
3660         Simplify code by removing need to compute length; this does
3661         cause it to make two passes instead of one over the file name,
3662         but it's worth it.
3663
3664         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3665         change, since Autoconf's version may no longer be appropriate now
3666         that we are using CVS Autoconf's version.  Add support for Tandem.
3667
3668 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3669             Bruno Haible  <bruno@clisp.org>
3670
3671         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3672         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3673         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3674         gl_AC_TYPE_LONG_LONG.
3675
3676         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3677         instead of HAVE_LONG_LONG.
3678         * lib/printf-args.c (printf_fetchargs): Likewise.
3679         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3680         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3681         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3682         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3683         gl_AC_TYPE_LONG_LONG.
3684
3685 2006-10-11  Bruno Haible  <bruno@clisp.org>
3686
3687         * m4/longlong.m4: Add comments.
3688         * m4/ulonglong.m4: Likewise.
3689
3690 2006-10-10  Bruno Haible  <bruno@clisp.org>
3691
3692         Make it possible to #define stpcpy, strdup to aliases.
3693         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3694         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3695
3696 2006-10-10  Bruno Haible  <bruno@clisp.org>
3697
3698         Make it possible to #define gcd to an alias.
3699         * lib/gcd.c: Include config.h.
3700
3701 2006-10-10  Bruno Haible  <bruno@clisp.org>
3702
3703         Make it possible to #define c_isascii to an alias.
3704         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3705         defined. Undefine the macros before defining them, to avoid gcc
3706         warnings.
3707         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3708         define NO_C_CTYPE_MACROS early.
3709
3710 2006-10-10  Bruno Haible  <bruno@clisp.org>
3711
3712         Make it possible to #define set_program_name to an alias.
3713         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3714         ENABLE_RELOCATABLE early.
3715
3716 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3717
3718         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3719         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3720         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3721         More generally, don't assume that 64-bit signed int is available
3722         if unsigned int is, and vice versa.
3723         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3724         unsigned symbols, not on their signed counterparts.
3725         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3726         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3727         (UINT64_C, UINTMAX_C):
3728         Likewise.
3729         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3730         unsigned counterparts.
3731         (Have_long_long, Unsigned): New macros.
3732         (Int): Renamed from INT.
3733         (strtoimax): Use the new macros.
3734         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3735         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3736         * modules/inttypes (inttypes.h): Substitute
3737         HAVE_UNSIGNED_LONG_LONG_INT.
3738         * modules/stdint (stdint.h): Likewise.
3739         (Files): Add m4/ulonglong.m4.
3740
3741 2006-10-10  Bruno Haible  <bruno@clisp.org>
3742
3743         Fix a gcc -Wshadow warning.
3744         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3745         to 'bucket'.
3746         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3747         gl_linked_indexof_from_to): Likewise.
3748         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3749         Likewise.
3750         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3751         Likewise.
3752         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3753         Reported by Eric Blake.
3754
3755 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3756
3757         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3758         for NetBSD.  Problem reported by Bruno Haible.
3759
3760 2006-10-09  Jim Meyering  <jim@meyering.net>
3761
3762         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3763         Patch from Bruno Haible.
3764
3765 2006-10-09  Jim Meyering  <jim@meyering.net>
3766
3767         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3768         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3769         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3770
3771 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3772
3773         Don't include <config.h> twice; this doesn't work in some cases,
3774         e.g., when config.h has "#define intmax_t long long int" and
3775         we include <config.h>, <inttypes.h>, <config.h> in that order.
3776         Problem reported by Matthew Woehlke in:
3777         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3778         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3779         * lib/fts-cycle.c: Don't include config.h.
3780         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3781         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3782         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3783         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3784         inttypes.h.
3785         * lib/xstrtoumax.c: Likewise.
3786         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3787         __strtol and the like, so that this module is more like its siblings.
3788         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3789         Remove; no longer needed now that we assume gnulib inttypes.h.
3790
3791 2006-10-08  Bruno Haible  <bruno@clisp.org>
3792
3793         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3794         option.
3795
3796 2006-10-07  Jim Meyering  <jim@meyering.net>
3797
3798         * modules/inttypes (inttypes.h): Revert what seems to have been
3799         an inadvertent part of today's change: use "|", not "/" in the
3800         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3801
3802 2006-10-07  Bruno Haible  <bruno@clisp.org>
3803
3804         * modules/sublist: New file.
3805
3806 2006-10-07  Bruno Haible  <bruno@clisp.org>
3807
3808         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3809         * modules/argz (argz.h): Likewise.
3810         * modules/arpa_inet (arpa/inet.h): Likewise.
3811         * modules/byteswap (byteswap.h): Likewise.
3812         * modules/configmake (configmake.h): Likewise.
3813         * modules/fcntl (fcntl.h): Likewise.
3814         * modules/fnmatch (fnmatch.h): Likewise.
3815         * modules/getopt (getopt.h): Likewise.
3816         * modules/glob (glob.h): Likewise.
3817         * modules/inttypes (inttypes.h): Likewise.
3818         * modules/netinet_in (netinet/in.h): Likewise.
3819         * modules/poll (poll.h): Likewise.
3820         * modules/stdbool (stdbool.h): Likewise.
3821         * modules/stdint (stdint.h): Likewise.
3822         * modules/sys_select (sys/select.h): Likewise.
3823         * modules/sys_socket (sys/socket.h): Likewise.
3824         * modules/sys_stat (sys/stat.h): Likewise.
3825         * modules/sysexits (sysexits.h): Likewise.
3826         * modules/unistd (unistd.h): Likewise.
3827         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3828         Add a "DO NOT EDIT" comment to the generated file.
3829         (func_import): Likewise for gnulib-comp.m4.
3830
3831 2006-10-07  Bruno Haible  <bruno@clisp.org>
3832
3833         * lib/gl_sublist.h: New file.
3834         * lib/gl_sublist.c: New file.
3835
3836 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3839         name (relative to the original working directory) and the file
3840         name component (relative to the temporary working directory).  All
3841         callers changed.
3842         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3843         * lib/mkdir-p.c (make_dir_parents): Likewise.
3844         * lib/mkdir-p.h (make_dir_parents): Likewise.
3845
3846 2006-10-06  Eric Blake  <ebb9@byu.net>
3847
3848         Define several macros for use by the clean-temp module.
3849         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3850         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3851         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3852
3853         * lib/clean-temp.h (close_stream_temp): New declaration.
3854         * lib/clean-temp.c (includes): Pull in headers according to what
3855         other modules are in use.
3856         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3857
3858 2006-10-06  Bruno Haible  <bruno@clisp.org>
3859
3860         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3861         instead of fopen, fwriteerror.
3862
3863 2006-10-06  Bruno Haible  <bruno@clisp.org>
3864
3865         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3866         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3867         int.
3868         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3869         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3870         Return an error indicator.
3871         Suggested by Eric Blake.
3872
3873 2006-10-06  Bruno Haible  <bruno@clisp.org>
3874
3875         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3876         Reported by Eric Blake.
3877
3878 2006-10-06  Bruno Haible  <bruno@clisp.org>
3879
3880         * modules/closeout (Description): Mention stderr too.
3881
3882 2006-10-06  Bruno Haible  <bruno@clisp.org>
3883         and Paul Eggert  <eggert@cs.ucla.edu>
3884
3885         * lib/closeout.c (close_stdout): Also close stderr.
3886         * lib/closeout.h: Update comment.
3887
3888 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3889
3890         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3891         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3892         * lib/dirchownmod.c: Include lchown.h.
3893         * lib/lchown.c: Don't include files that lchown.h now includes.
3894         Don't declare chown, since lchown.h now does that.
3895         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3896         (lchown): Define to rpl_chown if lchown is declared but
3897         does not exist.  Declare using a prototype if lchown is not
3898         declared.  Add a copyright notice.
3899         * lib/mkstemp.h: Include <unistd.h>.
3900         * lib/openat.c: Include lchown.h.
3901
3902         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3903         we now test for that separately.
3904         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3905         rather than O_NOFOLLOW, when testing whether it's possible to
3906         avoid a race condition reliably.
3907         * lib/savewd.c (savewd_chdir): Likewise.
3908
3909         Remove macros that are no longer needed now that stdint.h is
3910         reliable.
3911         * lib/fsusage.c (UINTMAX_MAX): Remove.
3912         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3913         * lib/utimecmp.c (SIZE_MAX): Remove.
3914
3915         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3916
3917         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3918         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3919         O_NOATIME works.
3920
3921 2006-10-05  Bruno Haible  <bruno@clisp.org>
3922
3923         * lib/gl_list.h (gl_sortedlist_search_from_to,
3924         gl_sortedlist_indexof_from_to): New declarations.
3925         (gl_list_implementation): New fields sortedlist_search_from_to,
3926         sortedlist_indexof_from_to.
3927         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3928         inline functions.
3929         * lib/gl_list.c (gl_sortedlist_search_from_to,
3930         gl_sortedlist_indexof_from_to): New functions.
3931         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3932         function.
3933         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3934         (gl_array_sortedlist_search_from_to): New function.
3935         (gl_array_list_implementation): Update.
3936         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3937         function.
3938         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3939         (gl_carray_sortedlist_search_from_to): New function.
3940         (gl_carray_list_implementation): Update.
3941         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3942         gl_linked_sortedlist_indexof_from_to): New functions.
3943         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3944         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3945         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3946         gl_tree_sortedlist_indexof_from_to): New functions.
3947         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3948         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3949         Update.
3950         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3951         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3952         Update.
3953
3954 2006-10-05  Bruno Haible  <bruno@clisp.org>
3955
3956         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3957         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3958         (struct gl_list_implementation): Add fields search_from_to,
3959         indexof_from_to. Remove fields search, indexof.
3960         (gl_list_search): Use the search_from_to method.
3961         (gl_list_search_from, gl_list_search_from_to): New functions.
3962         (gl_list_indexof): Use the indexof_from_to method.
3963         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3964         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3965         (gl_list_search_from, gl_list_search_from_to): New functions.
3966         (gl_list_indexof): Use the indexof_from_to method.
3967         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3968         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3969         gl_array_indexof. Add start_index, end_index arguments.
3970         (gl_array_search_from_to): Renamed from gl_array_search. Add
3971         start_index, end_index arguments.
3972         (gl_array_remove, gl_array_list_implementation): Update.
3973         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3974         gl_carray_indexof. Add start_index, end_index arguments.
3975         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3976         start_index, end_index arguments.
3977         (gl_carray_remove, gl_carray_list_implementation): Update.
3978         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3979         gl_linked_search. Add start_index, end_index arguments.
3980         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3981         start_index, end_index arguments.
3982         (gl_linked_remove): Update.
3983         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3984         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3985         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3986         field to 'size_t'.
3987         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3988         gl_tree_search. Add start_index, end_index arguments.
3989         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3990         start_index, end_index arguments.
3991         (gl_tree_remove): Update.
3992         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3993         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3994         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3995         function.
3996         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3997         gl_tree_search. Add start_index, end_index arguments.
3998         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3999         start_index, end_index arguments.
4000         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4001         Update.
4002         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4003
4004 2006-10-05  Bruno Haible  <bruno@clisp.org>
4005
4006         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4007
4008         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4009         fwriteerror_temp): New declarations.
4010         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4011         (descriptors): New variable.
4012         (cleanup): First, close the descriptors.
4013         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4014         fclose_temp, fwriteerror_temp): New functions.
4015
4016 2006-10-04  Jim Meyering  <jim@meyering.net>
4017
4018         * lib/fts.c (fts_open): Tiny comment change.
4019
4020 2006-10-04  Bruno Haible  <bruno@clisp.org>
4021
4022         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4023         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4024         gl_LOCK_BODY.
4025         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4026         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4027         gl_LOCK_EARLY_BODY.
4028         (gl_LOCK): Require gl_LOCK_BODY.
4029
4030 2006-10-04  Bruno Haible  <bruno@clisp.org>
4031
4032         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4033         (gl_oset_search_atleast): New declaration.
4034         (struct gl_oset_implementation): Add field 'search_atleast'.
4035         (gl_oset_search_atleast): New inline function.
4036         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4037         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4038         (gl_array_oset_implementation): Update.
4039         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4040         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4041         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4042
4043 2006-10-04  Bruno Haible  <bruno@clisp.org>
4044
4045         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4046
4047 2006-10-03  Bruno Haible  <bruno@clisp.org>
4048
4049         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4050         from gl_avltreehash_list_implementation.
4051
4052 2006-10-03  Bruno Haible  <bruno@clisp.org>
4053
4054         * lib/gl_oset.c (gl_oset_add): Fix return type.
4055
4056 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4057
4058         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4059
4060 2006-10-02  Eric Blake  <ebb9@byu.net>
4061
4062         * modules/strnlen (Depends-on): Add extensions.
4063
4064 2006-10-02  Eric Blake  <ebb9@byu.net>
4065
4066         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4067         definition in 2.60+.
4068
4069 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4070
4071         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4072         checks.
4073
4074 2006-10-02  Bruno Haible  <bruno@clisp.org>
4075
4076         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4077         to the AUTOMAKE_OPTIONS.
4078         Reported by Jim Meyering.
4079
4080 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4081
4082         Work around bug in Solaris 10 /proc file system:
4083         /proc/self/fd/NNN/.. isn't the parent directory of
4084         the directory whose file descriptor is NNN.  This needs to
4085         be worked around at run time, not compile time, since a
4086         program might be built on Solaris 8, where things work, and
4087         run on Solaris 10.
4088         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4089         to use the following interface instead:
4090         (OPENAT_BUFFER_SIZE): New macro.
4091         (openat_proc_name): New function.
4092         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4093         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4094         Likewise.
4095         * lib/openat-proc.c: New file.
4096         * modules/openat (Files): Add lib/openat-proc.c.
4097         (Depends-on): Add same-inode, stdbool.
4098         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4099
4100 2006-09-29  Bruno Haible  <bruno@clisp.org>
4101
4102         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4103         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4104         argument. Set stdout_closed before testing for ferror, not after.
4105         (fwriteerror, fwriteerror_no_ebadf): New functions.
4106
4107 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4108
4109         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4110
4111 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4112
4113         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4114         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4115
4116 2006-09-28  Jim Meyering  <jim@meyering.net>
4117
4118         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4119         Include <unistd.h>.
4120
4121 2006-09-28  Bruno Haible  <bruno@clisp.org>
4122
4123         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4124         * modules/linkedhash-list (Depends-on): Likewise.
4125         * modules/rbtreehash-list (Depends-on): Likewise.
4126
4127 2006-09-28  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/strndup.h: Simplify the redefinition of strndup.
4130         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4131         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4132
4133 2006-09-28  Bruno Haible  <bruno@clisp.org>
4134
4135         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4136         * lib/gl_linkedhash_list.c: Likewise.
4137         * lib/gl_rbtreehash_list.c: Likewise.
4138
4139 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4142         getaddrinfo.
4143
4144         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4145         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4146         it causes <stdio_ext.h> to cause a compile-time error.
4147         Problem reported by Nelson H. F. Beebe.
4148         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4149         of HAVE_DECL___PENDING.
4150
4151         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4152         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4153         declaration.
4154
4155 2006-09-27  Jim Meyering  <jim@meyering.net>
4156
4157         This file could end up with a definition for a function
4158         named __strndup, rather than rpl_strndup on a system with
4159         incomplete weak_alias support.
4160         * lib/strndup.c (strndup): Rename from __strndup.
4161         Remove #defines that used to map __strndup to strndup.
4162         Don't use K&R prototypes.
4163         Remove LIBC-related code, since this file is not sync'd with glibc.
4164         * lib/strndup.h: Revamp, accordingly.
4165         * m4/strndup.m4: Modernize.
4166
4167 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4168
4169         * modules/savewd (Depends-on): Add 'raise'.
4170         * lib/savewd.c: Include <signal.h>, for 'raise'.
4171
4172 2006-09-26  Jim Meyering  <jim@meyering.net>
4173
4174         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4175         when we detect Darwin 8.7.0's acl_get_file bug.
4176         Rearrange to perform the new (below) run-test while $LIBS
4177         contains any acl-related library.  Set USE_ACL at the end.
4178         (gl_ACL_GET_FILE): New function.
4179
4180 2006-09-26  Eric Blake  <ebb9@byu.net>
4181
4182         * lib/verror.c: Include <config.h> unconditionally.
4183
4184 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4185
4186         * modules/clock-time (Maintainer): Add self.
4187         * modules/getlogin_r (Depends-on): Add extensions.
4188
4189 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4190
4191         * modules/clock-time: New module.
4192         * modules/nanosleep (Depends-on): Add clock-time.
4193         * modules/gethrxtime (Depends-on): Likewise.
4194         * modules/gettime (Depends-on): Likewise.
4195         * modules/settime (Depends-on): Likewise.
4196
4197         * modules/fts-lgpl: Depend on openat.
4198         * modules/mkancesdirs: Depend on savewd.
4199         * modules/mkdir-p: Likewise.
4200
4201 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4202
4203         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4204
4205         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4206         `gl_have_arbitrary_file_name_length_limit' to
4207         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4208         actually works between configure runs.
4209
4210 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4211             Bruno Haible  <bruno@clisp.org>
4212
4213         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4214
4215 2006-09-25  Jim Meyering  <jim@meyering.net>
4216
4217         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4218         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4219
4220 2006-09-25  Eric Blake  <ebb9@byu.net>
4221
4222         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4223         exec's in 2006-09-18 patch when shuffling fds.
4224
4225 2006-09-25  Bruno Haible  <bruno@clisp.org>
4226
4227         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4228         Reported by Jim Meyering.
4229
4230 2006-09-24  Jim Meyering  <jim@meyering.net>
4231
4232         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4233         compare a pointer against a literal "0".  That caused failures with
4234         at least HP-UX's hpcc.
4235
4236 2006-09-22  Simon Josefsson  <jas@extundo.com>
4237
4238         * modules/gc-sha1:
4239         * modules/gc-md4:
4240         * modules/gc-hmac-sha1:
4241         * modules/gc-hmac-md5:
4242         * modules/gc-des:
4243         * modules/gc-arcfour: Distribute more files.
4244
4245 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4246
4247         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4248         (gl_linked_iterator_from_to): Initialize struct completely.
4249         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4250         (gl_tree_iterator_from_to): Likewise
4251         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4252         * lib/gl_array_list.c [lint] (gl_array_iterator)
4253         (gl_array_iterator_from_to): Likewise.
4254         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4255         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4256         (gl_carray_iterator_from_to): Likewise.
4257
4258         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4259         * lib/md4.c (md4_process_block): Remove unused variable.
4260         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4261         parentheses for clarity.
4262
4263 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4264
4265         * modules/bison-i18n (Depends-on): Add gettext.
4266
4267 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4268
4269         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4270         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4271         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4272         also add missing comma that caused broken test.
4273         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4274         stdlib.h, for `abort'.
4275         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4276         variables.
4277         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4278         include unistd.h if present, for `rmdir'.
4279         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4280         variables.
4281         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4282         in the process include standard headers for prototypes.
4283         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4284         gets declared on GNU/Linux.
4285         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4286         unistd.h, for `rmdir'.
4287         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4288
4289         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4290         always true.
4291         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4292
4293         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4294
4295 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4296
4297         * gnulib-tool (func_version): Create output all at once.  This
4298         may help avoid triggering unnecessary SIGPIPEs, and at any
4299         rate it doesn't hurt.
4300
4301 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4302             Bruno Haible  <bruno@clisp.org>
4303
4304         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4305         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4306         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4307
4308         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4309         (gl_FUNC_VASPRINTF): Invoke it.
4310
4311 2006-09-22  Bruno Haible  <bruno@clisp.org>
4312
4313         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4314         getloadavg.c as first argument.
4315
4316 2006-09-22  Bruno Haible  <bruno@clisp.org>
4317
4318         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4319         at the beginning of the gl_INIT macro.
4320         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4321         gl_GETLOADAVG.
4322
4323 2006-09-22  Bruno Haible  <bruno@clisp.org>
4324
4325         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4326         module.
4327         Suggested by Ralf Wildenhues.
4328
4329 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4330
4331         Import this patch from libc:
4332
4333         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4334
4335         * lib/regex_internal.c (re_string_reconstruct): Handle
4336         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4337         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4338         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4339         re_string_context_at.
4340
4341         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4342         now requires it.
4343         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4344         gl_REGEX now does it for us.
4345         (gl_REGEX): Add test taken from
4346         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4347
4348         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4349         Check that large offsets work.  Modernize Autoconf usages.
4350         Prefer "yes" to mean a good thing rather than a bad.
4351         Don't put "#define mkstemp" in config.h, as this might interfere
4352         with standard system headers that "#define mkstemp mkstemp64".
4353
4354         * modules/mkstemp (Depends-on): Add extensions, so that
4355         mkstemp is visible on some platforms.
4356         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4357         (Include): Change to "mkstemp.h" from <stdlib.h>.
4358         (Files): Add mkstemp.h.
4359
4360         * lib/mkstemp.h: New file, since some standard headers
4361         #define mkstemp.
4362         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4363         Include "mkstemp.h".
4364         Make the _LIBC code resemble glibc original more,
4365         e.g., use K&R style.
4366         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4367         (mkstemp): Remove, since mkstemp.h does this for us.
4368         * lib/stdlib--.h: Include mkstemp.h.
4369
4370         Import this patch from libc:
4371
4372         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4373
4374         * lib/tempname.c (__gen_tempname): Change attempts_min
4375         into a macro.  Use preprocessor to decide how to initialize
4376         attempts [Coverity CID 67].
4377
4378 2006-09-20  Bruno Haible  <bruno@clisp.org>
4379
4380         * lib/mkdtemp.c: Import from libc.
4381         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4382                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4383                 attempts_min into a macro.  Use preprocessor to decide how to
4384                 initialize attempts [Coverity CID 67].
4385         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4386                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4387                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4388
4389 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4390
4391         * gnulib-tool (func_exit): New function, to allow to pass the
4392         exit status portably through the trap.  Use everywhere.
4393         (--help, --version): Signal a write error.
4394         (trap): catch SIGPIPE, for write errors.
4395         Exit at the end of the trap, with the correct exit status.
4396
4397 2006-09-19  Karl Berry  <karl@gnu.org>
4398
4399         * doc/gnulib.texi: note about the license texinfo files.
4400
4401 2006-09-19  Eric Blake  <ebb9@byu.net>
4402
4403         * gnulib-tool: Avoid space-tab.
4404
4405 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4406
4407         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4408         that prevented coreutils 6.1 from building.  Problem reported
4409         by Petter Reinholdtsen.
4410
4411 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4412
4413         * gnulib-tool (avoidlist): Fix typo that broke options like
4414         --avoid=lock that are used by coreutils bootstrap.
4415
4416 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4417
4418         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4419         more systematically.
4420
4421 2006-09-18  Jim Meyering  <jim@meyering.net>
4422
4423         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4424
4425 2006-09-18  Bruno Haible  <bruno@clisp.org>
4426
4427         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4428
4429 2006-09-18  Bruno Haible  <bruno@clisp.org>
4430
4431         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4432         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4433         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4434         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4435         * m4/gettext.m4: Require autoconf >= 2.52.
4436         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4437         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4438         of gl_cv_header_inttypes_h.
4439
4440 2006-09-18  Bruno Haible  <bruno@clisp.org>
4441
4442         * lib/javaversion.c: Include configmake.h.
4443
4444 2006-09-18  Bruno Haible  <bruno@clisp.org>
4445
4446         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4447         avoid that the while loops be executed in a subshell.
4448
4449 2006-09-18  Bruno Haible  <bruno@clisp.org>
4450
4451         * MODULES.html.sh (func_module): Break long lines.
4452         Suggested by Bruce Korb <bkorb@gnu.org>.
4453
4454 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4455
4456         Speed up by a factor of 1.12.
4457         * gnulib-tool (nl): New variable.
4458         (func_import): Rewrite include directive extraction to only read each
4459         directive once.
4460
4461 2006-09-17  Bruno Haible  <bruno@clisp.org>
4462
4463         * modules/javaversion (Makefile.am): Remove DEFS setting.
4464         (Depends-on): Add configmake, for PKGDATADIR definition.
4465
4466 2006-09-17  Bruno Haible  <bruno@clisp.org>
4467
4468         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4469
4470 2006-09-17  Bruno Haible  <bruno@clisp.org>
4471
4472         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4473         (func_modules_transitive_closure, func_modules_add_dummy,
4474         func_modules_to_filelist, func_import, func_create_testdir,
4475         func_create_megatestdir, ...): Use it wherever possible.
4476         Suggested by Ralf Wildenhues.
4477
4478 2006-09-16  Karl Berry  <karl@gnu.org>
4479
4480         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4481         to avoid sectioning errors.
4482         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4483         [ifinfo]: blank line after @center-ed titles.
4484         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4485         Spell FSF address consistently with others.
4486         (These changes approved by rms.)
4487
4488 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4489
4490         Speed up by a factor of 1.61.
4491         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4492         already checked module names again.
4493
4494 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4495
4496         Speed up by a factor of 1.13.
4497         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4498         for new_files, and the input to func_add_or_update.
4499
4500 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4501
4502         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4503         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4504
4505 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4506
4507         * modules/mkancesdirs (Depends-on): Add fcntl.
4508         * modules/savewd: New file.
4509         * MODULES.html.sh (File system functions): Add savewd.
4510
4511         * modules/configmake (Makefile.am): Add support for the
4512         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4513
4514 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4515
4516         * m4/savewd.m4: New file.
4517
4518 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4519
4520         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4521         (dirchownmod): New arg FD.  All callers changed.
4522         Use FD rather than opening the directory ourself, as opening is
4523         now the caller's responsibility.
4524         * lib/dirchownmod.h: Likewise.
4525         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4526         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4527         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4528         (test_dir): Remove.
4529         (mkancesdirs): Return length of prefix of FILE that has already
4530         been made, or -2 if there is a child doing the work.  Redo
4531         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4532         ".", and treat ".." specially since it might stray back into
4533         already-created areas.  Use a subprocess if necessary.  New arg
4534         WD; all users changed.  MAKE_DIR function should now return 1
4535         if it creates a directory that is not readable.  Return -2 if
4536         a child process is spun off.
4537         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4538         Adjust signature to match code.
4539         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4540         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4541         all users changed.
4542         * lib/savewd.c, lib/savewd.h: New files.
4543
4544 2006-09-15  Jim Meyering  <jim@meyering.net>
4545
4546         * modules/rename-dest-slash: New module.
4547         * MODULES.html.sh (posix_compat): Add it here.
4548
4549         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4550
4551 2006-09-15  Jim Meyering  <jim@meyering.net>
4552
4553         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4554         file.
4555
4556         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4557
4558 2006-09-15  Jim Meyering  <jim@meyering.net>
4559
4560         * lib/rename-dest-slash.c (has_trailing_slash): Use
4561         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4562         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4563         test before testing whether SRC is a directory.
4564         Suggestions from Bruno Haible.
4565
4566         Avoid a warning about an unused variable.
4567         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4568         into the #ifdef block where it's used.
4569
4570         * lib/rename-dest-slash.c: New file.
4571
4572 2006-09-14  Bruno Haible  <bruno@clisp.org>
4573
4574         * lib/allocsa.c: Include <config.h> unconditionally.
4575         * lib/asnprintf.c: Likewise.
4576         * lib/asprintf.c: Likewise.
4577         * lib/c-strcasecmp.c: Likewise.
4578         * lib/c-strcasestr.c: Likewise.
4579         * lib/c-strncasecmp.c: Likewise.
4580         * lib/c-strstr.c: Likewise.
4581         * lib/classpath.c: Likewise.
4582         * lib/clean-temp.c: Likewise.
4583         * lib/concatpath.c: Likewise.
4584         * lib/copy-file.c: Likewise.
4585         * lib/csharpcomp.c: Likewise.
4586         * lib/csharpexec.c: Likewise.
4587         * lib/execute.c: Likewise.
4588         * lib/fatal-signal.c: Likewise.
4589         * lib/findprog.c: Likewise.
4590         * lib/fwriteerror.c: Likewise.
4591         * lib/gl_array_list.c: Likewise.
4592         * lib/gl_array_oset.c: Likewise.
4593         * lib/gl_avltree_list.c: Likewise.
4594         * lib/gl_avltree_oset.c: Likewise.
4595         * lib/gl_avltreehash_list.c: Likewise.
4596         * lib/gl_carray_list.c: Likewise.
4597         * lib/gl_linked_list.c: Likewise.
4598         * lib/gl_linkedhash_list.c: Likewise.
4599         * lib/gl_list.c: Likewise.
4600         * lib/gl_oset.c: Likewise.
4601         * lib/gl_rbtree_list.c: Likewise.
4602         * lib/gl_rbtree_oset.c: Likewise.
4603         * lib/gl_rbtreehash_list.c: Likewise.
4604         * lib/imaxabs.c: Likewise.
4605         * lib/imaxdiv.c: Likewise.
4606         * lib/javacomp.c: Likewise.
4607         * lib/javaexec.c: Likewise.
4608         * lib/javaversion.c: Likewise.
4609         * lib/linebreak.c: Likewise.
4610         * lib/localcharset.c: Likewise.
4611         * lib/lock.c: Likewise.
4612         * lib/mbchar.c: Likewise.
4613         * lib/mbswidth.c: Likewise.
4614         * lib/mkdtemp.c: Likewise.
4615         * lib/pipe.c: Likewise.
4616         * lib/printf-args.c: Likewise.
4617         * lib/printf-parse.c: Likewise.
4618         * lib/progname.c: Likewise.
4619         * lib/progreloc.c: Likewise.
4620         * lib/readlink.c: Likewise.
4621         * lib/sh-quote.c: Likewise.
4622         * lib/stpcpy.c: Likewise.
4623         * lib/stpncpy.c: Likewise.
4624         * lib/strcasecmp.c: Likewise.
4625         * lib/strcasestr.c: Likewise.
4626         * lib/strcspn.c: Likewise.
4627         * lib/striconv.c: Likewise.
4628         * lib/strncasecmp.c: Likewise.
4629         * lib/strnlen1.c: Likewise.
4630         * lib/strstr.c: Likewise.
4631         * lib/strtok_r.c: Likewise.
4632         * lib/tls.c: Likewise.
4633         * lib/tmpdir.c: Likewise.
4634         * lib/unicodeio.c: Likewise.
4635         * lib/unsetenv.c: Likewise.
4636         * lib/vasnprintf.c: Likewise.
4637         * lib/vasprintf.c: Likewise.
4638         * lib/wait-process.c: Likewise.
4639         * lib/xallocsa.c: Likewise.
4640         * lib/xsetenv.c: Likewise.
4641         * lib/xstriconv.c: Likewise.
4642
4643 2006-09-13  Simon Josefsson  <jas@extundo.com>
4644
4645         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4646         that internally, suggested by Ralf Wildenhues
4647         <Ralf.Wildenhues@gmx.de>.
4648
4649 2006-09-13  Simon Josefsson  <jas@extundo.com>
4650
4651         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4652         @LIBOBJS@.
4653         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4654
4655 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4656
4657         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4658         longer worry about uses that don't define HAVE_CONFIG_H.
4659         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4660         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4661         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4662         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4663         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4664         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4665         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4666         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4667         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4668         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4669         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4670         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4671         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4672         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4673         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4674         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4675         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4676         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4677         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4678         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4679         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4680         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4681         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4682         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4683         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4684         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4685         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4686         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4687         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4688         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4689         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4690         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4691         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4692         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4693         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4694         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4695         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4696         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4697         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4698         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4699         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4700         Likewise.
4701
4702 2006-09-13  Eric Blake  <ebb9@byu.net>
4703
4704         * lib/getopt.c: Fix typo in last commit.
4705
4706 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4707
4708         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4709         dgettext.
4710
4711 2006-09-12  Jim Meyering  <jim@meyering.net>
4712
4713         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4714         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4715         Reported by Nelson H. F. Beebe.
4716
4717 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4718
4719         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4720         program_invocation_name and program_invocation_short_name are
4721         initialized.
4722         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4723         and program_invocation_short_name to argp.h, so they are visible
4724         to user programs.
4725         * lib/argp.h: Likewise
4726
4727 2006-09-10  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4730         m4/inttypes_h.m4, m4/uintmax_t.m4.
4731
4732 2006-09-10  Bruno Haible  <bruno@clisp.org>
4733
4734         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4735         gl_AC_TYPE_UINTMAX_T.
4736
4737 2006-09-10  Bruno Haible  <bruno@clisp.org>
4738
4739         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4740
4741 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4742
4743         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4744         convention.  Text proposed by Bruno Haible.
4745         (struct argp_option): Document the use of N_() wrappers.
4746
4747         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4748         '\v', and translate the two parts separately, instead of feeding
4749         the whole string to gettext.  This allows to exclude
4750         '\v' from the strings visible to the translator by writing doc
4751         strings as N_("..") "\v" N_("..").
4752
4753 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4754
4755         * config/srclist.txt: Undo latest change; the bug was fixed.
4756
4757 2006-09-09  Bruno Haible  <bruno@clisp.org>
4758
4759         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4760         assignments if building a library without libtool.
4761         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4762         in func_emit_lib_Makefile_am.
4763         (func_import): When building a static library libfoo.a, arrange to
4764         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4765         (func_create_testdir): Likewise.
4766         * modules/gc (configure.ac, Makefile.am): If building statically,
4767         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4768         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4769         * modules/striconv (configure.ac, Makefile.am): Likewise.
4770         Based on a suggestion by Ralf Wildenhues.
4771
4772 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4773
4774         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4775         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4776         Also:
4777
4778         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4779         Add year_2050_test to catch glibc bug 2821
4780         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4781
4782         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4783         Prefer #ifdef to #if.
4784
4785         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4786         Return from 'main' instead of calling 'exit'.
4787
4788 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4789
4790         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4791         returned the maximum time_t value rather than (time_t) -1.
4792         Problem originally reported by William Bardwell
4793         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4794
4795         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4796         Moved to here ...
4797         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4798         ... from here.
4799
4800 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4803         2821 is fixed.
4804
4805 2006-09-08  Jim Meyering  <jim@meyering.net>
4806
4807         Don't make generated files read-only.  That would bother too many
4808         people.  However, do retain the ability to work when targets are
4809         read-only: remove the destination and temporary files before writing
4810         them (when generated via sed or echo), or by using the -f option for
4811         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4812         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4813         * modules/byteswap, modules/configmake, modules/fcntl:
4814         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4815         * modules/localcharset, modules/netinet_in, modules/poll:
4816         * modules/stdbool, modules/stdint, modules/sys_select:
4817         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4818
4819 2006-09-08  Jim Meyering  <jim@meyering.net>
4820
4821         Avoid new build failure on FreeBSD 6.0.
4822         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4823         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4824         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4825
4826 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4827
4828         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4829
4830 2006-09-07  Jim Meyering  <jim@meyering.net>
4831
4832         Fix global typo in last change: use chmod u-w, not chmod u-x.
4833         Spotted by Paul Eggert and Bruce Korb.
4834         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4835         * modules/byteswap, modules/configmake, modules/fcntl:
4836         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4837         * modules/localcharset, modules/netinet_in, modules/poll:
4838         * modules/stdbool, modules/stdint, modules/sys_select:
4839         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4840
4841 2006-09-06  Jim Meyering  <jim@meyering.net>
4842
4843         Make generated files be read-only.
4844         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4845         Ensure that each generated file is now read-only.
4846         * modules/argz: Likewise.
4847         * modules/arpa_inet: Likewise.
4848         * modules/byteswap: Likewise.
4849         * modules/configmake: Likewise.
4850         * modules/fcntl: Likewise.
4851         * modules/fnmatch: Likewise.
4852         * modules/getopt: Likewise.
4853         * modules/glob: Likewise.
4854         * modules/inttypes: Likewise.
4855         * modules/netinet_in: Likewise.
4856         * modules/poll: Likewise.
4857         * modules/stdbool: Likewise.
4858         * modules/stdint: Likewise.
4859         * modules/sys_select: Likewise.
4860         * modules/sys_socket: Likewise.
4861         * modules/sys_stat: Likewise.
4862         * modules/sysexits: Likewise.
4863         * modules/localcharset: Same as above, but continue using temporary
4864         file named "t-$@" (why different?) rather than the "$@-t" used
4865         everywhere else.
4866
4867         * modules/sysexits (Makefile.am): Replace literal occurrences
4868         of "sysexit.h" more readable, and more consistent, "$@".
4869
4870 2006-09-06  Bruno Haible  <bruno@clisp.org>
4871
4872         * modules/striconv: New file.
4873         * modules/xstriconv: New file.
4874         * MODULES.html.sh (Internationalization functions): Add striconv,
4875         xstriconv.
4876
4877 2006-09-06  Bruno Haible  <bruno@clisp.org>
4878
4879         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4880         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4881         not using libtool correctly.
4882
4883 2006-09-06  Bruno Haible  <bruno@clisp.org>
4884
4885         * lib/striconv.h: New file.
4886         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4887         iconvstring.c.
4888         * lib/xstriconv.h: New file.
4889         * lib/xstriconv.c: New file.
4890
4891 2006-09-06  Bruno Haible  <bruno@clisp.org>
4892
4893         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4894         lib_..._LDFLAGS.
4895
4896 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4897
4898         * lib/argz_.h: Sync from Libtool.
4899
4900         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4901                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4902
4903         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4904
4905 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4906
4907         * modules/trim: New file.
4908
4909 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4910
4911         * lib/trim.h: New file.
4912         * lib/trim.c: New file.
4913
4914 2006-09-05  Bruno Haible  <bruno@clisp.org>
4915
4916         * MODULES.html.sh (String handling): Add trim.
4917
4918 2006-09-04  Karl Berry  <karl@gnu.org>
4919
4920         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4921         until next release.
4922
4923 2006-09-03  Bruno Haible  <bruno@clisp.org>
4924
4925         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4926         correctly.
4927
4928 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4929
4930         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4931         not gl_GETLOADAVG.  Omit unneeded semicolons.
4932         Problems reported by Ralf Wildenhues in
4933         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4934         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4935         at the end, which is the usual gnulib style.
4936
4937         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4938         of doing all the work ourselves.
4939         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4940         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4941
4942 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4945         Problem reported by Ralf Wildenhues in
4946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4947
4948         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4949         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4950
4951 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4954         yesterday's patch by changing test -n to test -z.
4955
4956 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4957
4958         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4959         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4960         the former is now obsolescent.
4961
4962         * modules/chdir-long (Depends-on): Add fcntl.
4963
4964 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4967         obsolescent, and programs should use gnulib instead.
4968         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4969         but with prefixes changed.
4970
4971 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4972
4973         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4974         or stdbool.h, because they might not exist while configuring.
4975
4976         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4977         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4978         does that for us.
4979         (O_DIRECTORY): Remove.
4980
4981 2006-08-31  Eric Blake  <ebb9@byu.net>
4982
4983         * gnulib-tool: Don't let emacs change spaces to TAB.
4984
4985 2006-08-31  Bruno Haible  <bruno@clisp.org>
4986
4987         * gnulib-tool: When calling func_import more than once, do it in a
4988         subshell.
4989         Reported by Eric Blake <ebb9@byu.net>.
4990
4991 2006-08-31  Bruno Haible  <bruno@clisp.org>
4992
4993         * gnulib-tool (nl): Remove variable.
4994         (sed_transform_lib_file): Use more robust test for config-h module.
4995         (func_import): Fix typo in 2006-08-25 patch.
4996
4997 2006-08-31  Bruno Haible  <bruno@clisp.org>
4998
4999         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5000         specified, augment Makefile.am variables instead of assigning them.
5001
5002 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         Work around a bug in both the Linux and SunOS 64-bit kernels:
5005         nanosleep mishandles sleeps for longer than 2**31 seconds.
5006         Problem reported by Frank v Waveren in
5007         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5008         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5009         Check for nanosleep bug.
5010         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5011
5012 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5013
5014         Work around a bug in both the Linux and SunOS 64-bit kernels:
5015         nanosleep mishandles sleeps for longer than 2**31 seconds.
5016         Problem reported by Frank v Waveren in
5017         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5018         * lib/nanosleep.c (BILLION): New constant.
5019         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5020         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5021         implementation.
5022
5023 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5024
5025         * modules/nanosleep (Depends-on): Add gettime.
5026
5027 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5028         and Simon Josefsson  <jas@extundo.com>
5029         and Oskar Liljeblad  <oskar@osk.mine.nu>
5030
5031         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5032         * gnulib-tool (func_import): New license type 'unmodifiable license
5033         text'.
5034         * modules/fdl: Use it.  Longer description.
5035         * module/gpl, module/lgpl: New files.
5036
5037 2006-08-30  Jim Meyering  <jim@meyering.net>
5038
5039         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5040         shadowing the parameter.
5041
5042 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5043
5044         Sync from Libtool:
5045
5046         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5047
5048         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5049         sharing with gnulib.  Report by Eric Blake.
5050
5051 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5052
5053         * modules/isapipe: New file.
5054         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5055
5056 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5057
5058         * modules/configmake (Makefile.am): Add a comment, and omit
5059         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5060         by Bruno Haible.
5061
5062 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5063
5064         * m4/isapipe.m4: New file.
5065
5066 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5067
5068         * lib/isapipe.c, lib/isapipe.h: New files.
5069
5070 2006-08-29  Jim Meyering  <jim@meyering.net>
5071
5072         * modules/configmake (Makefile.am): Make configmake.h depend on
5073         Makefile.  Otherwise, a stale configmake.h could hang around.
5074
5075 2006-08-29  Eric Blake  <ebb9@byu.net>
5076
5077         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5078         resolution of upstream bug 3044.
5079
5080 2006-08-29  Bruno Haible  <bruno@clisp.org>
5081
5082         * modules/localcharset (Depends-on): Add configmake.
5083         (Makefile.am): Remove setting of LIBDIR through DEFS.
5084
5085 2006-08-29  Bruno Haible  <bruno@clisp.org>
5086
5087         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5088         defined.
5089
5090 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         * modules/fcntl: New file.
5093         * modules/chdir-safer (Depends-on): Add fcntl.
5094         * modules/fts: Likewise.
5095         * modules/mkdir-p: Likewise.
5096
5097         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5098         This undoes the most recent change, since we're now addressing the
5099         problem in a different way.
5100
5101         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5102         into output, since the output might be called Makefile.am even
5103         if $makefile_name is something different.
5104         (func_import): Use $makefile_am rather than
5105         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5106         empty.
5107
5108         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5109
5110 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5111
5112         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5113         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5114         recent change to stdint.m4, since we're now addressing the problem in a
5115         different way.
5116
5117 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5118
5119         * m4/fcntl_h.m4: New file.
5120
5121 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5122
5123         * lib/fcntl_.h: New file.
5124         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5125         the fcntl module.
5126         * lib/dirchownmod.c: Likewise.
5127         * lib/fts.c: Likewise.
5128
5129         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5130         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5131         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5132         just before including <inttypes.h>, to avoid circular inclusion.
5133
5134 2006-08-28  Jim Meyering  <jim@meyering.net>
5135
5136         * doc/visibility.texi: Actually read and correct the grammar of the
5137         sentence affected by yesterday's change.
5138
5139 2006-08-28  Eric Blake  <ebb9@byu.net>
5140
5141         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5142         needs wrapper.
5143
5144 2006-08-28  Eric Blake  <ebb9@byu.net>
5145
5146         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5147
5148 2006-08-28  Eric Blake  <ebb9@byu.net>
5149
5150         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5151
5152 2006-08-28  Bruno Haible  <bruno@clisp.org>
5153
5154         * modules/c-strstr: New file, from GNU gettext.
5155         * MODULES.html.sh (String handling): Add c-strstr.
5156
5157 2006-08-28  Bruno Haible  <bruno@clisp.org>
5158
5159         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5160         macros.
5161         Reported by Eric Blake.
5162
5163 2006-08-28  Bruno Haible  <bruno@clisp.org>
5164
5165         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5166         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5167         * lib/vasprintf.c: Include errno.h, limits.h.
5168         (EOVERFLOW): New fallback definition.
5169         (vasprintf): Test here whether the string length is > INT_MAX.
5170         * lib/vsnprintf.c: Include errno.h, limits.h.
5171         (EOVERFLOW): New fallback definition.
5172         (vsnprintf): Fix bug when generated string was too long for the buffer.
5173         Test here whether the string length is > INT_MAX.
5174
5175 2006-08-28  Bruno Haible  <bruno@clisp.org>
5176
5177         * lib/inttypes_.h (SCNX*): Remove definitions.
5178         Reported by Eric Blake.
5179
5180 2006-08-28  Bruno Haible  <bruno@clisp.org>
5181
5182         * lib/c-strstr.h: New file, from GNU gettext.
5183         * lib/c-strstr.c: New file, from GNU gettext.
5184
5185 2006-08-28  Bruno Haible  <bruno@clisp.org>
5186
5187         * gnulib-tool: Reorder some statements.
5188
5189 2006-08-28  Bruno Haible  <bruno@clisp.org>
5190
5191         * gnulib-tool: New option --makefile-name.
5192         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5193         $makefile_name.
5194         (func_import): Write $makefile_name to the cache file, and read it from
5195         there unless explicitly specified. Use $makefile_name as file name
5196         instead of Makefile.am. Adjust the recommendations accordingly.
5197
5198 2006-08-28  Bruno Haible  <bruno@clisp.org>
5199
5200         * gnulib-tool (func_verify_module): Check against misapplying patch.
5201
5202 2006-08-28  Bruno Haible  <bruno@clisp.org>
5203
5204         * gnulib-tool (func_relativize, func_relconcat): New functions.
5205         Give an error if --local-dir is given with --update.
5206         Remove trailing slashes from $local_gnulib_dir.
5207         (func_import): Store the relativized $local_gnulib_dir in
5208         gnulib-cache.m4, and read it from there if not specified explicitly.
5209
5210 2006-08-28  Bruno Haible  <bruno@clisp.org>
5211
5212         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5213         is the current directory. Respect also $local_gnulib_dir.
5214
5215 2006-08-28  Bruno Haible  <bruno@clisp.org>
5216             Simon Josefsson  <jas@extundo.com>
5217
5218         BeOS portability.
5219         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5220
5221 2006-08-27  Jim Meyering  <jim@meyering.net>
5222
5223         * doc/visibility.texi: Remove duplicate word: "pointer".
5224
5225 2006-08-26  Bruno Haible  <bruno@clisp.org>
5226
5227         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5228         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5229         (Makefile.am): Create inttypes.h from inttypes_.h.
5230         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5231
5232         * modules/imaxabs: New file.
5233
5234         * modules/imaxdiv: New file.
5235
5236 2006-08-26  Bruno Haible  <bruno@clisp.org>
5237
5238         * m4/inttypes.m4: New file.
5239         * m4/_inttypes_h.m4: Remove file.
5240         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5241         PRI_MACROS_BROKEN.
5242         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5243
5244         * m4/imaxabs.m4: New file.
5245
5246         * m4/imaxdiv.m4: New file.
5247
5248 2006-08-26  Bruno Haible  <bruno@clisp.org>
5249
5250         * lib/inttypes_.h: New file.
5251         * lib/inttypes.h: Remove file.
5252         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5253
5254         * lib/imaxabs.c: New file.
5255
5256         * lib/imaxdiv.c: New file.
5257
5258 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         New config-h module, so that "make" output needn't be cluttered
5261         by -DHAVE_CONFIG_H.
5262         * MODULES.html.sh (Support for building libraries and executables):
5263         Add config-h.
5264         * modules/config-h: New file.
5265         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5266         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5267         the config-h module is used.
5268
5269         New configmake module, so that "make" output needn't be cluttered
5270         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5271         * MODULES.html.sh (Support for building libraries and executables):
5272         Add configmake.
5273         * modules/configmake: New file.
5274
5275 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5276
5277         * m4/config-h.m4: New file.
5278
5279 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5280
5281         * config/srclist.txt: Add elisp-comp.
5282
5283 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5284
5285         * MODULES.html.sh (Support for building libraries and executables):
5286         Add elisp-comp.
5287         * build-aux/elisp-comp: New file.
5288         * modules/elisp-comp: New file.
5289
5290 2006-08-24  Bruno Haible  <bruno@clisp.org>
5291
5292         * gnulib-tool (func_create_testdir): Use non-default values of
5293         sourcebase and m4base.
5294
5295 2006-08-24  Bruno Haible  <bruno@clisp.org>
5296
5297         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5298         HTML structure.
5299
5300 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * modules/openat (Depends-on): Add lchown.
5303
5304 2006-08-23  Bruno Haible  <bruno@clisp.org>
5305
5306         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5307         of gl_LOCK_EARLY instead of gl_LOCK.
5308
5309 2006-08-23  Bruno Haible  <bruno@clisp.org>
5310
5311         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5312         on OSF/1 to no.
5313         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5314
5315 2006-08-23  Bruno Haible  <bruno@clisp.org>
5316
5317         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5318         as unusable.
5319
5320         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5321         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5322         (gl_LOCK): New macro.
5323
5324 2006-08-22  Simon Josefsson  <jas@extundo.com>
5325
5326         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5327         to md5 module.
5328
5329 2006-08-22  Simon Josefsson  <jas@extundo.com>
5330
5331         * MODULES.html.sh: Add "Support for maintaining and release
5332         projects".
5333
5334         * build-aux/gnupload: New file, from coreutils.
5335
5336 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5337
5338         Avoid the need for AC_LIBSOURCES in m4 macros.
5339         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5340         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5341         * modules/check-version (EXTRA_DIST): Add check-version.h.
5342         * modules/crc (EXTRA_DIST): Add crc.h.
5343         * modules/des (EXTRA_DIST): Add des.h.
5344         * modules/gc (EXTRA_DIST): Add gc.h.
5345         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5346         * modules/getline (EXTRA_DIST): Add getline.h.
5347         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5348         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5349         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5350         * modules/md2 (EXTRA_DIST): Add md2.h.
5351         * modules/md4 (EXTRA_DIST): Add md4.h.
5352         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5353         * modules/read-file (EXTRA_DIST): Add read-file.h.
5354         * modules/readline (EXTRA_DIST): Add readline.h.
5355         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5356         rijndael-api-fst.h.
5357
5358 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5359
5360         * m4/rijndael.m4 (gl_ARCFOUR):
5361         * m4/arctwo.m4 (gl_ARCTWO):
5362         * m4/check-version.m4 (gl_CHECK_VERSION):
5363         * m4/crc.m4 (gl_CRC):
5364         * m4/des.m4 (gl_DES):
5365         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5366         * m4/gc.m4 (gl_GC):
5367         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5368         * m4/getline.m4 (gl_FUNC_GETLINE):
5369         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5370         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5371         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5372         * m4/md2.m4 (gl_MD2):
5373         * m4/md4.m4 (gl_MD4):
5374         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5375         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5376         * m4/readline.m4 (gl_FUNC_READLINE):
5377         * m4/rijndael.m4 (gl_RIJNDAEL):
5378         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5379         to get the necessary .h files and whatnot.
5380
5381 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5382
5383         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5384         gnulib rather than the other way around.
5385         * config/srclistvars.sh (COREUTILS): Remove.
5386
5387 2006-08-22  Jim Meyering  <jim@meyering.net>
5388
5389         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5390
5391         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5392
5393 2006-08-22  Eric Blake  <ebb9@byu.net>
5394
5395         * modules/regexprops-generic: New file.
5396         * MODULES.html.sh (Support for building documentation): List it.
5397
5398 2006-08-22  Eric Blake  <ebb9@byu.net>
5399
5400         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5401         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5402         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5403         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5404
5405 2006-08-22  Bruno Haible  <bruno@clisp.org>
5406
5407         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5408         and lib_LTLIBRARIES like the other lib_* variables.
5409
5410 2006-08-22  Bruno Haible  <bruno@clisp.org>
5411
5412         * build-aux/x-to-1.in: New file, from GNU gettext.
5413
5414 2006-08-22  Bruno Haible  <bruno@clisp.org>
5415
5416         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5417         <utmpx.h> exists.
5418
5419 2006-08-22  Bruno Haible  <bruno@clisp.org>
5420
5421         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5422         <utmpx.h> exists.
5423
5424 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5425
5426         BeOS portability.
5427         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5428         exist.
5429         Problem reported by Bruno Haible.
5430
5431 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5432
5433         Avoid the need for AC_LIBSOURCES in m4 macros.
5434         * modules/acl (EXTRA_DIST): Add acl.h.
5435         * modules/argmatch (Files): Add m4/argmatch.m4.
5436         (configure.ac): Add gl_ARGMATCH.
5437         (EXTRA_DIST): Renamed from lib_SOURCES, for
5438         consistency with the other modules.  Remove argmatch.c.
5439         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5440         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5441         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5442         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5443         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5444         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5445         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5446         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5447         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5448         * modules/closeout (EXTRA_DIST): Add closeout.h.
5449         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5450         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5451         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5452         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5453         dirname.h; remove basename.c and stripslash.c.
5454         * modules/exclude (EXTRA_DIST): Add exclude.h.
5455         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5456         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5457         * modules/file-type (EXTRA_DIST): Add file-type.h.
5458         * modules/filemode (EXTRA_DIST): Add filemode.h.
5459         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5460         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5461         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5462         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5463         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5464         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5465         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5466         * modules/getdate (EXTRA_DIST): Add getdate.c.
5467         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5468         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5469         * modules/getpass (EXTRA_DIST): Add getpass.h.
5470         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5471         * modules/group-member (EXTRA_DIST): Add group-member.h.
5472         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5473         * modules/hash (EXTRA_DIST): Add hash.h.
5474         * modules/human (EXTRA_DIST): Add human.h.
5475         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5476         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5477         * modules/lchown (EXTRA_DIST): Add lchown.h.
5478         * modules/long-options (EXTRA_DIST): Add long-options.h.
5479         * modules/lstat (EXTRA_DIST): Add lstat.h.
5480         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5481         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5482         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5483         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5484         * modules/memxor (EXTRA_DIST): Add memxor.h.
5485         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5486         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5487         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5488         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5489         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5490         * modules/physmem (EXTRA_DIST): Add physmem.h.
5491         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5492         * modules/posixver (EXTRA_DIST): Add posixver.h.
5493         * modules/quote (EXTRA_DIST): Add quote.h.
5494         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5495         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5496         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5497         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5498         regex_internal.h regexec.c.
5499         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5500         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5501         * modules/same (EXTRA_DIST): Add same.h.
5502         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5503         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5504         * modules/savedir (EXTRA_DIST): Add savedir.h.
5505         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5506         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5507         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5508         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5509         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5510         * modules/strdup (EXTRA_DIST): Add strdup.h.
5511         * modules/strftime (EXTRA_DIST): Add strftime.h.
5512         * modules/strndup (EXTRA_DIST): Add strndup.h.
5513         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5514         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5515         * modules/time_r (EXTRA_DIST): Add time_r.h.
5516         * modules/timespec (EXTRA_DIST): Add timespec.h.
5517         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5518         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5519         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5520         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5521         * modules/userspec (EXTRA_DIST): Add userspec.h.
5522         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5523         * modules/utimens (EXTRA_DIST): Add utimens.h.
5524         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5525         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5526         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5527         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5528         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5529         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5530         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5531         * modules/yesno (EXTRA_DIST): Add yesno.h.
5532
5533 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5534
5535         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5536
5537         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5538         * m4/dev-ino.m4, same-inode.m4: Remove.
5539
5540         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5541         * m4/acl.m4 (AC_FUNC_ACL):
5542         * m4/backupfile.m4 (gl_BACKUPFILE):
5543         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5544         * m4/canon-host.m4 (gl_CANON_HOST):
5545         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5546         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5547         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5548         * m4/cloexec.m4 (gl_CLOEXEC):
5549         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5550         * m4/closeout.m4 (gl_CLOSEOUT):
5551         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5552         * m4/dirname.m4 (gl_DIRNAME):
5553         * m4/exclude.m4 (gl_EXCLUDE):
5554         * m4/exitfail.m4 (gl_EXITFAIL):
5555         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5556         * m4/file-type.m4 (gl_FILE_TYPE):
5557         * m4/filemode.m4 (gl_FILEMODE):
5558         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5559         * m4/fpending.m4 (gl_FUNC_FPENDING):
5560         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5561         * m4/fts.m4 (gl_FUNC_FTS):
5562         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5563         * m4/getdate.m4 (gl_GETDATE):
5564         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5565         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5566         * m4/getpass.m4 (gl_FUNC_GETPASS):
5567         * m4/gettime.m4 (gl_GETTIME):
5568         * m4/getugroups.m4 (gl_GETUGROUPS):
5569         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5570         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5571         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5572         * m4/hash.m4 (gl_HASH):
5573         * m4/idcache.m4 (gl_IDCACHE):
5574         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5575         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5576         * m4/long-options.m4 (gl_LONG_OPTIONS):
5577         * m4/lstat.m4 (gl_FUNC_LSTAT):
5578         * m4/md5.m4 (gl_MD5):
5579         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5580         * m4/memcoll.m4 (gl_MEMCOLL):
5581         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5582         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5583         * m4/memxor.m4 (gl_MEMXOR):
5584         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5585         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5586         * m4/modechange.m4 (gl_MODECHANGE):
5587         * m4/mountlist.m4 (gl_MOUNTLIST):
5588         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5589         * m4/openat.m4 (gl_FUNC_OPENAT):
5590         * m4/pathmax.m4 (gl_PATHMAX):
5591         * m4/physmem.m4 (gl_PHYSMEM):
5592         * m4/posixtm.m4 (gl_POSIXTM):
5593         * m4/posixver.m4 (gl_POSIXVER):
5594         * m4/quote.m4 (gl_QUOTE):
5595         * m4/quotearg.m4 (gl_QUOTEARG):
5596         * m4/readtokens.m4 (gl_READTOKENS):
5597         * m4/readutmp.m4 (gl_READUTMP):
5598         * m4/regex.m4 (gl_REGEX):
5599         * m4/safe-read.m4 (gl_SAFE_READ):
5600         * m4/safe-write.m4 (gl_SAFE_WRITE):
5601         * m4/same.m4 (gl_SAME):
5602         * m4/save-cwd.m4 (gl_SAVE_CWD):
5603         * m4/savedir.m4 (gl_SAVEDIR):
5604         * m4/settime.m4 (gl_SETTIME):
5605         * m4/sha1.m4 (gl_SHA1):
5606         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5607         * m4/stat-macros.m4 (gl_STAT_MACROS):
5608         * m4/stat-time.m4 (gl_STAT_TIME):
5609         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5610         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5611         * m4/strdup.m4 (gl_FUNC_STRDUP):
5612         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5613         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5614         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5615         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5616         * m4/time_r.m4 (gl_TIME_R):
5617         * m4/timespec.m4 (gl_TIMESPEC):
5618         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5619         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5620         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5621         * m4/userspec.m4 (gl_USERSPEC):
5622         * m4/utimecmp.m4 (gl_UTIMECMP):
5623         * m4/utimens.m4 (gl_UTIMENS):
5624         * m4/xalloc.m4 (gl_XALLOC):
5625         * m4/xgetcwd.m4 (gl_XGETCWD):
5626         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5627         * m4/xreadlink.m4 (gl_XREADLINK):
5628         * m4/xstrtod.m4 (gl_XSTRTOD):
5629         * m4/yesno.m4 (gl_YESNO):
5630         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5631         to get the necessary .h files and whatnot.
5632
5633 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5634             Bruno Haible  <bruno@clisp.org>
5635
5636         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5637         /bin/sh understanding of '!' conditional negation.
5638
5639 2006-08-21  Jim Meyering  <jim@meyering.net>
5640
5641         * modules/openat (Depends-on): Really alphabetize.
5642
5643         * modules/acl (Depends-on): Add error and quote.
5644
5645         * check-module (find_included_lib_files): Add at-func.c to the
5646         ok-to-include-more-than-once white list.
5647
5648         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5649
5650 2006-08-21  Bruno Haible  <bruno@clisp.org>
5651
5652         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5653         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5654         Reported by Martin Lambers <marlam@marlam.de>.
5655
5656 2006-08-21  Bruno Haible  <bruno@clisp.org>
5657
5658         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5659         specify an installation location, don't emit a noinst_LIBRARIES or
5660         noinst_LTLIBRARIES assignment.
5661
5662 2006-08-21  Bruno Haible  <bruno@clisp.org>
5663
5664         BeOS portability.
5665         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5666         BeOS has mbrtowc() but no <wctype.h>.
5667
5668 2006-08-21  Bruno Haible  <bruno@clisp.org>
5669
5670         BeOS portability.
5671         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5672         exist.
5673
5674 2006-08-21  Bruno Haible  <bruno@clisp.org>
5675
5676         BeOS portability.
5677         * lib/mbchar.h: Include <wctype.h> only if it exists.
5678
5679 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5680
5681         Remove files that are no longer needed by their respective modules.
5682         * m4/obstack.m4: Remove.
5683         * m4/strerror_r.m4: Remove.
5684         * m4/uint32_t.m4: Remove.
5685         * m4/uintptr_t.m4: Remove.
5686         * m4/ullong_max.m4: Remove.
5687         * m4/xstrtoimax.m4: Remove.
5688         * m4/xstrtoumax.m4: Remove.
5689
5690         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5691         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5692         dependencies now capture this.
5693
5694         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5695         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5696         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5697         * m4/human.m4 (gl_HUMAN): Likewise.
5698         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5699         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5700
5701         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5702
5703         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5704         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5705         stdint.
5706         * m4/human.m4 (gl_HUMAN): Likewise.
5707         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5708         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5709         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5710         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5711         * m4/xstrtol (gl_XSTRTOL): Likewise.
5712
5713         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5714         AC_TYPE_LONG_LONG_INT.
5715         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5716         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5717         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5718         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5719
5720         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5721         on stdbool.
5722
5723         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5724         (gl_PREREQ_XSTRTOUL): Remove.
5725
5726         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5727
5728         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5729         mode.
5730
5731 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5732
5733         Add and change modules to make it easier for coreutils to use
5734         gnulib-tool.
5735         * modules/backupfile (Files): Remove m4/d-ino.m4.
5736         (Depends-on): Add d-ino.
5737         * modules/cycle-check (Depends-on): Add stdint.
5738         (lib_SOURCES): Add cycle-check.h.
5739         * modules/d-ino: New module.
5740         * modules/d-type: New module.
5741         * modules/error (Files): Remove m4/strerror_r.m4.
5742         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5743         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5744         m4/inttypes_h.m4, m4/uintmax_t.m4.
5745         (Depends-on): Add stdint.
5746         (lib_SOURCES): Add fsusage.h.
5747         * modules/getcwd (Files): Remove d-ino.m4.
5748         (Depends-on): Add d-ino.
5749         * modules/getndelim2 (Depends-on): Add stdint.
5750         * modules/glob (Files): Remove m4/d-type.m4.
5751         (Depends-on): Add d-type.
5752         * modules/host-os: New module.
5753         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5754         m4/inttypes_h.m4, m4/uintmax_t.m4.
5755         * Depends-on: Add stdint.
5756         (lib_SOURCES): Add human.h.
5757         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5758         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5759         m4/uintmax_t.m4, m4/ulonglong.m4.
5760         (Depends-on): Add stdint.
5761         (EXTRA_DIST): Add inttostr.h.
5762         * modules/lchmod: New module.
5763         * modules/link-follow: New module.
5764         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5765         (Depends-on): Add lchmod.
5766         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5767         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5768         (Depends-on): Add stdint.
5769         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5770         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5771         (Depends-on): Add stdint.
5772         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5773         * modules/perl: New module.
5774         * modules/regex (Depends-on): Add stdint.
5775         * modules/rmdir-errno: New module.
5776         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5777         m4/intmax_t.m4.
5778         (Depends-on): Add stdint.
5779         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5780         m4/uintmax_t.m4.
5781         (Depends-on): Add stdint.
5782         * modules/unlink-busy: New module.
5783         * modules/utimecmp (Depends-on): Add stdint.
5784         * modules/uptime: New module.
5785         * modules/winsz-ioctl: New module.
5786         * modules/winsz-termios: New module.
5787         * modules/xnanosleep (Depends-on): Add nanosleep.
5788         * modules/ullong_max: Remove.
5789         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5790         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5791         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5792         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5793         (Depends-on): Add inttypes.
5794         (lib_SOURCES): Add xstrtol.h.
5795         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5796         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5797         * MODULES.html.sh: Move 'assert' into the assert section.
5798         Move 'dummy' into the linking section.
5799         Remove ullong_max.
5800         Add section for compatibility checks for POSIX:2001 functions,
5801         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5802         winsz-ioctl, and winsz-termios into it.
5803         Add lchmod.
5804         Add top-level Misc section and put host-os, perl, and uptime
5805         into it.
5806
5807 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5808
5809         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5810         now assume the stdint module.  Do not include inttypes.h.
5811         * lib/fsusage.h: Likewise.
5812         * lib/getndelim2.c: Likewise.
5813         * lib/human.h: Likewise.
5814         * lib/inttostr.h: Likewise.
5815         * lib/obstack.c: Likewise.
5816         * lib/regex_internal.h: Likewise.
5817         * lib/tempname.c: Likewise.
5818         * lib/utimecmp.c: Likewise.
5819         * lib/xstrtol.h: Likewise.
5820
5821         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5822
5823         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5824         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5825         * lib/xtime.h: Likewise.
5826
5827 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5828
5829         * modules/openat (Files): Add lib/fchmodat.c.
5830         Fixes problem reported by Jay Youngman.
5831
5832 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5835         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5836
5837 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5838             Bruno Haible  <bruno@clisp.org>
5839
5840         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5841         and is a script that invokes bison. Tighten the code. Add comments.
5842
5843 2006-08-18  Jim Meyering  <jim@meyering.net>
5844
5845         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5846         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5847         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5848         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5849
5850 2006-08-18  Bruno Haible  <bruno@clisp.org>
5851
5852         * modules/bison-i18n: New file.
5853         * MODULES.html.sh (Internationalization functions): Add it.
5854
5855 2006-08-18  Bruno Haible  <bruno@clisp.org>
5856
5857         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5858         sys/statvfs.h. When getmntinfo was found, check its declaration and
5859         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5860
5861 2006-08-18  Bruno Haible  <bruno@clisp.org>
5862
5863         * m4/bison-i18n.m4: New file, from bison.
5864
5865 2006-08-18  Bruno Haible  <bruno@clisp.org>
5866
5867         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5868         (ME_DUMMY): Treat "kernfs" as a dummy.
5869         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5870
5871 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5872
5873         Update from coreutils.
5874
5875         2006-08-15  Jim Meyering  <jim@meyering.net>
5876
5877         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5878
5879         2006-01-17  Jim Meyering  <jim@meyering.net>
5880
5881         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5882
5883         2006-01-11  Jim Meyering  <jim@meyering.net>
5884
5885         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5886         Check for the lchmod function.
5887
5888 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5889
5890         Update from coreutils.
5891
5892         * lib/__fpending.h: Add copyright notice.
5893         * lib/fprintftime.h: Likewise.
5894         * lib/savedir.c: Use (C) in copyright notice.
5895         * lib/savedir.h: Likewise.
5896
5897         2006-08-15  Jim Meyering  <jim@meyering.net>
5898
5899         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5900         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5901         in support of the EXPECTED_ERRNO macro.
5902         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5903         definitions.  Instead, define the appropriate symbols and include
5904         "at-func.c".
5905         * lib/mkdirat.c (mkdirat): Likewise.
5906         * lib/fchmodat.c (fchmodat): Likewise.
5907         (ENOSYS): Remove definition.
5908         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5909         it.  Don't include "unistd--.h" -- it wasn't ever used.
5910
5911         2006-01-17  Jim Meyering  <jim@meyering.net>
5912
5913         Rewrite fts.c not to change the current working directory,
5914         by using openat, fstatat, fdopendir, etc..
5915
5916         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5917         (HAVE_OPENAT_SUPPORT): Define.
5918         [_LIBC] (fchdir): Don't undef or define; no longer used.
5919         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5920         Now, this `function' always succeeds, and consumes its file descriptor
5921         parameter -- so callers must not close such FDs.  Update callers.
5922         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5923         (diropen): Add parameter, SP.  Adjust all callers.
5924         Implement using diropen_fd, rather than open.
5925         (fts_open): Initialize new member, fts_cwd_fd.
5926         Remove fts_rft-setting code.
5927         (fts_close): Close fts_cwd_fd, if necessary.
5928         (__opendir2): Define in terms of opendir or opendirat,
5929         depending on whether the FST_NOCHDIR flag is set.
5930         (fts_build): Since fts_safe_changedir consumes its FD, and since
5931         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5932         and close the dup'd file descriptor upon failure.
5933         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5934         (fts_safe_changedir): Tweak semantics to reflect that this function
5935         now calls cwd_advance_fd and hence consumes its FD argument.
5936         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5937         [struct FTS] (fts_rft): Remove now-unused member.
5938         [struct FTS] (fts_cycle.state): Improve comment.
5939
5940         * lib/openat.c (openat_needs_fchdir): New function.
5941         * lib/openat.h (openat_needs_fchdir): Declare it.
5942
5943 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5944
5945         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5946         Problem and fix reported by Pádraig Brady in
5947         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5948
5949 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5950
5951         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5952
5953 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5954
5955         * lib/memcoll.c (memcoll): Optimize for the common case where the
5956         arguments are bytewise equal.
5957
5958 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5959
5960         * doc/regexprops-generic.texi: Add a copyright notice.
5961
5962 2006-08-15  Bruno Haible  <bruno@clisp.org>
5963
5964         * modules/tmpdir (License): Change to LGPL.
5965
5966 2006-08-15  Bruno Haible  <bruno@clisp.org>
5967
5968         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5969         module.
5970
5971 2006-08-14  Simon Josefsson  <jas@extundo.com>
5972
5973         * config/srclist.txt: Add gnupload.
5974
5975 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5976
5977         Change copyright notice from LGPL 2 to GPL 2, since that's the
5978         standard form used in the gnulib repository.
5979         * tests/test-lock.c: Likewise.
5980         * tests/test-stdint.c: Likewise.
5981         * tests/test-tls.c: Likewise.
5982
5983         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5984         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5985         Add copyright notice.
5986
5987         * check-module: Add copyright notice.  Output a copyright
5988         notice if "--version" is specified.
5989         * modules/COPYING: New file.
5990         * tests/test-getaddrinfo.c: Add copyright notice.
5991         * tests/test-verify.c: Likewise.
5992
5993 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5994
5995         Change copyright notice from LGPL 2 to GPL 2, since that's the
5996         standard form used in the gnulib repository.
5997         * lib/lock.c: LGPL -> GPL.
5998         * lib/lock.h: Likewise.
5999         * lib/strnlen1.c: Likewise.
6000         * lib/strnlen1.h: Likewise.
6001         * lib/tls.c: Likewise.
6002         * lib/tls.h: Likewise.
6003         * lib/tmpdir.c: Likewise.
6004
6005         * lib/TODO: Remove; this belongs only in coreutils.
6006
6007 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6008
6009         Add copyright notices to long-enough files that lack them, since
6010         otherwise the files aren't clearly free.  Use the same notice that
6011         getdate.texi already uses.
6012         * doc/alloca-opt.texi: Add copyright notice.
6013         * doc/alloca.texi: Likewise.
6014         * doc/ctime.texi: Likewise.
6015         * doc/functions.texi: Likewise.
6016         * doc/gcd.texi: Likewise.
6017         * doc/gnulib-tool.texi: Likewise.
6018         * doc/inet_ntoa.texi: Likewise.
6019         * doc/visibility.texi: Likewise.
6020
6021         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6022         * doc/quote.texi: Add copyright notice.
6023
6024         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6025         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6026         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6027         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6028         is now obsolete, and give a pointer to the Sun list.
6029         Add copyright notice.
6030
6031 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6032
6033         * config/srclistvars.sh: Add copyright notice.
6034
6035 2006-08-14  Eric Blake  <ebb9@byu.net>
6036
6037         Import the following change from libc:
6038
6039         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6040
6041         Upstream bug 2997.
6042         * lib/misc/error.c: Add space between program name and message if file
6043         name is missing.
6044
6045 2006-08-12  Karl Berry  <karl@gnu.org>
6046
6047         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6048         remove, these originate in gnulib now.
6049
6050 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6051
6052         * doc/Makefile (standards.info standards.html standards.dvi):
6053         Also depend on make-stds.texi.
6054
6055 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6056
6057         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6058         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6059
6060         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6061         in wchar_t.  Problem reported by Eric Blake.
6062
6063         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6064         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6065         Also, help the compiler to keep LEN in a register.
6066
6067 2006-08-11  Eric Blake  <ebb9@byu.net>
6068
6069         * users.txt: Sort.  Add tar.
6070
6071 2006-08-11  Bruno Haible  <bruno@clisp.org>
6072
6073         * users.txt: New file.
6074
6075 2006-08-11  Bruno Haible  <bruno@clisp.org>
6076
6077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6078         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6079
6080 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6081
6082         * modules/snprintf (Depends-on): Remove minmax.
6083         (Maintainer): Add self and Bruno.
6084
6085 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6086
6087         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6088         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6089         (EOVERFLOW): Define if the system does not.
6090         Do not include "minmax.h"; it wasn't used.
6091         (snprintf): Don't assume size_t promotes to an unsigned type.
6092         Fix bug when generated string was too long for the buffer: the
6093         buffer's contents are supposed to be the initial prefix of the
6094         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6095         exceeds INT_MAX; do the check ourselves.
6096
6097         Import the following changes from libc:
6098
6099         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6100
6101         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6102         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6103         set wc to the byte which couldn't be converted.
6104         (re_string_reconstruct): Don't clear valid_raw_len before calling
6105         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6106         tip_context using re_string_context_at.
6107
6108         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6109
6110         * lib/posix/regex.h: g++ still cannot handled [restrict].
6111
6112         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6113
6114         * lib/posix/regex.h: Remove special handling for VMS.
6115
6116 2006-08-10  Jim Meyering  <jim@meyering.net>
6117
6118         * modules/same-inode: New module.
6119         * modules/dev-ino: New module.
6120         * modules/cycle-check: Depend on these modules, rather than simply
6121         including their .h files.
6122         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6123         required via m4/cycle-check.m4.
6124         * modules/same: Depend on new same-inode module, rather than
6125         including same-inode.h.
6126         * modules/chdir-safer: New file.
6127
6128         * modules/chown (Depends-on): Add stat-macros.
6129
6130 2006-08-10  Jim Meyering  <jim@meyering.net>
6131
6132         * m4/cycle-check.m4: New file.
6133         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6134         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6135
6136 2006-08-10  Eric Blake  <ebb9@byu.net>
6137
6138         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6139         in from original proposal.
6140
6141 2006-08-10  Eric Blake  <ebb9@byu.net>
6142         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6143
6144         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6145         namespace.
6146
6147 2006-08-10  Bruno Haible  <bruno@clisp.org>
6148
6149         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6150         as well.
6151
6152 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6153
6154         Sync from coreutils.
6155
6156         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6157
6158         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6159         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6160
6161 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6162
6163         * modules/restrict: Remove; no longer needed now that we assume
6164         Autoconf 2.59 or later.
6165         * MODULES.html.sh: Remove 'restrict'.
6166         * modules/argp (Depends-on): Remove 'restrict'.
6167         * modules/base64 (Depends-on): Likewise.
6168         * modules/gc (Depends-on): Likewise.
6169         * modules/getaddrinfo (Depends-on): Likewise.
6170         * modules/glob (Depends-on): Likewise.
6171         * modules/inet_ntop (Depends-on): Likewise.
6172         * modules/inet_pton (Depends-on): Likewise.
6173         * modules/memxor (Depends-on): Likewise.
6174         * modules/regex (Depends-on): Likewise.
6175         * modules/strtok_r (Depends-on): Likewise.
6176         * modules/time_r (Depends-on): Likewise.
6177
6178 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6179
6180         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6181         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6182         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6183         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6184         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6185         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6186         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6187         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6188
6189         Merge from coreutils.
6190         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6191         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6192         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6193         * m4/time_r.m4 (gl_TIME_R): Likewise.
6194
6195 2006-08-09  Karl Berry  <karl@gnu.org>
6196
6197         * config/srclist.txt: no more gettext-tools, per Bruno.
6198
6199 2006-08-08  Eric Blake  <ebb9@byu.net>
6200
6201         * modules/verror: New module.
6202         * MODULES.html.sh: Document it.
6203
6204 2006-08-08  Eric Blake  <ebb9@byu.net>
6205
6206         * lib/verror.h, lib/verror.c: New files.
6207
6208 2006-08-08  Eric Blake  <ebb9@byu.net>
6209
6210         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6211         verror_at_line output complies with GNU Coding Standards even when
6212         file is NULL.
6213
6214 2006-08-07  Bruno Haible  <bruno@clisp.org>
6215
6216         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6217         versions of AIX.
6218         Reported by Ralf Wildenhues.
6219
6220 2006-08-07  Bruno Haible  <bruno@clisp.org>
6221
6222         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6223         in an AC_DEFUN. Needed so that the autoconf snippets can use
6224         AC_REQUIRE.
6225
6226 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6227
6228         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6229         Initialize pkgdata_DATA.
6230         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6231         overriding it.
6232
6233 2006-08-06  Eric Blake  <ebb9@byu.net>
6234
6235         * lib/error.h: Fold in some upstream changes from glibc.
6236         * lib/error.c: Likewise.
6237
6238 2006-08-04  Bruno Haible  <bruno@clisp.org>
6239
6240         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6241         Make the mostlyclean-local rule depend on mostlyclean-generic.
6242         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6243
6244 2006-07-31  Bruno Haible  <bruno@clisp.org>
6245
6246         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6247         <stdlib.h>, <string.h>.
6248
6249 2006-07-30  Bruno Haible  <bruno@clisp.org>
6250
6251         * modules/readlink (License): Change to LGPL.
6252
6253 2006-07-30  Bruno Haible  <bruno@clisp.org>
6254
6255         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6256         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6257         set PKGDATADIR to point to it.
6258
6259 2006-07-30  Bruno Haible  <bruno@clisp.org>
6260
6261         * modules/csharpexec (configure.ac): Comment out macro invocation.
6262         * modules/javaexec (configure.ac): Likewise.
6263         * modules/javacomp-script (configure.ac): Likewise.
6264
6265         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6266
6267 2006-07-30  Bruno Haible  <bruno@clisp.org>
6268
6269         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6270         linked-list.
6271
6272 2006-07-30  Bruno Haible  <bruno@clisp.org>
6273
6274         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6275
6276 2006-07-30  Bruno Haible  <bruno@clisp.org>
6277
6278         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6279         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6280         get removed.
6281
6282 2006-07-29  Bruno Haible  <bruno@clisp.org>
6283
6284         Make it possible for gnulib-tool to work with locally modified or
6285         augmented gnulib repositories.
6286         * gnulib-tool (func_usage): Document --local-dir option.
6287         (local_gnulib_dir): New variable.
6288         Handle --local-dir option.
6289         (func_lookup_file): New function.
6290         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6291         (func_get_description, func_get_filelist, func_get_description,
6292         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6293         func_get_automake_snippet, func_get_include_directive,
6294         func_get_license, func_get_maintainer): Use func_lookup_file.
6295         (func_import, func_create_testdir): Use func_lookup_file.
6296
6297 2006-07-29  Bruno Haible  <bruno@clisp.org>
6298
6299         * modules/setenv (Depends-on): Add unistd.
6300
6301 2006-07-29  Bruno Haible  <bruno@clisp.org>
6302
6303         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6304
6305 2006-07-29  Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6308
6309 2006-07-29  Bruno Haible  <bruno@clisp.org>
6310
6311         * gnulib-tool (import, update): If there is no Makefile.am, look at
6312         aclocal.m4, instead of bailing out.
6313
6314 2006-07-29  Bruno Haible  <bruno@clisp.org>
6315
6316         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6317         Categorize the options by when they are useful.
6318
6319 2006-07-29  Bruno Haible  <bruno@clisp.org>
6320
6321         * gnulib-tool (func_usage): Document option --no-libtool.
6322         Handle option --no-libtool.
6323         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6324         for changed semantics of $libtool variable.
6325         (func_import): Likewise. If libtool is not used, show this through
6326         an option --no-libtool.
6327         (func_create_testdir): Update.
6328
6329 2006-07-29  Bruno Haible  <bruno@clisp.org>
6330
6331         * gnulib-tool (func_import): Extend error message about missing
6332         --doc-base.
6333
6334 2006-07-29  Bruno Haible  <bruno@clisp.org>
6335
6336         * gnulib-tool (func_import): Don't create the $docbase directory if
6337         there is no file to store there.
6338
6339 2006-07-29  Bruno Haible  <bruno@clisp.org>
6340
6341         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6342         relevant, look for configure.ac there, not in the current directory.
6343         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6344
6345 2006-07-29  Bruno Haible  <bruno@clisp.org>
6346
6347         * gnulib-tool (SORT): New variable.
6348         (func_usage): Undocument --assume-autoconf option.
6349         Remove --assume-autoconf option handling.
6350         (autoconf_minversion): Determine from the contents of configure.ac.
6351         (func_import): Remove autoconf_minversion handling.
6352         Suggested by Eric Blake.
6353
6354 2006-07-29  Bruno Haible  <bruno@clisp.org>
6355
6356         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6357
6358 2006-07-29  Bruno Haible  <bruno@clisp.org>
6359
6360         * config/srclist.txt (*setenv.[ch]): Remove rules.
6361
6362 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6363
6364         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6365
6366 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6367
6368         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6369         arpa/inet.h.
6370
6371 2006-07-28  Simon Josefsson  <jas@extundo.com>
6372
6373         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6374         * modules/inet_pton (Depends-on): Likewise.
6375
6376 2006-07-28  Simon Josefsson  <jas@extundo.com>
6377
6378         * m4/netinet_in_h.m4: New file.
6379
6380 2006-07-28  Simon Josefsson  <jas@extundo.com>
6381
6382         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6383         #include's.
6384
6385 2006-07-28  Simon Josefsson  <jas@extundo.com>
6386
6387         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6388         #include's.
6389
6390 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6391
6392         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6393         setgid on directories only if they set these bits.
6394         * lib/modechange.h: Remove obsolete comment about masks.
6395
6396 2006-07-28  Eric Blake  <ebb9@byu.net>
6397
6398         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6399         macro expansion.
6400
6401 2006-07-28  Bruno Haible  <bruno@clisp.org>
6402
6403         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6404
6405 2006-07-28  Bruno Haible  <bruno@clisp.org>
6406
6407         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6408
6409 2006-07-28  Bruno Haible  <bruno@clisp.org>
6410
6411         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6412         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6413         Define fallbacks.
6414         Avoids link error on FreeBSD 4.x.
6415         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6416
6417         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6418         encoding.
6419         * lib/mbswidth.c (iswcntrl): Likewise.
6420
6421 2006-07-27  Bruno Haible  <bruno@clisp.org>
6422
6423         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6424         test.
6425
6426 2006-07-27  Bruno Haible  <bruno@clisp.org>
6427
6428         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6429         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6430         defined.
6431
6432 2006-07-26  Eric Blake  <ebb9@byu.net>
6433
6434         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6435
6436 2006-07-26  Eric Blake  <ebb9@byu.net>
6437
6438         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6439         like mingw that lack mkstemp.
6440         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6441         avoid compilation warning on mingw.
6442
6443 2006-07-26  Bruno Haible  <bruno@clisp.org>
6444
6445         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6446         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6447         INT_FAST*_MIN, INTPTR_MIN.
6448
6449 2006-07-25  Bruno Haible  <bruno@clisp.org>
6450
6451         * modules/version-etc (Depends-on): Add stdarg.
6452
6453 2006-07-25  Bruno Haible  <bruno@clisp.org>
6454
6455         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6456         complex commands.
6457
6458 2006-07-25  Bruno Haible  <bruno@clisp.org>
6459
6460         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6461         defined in <stdarg.h> or config.h.
6462
6463 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6464
6465         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6466         (gl_STDIO_SAFER): Remove.
6467
6468 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6469
6470         * MODULES.html.sh (File stream based Input/Output):
6471         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6472         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6473         * modules/fopen-safer, modules/tmpfile-safer: New files.
6474         * modules/stdio-safer: Remove.
6475
6476 2006-07-24  Bruno Haible  <bruno@clisp.org>
6477
6478         * modules/tmpdir: New file.
6479         * MODULES.html.sh (File system functions): Add it.
6480
6481 2006-07-24  Bruno Haible  <bruno@clisp.org>
6482
6483         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6484         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6485
6486 2006-07-24  Bruno Haible  <bruno@clisp.org>
6487
6488         * modules/clean-temp: New file.
6489
6490 2006-07-24  Bruno Haible  <bruno@clisp.org>
6491
6492         * m4/tmpdir.m4: New file, from GNU gettext.
6493
6494 2006-07-24  Bruno Haible  <bruno@clisp.org>
6495
6496         * lib/tmpdir.h: New file, from GNU gettext.
6497         * lib/tmpdir.c: New file, from GNU gettext.
6498
6499 2006-07-24  Bruno Haible  <bruno@clisp.org>
6500
6501         * lib/clean-temp.h: New file, from GNU gettext.
6502         * lib/clean-temp.c: New file, from GNU gettext.
6503
6504 2006-07-23  Eric Blake  <ebb9@byu.net>
6505
6506         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6507         (Depends-on): Add binary-io.
6508
6509 2006-07-23  Eric Blake  <ebb9@byu.net>
6510
6511         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6512
6513 2006-07-23  Eric Blake  <ebb9@byu.net>
6514
6515         * lib/tmpfile-safer.c: New file.
6516         * lib/stdio-safer.h (fopen_safer): Add prototype.
6517         * lib/stdio--.h (tmpfile): Make safer.
6518
6519 2006-07-23  Bruno Haible  <bruno@clisp.org>
6520
6521         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6522         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6523         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6524         gl_linked_remove_at): Use it.
6525
6526 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6527         and Simon Josefsson <jas@extundo.com>
6528
6529         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6530
6531         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6532
6533 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6534
6535         * modules/close-stream: New file.
6536         * modules/closeout (Description): Make it clear that it exits
6537         with a diagnostic on error.
6538         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6539         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6540
6541 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6542
6543         * m4/close-stream.m4: New file.
6544
6545 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6546
6547         * lib/close-stream.c, lib/close-stream.h: New files.
6548
6549 2006-07-22  Bruno Haible  <bruno@clisp.org>
6550
6551         Merge from GNU gettext 0.15.
6552
6553         2006-05-01  Bruno Haible  <bruno@clisp.org>
6554
6555                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6556
6557         2006-07-22  Bruno Haible  <bruno@clisp.org>
6558
6559                 * modules/javaversion: New file.
6560                 * MODULES.html.sh (Java): Add javaversion.
6561
6562         2006-03-12  Bruno Haible  <bruno@clisp.org>
6563
6564                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6565
6566         2005-12-04  Bruno Haible  <bruno@clisp.org>
6567
6568                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6569                 (untested).
6570
6571         2006-06-21  Bruno Haible  <bruno@clisp.org>
6572
6573                 Avoid warnings from recent versions of mcs.
6574                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6575                 -o, -L, -r any more. Use options documented since mcs-1.0
6576                 instead. Similarly for -g.
6577
6578         2005-12-04  Bruno Haible  <bruno@clisp.org>
6579
6580                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6581                 .resources, not .resource.
6582
6583         2005-07-09  Bruno Haible  <bruno@clisp.org>
6584
6585                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6586                 add a .dll suffix.
6587                 Reported by Mark Junker <mjscod@gmx.de>.
6588
6589         2006-07-22  Bruno Haible  <bruno@clisp.org>
6590
6591                 * modules/gettext: Upgrade to gettext-0.15.
6592                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6593                 m4/visibility.m4.
6594                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6595
6596 2006-07-22  Bruno Haible  <bruno@clisp.org>
6597
6598         Merge from GNU gettext 0.15.
6599
6600         2006-03-25  Bruno Haible  <bruno@clisp.org>
6601
6602                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6603
6604         2006-07-21  Bruno Haible  <bruno@clisp.org>
6605
6606                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6607                 "1.1".
6608
6609         2006-05-09  Bruno Haible  <bruno@clisp.org>
6610
6611                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6612                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6613                 for the conftestver execution.
6614
6615         2006-05-01  Bruno Haible  <bruno@clisp.org>
6616
6617                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6618                 optional target-version argument. Verify that the compiler
6619                 groks source of the specified source-version, or add -source
6620                 option as necessary. Verify that the compiler produces
6621                 bytecode in the specified target-version, or add -target and
6622                 -source options as necessary. Make the result of the test
6623                 available as variable CONF_JAVAC. Also log error output in
6624                 config.log.
6625
6626         2006-03-11  Bruno Haible  <bruno@clisp.org>
6627
6628                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6629
6630         2006-05-09  Bruno Haible  <bruno@clisp.org>
6631
6632                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6633                 CLASSPATH_SEPARATOR to a semicolon.
6634
6635         2006-03-12  Bruno Haible  <bruno@clisp.org>
6636
6637                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6638                 available as variable CONF_JAVA, for subsequent autoconf
6639                 tests. Also log error output in config.log.
6640
6641         2006-07-19  Bruno Haible  <bruno@clisp.org>
6642
6643                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6644                 that getline works on glibc2 systems. Needed to avoid trouble
6645                 in relocatable.c.
6646                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6647
6648         2005-12-04  Bruno Haible  <bruno@clisp.org>
6649
6650                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6651                 launcher (untested).
6652
6653         2005-12-04  Bruno Haible  <bruno@clisp.org>
6654
6655                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6656
6657         2006-07-22  Bruno Haible  <bruno@clisp.org>
6658
6659                 * gettext.m4: Update from GNU gettext-0.15.
6660                 * nls.m4: Likewise.
6661                 * po.m4: Likewise.
6662                 * inttypes-pri.m4: Likewise.
6663                 * inttypes-h.m4: Renamed from inttypes.m4.
6664                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6665
6666 2006-07-22  Bruno Haible  <bruno@clisp.org>
6667
6668         Merge from GNU gettext 0.15.
6669
6670         2005-07-05  Bruno Haible  <bruno@clisp.org>
6671
6672                 * printf-args.c (printf_fetchargs): Work around broken
6673                 definition of wint_t on mingw.
6674
6675         2005-02-12  Bruno Haible  <bruno@clisp.org>
6676
6677                 * xallocsa.h: Add extern "C" for C++.
6678
6679         2006-05-17  Bruno Haible  <bruno@clisp.org>
6680
6681                 Cygwin portability.
6682                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6683
6684         2006-04-30  Bruno Haible  <bruno@clisp.org>
6685
6686                 * progreloc.c: Include <mach-o/dyld.h> if available.
6687                 (find_executable): Use _NSGetExecutablePath when possible.
6688
6689         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6690
6691                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6692                 function.
6693
6694         2005-12-29  Bruno Haible  <bruno@clisp.org>
6695
6696                 * progreloc.c (set_program_name_and_installdir): Fix
6697                 compilation error.
6698
6699         2005-12-04  Bruno Haible  <bruno@clisp.org>
6700
6701                 Cygwin portability.
6702                 * progreloc.c: Include <windows.h> also on Cygwin.
6703                 (find_executable): Add support for Cygwin.
6704                 (set_program_name_and_installdir): Handle also platforms with
6705                 nonempty EXEEXT.
6706
6707         2006-07-11  Bruno Haible  <bruno@clisp.org>
6708
6709                 * javacomp.c: Fix a comment.
6710                 Reported by Jim Meyering.
6711
6712         2006-04-30  Bruno Haible  <bruno@clisp.org>
6713
6714                 * javacomp.h (compile_java_class): Add source_version,
6715                 target_version arguments.
6716                 * javacomp.c: Rewritten to choose only a compiler that
6717                 respects the specified source_version and target_version.
6718
6719         2006-06-27  Bruno Haible  <bruno@clisp.org>
6720
6721                 Assume correct S_ISDIR macro.
6722                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6723
6724         2006-07-22  Bruno Haible  <bruno@clisp.org>
6725
6726                 * javaversion.h: New file, from GNU gettext.
6727                 * javaversion.c: New file, from GNU gettext.
6728                 * javaversion.java: New file, from GNU gettext.
6729                 * javaversion.class: New file, from GNU gettext.
6730
6731         2006-05-17  Bruno Haible  <bruno@clisp.org>
6732
6733                 Cygwin portability.
6734                 * javaexec.c (execute_java_class): Test for jview program
6735                 also on Cygwin.
6736
6737         2006-04-09  Bruno Haible  <bruno@clisp.org>
6738
6739                 * fatal-signal.c: Don't include string.h.
6740                 (at_fatal_signal): Use a copying loop instead of memcpy.
6741
6742         2005-12-04  Bruno Haible  <bruno@clisp.org>
6743
6744                 * csharpexec.c: Add support for 'clix' launcher (untested).
6745                 (execute_csharp_using_sscli): New function.
6746                 (execute_csharp_program): Call it.
6747
6748         2006-06-21  Bruno Haible  <bruno@clisp.org>
6749
6750                 Avoid warnings from recent versions of mcs.
6751                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6752                 -o, -L, -r any more. Use options documented since mcs-1.0
6753                 instead. Similarly for -g.
6754
6755         2005-07-09  Bruno Haible  <bruno@clisp.org>
6756
6757                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6758                 add a .dll suffix.
6759                 Reported by Mark Junker <mjscod@gmx.de>.
6760
6761         2006-06-17  Bruno Haible  <bruno@clisp.org>
6762
6763                 * config.charset: Update for NetBSD 3.0.
6764
6765         2006-05-17  Bruno Haible  <bruno@clisp.org>
6766
6767                 Cygwin portability.
6768                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6769
6770         2006-05-16  Bruno Haible  <bruno@clisp.org>
6771
6772                 * localcharset.c [CYGWIN]: Include <windows.h>.
6773                 (get_charset_aliases): For Cygwin, return the same CPxxx
6774                 aliases list as under WIN32.
6775                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6776                 the environment variables. Fall back to GetACP().
6777
6778         2006-04-05  Bruno Haible  <bruno@clisp.org>
6779
6780                 * config.charset: Update Juan Manuel Guerrero's address.
6781
6782         2005-02-12  Bruno Haible  <bruno@clisp.org>
6783
6784                 * allocsa.h: Add extern "C" for C++.
6785
6786         2005-02-10  Bruno Haible  <bruno@clisp.org>
6787
6788                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6789                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6790
6791         2006-07-22  Bruno Haible  <bruno@clisp.org>
6792
6793                 * gettext.h: Update to GNU gettext-0.15.
6794
6795 2006-07-22  Bruno Haible  <bruno@clisp.org>
6796
6797         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6798         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6799         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6800
6801 2006-07-21  Eric Blake  <ebb9@byu.net>
6802
6803         * modules/stdlib-safer: New file.
6804         * MODULES.html.sh (File stream based Input/Output): Add
6805         stdlib-safer.
6806
6807 2006-07-21  Eric Blake  <ebb9@byu.net>
6808
6809         * lib/stdlib-safer.h: New file from coreutils, required by
6810         stdlib--.h.
6811
6812 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6813
6814         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6815
6816 2006-07-20  Bruno Haible  <bruno@clisp.org>
6817
6818         * gnulib-tool: Recognize new option --assume-autoconf.
6819         (autoconf_minversion): New variable.
6820         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6821
6822 2006-07-20  Bruno Haible  <bruno@clisp.org>
6823
6824         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6825
6826 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6827
6828         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6829         Reindent and repaginate.
6830
6831 2006-07-19  Derek Price  <derek@ximbiot.com>
6832
6833         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6834         Correct grammar.
6835
6836 2006-07-17  Bruno Haible  <bruno@clisp.org>
6837
6838         * modules/list: New file.
6839         * modules/array-list: New file.
6840         * modules/carray-list, modules/carray-list-tests: New files.
6841         * modules/linked-list, modules/linked-list-tests: New files.
6842         * modules/avltree-list, modules/avltree-list-tests: New files.
6843         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6844         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6845         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6846         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6847         * modules/oset: New file.
6848         * modules/array-oset: New file.
6849         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6850         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6851         * tests/test-carray_list.c: New file.
6852         * tests/test-linked_list.c: New file.
6853         * tests/test-avltree_list.c: New file.
6854         * tests/test-rbtree_list.c: New file.
6855         * tests/test-linkedhash_list.c: New file.
6856         * tests/test-avltreehash_list.c: New file.
6857         * tests/test-rbtreehash_list.c: New file.
6858         * tests/test-avltree_oset.c: New file.
6859         * tests/test-rbtree_oset.c: New file.
6860         * MODULES.html.sh (Container data structures): New section.
6861
6862 2006-07-17  Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/gl_list.m4: New file.
6865
6866 2006-07-17  Bruno Haible  <bruno@clisp.org>
6867
6868         * lib/gl_list.h: New file.
6869         * lib/gl_list.c: New file.
6870         * lib/gl_array_list.h: New file.
6871         * lib/gl_array_list.c: New file.
6872         * lib/gl_carray_list.h: New file.
6873         * lib/gl_carray_list.c: New file.
6874         * lib/gl_linked_list.h: New file.
6875         * lib/gl_linked_list.c: New file.
6876         * lib/gl_anylinked_list1.h: New file.
6877         * lib/gl_anylinked_list2.h: New file.
6878         * lib/gl_avltree_list.h: New file.
6879         * lib/gl_avltree_list.c: New file.
6880         * lib/gl_anyavltree_list1.h: New file.
6881         * lib/gl_anyavltree_list2.h: New file.
6882         * lib/gl_rbtree_list.h: New file.
6883         * lib/gl_rbtree_list.c: New file.
6884         * lib/gl_anyrbtree_list1.h: New file.
6885         * lib/gl_anyrbtree_list2.h: New file.
6886         * lib/gl_anytree_list1.h: New file.
6887         * lib/gl_anytree_list2.h: New file.
6888         * lib/gl_linkedhash_list.h: New file.
6889         * lib/gl_linkedhash_list.c: New file.
6890         * lib/gl_anyhash_list1.h: New file.
6891         * lib/gl_anyhash_list2.h: New file.
6892         * lib/gl_avltreehash_list.h: New file.
6893         * lib/gl_avltreehash_list.c: New file.
6894         * lib/gl_rbtreehash_list.h: New file.
6895         * lib/gl_rbtreehash_list.c: New file.
6896         * lib/gl_anytreehash_list1.h: New file.
6897         * lib/gl_anytreehash_list2.h: New file.
6898
6899         * lib/gl_oset.h: New file.
6900         * lib/gl_oset.c: New file.
6901         * lib/gl_array_oset.h: New file.
6902         * lib/gl_array_oset.c: New file.
6903         * lib/gl_avltree_oset.h: New file.
6904         * lib/gl_avltree_oset.c: New file.
6905         * lib/gl_rbtree_oset.h: New file.
6906         * lib/gl_rbtree_oset.c: New file.
6907         * lib/gl_anytree_oset.h: New file.
6908
6909 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6910
6911         * m4/mkancesdirs.m4: New file.
6912         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6913         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6914         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6915         it.
6916
6917 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6918
6919         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6920         * lib/mkancesdirs.h: New files.
6921         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6922         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6923         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6924         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6925         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6926         callers changed.  Revamp internals significantly, by not
6927         attempting to create directories that are temporarily more
6928         permissive than the final results.  Do not attempt to use
6929         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6930         This removes some race conditions, fixes some bugs, and simplifies
6931         things.  Use new dirchownmod function to do owner and mode changes.
6932         * lib/mkdir-p.h: Likewise.
6933         * lib/modechange.c (octal_to_mode): New function.
6934         (struct mode_change): New member mentioned.
6935         (make_node_op_equals): New arg mentioned.  All callers changed.
6936         (mode_compile): Keep track of which mode bits the user has explicitly
6937         mentioned.
6938         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6939         New arg PMODE_BITS, to keep track of which mode bits the user
6940         mentioned; it treats S_ISUID and S_ISGID speciall.
6941         All callers changed.
6942         * lib/modechange.h: Likewise.
6943
6944 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6945
6946         * MODULES.html.sh: Add mkancestors.
6947         * modules/mkancesdirs: New module.
6948         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6949         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6950         The chdir-safer and afs files are now orphans; I'll remove them
6951         unless someone speaks up.
6952         Add lib/dirchownmod.c, lib/dirchownmod.h.
6953         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6954         Add lchown, mkancesdirs.
6955         (Maintainer): Add self.
6956
6957 2006-07-15  Karl Berry  <karl@gnu.org>
6958
6959         * gnulib-tool: help message wording/arrangement.
6960
6961 2006-07-14  Simon Josefsson  <jas@extundo.com>
6962
6963         * doc/gnulib.texi (Libtool and Windows): New section.
6964
6965 2006-07-12  Simon Josefsson  <jas@extundo.com>
6966
6967         * modules/gendocs (License): Fix license, approved by Karl.
6968
6969 2006-07-12  Eric Blake  <ebb9@byu.net>
6970
6971         * MODULES.html.sh: Add gendocs.
6972
6973 2006-07-11  Eric Blake  <ebb9@byu.net>
6974
6975         * modules/fdl: New module, to install doc/fdl.texi.
6976         * MODULES.html.sh: Add new section for documentation modules.
6977         * gnulib-tool: Avoid space-tab.
6978         (--doc-base): New option, to manage files from doc.
6979
6980 2006-07-11  Eric Blake  <ebb9@byu.net>
6981
6982         * m4/absolute-header.m4: Fix comments to match recent change.
6983
6984 2006-07-11  Eric Blake  <ebb9@byu.net>
6985
6986         * gnulib-tool: List --doc-base before --tests-base.
6987
6988 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6989
6990         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6991
6992 2006-07-11  Bruno Haible  <bruno@clisp.org>
6993
6994         * README: Mention where to put documentation.
6995
6996 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6997
6998         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6999
7000 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7001
7002         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7003         to stdint.m4.
7004
7005 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7006
7007         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7008         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7009         "no/such/file/stdint.h" when there is no such file, so that
7010         the resulting C code can be parsed by dodgy compilers.
7011         Problems reported by Bob Proulx.
7012
7013 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7014
7015         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7016         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7017         macros into the GNU _D_EXACT_NAMLEN.
7018         * lib/savedir.c:  Likewise.
7019         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7020
7021 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7022         and Paul Eggert  <eggert@cs.ucla.edu>
7023
7024         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7025         * m4/savedir.m4:
7026         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7027         macros into the GNU _D_EXACT_NAMLEN.
7028
7029 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7030
7031         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7032         around the absolute name, to work around a problem with the HP-UX
7033         11.23 native C compiler, reported by Bob Proulx.
7034
7035 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7036
7037         * doc/maintain.texi, make-stds.texi: Sync from
7038         <http://savannah.gnu.org/projects/gnustandards>.
7039
7040 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7041
7042         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7043
7044 2006-07-09  Jim Meyering  <jim@meyering.net>
7045
7046         * m4/glob.m4: Remove a doubled word in a comment.
7047
7048 2006-07-09  Jim Meyering  <jim@meyering.net>
7049
7050         * lib/argp-pv.c: Remove a doubled word in a comment.
7051         * lib/check-version.c (check_version): Likewise.
7052         * lib/javacomp.c (compile_java_class): Likewise.
7053
7054 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7055
7056         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7057         for the benefit of people using Autoconf 2.60.  If you want to
7058         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7059         (or m4/onceonly.m4, if pre-2.57) manually.
7060
7061 2006-07-08  Jim Meyering  <jim@meyering.net>
7062
7063         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7064         comment.
7065         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7066         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7067         comment.
7068
7069 2006-07-08  Jim Meyering  <jim@meyering.net>
7070
7071         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7072
7073 2006-07-07  Simon Josefsson  <jas@extundo.com>
7074
7075         * tests/test-crc.c: Change expected crc value, the test vector
7076         were probably computed using the old broken crc.c?
7077
7078 2006-07-06  Simon Josefsson  <jas@extundo.com>
7079
7080         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7081         now the canonical place for the M4 file).
7082
7083         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7084         from the sys_socket dependency now.
7085
7086         * modules/inet_pton (Files): Ditto.
7087
7088         * modules/inet_ntop (Files): Ditto.
7089
7090 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7091
7092         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7093         not gl_PREREQ_GETUSERSHELL.
7094
7095 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7096
7097         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7098         with only one argument, for Autoconf 2.60.
7099         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7100         expand to nothing, so add a shell command to avoid syntax error.
7101         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7102
7103 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7104
7105         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7106
7107 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7108
7109         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7110         no longer needed.  Check for isblank decl.
7111         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7112         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7113         of existence.
7114
7115 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7116
7117         * lib/getloadavg.c: Use __VMS, not VMS.
7118         * lib/getopt.c: Likewise.
7119         * lib/getpagesize.h: Likewise.
7120         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7121         and probably does not work.
7122
7123 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7124
7125         * lib/.cppi-disable: Add wcwidth.
7126         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7127         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7128         (ISGRAPH): Remove.  All uses changed to isgraph.
7129         (FOLD) [!defined _LIBC]: Remove special case.
7130         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7131         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7132         HAVE_ISBLANK.
7133         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7134         case.
7135
7136 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7137
7138         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7139         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7140         brackets.  Other minor changes to suppress some compiler
7141         warnings.
7142
7143 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7144         and Paul Eggert  <eggert@cs.ucla.edu>
7145
7146         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7147         of invoking obsolescent AC_HEADER_DIRENT macro.
7148         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7149         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7150         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7151         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7152         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7153         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7154         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7155         * m4/readdir.m4: Remove; no longer needed.
7156
7157 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7158         and Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7161         Don't worry about this obsolete case any more.
7162         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7163         directories.
7164         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7165         worry about this obsolete case any more.
7166         * lib/fts.c: Likewise.
7167         * lib/getcwd.c: Likewise.
7168         * lib/glob.h: Likewise.
7169         * lib/savedir.c: Likewise.
7170
7171 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7172
7173         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7174         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7175         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7176         needed.
7177         All uses removed.
7178         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7179         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7180         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7181         needed.
7182         * m4/getdate.m4 (gl_GETDATE): Likewise.
7183         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7184         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7185         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7186         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7187         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7188         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7189         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7190         needed.
7191
7192 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7193
7194         * lib/memcasecmp.c: Include <limits.h>.
7195         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7196         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7197         Don't assume isdigit succeeds only on '0' through '9'.
7198
7199 2006-07-05  Eric Blake  <ebb9@byu.net>
7200
7201         * modules/getaddrinfo (Depends-on): Add snprintf.
7202
7203 2006-07-05  Eric Blake  <ebb9@byu.net>
7204
7205         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7206         to avoid 'header present but could not be compiled' on cygwin.
7207
7208 2006-07-05  Eric Blake  <ebb9@byu.net>
7209
7210         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7211         missing from netdb.h.
7212         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7213
7214 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7215
7216         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7217         no longer needed.
7218         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7219         * m4/getdate.m4 (gl_GETDATE): Likewise.
7220         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7221         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7222         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7223         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7224         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7225
7226 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7227
7228         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7229         All uses of is_space replaced by isspace.
7230         * lib/exit.h: Don't talk about STDC_HEADERS.
7231         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7232         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7233         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7234         replaced by isprint etc.
7235         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7236         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7237         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7238         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7239         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7240         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7241
7242 2006-07-05  Bruno Haible  <bruno@clisp.org>
7243
7244         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7245         the function exists, before testing against AIX.
7246         Reported by Martin Lambers <marlam@marlam.de>.
7247
7248 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7249
7250         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7251         From Mark D. Baushke.
7252
7253 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7254
7255         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7256         to the absolute name, not just one, to bypass Sun C 5.8's
7257         "warning: #include of /usr/include/... may be non-portable".
7258
7259 2006-07-04  Eric Blake  <ebb9@byu.net>
7260
7261         * modules/dirname-tests: New test module.
7262         * tests/test-dirname.c: New file, replacing dirname.c
7263         TEST_DIRNAME section that was recently deleted.
7264
7265 2006-07-04  Bruno Haible  <bruno@clisp.org>
7266
7267         Assume ANSI C header files and <ctype.h> functions.
7268         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7269         (mbsnwidth): Use isprint, iscntrl instead.
7270
7271 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7272
7273         Merge from coreutils.
7274         * MODULES.html.sh: Add xstrtold.
7275         * modules/xstrtold: New file.
7276         * modules/cycle-check (Files): Add lib/same-inode.h.
7277         * modules/dirname (Files): Add m4/double-slash-root.m4.
7278         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7279         * modules/mkdir-p (Files): Add lib/same-inode.h.
7280         * modules/same (Files): Add lib/same-inode.h.
7281
7282 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7285         This is to keep the terminology clean; POSIX talks about
7286         "absolute pathnames", not "full pathnames", but the GNU
7287         Coding Standards say to use "path" for something else;
7288         so use "absolute" to keep both sides happy.
7289         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7290         Set gl_absolute_header, not gl_full_header_path.
7291         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7292         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7293         All uses changed.
7294
7295         Merge from coreutils.
7296
7297         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7300         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7301         want to require the building of c-strtod.o.
7302         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7303         needs -lm directly.
7304         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7305
7306         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7309         --as-needed option if available.  Problem reported by Albert Chin in
7310         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7311         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7312         cc merely issues a bunch of annoying warnings for --as-needed
7313         (this problem was reported by Bob Proulx).  Also, try linking with
7314         -lm to detect a bug in binutils 2.16 (this problem was reported
7315         by Ralf Wildenhues).
7316
7317         2006-06-18  Jim Meyering  <jim@meyering.net>
7318
7319         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7320         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7321         macro.
7322         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7323         also check for glibc-2.4's abort-inducing bug.
7324
7325         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7326         Low-probability clean-up should be to use rmdir to get rid of
7327         the just-created directory, not unlink.
7328
7329         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7330         configure fail, and request a bug report to inform us about it.
7331         Add a comment that, barring reports to the contrary, in 2007 we'll
7332         assume ftruncate is universally available.
7333
7334         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7337
7338         2006-03-12  Jim Meyering  <jim@meyering.net>
7339
7340         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7341         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7342         * m4/same.m4 (gl_SAME): Likewise.
7343         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7344
7345         2006-03-11  Eric Blake  <ebb9@byu.net>
7346
7347         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7348         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7349         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7350         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7351
7352 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7353
7354         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7355         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7356         reported by Mark D. Baushke, one in
7357         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7358
7359         Merge from coreutils.
7360
7361         * lib/.cppi-disable: Add stdint_.h.
7362         * lib/.cvsignore: Add stdint.h.
7363
7364         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7365
7366         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7367         both double and long double versions.
7368         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7369         * lib/xstrtold.c: New file.
7370         * lib/xstrtod.h (xstrtold): New decl.
7371
7372         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7373
7374         * lib/filemode.c (setst): Remove.
7375         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7376         (arguably) clearer, and the generated code is a bit smaller on my
7377         Debian GNU/Linux stable x86 host.
7378
7379         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7380
7381         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7382         Assume that filemode.h includes sys/types.h and sys/stat.h.
7383         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7384         (ftypelet): Reorder to put common cases first, for efficiency.
7385         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7386         to do 'M'.
7387         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7388         of 10, for compatibility with FreeBSD.  All callers changed.
7389         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7390         types that can't be deduced solely from st_mode.  First arg is now a
7391         const pointer.
7392         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7393         (strmode): Renamed from mode_string.
7394         (filemodestring): New decl.
7395         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7396         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7397         needed.
7398         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7399
7400         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7401
7402         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7403         fsusage.h now does that.  Include fsusage.h first, to test interface.
7404         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7405         at most one method (the old code could have generated decls that
7406         didn't conform to C89, not that this was ever exercised).
7407         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7408
7409         2006-03-19  Jim Meyering  <jim@meyering.net>
7410
7411         Work even in a chroot where d_ino values for entries in "/"
7412         don't match the stat.st_ino values for the same names.
7413         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7414         number, iterate through all entries again, using lstat instead.
7415         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7416         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7417
7418         * lib/getcwd.c (__getcwd): Clarify a comment.
7419         Use memcpy in place of a call to strcpy.
7420
7421         2006-03-12  Jim Meyering  <jim@meyering.net>
7422
7423         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7424         matches that of the current directory (which we're about to chdir ".."
7425         out of), then save the dev-ino of the parent, instead.
7426
7427         * lib/same-inode.h (SAME_INODE): New file/macro.
7428         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7429         Include "same-inode.h", instead.
7430         * lib/same.c: Likewise.
7431         * lib/cycle-check.h: Include "same-inode.h".
7432         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7433         * lib/cycle-check.c (SAME_INODE): Remove definition.
7434         * lib/root-dev-ino.h: Include "same-inode.h".
7435
7436         2006-03-11  Eric Blake  <ebb9@byu.net>
7437
7438         * lib/same.c (same_name): s/base_name/last_component/
7439         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7440         * lib/filenamecat.c (file_name_concat): Likewise.
7441
7442         2006-03-11  Eric Blake  <ebb9@byu.net>,
7443                     Paul Eggert  <eggert@cs.ucla.edu>
7444
7445         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7446         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7447         drive prefix.
7448         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7449         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7450         (last_component): New method.
7451         * lib/dirname.c (dir_len): Determine when drive letters need a
7452         subsequent slash.  Preserve // when it is special.
7453         (dir_name): Don't append dot when drive letter is absolute.
7454         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7455         * lib/basename.c (base_name): New semantics - malloc the result.
7456         Preserve // when it is special.  Preserve relative files that look
7457         like drive letters.
7458         (base_len): Preserve // when it is special.
7459         (last_component): New method, similar to old base_name semantics.
7460         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7461         base_name.  Strip redundant slashes from ///.
7462
7463 2006-07-03  Jim Meyering  <jim@meyering.net>
7464
7465         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7466         macro is used before the first cycle_check call.
7467
7468 2006-07-03  Eric Blake  <ebb9@byu.net>
7469
7470         * modules/dirname (Depends-on): Add xstrndup.
7471
7472 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7473
7474         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7475         test cases, so that config.log is a bit easier to follow.
7476
7477 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7478
7479         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7480         both are 64 bits, since this seems to be the tradition, and this
7481         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7482         we ever run into a host that prefers long long to long in this
7483         case, we'll need another configure-time test.  Problem reported by
7484         Jim Meyering.
7485
7486 2006-07-02  Eric Blake  <ebb9@byu.net>
7487
7488         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7489
7490 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * modules/inttypes (Depends-on): No longer depends on stdint.
7493         * modules/stdint (Description): Say more about assumptions.
7494         Say that the fast types might differ.  Say macros are used.
7495         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7496         (Makefile.am): Revise list of substituted symbols to match
7497         new stdint.m4.
7498         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7499         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7500         * tests/test-stdint.c (verify_same_types)
7501         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7502         the code conforms to C99/C89.
7503         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7504         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7505
7506 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7507
7508         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7509         but fix a bug, by requiring at least 64 bits.
7510         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7511         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7512         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7513         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7514
7515         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7516         changes.  Make 2.59 a prerequisite.  Check and substitute for
7517         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7518         inttypes.h.  Do not use special include files; just use the
7519         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7520         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7521         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7522         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7523         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7524         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7525         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7526         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7527         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7528         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7529         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7530         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7531         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7532         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7533         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7534         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7535         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7536         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7537         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7538         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7539         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7540         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7541         not check for things that C99 does not require, e.g., int8_t.  If
7542         a test isn't needed unless <stdint.h> isn't working, and is
7543         unlikely to be needed for any other reason, then don't do it
7544         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7545         size_t, since we assume C89 freestanding at least.  Do not check
7546         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7547         the right thing even if the types are not defined.  Instead use:
7548         (gl_STDINT_TYPE_PROPERTIES): New macro.
7549         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7550         testing whether <sys/types.h> clashes, as Autoconf does this for
7551         us now.  All uses removed.
7552         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7553         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7554         (gl_CHECK_TYPE_SAME):
7555         Remove; no longer needed.
7556         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7557         exists, since we'll return 0 anyway in that case.
7558         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7559
7560 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7561
7562         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7563         possible collision with system files.
7564         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7565         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7566         WCHAR_MIN and WCHAR_MAX in this case.
7567         (<stddef.h>): Do not include; no longer needed.
7568         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7569         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7570         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7571         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7572         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7573         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7574         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7575         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7576         !defined(__c99))]: Include in this case too, since it's harmless
7577         now.
7578         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7579         dangerous to do so.
7580         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7581         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7582         (_STDINT_MIN, _STDINT_MAX): New macros.
7583         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7584         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7585         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7586         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7587         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7588         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7589         macros, not typedefs; this simplifies things quite a bit.
7590         Use long int for all types narrower than int64_t.
7591         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7592         Define in terms of long long int or int64_t or long int,
7593         not int64_t or int32_t.  This saves some compile-time testing.
7594         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7595         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7596         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7597         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7598         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7599         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7600         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7601         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7602         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7603         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7604         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7605         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7606         undef any previous version and define our own version, for
7607         simplicity and consistency with the new macros for types.
7608         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7609         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7610         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7611         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7612         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7613         @WINT_T_SUFFIX@ to keep things simple here.
7614         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7615         Simplify by assuming typical 8/16/32/64 host, since we're
7616         already doing that elsewhere anyway.
7617         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7618         and assume long long int is 64 bits if available.  This
7619         speeds up 'configure'.
7620
7621 2006-07-01  Eric Blake  <ebb9@byu.net>
7622
7623         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7624         Reported by Andreas Buening.
7625
7626 2006-07-01  Eric Blake  <ebb9@byu.net>
7627
7628         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7629
7630 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7631
7632         * lib/getaddrinfo.c: fixed typo
7633
7634 2006-06-29  Jim Meyering  <jim@meyering.net>
7635
7636         * modules/strftime (Maintainer): Add my name, since with the
7637         FPRINTFTIME changes strftime.c has forked from glibc.
7638
7639 2006-06-29  Eric Blake  <ebb9@byu.net>
7640
7641         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7642
7643 2006-06-29  Eric Blake  <ebb9@byu.net>
7644
7645         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7646
7647 2006-06-29  Eric Blake  <ebb9@byu.net>
7648
7649         * lib/stat_.h: New file.
7650
7651 2006-06-29  Eric Blake  <ebb9@byu.net>
7652
7653         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7654         unused static function.
7655
7656 2006-06-29  Eric Blake  <ebb9@byu.net>
7657
7658         * doc/functions.texi (Function Portability): Document missing lstat
7659         on mingw.
7660
7661 2006-06-29  Eric Blake  <ebb9@byu.net>
7662
7663         * MODULES.html.sh: Add sys_stat.
7664         * modules/sys_stat: New module.
7665         * modules/mkstemp (Depends-on): Add sys_stat.
7666
7667 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7668
7669         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7670
7671 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7672
7673         * m4/c-bs-a.m4: Removed.
7674
7675 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7676
7677         * lib/strftime.c: Assume strftime() exists.
7678
7679 2006-06-29  Derek Price  <derek@ximbiot.com>
7680
7681         * modules/c-bs-a: Removed - \a is C89.
7682         * MODULES.html.sh: Remove c-bs-a.
7683
7684 2006-06-29  Bruno Haible  <bruno@clisp.org>
7685
7686         * modules/wcwidth (License): Change to LGPL.
7687
7688 2006-06-28  Simon Josefsson  <jas@extundo.com>
7689
7690         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7691         on _WIN32.
7692
7693         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7694         getnameinfo.
7695
7696 2006-06-28  Simon Josefsson  <jas@extundo.com>
7697
7698         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7699
7700 2006-06-28  Simon Josefsson  <jas@extundo.com>
7701
7702         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7703         functions there.  It will succeed on Windows XP, but on Windows
7704         2000 and (presumably) earlier, it will fail, and use the internal
7705         re-implementation.
7706         (use_win32_p): New function.
7707         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7708         Support AI_NUMERICSERV to disable getservbyname.
7709         (getnameinfo): New function, only supports
7710         NI_NUMERICHOST|NI_NUMERICSERV for now.
7711
7712         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7713         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7714         getnameinfo.
7715
7716 2006-06-28  Eric Blake  <ebb9@byu.net>
7717
7718         * modules/wcwidth: New file.
7719         * modules/mbchar (Depends-on): Add wcwidth.
7720         * modules/mbswidth (Depends-on): Add wcwidth.
7721         * MODULES.html.sh: Add wcwidth.
7722
7723 2006-06-28  Eric Blake  <ebb9@byu.net>
7724
7725         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7726         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7727
7728 2006-06-28  Eric Blake  <ebb9@byu.net>
7729
7730         * lib/xvasprintf.h: Fix comments.
7731
7732 2006-06-28  Eric Blake  <ebb9@byu.net>
7733
7734         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7735         * lib/mbswidth.c (wcwidth): Move from here...
7736         * lib/wcwidth.h: ...to this new file.
7737
7738 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7739
7740         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7741
7742         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7743         it's obsolete.
7744         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7745
7746 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7747
7748         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7749         Autoconf 2.60 says this stuff was obsolete.
7750
7751 2006-06-28  Bruno Haible  <bruno@clisp.org>
7752
7753         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7754
7755 2006-06-28  Bruno Haible  <bruno@clisp.org>
7756
7757         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7758         gt_TYPE_WCHAR_T.
7759
7760 2006-06-28  Bruno Haible  <bruno@clisp.org>
7761
7762         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7763         declaration for wcwidth.
7764         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7765
7766 2006-06-28  Bruno Haible  <bruno@clisp.org>
7767
7768         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7769         (mkdir): Define using _mkdir.
7770
7771 2006-06-28  Bruno Haible  <bruno@clisp.org>
7772
7773         * lib/getaddrinfo.h: Fix POSIX URL.
7774         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7775         _WIN32.
7776         (use_win32_p): Make static.
7777         (getaddrinfo): Reject service name if it is empty or does not consist
7778         solely of decimal digits, or if its value is > 65535.
7779         (getnameinfo): Remove useless casts.
7780
7781 2006-06-27  Simon Josefsson  <jas@extundo.com>
7782
7783         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7784         Eggert and Martin Lambers.
7785
7786 2006-06-27  Simon Josefsson  <jas@extundo.com>
7787
7788         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7789         Eggert and Martin Lambers.
7790
7791 2006-06-27  Bruno Haible  <bruno@clisp.org>
7792
7793         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7794         result to 0, not to empty.
7795         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7796
7797 2006-06-27  Bruno Haible  <bruno@clisp.org>
7798
7799         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7800
7801 2006-06-26  Simon Josefsson  <jas@extundo.com>
7802
7803         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7804         present.
7805
7806 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7807
7808         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7809         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7810         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7811
7812 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7813
7814         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7815
7816 2006-06-26  Bruno Haible  <bruno@clisp.org>
7817
7818         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7819
7820 2006-06-26  Bruno Haible  <bruno@clisp.org>
7821
7822         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7823
7824 2006-06-26  Bruno Haible  <bruno@clisp.org>
7825
7826         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7827         SGI C compiler in pre-C99 mode.
7828         Suggested by Mark D. Baushke and Larry Jones.
7829
7830 2006-06-26  Bruno Haible  <bruno@clisp.org>
7831
7832         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7833         WCHAR_MAX.
7834         Reported by Mark D. Baushke and Larry Jones.
7835
7836 2006-06-26  Bruno Haible  <bruno@clisp.org>
7837
7838         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7839         in pre-C99 mode.
7840         Suggested by Mark D. Baushke and Larry Jones.
7841
7842 2006-06-23  Simon Josefsson  <jas@extundo.com>
7843             Bruno Haible  <bruno@clisp.org>
7844
7845         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7846         Emit mostlyclean-local rule.
7847         (func_emit_tests_Makefile_am): Likewise.
7848         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7849
7850 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7851
7852         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7853
7854 2006-06-23  Bruno Haible  <bruno@clisp.org>
7855
7856         * tests/test-stdint.c: Update to match ISO C 99 Technical
7857         Corrigendum 1.
7858
7859 2006-06-23  Bruno Haible  <bruno@clisp.org>
7860
7861         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7862
7863 2006-06-23  Bruno Haible  <bruno@clisp.org>
7864
7865         * lib/stdint_.h: Treat IRIX like OpenBSD.
7866
7867 2006-06-23  Bruno Haible  <bruno@clisp.org>
7868
7869         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7870         ISO C 99 Technical Corrigendum 1.
7871
7872 2006-06-22  Simon Josefsson  <jas@extundo.com>
7873
7874         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7875         MinGW.
7876
7877 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7878
7879         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7880         needed.  Some compiler complained about some of them.  Problem reported
7881         by Larry Jones in
7882         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7883
7884 2006-06-21  Simon Josefsson  <jas@extundo.com>
7885
7886         * tests/test-getaddrinfo.c: New file.
7887
7888         * modules/getaddrinfo-tests: New file.
7889
7890         * MODULES.html.sh: Add inet_pton.
7891
7892         * modules/inet_pton: New file.
7893
7894 2006-06-21  Simon Josefsson  <jas@extundo.com>
7895
7896         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7897         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7898         of using the (limited) gnulib implementation on Windows XP.
7899
7900         * m4/inet_pton.m4: New file.
7901
7902 2006-06-21  Simon Josefsson  <jas@extundo.com>
7903
7904         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7905         variable.
7906
7907         * lib/socket_.h: Don't define WINVER.
7908
7909         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7910         slightly modified to work in gnulib.
7911
7912 2006-06-21  Simon Josefsson  <jas@extundo.com>
7913
7914         * doc/gnulib.texi (Windows sockets): Add.
7915
7916 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * lib/read-file.c (fread_file): Start with buffer allocation of
7919         0 bytes rather than 1 byte; this simplifies the code.
7920         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7921         code to free buffer and save/restore errno.
7922         (internal_read_file): Remove unused local.
7923
7924 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7925
7926         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7927         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7928         Problem reported by Denis Excoffier in
7929         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7930
7931 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7932
7933         * modules/sys_socket, modules/socklen: Include sys/types since
7934         FreeBSD 4.x's sys/socket.h needs it.
7935
7936 2006-06-19  Simon Josefsson  <jas@extundo.com>
7937
7938         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7939
7940 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7941
7942         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7943
7944 2006-06-19  Bruno Haible  <bruno@clisp.org>
7945
7946         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7947         and FULL_PATH_INTTYPES_H in angle brackets.
7948         Reported by Mark D. Baushke <mdb@gnu.org>.
7949
7950 2006-06-17  Eric Blake  <ebb9@byu.net>
7951
7952         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7953         errno.
7954
7955 2006-06-17  Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7958         <sys/inttypes.h>.
7959
7960 2006-06-17  Bruno Haible  <bruno@clisp.org>
7961
7962         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7963         whether errno is declared. Assume <errno.h> declares errno.
7964
7965 2006-06-17  Bruno Haible  <bruno@clisp.org>
7966
7967         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7968
7969 2006-06-17  Bruno Haible  <bruno@clisp.org>
7970
7971         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7972         problem on Solaris 2.5.1.
7973
7974 2006-06-16  Eric Blake  <ebb9@byu.net>
7975
7976         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7977         * lib/unicodeio.c [!defined errno]: Likewise.
7978         * lib/strtol.c [!defined errno]: Likewise.
7979         * lib/strtod.c [!defined errno]: Likewise.
7980
7981 2006-06-15  Eric Blake  <ebb9@byu.net>
7982
7983         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7984
7985 2006-06-15  Eric Blake  <ebb9@byu.net>
7986
7987         * config/srclist.txt (ssize_t.m4): Lose sync.
7988
7989 2006-06-15  Bruno Haible  <bruno@clisp.org>
7990
7991         * modules/stdint (Files): Include m4/full-header-path.m4,
7992         m4/size_max.m4, m4/wchar_t.m4.
7993         (Makefile.am): Many more substitutions.
7994         * modules/stdint-tests: New file.
7995         * tests/test-stdint.c: New file.
7996
7997 2006-06-15  Bruno Haible  <bruno@clisp.org>
7998
7999         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8000         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8001         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8002         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8003         gl_CHECK_TYPE_SAME): New macros.
8004
8005 2006-06-15  Bruno Haible  <bruno@clisp.org>
8006
8007         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8008
8009 2006-06-15  Bruno Haible  <bruno@clisp.org>
8010
8011         * lib/stdint_.h: Rewritten to be fully auto-configured.
8012         Fixes bug on HP-UX/IA64.
8013
8014 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8015
8016         * lib/getdate.y (__attribute__): Don't define if already defined.
8017         Problem reported by Larry Jones.
8018         * lib/utimens.c (__attribute__): Likewise.
8019
8020 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8021
8022         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8023         reported by Andreas Schwab.
8024
8025 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8026             Bruno Haible  <bruno@clisp.org>
8027
8028         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8029         check for the declaration of strnlen and a run test that exposes the
8030         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8031         rpl_strndup.
8032
8033 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8034             Bruno Haible  <bruno@clisp.org>
8035
8036         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8037
8038 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8039
8040         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8041         compile test, for Tru64 4.0D.
8042
8043 2006-05-28  Karl Berry  <karl@gnu.org>
8044
8045         * config/srclist.txt (printf-args.c): lose sync.
8046
8047 2006-05-26  Martin Lambers  <marlam@marlam.de>
8048
8049         * lib/getpass.c: Updates the test for the native W32 API, and adds
8050         missing includes, thus fixing compilation warnings.
8051
8052 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8053
8054         * lib/exclude.c (exclude_fnmatch): New function.
8055         (excluded_file_name): Call exclude_fnmatch.
8056         * lib/exclude.h (excluded_file_name): New prototype
8057
8058 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8059
8060         * lib/tempname.c (small_open, large_open): New macros.
8061         (__open, __open64) [!_LIBC]: Remove.
8062         (__gen_tempname): Use small_open and large_open instead of __open
8063         and __open64.  This fixes a portability bug on HP-UX 11.11i
8064         reported by Simon Wing-Tang in
8065         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8066
8067 2006-05-24  Bruno Haible  <bruno@clisp.org>
8068
8069         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8070         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8071         Reported by Thorsten Maerz <torte@netztorte.de> via
8072         Aaron Stone <aaron@serendipity.cx>.
8073
8074 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8075
8076         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8077         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8078         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8079         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8080         not really conditional on the cache.
8081         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8082
8083 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8084
8085         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8086         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8087         (my_usleep): Don't mishandle maximum value.
8088
8089 2006-05-19  Jim Meyering  <jim@meyering.net>
8090
8091         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8092
8093 2006-05-17  Bruno Haible  <bruno@clisp.org>
8094
8095         Cygwin portability.
8096         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8097
8098 2006-05-17  Bruno Haible  <bruno@clisp.org>
8099
8100         * lib/stdint_.h: Fix recognition of Cygwin.
8101
8102 2006-05-15  Bruno Haible  <bruno@clisp.org>
8103
8104         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8105         on libtool patch by Ralf Wildenhues.
8106
8107 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8110         test for C99 conformance; (bool) 0.5 is an integer constant
8111         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8112         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8113
8114 2006-05-11  Simon Josefsson  <jas@extundo.com>
8115
8116         * m4/xvasprintf.m4: Fix obvious typo.
8117
8118 2006-05-11  Jim Meyering  <jim@meyering.net>
8119
8120         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8121         James Lemley.
8122
8123 2006-05-10  Simon Josefsson  <jas@extundo.com>
8124
8125         * lib/md4.c: Typo fix, update copyright years.
8126         (K1, K2): Don't use L because it turn computations into 64-bit on
8127         64-bit platforms.
8128
8129 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8132         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8133         unwanted sign propagation, e.g., on hosts with 64-bit int.
8134         There still are some problems with reeelly weird theoretical hosts
8135         (e.g., 33-bit int) but it's not worth worrying about now.
8136         * lib/sha1.c (rol): Likewise.
8137         (K1, K2, K3, K4): Remove unnecessary L suffix.
8138
8139 2006-05-10  Bruno Haible  <bruno@clisp.org>
8140
8141         * lib/des.c: Cast to avoid warnings.
8142
8143 2006-05-09  Bruno Haible  <bruno@clisp.org>
8144
8145         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8146         (Depends-on): Depend also on xsize, stdarg.
8147         (configure.ac): Add gl_XVASPRINTF.
8148
8149 2006-05-09  Bruno Haible  <bruno@clisp.org>
8150
8151         * m4/xvasprintf.m4: New file.
8152
8153 2006-05-09  Bruno Haible  <bruno@clisp.org>
8154
8155         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8156         (EOVERFLOW): Define fallback value.
8157         (xstrcat): New function.
8158         (xvasprintf): Recognize the special case of a string concatenation.
8159
8160 2006-05-08  Eric Blake  <ebb9@byu.net>
8161
8162         * gnulib-tool (func_version): Base copyright year on CVS date.
8163         (func_emit_copyright_notice): New function.
8164         (func_emit_lib_Makefile_am): Use it.
8165         (func_emit_tests_Makefile_am): Likewise.
8166         (func_import): Likewise.
8167
8168 2006-05-08  Bruno Haible  <bruno@clisp.org>
8169
8170         * modules/stdarg: New file.
8171         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8172
8173 2006-05-08  Bruno Haible  <bruno@clisp.org>
8174
8175         * m4/stdarg.m4: New file, from GNU gettext.
8176
8177 2006-05-08  Bruno Haible  <bruno@clisp.org>
8178
8179         * config/srclist.txt (build-aux/config.rpath): different from latest
8180         release.
8181
8182 2006-05-08  Bruno Haible  <bruno@clisp.org>
8183
8184         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8185
8186 2006-05-05  Jim Meyering  <jim@meyering.net>
8187
8188         * m4/warning.m4: New file, derived from bison's file by the same name.
8189
8190 2006-05-03  Bruno Haible  <bruno@clisp.org>
8191
8192         * lib/stdint_.h: Shorter URL.
8193         * lib/inttypes.h: Likewise.
8194
8195 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8198
8199 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8200
8201         * lib/verify.h: Document the internals better.  Most of this change
8202         was written by Bruno Haible.
8203
8204 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         * doc/verify.texi: New file, partly based on a proposal by
8207         Bruno Haible.
8208
8209 2006-05-02  Bruno Haible  <bruno@clisp.org>
8210
8211         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8212         test from here...
8213         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8214
8215 2006-04-29  Bruno Haible  <bruno@clisp.org>
8216
8217         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8218         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8219
8220 2006-04-29  Bruno Haible  <bruno@clisp.org>
8221
8222         * gnulib-tool: Make --update option actually work.
8223
8224 2006-04-29  Bruno Haible  <bruno@clisp.org>
8225
8226         * doc/gcd.texi: New file.
8227         * doc/gnulib.texi: Include it.
8228
8229 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8230
8231         * lib/getdate.y (get_date): When adding relative date, start with the
8232         initial time, not with the result of the first mktime call.
8233
8234 2006-04-25  Bruno Haible  <bruno@clisp.org>
8235
8236         * gnulib-tool (func_import): Output the include directives in three
8237         blocks, sorted separately.
8238         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8239
8240 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8241
8242         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8243         to define main with arguments, for C++.  Reported by Eric Blake.
8244         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8245         Prefer 'int main ()' to 'int main (void)', for C++.
8246         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8247         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8248         for 'main', for C99 and C++.
8249
8250 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8253         Don't assume that exit status -1 is valid.
8254         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8255         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8256         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8257         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8258         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8259         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8260         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8261         functions can be used without declaring them, or that you can
8262         exit with status -1.
8263         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8264
8265 2006-04-24  Karl Berry  <karl@gnu.org>
8266
8267         * config/srclist.txt (longdouble.m4): sync lost.
8268
8269 2006-04-24  Eric Blake  <ebb9@byu.net>
8270
8271         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8272
8273 2006-04-24  Bruno Haible  <bruno@clisp.org>
8274
8275         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8276         poll() implementation in AIX.
8277         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8278
8279 2006-04-24  Bruno Haible  <bruno@clisp.org>
8280
8281         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8282         assigned exactly once.
8283
8284 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8285             Bruno Haible  <bruno@clisp.org>
8286
8287         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8288         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8289         for AM_CPPFLAGS.
8290
8291 2006-04-23  Bruno Haible  <bruno@clisp.org>
8292
8293         * modules/copy-file: Depend on unistd.
8294         * modules/execute: Likewise.
8295         * modules/fatal-signal: Likewise.
8296         * modules/findprog: Likewise.
8297         * modules/mkdtemp : Likewise.
8298         * modules/pipe: Likewise.
8299         * modules/wait-process: Likewise.
8300
8301 2006-04-23  Bruno Haible  <bruno@clisp.org>
8302
8303         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8304         condition was already detected.
8305         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8306
8307 2006-04-23  Bruno Haible  <bruno@clisp.org>
8308
8309         * lib/copy-file.c: Include <unistd.h> unconditionally.
8310         * lib/execute.c: Likewise.
8311         * lib/fatal-signal.c: Likewise.
8312         * lib/findprog.c: Likewise.
8313         * lib/mkdtemp.c: Likewise.
8314         * lib/pipe.h: Likewise.
8315         * lib/pipe.c: Likewise.
8316         * lib/wait-process.h: Likewise.
8317
8318 2006-04-23  Bruno Haible  <bruno@clisp.org>
8319
8320         * gnulib-tool (func_usage): Fix --import description. Document
8321         --update.
8322         (func_import): Create temporary file in a temporary directory, if
8323         --dry-run is specified. Silence errors from 'grep' when there are no
8324         m4 files in $m4dir.
8325         (func_create_testdir): Silence errors from 'grep' when there are no
8326         m4 files in $m4dir.
8327         Reported by Karl Berry <karl@freefriends.org>.
8328
8329 2006-04-20  Bruno Haible  <bruno@clisp.org>
8330
8331         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8332         one argument, so that the code will be portable to Autoconf 2.60.
8333         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8334         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8335         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8336
8337 2006-04-19  Derek Price  <derek@ximbiot.com>
8338             Eric Blake  <ebb9@byu.net>
8339
8340         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8341         rather than "/full/path.h".  Update comment to match.  Shorten &
8342         generalize m4_translit call via AS_TR_CPP.
8343
8344 2006-04-19  Derek Price  <derek@ximbiot.com>
8345             Eric Blake  <ebb9@byu.net>
8346
8347         * lib/inttypes.h: Correct grammar in comment.
8348
8349 2006-04-18  Derek Price  <derek@ximbiot.com>
8350             Paul Eggert  <eggert@cs.ucla.edu>
8351
8352         * modules/inttypes: New file.
8353         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8354
8355 2006-04-18  Derek Price  <derek@ximbiot.com>
8356             Paul Eggert  <eggert@cs.ucla.edu>
8357
8358         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8359         New files.
8360
8361 2006-04-18  Derek Price  <derek@ximbiot.com>
8362             Paul Eggert  <eggert@cs.ucla.edu>
8363
8364         * lib/inttypes.h: New file.
8365         * lib/strtoimax.c: Assume <inttypes.h>.
8366
8367 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8368
8369         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8370         isn't mounted.  Problem reported by Kir Kolyshkin.
8371
8372 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8373
8374         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8375         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8376         Derek R. Price.
8377         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8378         implementation.
8379
8380 2006-04-12  Eric Blake  <ebb9@byu.net>
8381
8382         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8383         is now done automatically by the corresponding Autoconf macro.
8384
8385 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8386
8387         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8388         time_r.h.
8389
8390 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8391
8392         Merge regex changes from libc, removing some of our
8393         POSIX-conformance changes that were rejected and redoing them in a
8394         less-intrusive way.
8395
8396         * lib/regcomp.c (re_compile_internal, init_dfa):
8397         Length arg is now size_t, not Idx.  All uses changed.
8398         (peek_token): Forward decl now says internal_function.
8399         (__re_error_msgid, __re_error_msgid_idx):
8400         Now static rather than extern with attribute_hidden.
8401         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8402         For some reason libc prefers K&R style defns for external functions.
8403         (regerror) [!defined _LIBC]: Likewise.
8404         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8405         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8406         (build_range_exp, build_collating_symbol):
8407         Use K&R-style defn.
8408         (re_compile_fastmap): Use '\0' to memset, not 0.
8409         (utf8_sb_map): Make the calculations more obvious.
8410         (init_dfa, parse_bracket_exp, build_charclass_op):
8411         Call calloc and cast result, as glibc does.
8412         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8413         (build_range_exp, build_collating_symbol):
8414         Now internal functions.
8415
8416         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8417
8418         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8419         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8420         Don't depend on VMS; depend on __VMS instead, for POSIX
8421         namespace cleanness.
8422         (regoff_t): Define to ssize_t, not long int.
8423
8424         Remove the REG_ macros named below.  Instead, make the old names
8425         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8426         __USE_GNU_REGEX.
8427         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8428         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8429         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8430         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8431         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8432         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8433         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8434         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8435         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8436         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8437         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8438         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8439         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8440         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8441         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8442         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8443         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8444         (REG_NREGS):
8445         Remove.  All uses replaced by the old RE_* names.
8446         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8447         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8448         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8449         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8450         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8451         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8452         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8453         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8454         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8455         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8456         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8457         Don't bother having these macros be independent of each others'
8458         values, since they no longer exist in the POSIX name space.
8459
8460         Rename the following member names back to their old names,
8461         unless !__USE_GNU_REGEX.  All uses changed back.
8462         (buffer): Renamed from re_buffer.
8463         (allocated): Renamed from re_allocated.
8464         (used): Renamed from re_used.
8465         (syntax): Renamed from re_syntax.
8466         (fastmap): Renamed from re_fastmap.
8467         (translate): Renamed from re_translate.
8468         (can_be_null): Renamed from re_can_be_null.
8469         (regs_allocated): Renamed from re_regs_allocated.
8470         (fastmap_accurate): Renamed from re_fastmap_accurate.
8471         (no_sub): Renamed from re_no_sub.
8472         (not_bol): Renamed from re_not_bol.
8473         (not_eol): Renamed from re_not_eol.
8474         (newline_anchor): Renamed from re_newline_anchor.
8475         (num_regs): Renamed from rm_num_regs.
8476         (start): Renamed from rm_start.
8477         (end): Renamed from rm_end.
8478
8479         (free_state): Move up a bit.
8480
8481         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8482         #define to be empty.
8483         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8484         when that is what is intended.
8485         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8486         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8487         (MAX): New macro.
8488         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8489         All uses changed back to re_malloc, etc.  It's now the caller's
8490         responsibility to check for overflow; all callers changed.
8491         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8492         (re_x2nrealloc): Remove.
8493         (free_state): Remove decl.
8494
8495         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8496         (re_set_registers, re_exec):
8497         Use K&R-style defn.
8498
8499         2006-01-31  Roland McGrath  <roland@redhat.com>
8500
8501         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8502         Reported by Mike Frysinger <vapier@gentoo.org>.
8503
8504         2006-01-15  Andreas Jaeger  <aj@suse.de>
8505
8506         [BZ #1950]
8507         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8508         build_wcs_upper_buffer change.
8509         (build_wcs_upper_buffer): Change return type.
8510
8511         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8512
8513         * lib/regex_internal.h: Include <stdint.h> if available.
8514
8515         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8516
8517         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8518
8519         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8520
8521         * lib/regcomp.c: Adjust for changed secondary hash function.
8522
8523         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8524
8525         * lib/regex.h: Pretty printing.
8526         Clean up namespace a bit.
8527
8528         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8529
8530         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8531         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8532
8533         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8534                     Ulrich Drepper  <drepper@redhat.com>
8535
8536         [BZ #1302]
8537         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8538         changed.
8539         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8540
8541         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8542
8543         [BZ #281]
8544         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8545         * lib/regcomp.c: Remove unnecessary uses of
8546         unsigned RE_TRANSLATE_TYPE.
8547         * lib/regex_internal.h: Likewise.
8548         * lib/regex_internal.c: Likewise.
8549         * lib/regexec.c: Likewise.
8550         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8551
8552         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8553
8554         * lib/regexec.c (find_recover_state): Remove unnecessary
8555         initialization.
8556         (transit_state_bkref): Make DFA a const pointer.
8557         (get_subexp): Likewise.
8558         (check_arrival): Likewise.
8559         (update_cur_sifted_state): Likewise.
8560         (re_search_internal): Likewise.
8561         (prune_impossible_nodes): Likewise.
8562         (acquire_init_state_context): Likewise.
8563         (proceed_next_node): Likewise.
8564         (set_regs): Likewise.
8565         (free_fail_stack_return): Likewise.
8566         (check_arrival_expand_ecl): Mark DFA parameter as const.
8567         (check_arrival_expand_ecl_sub): Likewise.
8568         (check_subexp_limits): Likewise.
8569         (sub_epsilon_src_nodes):  Likewise.
8570         (add_epsilon_src_nodes):  Likewise.
8571         (merge_state_array): Likewise.
8572         (update_regs): Likewise.
8573         (build_trtable): Likewise.
8574         (sift_states_backward): Mark MCTX parameter as const.
8575         (build_sifted_states): Likewise.
8576         (update_cur_sifted_state): Likewise.
8577         (sift_states_mkref): Likewise.
8578         (check_arrival_expand_ecl): Mark eclosure as const.
8579         (check_dst_limits_calc_pos_1): Likewise.
8580         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8581         pointer.
8582
8583         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8584
8585         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8586         (transit_state_sb): Likewise.
8587         (transit_state_mb): Likewise.
8588         (sift_states_iter_mb): Likewise.
8589         (check_arrival_add_next_nodes): Likewise.
8590         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8591         [_LIBC] (re_search_2_stub): Use mempcpy.
8592
8593         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8594         mbrtowc for very simple UTF-8 case.
8595
8596         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8597         a pointer-to-const.
8598         (re_acquire_state_context): Likewise.
8599         * lib/regex_internal.h: Adjust prototypes.
8600
8601         * lib/regex.c: Prevent using C++ compilers.
8602
8603         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8604         (re_acquire_state_context): Likewise.
8605
8606 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8607
8608         * modules/regex (Depends-on): Add ssize_t.
8609
8610 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8613         translation table.
8614
8615 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8616
8617         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8618
8619 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8620             Bruno Haible  <bruno@clisp.org>
8621
8622         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8623         <sys/types.h> and <inttypes.h>.
8624
8625 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8626
8627         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8628         `__error_t_defined', so argp.h will not typedef the former.
8629
8630 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8633         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8634         glibc names.  Even if glibc is changed to conform to POSIX, the
8635         traditional names will be available anyway, since regex depends on
8636         the extensions module.  Also, fix a longstanding typo in the
8637         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8638         reported by Emanuele Giaquinta.  Also, change sense of cached
8639         variable, so that the message makes sense.
8640
8641 2006-03-24  Simon Josefsson  <jas@extundo.com>
8642
8643         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8644         including some doc fixes.
8645         (base64_encode_alloc): Fix +1 bug on allocation failures.
8646
8647 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8648
8649         * lib/base64.c (base64_encode): Do not read past end of array with
8650         unsanitized input on systems with CHAR_BIT > 8.
8651
8652 2006-03-24  Eric Blake  <ebb9@byu.net>
8653
8654         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8655
8656 2006-03-22  Karl Berry  <karl@gnu.org>
8657
8658         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8659         * config/srclistvars.sh (COREUTILS): new var.
8660
8661 2006-03-17  Jim Meyering  <jim@meyering.net>
8662
8663         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8664         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8665
8666 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8667
8668         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8669         no longer needs it.  Instead, check that regoff_t is as least
8670         as wide as ptrdiff_t.
8671
8672         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8673         so that our regex.h stays compatible with the installed regex.
8674         This is helpful for installers who configure --without-included-regex.
8675         Problem reported by Emanuele Giaquinta.
8676
8677 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8678
8679         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8680         Typedef to long int, not to off_, as POSIX will likely change
8681         in that direction.
8682
8683 2006-03-15  Eric Blake  <ebb9@byu.net>
8684
8685         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8686
8687 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8688
8689         * lib/argp-help.c (validate_uparams): Fix typo
8690         * lib/argp-parse.c (argp_default_options): Consistently begin help
8691         messages with a lowercase letter.
8692
8693 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8694
8695         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8696         overrun buffers and shouldn't be used (much as gets shouldn't be
8697         used).
8698         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8699
8700 2006-03-08  Simon Josefsson  <jas@extundo.com>
8701
8702         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8703         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8704
8705 2006-03-08  Simon Josefsson  <jas@extundo.com>
8706
8707         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8708         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8709
8710 2006-03-08  Simon Josefsson  <jas@extundo.com>
8711
8712         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8713         signal that configure disabled the device.
8714
8715 2006-03-08  Simon Josefsson  <jas@extundo.com>
8716
8717         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8718         languages.
8719
8720 2006-03-07  Simon Josefsson  <jas@extundo.com>
8721
8722         * modules/getopt (Depends-on): Add unistd.
8723
8724         * modules/unistd: New file.
8725
8726 2006-03-07  Simon Josefsson  <jas@extundo.com>
8727
8728         * modules/gc-random: New file.
8729
8730 2006-03-07  Simon Josefsson  <jas@extundo.com>
8731
8732         * m4/unistd_h.m4: New file.
8733
8734 2006-03-07  Simon Josefsson  <jas@extundo.com>
8735
8736         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8737         test to be side-effect free by storing the result in the cache
8738         variable gl_cv_lib_readline, and moving the assignment of
8739         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8740         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8741
8742 2006-03-07  Simon Josefsson  <jas@extundo.com>
8743
8744         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8745         error on missing devices (the functions will return an error).
8746
8747         * m4/gc.m4: Move random stuff to gc-random.m4
8748
8749 2006-03-07  Simon Josefsson  <jas@extundo.com>
8750
8751         * lib/unistd_.h: New file.
8752
8753 2006-03-07  Simon Josefsson  <jas@extundo.com>
8754
8755         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8756
8757 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8758
8759         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8760         Problem reported by Juan Manuel Guerrero.
8761
8762 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8763
8764         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8765         the unistd module.
8766         * lib/getlogin_r.c: Likewise.
8767         * lib/getlogin_r.h: Likewise.
8768         * lib/glob.c: Likewise.
8769         * lib/pagealign_alloc.c: Likewise.
8770         * lib/unistd_.h: Remove; no longer needed.
8771
8772 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8775         Add unistd.
8776         * modules/c-stack (Depends-on): Add unistd.
8777         * modules/getlogin_r: Likewise.
8778         * modules/glob: Likewise.
8779         * modules/pagealign_alloc: Likewise.
8780         * modules/unistd (Files): Remove lib/unistd_.h.
8781         (EXTRA_DIST): Remove.
8782         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8783         need unistd_.h.
8784         (MOSTLYCLEANFILES): Remove unistd.h-t.
8785
8786 2006-03-03  Simon Josefsson  <jas@extundo.com>
8787
8788         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8789
8790 2006-03-03  Simon Josefsson  <jas@extundo.com>
8791
8792         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8793         libidn and bison.
8794
8795 2006-03-03  Simon Josefsson  <jas@extundo.com>
8796
8797         * build-aux/maint.mk: Add indent target.
8798
8799 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8800
8801         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8802         our replacement poll.h in any case, to avoid a differing
8803         declaration from a system header.  Seen on AIX.
8804
8805 2006-03-01  Simon Josefsson  <jas@extundo.com>
8806
8807         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8808         <kasal@ucw.cz>.
8809
8810 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8811
8812         * modules/gettime (Depends-on): Add extensions module.
8813         * modules/nanosleep (Depends-on): Likewise.
8814         * modules/settime (Depends-on): Likewise.
8815
8816 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8817
8818         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8819         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8820         pedantically.
8821         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8822         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8823
8824         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8825         not "==".  Reported by Ralf Wildenhues.
8826
8827 2006-03-01  Karl Berry  <karl@gnu.org>
8828
8829         * doc/Copyright/request-*: new files, synced from gnuorg.
8830
8831 2006-03-01  Karl Berry  <karl@gnu.org>
8832
8833         * config/srclist.txt (Copyright/*): new entries.
8834
8835 2006-02-28  Simon Josefsson  <jas@extundo.com>
8836
8837         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8838
8839 2006-02-27  Simon Josefsson  <jas@extundo.com>
8840
8841         * lib/base64.h: Indent #define's.  From Jim Meyering
8842         <jim@meyering.net>.
8843
8844 2006-02-27  Jim Meyering  <jim@meyering.net>
8845
8846         Revert the change of 2006-02-24, so these files can continue
8847         to be sync'd from gettext.
8848         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8849         of `config.h'.
8850
8851 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         * modules/intprops: New file.
8854         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8855         Add intprops.
8856         * modules/getloadavg (Files): Remove lib/intprops.h.
8857         (Depends-on): Add intprops.
8858         * modules/human: Likewise.
8859         * modules/inttostr: Likewise.
8860         * modules/openat: Likewise.
8861         * modules/sig2str: Likewise.
8862         * modules/userspec: Likewise.
8863         * modules/utimecmp: Likewise.
8864         * modules/xnanosleep: Likewise.
8865         * modules/xstrtol: Likewise.
8866
8867 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8868
8869         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8870         * modules/lock-tests (TESTS): Use $(EXEEXT).
8871         * modules/tls-tests: Likewise.
8872         * modules/argp-tests: Likewise.
8873         (check_PROGRAMS): New var, replacing...
8874         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8875
8876 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8877
8878         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8879         `config.h'.
8880
8881 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8882
8883         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8884
8885 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8886
8887         Sync from coreutils.
8888         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8889         gl_CHDIR_SAFER.
8890
8891 2006-02-22  Jim Meyering  <jim@meyering.net>
8892
8893         Sync from coreutils.
8894         * m4/chdir-safer.m4: New file.
8895
8896 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8897
8898         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8899         AT_FDCWD exceeds INT_MAX.
8900         * lib/openat.h (AT_FDCWD): Likewise.
8901
8902 2006-02-17  Eric Blake  <address@hidden>
8903
8904         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8905
8906 2006-02-16  Simon Josefsson  <jas@extundo.com>
8907
8908         * modules/getaddrinfo (Depends-on): Add sys_socket.
8909
8910 2006-02-15  Simon Josefsson  <jas@extundo.com>
8911
8912         * build-aux/maint.mk: Add dsyntax-check rule.
8913
8914 2006-02-15  Eric Blake  <ebb9@byu.net>
8915
8916         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8917         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8918         'present but cannot compile' warnings on cygwin.
8919         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8920         use ws2tcpip.h if sys/socket.h works.
8921         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8922         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8923
8924 2006-02-14  Simon Josefsson  <jas@extundo.com>
8925
8926         * modules/maintainer-makefile (Files): Rename.
8927
8928         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8929         and (the local) Makefile.cfg to maint-cfg.mk.
8930
8931         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8932         to the latter.
8933
8934         * modules/maintainer-makefile: New module.
8935
8936         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8937         severaly stripped to make it possible to build it up from scratch
8938         with reliable tests.
8939
8940         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8941         fixes to permit overriding the default actions when configure and
8942         makefile are not available.
8943
8944 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8945
8946         Sync from coreutils.
8947         * modules/lstat (Depends-on): Don't depend on xalloc.
8948         (License): Change from GPL to LGPL, since this is now simply a
8949         replacement for a libc function.
8950
8951 2006-02-14  Jim Meyering  <jim@meyering.net>
8952
8953         Sync from coreutils.
8954
8955         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8956         failure on deficient systems, and simplify gnulib lgpl dependencies.
8957         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8958         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8959
8960         * lib/xalloc-die.c: Remove unused definition of N_.
8961
8962 2006-02-14  Jim Meyering  <jim@meyering.net>
8963
8964         Sync from coreutils.
8965         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8966         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8967         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8968         double-quote uses of that variable, to accommodate the rare case in
8969         which getmntent is available in none of the libraries checked.  This
8970         happens at least on FreeBSD 5.0.
8971
8972 2006-02-13  Simon Josefsson  <jas@extundo.com>
8973
8974         * gnulib-tool (Usage): Fix --import, from
8975         karl@freefriends.org (Karl Berry).
8976
8977 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8978
8979         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8980
8981 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8982
8983         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8984         "autoupdate" on 2005-12-12.
8985
8986 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8987
8988         * modules/closeout (Depends-on): Remove atexit.
8989
8990 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8991
8992         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8993         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8994
8995 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8996
8997         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8998         __EXTENSIONS__ if this causes compilation to fail.  Problem
8999         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9000         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9001
9002 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9003
9004         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9005         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9006         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9007         All uses changed.
9008
9009 2006-01-26  Simon Josefsson  <jas@extundo.com>
9010
9011         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9012         prototype is visible on mingw32.
9013
9014         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9015         for mingw32.
9016
9017         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9018         mingw32).
9019
9020 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9021
9022         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9023         attempt to open for write; this always fails, at least on POSIX
9024         hosts.  This reinstates the 2006-01-09 change, which was
9025         inadvertently removed.
9026
9027 2006-01-26  Bruno Haible  <bruno@clisp.org>
9028
9029         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9030         Reported by Paul Eggert.
9031
9032 2006-01-26  Bruno Haible  <bruno@clisp.org>
9033             Paul Eggert  <eggert@cs.ucla.edu>
9034
9035         * lib/stdbool_.h (_Bool)
9036         [(! (defined __cplusplus || defined __BEOS__)
9037           && !defined __GNUC__
9038           && !(defined __HP_cc || defined __xlc__
9039                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9040                || defined __sgi))]:
9041         #define to signed char in these cases too; this simplifies
9042         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9043         etc., separately) and makes it more conservative.
9044
9045 2006-01-25  Simon Josefsson  <jas@extundo.com>
9046
9047         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9048         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9049         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9050
9051 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9052
9053         * lib/argp-namefrob.h: Bugfix. Remove stray #
9054
9055 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9056
9057         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9058         so that we test the test.
9059         Check for yet another HP-UX cc bug involving *bool |= bool.
9060
9061 2006-01-25  Karl Berry  <karl@gnu.org>
9062
9063         * config/srclist.txt (vasnprintf.c): sync lost.
9064
9065 2006-01-25  Jim Meyering  <jim@meyering.net>
9066
9067         Sync from the stable (b5) branch of coreutils:
9068
9069         * lib/fts.c (fts_children): Don't let close() clobber errno from
9070         failed fchdir().
9071
9072         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9073         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9074         a dangling symlink.  That can also happen at least for ELOOP.
9075         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9076         FYI, this bug predates the inclusion of fts.c in coreutils.
9077
9078         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9079         in their own block, so pre-c99 compilers don't object.
9080
9081         Avoid the double-free (first in fts_read, second in fts_close) that
9082         would occur when an `active' directory is made inaccessible (e.g.,
9083         via chmod a-x) during a traversal.
9084         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9085         before returning.  Reproduce this failure by
9086         mkdir -p a/b; cd a; chmod a-x . b
9087         Reported by Stavros Passas.
9088
9089 2006-01-25  Jim Meyering  <jim@meyering.net>
9090
9091         * lib/fileblocks.c: Remove more useless parentheses.
9092         * lib/readutmp.h: Likewise.
9093
9094 2006-01-25  Bruno Haible  <bruno@clisp.org>
9095
9096         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9097         warnings.
9098         Reported by Paul Eggert.
9099
9100 2006-01-25  Bruno Haible  <bruno@clisp.org>
9101
9102         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9103         rid of a trap command. For Solaris sh.
9104         Reported by Mark D. Baushke <mdb@gnu.org>.
9105
9106 2006-01-24  Simon Josefsson  <jas@extundo.com>
9107
9108         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9109         Bruno.
9110
9111 2006-01-24  Karl Berry  <karl@gnu.org>
9112
9113         * config/srclist.txt (argp-namefrob.h): sync lost.
9114
9115 2006-01-24  Jim Meyering  <jim@meyering.net>
9116
9117         * modules/openat (Files): Add lib/intprops.h.
9118         From Mark D. Baushke.
9119
9120 2006-01-24  Jim Meyering  <jim@meyering.net>
9121
9122         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9123         Reported by Mark D. Baushke.
9124
9125 2006-01-24  Jim Meyering  <jim@meyering.net>
9126
9127         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9128
9129 2006-01-24  Bruno Haible  <bruno@clisp.org>
9130
9131         * modules/strnlen (Maintainer): Change from glibc to all.
9132
9133 2006-01-24  Bruno Haible  <bruno@clisp.org>
9134
9135         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9136         Patch by Paul Eggert.
9137
9138 2006-01-24  Bruno Haible  <bruno@clisp.org>
9139
9140         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9141         already has it.
9142         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9143         2005-11-26.
9144
9145         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9146         'signed char' to avoid problems with the built-in _Bool type.
9147         Reported by Paul Eggert on 2005-11-26.
9148
9149 2006-01-24  Bruno Haible  <bruno@clisp.org>
9150
9151         * gnulib-tool (func_import): Avoid constructing complicated sed
9152         expressions inside backquote.
9153         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9154
9155 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9156
9157         These changes imported from libc.
9158         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9159         test and two separate function calls.
9160         * lib/strndup.c (__strndup): Add libc_hidden_def.
9161
9162 2006-01-23  Simon Josefsson  <jas@extundo.com>
9163
9164         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9165         Remove the test_*_SOURCES variable: automake infers it by default.
9166         * modules/tls-tests: Likewise.
9167
9168 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9169
9170         Work around porting bugs reported by Dieter in
9171         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9172         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9173         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9174         Include "getopt.h" first, to check interface.
9175         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9176         !HAVE_DECL_GETENV.
9177         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9178         (__strndup): Revert to K&R-style function dfns, the glibc style.
9179         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9180         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9181         Include strnlen.h first, to get prototype properly.
9182         (strnlen): Renamed from __strnlen.
9183         Remove weak alias.
9184
9185 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9186
9187         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9188
9189 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9190
9191         * config/srclist.txt: Adjust to reflect glibc reorganization.
9192         This affects only comments.
9193
9194 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9195
9196          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9197          Reported by Bruce Korb <bkorb@gnu.org>.
9198
9199 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9200
9201         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9202         to pacify gcc -Wswitch-default.
9203
9204 2006-01-22  Bruno Haible  <bruno@clisp.org>
9205
9206         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9207         temporary buffer for sprintf, take into account the precision also
9208         for 'd', 'i', 'u', 'o', 'x', 'X'.
9209
9210 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9211
9212         * modules/argp-tests: New module
9213         * tests/test-argp.c: New file
9214         * tests/test-argp-2.sh: New file
9215
9216 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9217
9218         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9219         (__argp_base_name): Removed
9220         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9221         typo.
9222         (__argp_base_name): Provide macro definition or extern declaration
9223         depending on the configuration
9224
9225 2006-01-20  Simon Josefsson  <jas@extundo.com>
9226
9227         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9228
9229 2006-01-20  Simon Josefsson  <jas@extundo.com>
9230
9231         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9232
9233 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9234
9235         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9236         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9237         Suggested by Bruno Haible.
9238
9239 2006-01-20  Karl Berry  <karl@gnu.org>
9240
9241         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9242         until changes propagate, I guess.
9243
9244 2006-01-19  Simon Josefsson  <jas@extundo.com>
9245
9246         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9247
9248 2006-01-19  Simon Josefsson  <jas@extundo.com>
9249
9250         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9251
9252 2006-01-19  Simon Josefsson  <jas@extundo.com>
9253
9254         * gnulib-tool: Set check_PROGRAMS.
9255
9256         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9257         modules/des-tests, modules/gc-arcfour-tests,
9258         modules/gc-arctwo-tests, modules/gc-des-tests,
9259         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9260         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9261         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9262         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9263         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9264         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9265         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9266         test_*_SOURCES.
9267
9268 2006-01-18  Simon Josefsson  <jas@extundo.com>
9269
9270         * modules/socklen (Depends-on): Depend on sys_socket.
9271
9272 2006-01-18  Simon Josefsson  <jas@extundo.com>
9273
9274         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9275         modules/des-tests, modules/gc-arcfour-tests,
9276         modules/gc-arctwo-tests, modules/gc-des-tests,
9277         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9278         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9279         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9280         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9281         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9282         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9283         $(EXEEXT) to automake TESTS variable, for mingw32.
9284
9285 2006-01-17  Simon Josefsson  <jas@extundo.com>
9286
9287         * modules/socklen (Include): Need sys/socket.h.
9288
9289 2006-01-17  Bruno Haible  <bruno@clisp.org>
9290
9291         * modules/ssize_t (Include): Add <sys/types.h>.
9292
9293 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9294
9295         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9296         it's not portable and it doesn't work with cross-compiles.
9297         Problem reported by Bruno Haible.  Fix missing-$ typo in
9298         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9299         -zignore from being used with Sun's C compiler.
9300
9301 2006-01-12  Simon Josefsson  <jas@extundo.com>
9302
9303         * lib/base64.c: Fix warning, reported by Bruno Haible
9304         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9305
9306 2006-01-12  Bruno Haible  <bruno@clisp.org>
9307
9308         * modules/ldd: New file.
9309         * build-aux/ldd.sh.in: New file.
9310         * MODULES.html.sh (Support for building libraries and executables): Add
9311         ldd.
9312
9313 2006-01-12  Bruno Haible  <bruno@clisp.org>
9314
9315         * m4/ldd.m4: New file.
9316
9317 2006-01-12  Bruno Haible  <bruno@clisp.org>
9318
9319         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9320         endless loop while replacing $auxdir with build-aux.
9321
9322 2006-01-11  Simon Josefsson  <jas@extundo.com>
9323
9324         * lib/stdint_.h (SIZE_MAX): Add missing (.
9325
9326 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9327
9328         Sync from coreutils.
9329         * lib/md5.c: Fix commentary typos.
9330         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9331         * lib/md5.h (__attribute__): Remove; unused.
9332         * lib/sha1.c: Fix commentary to match md5 better.
9333         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9334         so that we don't need to worry about alignment.  All uses changed.
9335         This merges the 2005-10-28 md5 change into sha1.
9336
9337 2006-01-11  Jim Meyering  <jim@meyering.net>
9338
9339         Sync from coreutils.
9340         * lib/md5.c (OP): Fix spacing.
9341
9342 2006-01-11  Bruno Haible  <bruno@clisp.org>
9343
9344         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9345         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9346         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9347
9348 2006-01-11  Bruno Haible  <bruno@clisp.org>
9349
9350         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9351         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9352         the "early" section as well.
9353
9354 2006-01-11  Bruno Haible  <bruno@clisp.org>
9355
9356         Avoid "ar: no archive members specified" error on MacOS X.
9357         * gnulib-tool (func_modules_add_dummy): New function.
9358         (func_import, func_create_testdir): Invoke it.
9359
9360 2006-01-11  Bruno Haible  <bruno@clisp.org>
9361
9362         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9363         with $auxdir in AC_CONFIG_FILES statements.
9364
9365 2006-01-11  Bruno Haible  <bruno@clisp.org>
9366
9367         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9368         Initialize also noinst_HEADERS to empty.
9369
9370 2006-01-11  Bruno Haible  <bruno@clisp.org>
9371
9372         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9373         variables.
9374         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9375         autoreconf.
9376
9377 2006-01-11  Bruno Haible  <bruno@clisp.org>
9378
9379         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9380         overridable by the user.
9381         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9382
9383 2006-01-10  Simon Josefsson  <jas@extundo.com>
9384
9385         * modules/sys_socket: New file.
9386
9387 2006-01-10  Simon Josefsson  <jas@extundo.com>
9388
9389         * m4/sys_socket_h.m4: New file.
9390
9391 2006-01-10  Simon Josefsson  <jas@extundo.com>
9392
9393         * lib/socket_.h: New file.
9394
9395 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9396
9397         * modules/readutmp (Maintainer): Add myself.
9398
9399 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9400
9401         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9402         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9403         People who are still concerned with buggy memcmp implementations
9404         can invoke gl_FUNC_MEMCMP themselves.
9405
9406 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9407
9408         * lib/regex_internal.h (BITSET_WORD_BITS):
9409         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9410         preprocessor mishandles large unsigned values as if they were signed.
9411         Problem reported by Claudio Fontana in
9412         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9413
9414 2006-01-10  Jim Meyering  <jim@meyering.net>
9415
9416         Avoid the double-free (first in fts_read, second in fts_close) that
9417         would occur when an `active' directory is made inaccessible (e.g.,
9418         via chmod a-x) during a traversal.
9419         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9420         before returning.  Reproduce this failure by
9421         mkdir -p a/b; cd a; chmod a-x . b
9422         Reported by Stavros Passas.
9423
9424         Sync from coreutils.
9425         * lib/sha1.c: Tweak grammar in a comment.
9426
9427 2006-01-10  Jim Meyering  <jim@meyering.net>
9428
9429         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9430         Patch by Joerg Sonnenberger.
9431
9432 2006-01-10  Bruno Haible  <bruno@clisp.org>
9433
9434         * modules/readutmp: Depend on module free.
9435         * modules/strtok_r: Depend on module restrict.
9436
9437 2006-01-10  Bruno Haible  <bruno@clisp.org>
9438
9439         * modules/gettext (configure.ac): Add an invocation of
9440         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9441
9442 2006-01-10  Bruno Haible  <bruno@clisp.org>
9443
9444         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9445         Reported by Werner Lemberg <wl@gnu.org>.
9446
9447 2006-01-10  Bruno Haible  <bruno@clisp.org>
9448
9449         * lib/localcharset.c: Update from GNU gettext.
9450
9451 2006-01-10  Bruno Haible  <bruno@clisp.org>
9452
9453         * lib/argp.h (__const): Remove macro. Use const instead.
9454         * lib/argp-fmtstream.h (__const): Likewise.
9455         * lib/glob_.h (__const): Remove macro.
9456         * lib/glob-libc.h: Use const instead of __const.
9457
9458 2006-01-10  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9461         variable.
9462         Needed to avoid an automake error regarding the 'gettext' module.
9463
9464 2006-01-09  Simon Josefsson  <jas@extundo.com>
9465
9466         * modules/inet_ntop (Depends-on): Add restrict.
9467
9468 2006-01-09  Simon Josefsson  <jas@extundo.com>
9469
9470         * modules/gc-rijndael-tests (License): Put under LGPL.
9471
9472         * modules/gc-des-tests (License): Likewise.
9473
9474         * modules/gc-arcfour-tests (License): Likewise.
9475
9476         * modules/gc-arctwo-tests (License): Likewise.
9477
9478         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9479
9480         * modules/gc-hmac-sha1-tests (Files): Likewise.
9481
9482         * modules/gc-hmac-md5-tests (License): Likewise.
9483
9484         * modules/gc-sha1-tests (License): Likewise.
9485
9486         * modules/gc-md5-tests (License): Likewise.
9487
9488         * modules/gc-md4-tests (License): Likewise.
9489
9490         * modules/gc-md2-tests (License): Likewise.
9491
9492         * modules/gc-tests (License): Likewise.
9493
9494         * modules/des-tests (License): Likewise.
9495
9496         * modules/md4-tests (License): Likewise.
9497
9498         * modules/md2-tests (License): Likewise.
9499
9500 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         Sync from coreutils:
9503
9504         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9505         * modules/lib-ignore: New file.
9506         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9507         chdir-safer.m4, lchmod.m4.
9508         * modules/openat: Add mkdirat.c, openat-priv.h.
9509
9510 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9511
9512         Sync from coreutils.
9513         * m4/lib-ignore.m4: New file.
9514         * m4/lchmod.m4: New file.
9515
9516 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9517
9518         Sync from coreutils.
9519         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9520         for write access: POSIX says that must fail.
9521         * lib/fts.c (diropen): Likewise.
9522         * lib/save-cwd.c (save_cwd): Likewise.
9523         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9524         well, for minor improvements on hosts that lack O_DIRECTORY.
9525         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9526         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9527         Fall back on chown if open failed with EACCES.
9528
9529         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9530         Report an error at compile-time if only a 1-second nominal clock
9531         resolution is found.
9532
9533         * lib/lchmod.h: New file.
9534         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9535         (make_dir_parents): Use lchown rather than chown, and
9536         lchmod rather than chmod.
9537
9538         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9539         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9540         "proc" reported by n0dalus.
9541
9542         * lib/mountlist.c: Include <limits.h>.
9543         (dev_from_mount_options)
9544         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9545         New function.  It no longer assumes "dev=" has the System V meaning
9546         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9547         (read_file_system_list)
9548         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9549         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9550         dev= in that case.
9551
9552         * lib/posixtm.h (PDS_PRE_2000): New macro.
9553         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9554         allow_century.  All usages changed.  Reject dates outside the range
9555         1969-1999 if PDS_PRE_2000 is used.
9556
9557 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9558
9559         Sync from coreutils.
9560         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9561         (Time of day items): Mention the possibility of leap seconds.
9562         Problem reported by Dr. David Alan Gilbert.
9563
9564 2006-01-09  Jim Meyering  <jim@meyering.net>
9565
9566         Sync from coreutils.
9567
9568         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9569
9570         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9571
9572         * lib/modechange.c (mode_compile): Reject an invalid mode string
9573         that starts with an octal digit.  From Andreas Gruenbacher.
9574
9575         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9576         and dup to open_safer and dup_safer, respectively.
9577         (openat_permissive): Fix typo in comment.
9578
9579         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9580         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9581         (_): Remove; no longer needed.
9582         (openat): Renamed from rpl_openat; no need for rpl_openat
9583         since openat.h renames openat for us.
9584         Replace most of the body with a call to openat_permissive,
9585         to avoid duplicate code.
9586         Port to (probably hypothetical) environments were mode_t is
9587         wider than int.
9588         (openat_permissive): Require mode arg, so that we can check
9589         types better.  Put it just after flags.  Change cwd failure
9590         indicator from pointer-to-bool to pointer-to-errno-value.
9591         All callers changed.
9592         Invoke openat_save_fail and/or openat_restore_fail if
9593         cwd_errno is null, so that openat can call us.
9594         (openat_permissive, fdopendir, fstatat, unlinkat):
9595         Simplify errno handling to avoid some duplicate code,
9596         as it's OK to set errno on success.
9597         * lib/openat.h: Revamp code so that function macros depend on
9598         __OPENAT_PREFIX only, not also on AT_FDCWD.
9599         (openat_ro): Remove.  Caller changed to use openat_permissive.
9600         (openat_permissive): Now a macro, if not a function.
9601         (openat_restore_fail, openat_save_fail): Now always functions,
9602         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9603
9604         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9605         and openat.c.
9606         * lib/mkdirat.c: Include openat-priv.h.
9607         Remove definitions of macros defined therein.
9608         * lib/openat.c: Likewise.
9609
9610         * lib/mkdirat.c (mkdirat): New file and function.
9611         * lib/openat.h (mkdirat): Declare.
9612
9613         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9614
9615         * lib/openat.h (openat_permissive): Declare.
9616         (openat_ro): Define.
9617
9618         * lib/openat.c (EXPECTED_ERRNO): New macro.
9619         (openat_permissive): New function -- used in remove.c rewrite.
9620         (all functions): Set errno just before returning, only if there
9621         was an actual failure.
9622         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9623
9624         Emulate openat-family functions using Linux's procfs, if possible.
9625         Idea and some code based on Ulrich Drepper's glibc changes.
9626
9627         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9628         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9629         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9630         before falling back on save_cwd and restore_cwd.
9631         (fdopendir, fstatat, unlinkat): Likewise.
9632
9633         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9634         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9635
9636         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9637         as second argument to va_arg.  Otherwise, some versions of gcc
9638         warn that `if this code is reached, the program will abort'.
9639
9640 2006-01-09  Jim Meyering  <jim@meyering.net>
9641
9642         Sync from coreutils.
9643         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9644         Require openat-priv.h.
9645
9646 2006-01-09  Bruno Haible  <bruno@clisp.org>
9647
9648         * modules/strnlen (Include): Use strnlen.h.
9649
9650 2006-01-09  Bruno Haible  <bruno@clisp.org>
9651
9652         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9653
9654 2006-01-09  Bruno Haible  <bruno@clisp.org>
9655
9656         * lib/sysexit_.h (EX_OK): New macro.
9657         Suggested by Martin Lambers <marlam@marlam.de>.
9658
9659 2006-01-09  Bruno Haible  <bruno@clisp.org>
9660
9661         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9662         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9663
9664 2006-01-09  Bruno Haible  <bruno@clisp.org>
9665
9666         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9667         numbers.
9668
9669 2006-01-09  Bruno Haible  <bruno@clisp.org>
9670
9671         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9672         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9673         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9674         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9675
9676 2006-01-09  Bruno Haible  <bruno@clisp.org>
9677
9678         * build-aux/javacomp.sh.in: New file, moved from lib/.
9679         * modules/javacomp-script (Files): Update.
9680         (configure.ac): Add AC_CONFIG_FILES invocation.
9681         (EXTRA_DIST): Remove variable.
9682
9683         * build-aux/javaexec.sh.in: New file, moved from lib/.
9684         * modules/javaexec (Files): Update.
9685         (configure.ac): Add AC_CONFIG_FILES invocation.
9686         (EXTRA_DIST): Remove javaexec.sh.in.
9687
9688         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9689         * modules/csharpcomp-script (Files): Update.
9690         (configure.ac): Add AC_CONFIG_FILES invocation.
9691         (EXTRA_DIST): Remove variable.
9692
9693         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9694         * modules/csharpexec (Files): Update.
9695         (configure.ac): Add AC_CONFIG_FILES invocation.
9696         (EXTRA_DIST): Remove csharpexec.sh.in.
9697
9698 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9699
9700         Sync from coreutils.
9701
9702         Add POSIX ACL support
9703         * lib/acl.h (copy_acl, set_acl): Add declarations.
9704         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9705         systems other than Linux.
9706         (chmod_or_fchmod): New function: use fchmod when possible,
9707         and chmod otherwise.
9708         (file_has_acl): Add a POSIX ACL implementation, with a
9709         Linux-specific subcase.
9710         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9711         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9712         acls are unsupported.
9713         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9714         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9715         are unsupported.
9716
9717 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9718
9719         Sync from coreutils.
9720         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9721
9722 2006-01-07  Bruno Haible  <bruno@clisp.org>
9723
9724         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9725         gl_EARLY.
9726
9727 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9728
9729         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9730         Problem reported for Mingw by Mark Junker.
9731
9732 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9733
9734         * README: Gnulib normally doesn't generate a tarball.
9735
9736 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9737
9738         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9739         long int, not int, for nanosecond counts, so that people who are
9740         used to POSIX struct timespec won't be surprised.  Reported by Jim
9741         Meyering.
9742
9743 2005-12-28  Bruno Haible  <bruno@clisp.org>
9744
9745         * build-aux/config.rpath: Update from GNU gettext.
9746
9747 2005-12-16  Jim Meyering  <jim@meyering.net>
9748
9749         * modules/fprintftime: New module.
9750         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9751
9752 2005-12-16  Jim Meyering  <jim@meyering.net>
9753
9754         * m4/fprintftime.m4: New file.
9755
9756 2005-12-16  Jim Meyering  <jim@meyering.net>
9757
9758         * lib/fprintftime.c, lib/fprintftime.h: New files.
9759
9760 2005-12-15  Simon Josefsson  <jas@extundo.com>
9761
9762         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9763         new m4/socklen.m4.
9764
9765 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9766
9767         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9768         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9769
9770 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9771
9772         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9773         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9774         struct uparams is valid. Fall back to the default values if it is
9775         not.
9776
9777 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9778
9779         * modules/argp (Files): Add argp-pin.c
9780         (Depends-on): dirname
9781         (lib_SOURCES): Add argp-pin.c
9782
9783 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9784
9785         * m4/argp.m4:  Check if program_invocation_name and
9786         program_invocation_short_name are declared and define appropriate
9787         macros if they are not.
9788
9789 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9790
9791         * lib/argp-help.c (__argp_base_name): New function
9792         (__argp_short_program_name): Rewrite using __argp_base_name
9793         * lib/argp-namefrob.h: Define program_invocation_name and
9794         program_invocation_short_name if requested
9795         (__argp_base_name): Add prototype
9796         * lib/argp-parse.c (argp_def): Use gettext wrappers
9797         (argp_default_parser): Use __argp_base_name
9798         * lib/argp-pin.c: New file. Defines program_invocation_name and
9799         program_invocation_short_name on systems that lack them.
9800
9801 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9804         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9805         porting problem reported by Georg Schwarz in
9806         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9807
9808 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9809
9810         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9811         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9812         porting problem reported by Georg Schwarz in
9813         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9814
9815 2005-12-05  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9818         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9819         Reported by Mark Junker <mjscod@gmx.de>.
9820
9821 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9822
9823         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9824         Use implementation from Albert Chin, with some
9825         comments/corrections by Stepan Kasal and myself.
9826
9827 2005-12-02  Bruno Haible  <bruno@clisp.org>
9828
9829         * gnulib-tool (func_import): Accept GPLed build tool modules when
9830         --lgpl is given.
9831         * modules/csharpcomp-script: New file.
9832         * modules/csharpcomp: Depend on it.
9833         * modules/javacomp-script: New file.
9834         * modules/javacomp: Depend on it.
9835         Suggested by Simon Josefsson.
9836
9837 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9838
9839         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9840         statement, to work around an HP-UX 10.20 compiler bug reported by
9841         Peter O'Gorman.
9842
9843 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9844
9845         * modules/savedir (Depends-on): Add openat.
9846
9847 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9848
9849         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9850         (uintmax_t) [defined uintmax_t]: Do not declare.
9851         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9852         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9853         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9854         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9855         sake of portability to weird hosts that C allows (though we don't
9856         know of any practical examples).
9857
9858         * lib/savedir.h (fdsavedir): New decl.
9859         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9860         contains most of the former guts of savedir.
9861         (savedir): Use savedirstream.
9862         Include "openat.h".
9863
9864 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9865
9866         * modules/obstack (Files): Add m4/ulonglong.m4.
9867         Problem reported by Davide Angelocola.
9868
9869 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9870
9871         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9872         coreutils no longer futzes with rounding modes.
9873
9874 2005-11-14  Jim Meyering  <jim@meyering.net>
9875
9876         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9877         replacement of mkstemp.
9878
9879 2005-11-10  Simon Josefsson  <jas@extundo.com>
9880
9881         * lib/readline.c: Remove EOL.
9882
9883 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9884
9885         * modules/gethrxtime (Depends-on): Add gettime.
9886
9887 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9888
9889         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9890         or gettimeofday; no longer needed.
9891
9892 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9893
9894         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9895         time business.
9896         (gethrxtime) [! (HAVE_NANOUPTIME
9897         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9898         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9899         our own approximation.
9900
9901 2005-11-08  Eric Blake  <ebb9@byu.net>
9902
9903         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9904
9905 2005-11-08  Eric Blake  <ebb9@byu.net>
9906
9907         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9908
9909 2005-11-04  Bruno Haible  <bruno@clisp.org>
9910
9911         * gnulib-tool: Implement --update mode.
9912
9913 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9914
9915         Fix porting problem reported by Theodoros V. Kalamatianos.
9916         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9917         Don't assume that futimes failing means we must fail.
9918
9919 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9920
9921         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9922         variables to suggest the intended function of the PATH_MAX check.
9923
9924 2005-10-30  Kean Johnston  <jkj@sco.com>
9925
9926         Trivial changes to support SCO systems.
9927         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9928         as PATH_MAX.
9929         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9930         where __ptr is null when no I/O is pending.
9931
9932 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9933
9934         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9935         leave errno alone.  Problem reported by Dmitry V. Levin.
9936
9937 2005-10-28  Simon Josefsson  <jas@extundo.com>
9938
9939         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9940         Test more.
9941
9942         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9943
9944         * modules/md2, modules/md2-tests: New files.
9945
9946 2005-10-28  Simon Josefsson  <jas@extundo.com>
9947
9948         * m4/inet_ntop.m4: More tests.
9949
9950         * m4/gc-md2.m4, md2.m4: New file.
9951
9952 2005-10-28  Simon Josefsson  <jas@extundo.com>
9953
9954         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9955         "restrict" keywords, as per POSIX.  Protect the function
9956         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9957         Don't use K&R prototypes.  Check the sprintf return values.
9958         Re-define EAFNOSUPPORT if not present.  Indent.
9959
9960         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9961         suggested by Bruno Haible <bruno@clisp.org>.
9962
9963         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9964
9965         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9966
9967         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9968         libgcrypt).
9969
9970         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9971
9972         * lib/md2.h, lib/md2.c: New files.
9973
9974 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9975
9976         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9977         errno alone.  Problem reported by Frederic Jolliton.
9978
9979 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9980
9981         * modules/verify (License): Change from GPL to LGPL.  This is a
9982         tiny module and there are apparently near-equivalents that are
9983         under the BSD license.
9984
9985 2005-10-24  Simon Josefsson  <jas@extundo.com>
9986
9987         * modules/sha1: Relicense to LGPL.
9988
9989 2005-10-24  Simon Josefsson  <jas@extundo.com>
9990
9991         * lib/md4.h: Shrink buffer size, now that we changed the type.
9992
9993 2005-10-23  Simon Josefsson  <jas@extundo.com>
9994
9995         * gnulib-tool (func_import): Fix --tests-base.
9996
9997 2005-10-22  Simon Josefsson  <jas@extundo.com>
9998
9999         * modules/arcfour (Depends-on): Need stdint.
10000
10001 2005-10-22  Simon Josefsson  <jas@extundo.com>
10002
10003         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10004         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10005
10006 2005-10-22  Simon Josefsson  <jas@extundo.com>
10007
10008         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10009         suggested by Bruno Haible <bruno@clisp.org>.
10010
10011 2005-10-22  Simon Josefsson  <jas@extundo.com>
10012
10013         * lib/crc.h: Include stddef.h, for size_t.
10014
10015 2005-10-22  Simon Josefsson  <jas@extundo.com>
10016
10017         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10018         arcfour_context struct (simplify test vector testing in GNU
10019         Shishi).
10020
10021 2005-10-21  Simon Josefsson  <jas@extundo.com>
10022
10023         * modules/des, modules/des-tests: New files.
10024
10025         * modules/gc-des, modules/gc-des-tests: New files.
10026
10027         * tests/test-des.c, tests/test-gc-des.c: New file.
10028
10029 2005-10-21  Simon Josefsson  <jas@extundo.com>
10030
10031         * modules/arctwo, modules/arctwo-tests: New files.
10032
10033         * tests/test-arctwo.c: New file.
10034
10035         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10036
10037         * tests/test-gc-arctwo.c: New file.
10038
10039 2005-10-21  Simon Josefsson  <jas@extundo.com>
10040
10041         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10042         Bruno Haible <bruno@clisp.org>.
10043
10044         * m4/gc-des.m4: New file.
10045
10046 2005-10-21  Simon Josefsson  <jas@extundo.com>
10047
10048         * m4/arctwo.m4: New file.
10049
10050         * m4/gc-arctwo.m4: New file.
10051
10052 2005-10-21  Simon Josefsson  <jas@extundo.com>
10053
10054         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10055         block.
10056
10057 2005-10-21  Simon Josefsson  <jas@extundo.com>
10058
10059         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10060         <bruno@clisp.org>.
10061
10062         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10063
10064         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10065         Bruno Haible <bruno@clisp.org>.
10066
10067         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10068         <bruno@clisp.org>.
10069
10070 2005-10-21  Simon Josefsson  <jas@extundo.com>
10071
10072         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10073
10074 2005-10-21  Simon Josefsson  <jas@extundo.com>
10075
10076         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10077
10078 2005-10-21  Simon Josefsson  <jas@extundo.com>
10079
10080         * lib/des.h, lib/des.c: New files.
10081
10082         * lib/gc-gnulib.c: Support DES.c
10083
10084 2005-10-21  Simon Josefsson  <jas@extundo.com>
10085
10086         * lib/arctwo.h, lib/arctwo.c: New files.
10087
10088         * lib/gc-gnulib.c: Support ARCTWO.
10089
10090 2005-10-21  Simon Josefsson  <jas@extundo.com>
10091
10092         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10093         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10094
10095 2005-10-21  Simon Josefsson  <jas@extundo.com>
10096
10097         * gnulib-tool (func_import, func_create_testdir): Define automake
10098         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10099         Makefile.am snippet),
10100         suggested by Bruno Haible <bruno@clisp.org>.
10101
10102         * modules/gc (Makefile.am): Use it.
10103
10104 2005-10-21  Bruno Haible  <bruno@clisp.org>
10105
10106         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10107         patch.
10108
10109 2005-10-19  Simon Josefsson  <jas@extundo.com>
10110
10111         * tests/test-gc-rijndael.c: New file.
10112
10113         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10114
10115 2005-10-19  Simon Josefsson  <jas@extundo.com>
10116
10117         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10118         interface too.
10119
10120 2005-10-19  Simon Josefsson  <jas@extundo.com>
10121
10122         * tests/test-gc-arcfour.c: New file.
10123
10124         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10125
10126 2005-10-19  Simon Josefsson  <jas@extundo.com>
10127
10128         * modules/gc-md4, modules/gc-md4-tests: New file.
10129
10130         * tests/test-gc-md4.c: New file.
10131
10132 2005-10-19  Simon Josefsson  <jas@extundo.com>
10133
10134         * m4/gc-md4.m4: New file.
10135
10136 2005-10-19  Simon Josefsson  <jas@extundo.com>
10137
10138         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10139         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10140         <kasal@ucw.cz>.
10141
10142 2005-10-19  Simon Josefsson  <jas@extundo.com>
10143
10144         * m4/gc-arcfour.m4: New file.
10145
10146         * m4/gc-rijndael.m4: New file.
10147
10148 2005-10-19  Simon Josefsson  <jas@extundo.com>
10149
10150         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10151
10152 2005-10-19  Simon Josefsson  <jas@extundo.com>
10153
10154         * lib/gc-gnulib.c: Support ARCFOUR.
10155
10156 2005-10-19  Simon Josefsson  <jas@extundo.com>
10157
10158         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10159         support.
10160
10161         * lib/gc.h: Add ECB enum type.
10162
10163         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10164
10165 2005-10-18  Simon Josefsson  <jas@extundo.com>
10166
10167         * tests/test-md5.c: New file.
10168
10169         * modules/md5-tests: New file.
10170
10171 2005-10-18  Simon Josefsson  <jas@extundo.com>
10172
10173         * tests/test-md4.c: New file.
10174
10175         * modules/md4, modules/md4-tests: New files.
10176
10177 2005-10-18  Simon Josefsson  <jas@extundo.com>
10178
10179         * m4/md4.m4: New file.
10180
10181 2005-10-18  Simon Josefsson  <jas@extundo.com>
10182
10183         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10184
10185 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10186
10187         * gnulib-tool (func_create_testdir): Omit the second check whether
10188         BUILT_SOURCES in nonempty.
10189
10190 2005-10-17  Simon Josefsson  <jas@extundo.com>
10191
10192         * tests/test-rijndael.c: New file.
10193
10194 2005-10-17  Simon Josefsson  <jas@extundo.com>
10195
10196         * modules/sha1: Depend on stdint instead of md5.
10197
10198         * modules/md5: Depend on stdint, remove uint32_t.
10199
10200 2005-10-17  Simon Josefsson  <jas@extundo.com>
10201
10202         * modules/gc-sha1-tests: New file.
10203
10204         * tests/test-gc-sha1.c: New file.
10205
10206 2005-10-17  Simon Josefsson  <jas@extundo.com>
10207
10208         * m4/md5.m4: Remove call to uint32_t.m4.
10209
10210 2005-10-17  Simon Josefsson  <jas@extundo.com>
10211
10212         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10213
10214         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10215         md5.h.
10216
10217         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10218
10219         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10220
10221 2005-10-17  Simon Josefsson  <jas@extundo.com>
10222
10223         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10224
10225 2005-10-17  Simon Josefsson  <jas@extundo.com>
10226
10227         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10228
10229 2005-10-17  Simon Josefsson  <jas@extundo.com>
10230
10231         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10232
10233         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10234
10235 2005-10-17  Bruno Haible  <bruno@clisp.org>
10236
10237         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10238         that it can also be used in a test.
10239
10240 2005-10-16  Bruno Haible  <bruno@clisp.org>
10241
10242         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10243         TESTS_ENVIRONMENT, so that individual tests can augment it.
10244
10245         * gnulib-tool (func_create_testdir): Use an intermediate target for
10246         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10247         macros, like $(ALLOCA_H), which cannot be passed through the command
10248         line.
10249
10250 2005-10-15  Simon Josefsson  <jas@extundo.com>
10251
10252         * modules/rijndael-tests: New file.
10253
10254         * modules/rijndael: New file.
10255
10256 2005-10-15  Simon Josefsson  <jas@extundo.com>
10257
10258         * m4/rijndael.m4: New file.
10259
10260 2005-10-15  Simon Josefsson  <jas@extundo.com>
10261
10262         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10263
10264         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10265
10266 2005-10-14  Simon Josefsson  <jas@extundo.com>
10267
10268         * tests/test-arcfour.c: New file.
10269
10270         * modules/arcfour, modules/arcfour-tests: New files.
10271
10272 2005-10-14  Simon Josefsson  <jas@extundo.com>
10273
10274         * m4/arcfour.m4: New file.
10275
10276 2005-10-14  Simon Josefsson  <jas@extundo.com>
10277
10278         * lib/arcfour.h, lib/arcfour.c: New files.
10279
10280 2005-10-14  Roland McGrath  <roland@redhat.com>
10281
10282         Import from libc.  [BZ #1331]
10283         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10284         macro argument.
10285         Reported by Matej Vela <vela@debian.org>.
10286
10287 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10288
10289         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10290         include <wchar.h>; no longer needed.
10291
10292 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10293
10294         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10295
10296 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10297         and  Ulrich Drepper  <drepper@redhat.com>
10298
10299         Import from libc.
10300         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10301         instead of inline stream orientation test and two separate
10302         function calls.  Pay no attention to USE_IN_LIBIO.
10303
10304 2005-10-13  Simon Josefsson  <jas@extundo.com>
10305
10306         * modules/gc-hmac-md5-tests: New file.
10307
10308         * tests/test-gc-hmac-sha1.c: New file.
10309
10310         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10311
10312         * modules/gc-hmac-md5-tests: New file.
10313
10314         * tests/test-gc-md5.c: New file.
10315
10316         * modules/gc-md5-tests: New file.
10317
10318 2005-10-13  Simon Josefsson  <jas@extundo.com>
10319
10320         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10321         Move memory allocation outside of loop.
10322
10323 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10326         intermediate directory is in a read-only file system.  Problem
10327         reported by Eric Blake.
10328
10329 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10330
10331         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10332
10333 2005-10-12  Simon Josefsson  <jas@extundo.com>
10334
10335         * tests/test-hmac-sha1.c: New file.
10336
10337         * modules/hmac-sha1-tests: New file.
10338
10339         * modules/hmac-sha1: New file.
10340
10341 2005-10-12  Simon Josefsson  <jas@extundo.com>
10342
10343         * modules/gc-sha1: New file.
10344
10345 2005-10-12  Simon Josefsson  <jas@extundo.com>
10346
10347         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10348
10349         * tests/test-gc-pbkdf2-sha1.c: New file.
10350
10351 2005-10-12  Simon Josefsson  <jas@extundo.com>
10352
10353         * modules/gc-md5, modules/gc-hmac-md5: New files.
10354
10355         * modules/gc (Files): Remove md5, memxor and hmac files.
10356
10357 2005-10-12  Simon Josefsson  <jas@extundo.com>
10358
10359         * m4/gc-pbkdf2-sha1.m4: New file.
10360
10361         * m4/gc-hmac-sha1.m4: New file.
10362
10363         * m4/gc-sha1: New file.
10364
10365         * m4/hmac-sha1.m4: New file.
10366
10367 2005-10-12  Simon Josefsson  <jas@extundo.com>
10368
10369         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10370
10371         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10372
10373 2005-10-12  Simon Josefsson  <jas@extundo.com>
10374
10375         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10376         suggested by Bruno Haible <bruno@clisp.org>.
10377
10378 2005-10-12  Simon Josefsson  <jas@extundo.com>
10379
10380         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10381
10382 2005-10-12  Simon Josefsson  <jas@extundo.com>
10383
10384         * lib/gc-pbkdf2-sha1.c: New file.
10385
10386         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10387
10388 2005-10-12  Simon Josefsson  <jas@extundo.com>
10389
10390         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10391
10392         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10393
10394 2005-10-12  Simon Josefsson  <jas@extundo.com>
10395
10396         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10397         GC_USE_HMAC_MD5, respectively.
10398
10399         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10400         (gc_md5): Fix typo.
10401
10402         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10403
10404         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10405
10406         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10407
10408 2005-10-12  Bruno Haible  <bruno@clisp.org>
10409
10410         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10411         Reported by Stepan Kasal <kasal@ucw.cz>.
10412
10413 2005-10-11  Simon Josefsson  <jas@extundo.com>
10414
10415         * tests/test-crc.c: New file.
10416
10417         * modules/crc, modules/crc-tests: New files.
10418
10419 2005-10-11  Simon Josefsson  <jas@extundo.com>
10420
10421         * m4/crc.m4: New file.
10422
10423 2005-10-11  Simon Josefsson  <jas@extundo.com>
10424
10425         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10426
10427         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10428
10429         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10430
10431 2005-10-11  Simon Josefsson  <jas@extundo.com>
10432
10433         * lib/crc.h, lib/crc.c: New files.
10434
10435         * lib/gc.h (gc_hash_buffer): Add doc.
10436
10437 2005-10-11  Bruno Haible  <bruno@clisp.org>
10438
10439         * modules/c-strcasestr: New file.
10440         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10441
10442 2005-10-11  Bruno Haible  <bruno@clisp.org>
10443
10444         * modules/c-strcase: New file.
10445         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10446
10447 2005-10-11  Bruno Haible  <bruno@clisp.org>
10448
10449         * lib/strcasecmp.c: Include limits.h.
10450         (strcasecmp): Avoid integer overflow on exotic platforms.
10451         * lib/strncasecmp.c: Include limits.h.
10452         (strncasecmp): Avoid integer overflow on exotic platforms.
10453         Reported by Paul Eggert.
10454
10455 2005-10-11  Bruno Haible  <bruno@clisp.org>
10456
10457         * lib/c-strcasestr.h: New file, from GNU gettext.
10458         * lib/c-strcasestr.c: New file, from GNU gettext.
10459
10460 2005-10-11  Bruno Haible  <bruno@clisp.org>
10461
10462         * lib/c-strcase.h: New file, from GNU gettext.
10463         * lib/c-strcasecmp.c: New file, from GNU gettext.
10464         * lib/c-strncasecmp.c: New file, from GNU gettext.
10465
10466 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10467
10468         * modules/mempcpy (License): GPL -> LGPL.
10469         * modules/strchrnul (License): Likewise.
10470         * modules/sysexits (License): Likewise.
10471
10472 2005-10-08  Simon Josefsson  <jas@extundo.com>
10473
10474         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10475
10476 2005-10-07  Simon Josefsson  <jas@extundo.com>
10477
10478         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10479
10480 2005-10-06  Simon Josefsson  <jas@extundo.com>
10481
10482         * tests/test-hmac-md5.c: New file.
10483
10484         * modules/hmac-md5-tests: New file.
10485
10486         * modules/hmac-md5: New file.
10487
10488 2005-10-06  Simon Josefsson  <jas@extundo.com>
10489
10490         * m4/hmac-md5.m4: New file.
10491
10492         * m4/memxor.m4: Require gl_C_RESTRICT.
10493
10494 2005-10-06  Simon Josefsson  <jas@extundo.com>
10495
10496         * lib/memxor.c (memxor): Avoid casts and warnings.
10497
10498 2005-10-06  Simon Josefsson  <jas@extundo.com>
10499
10500         * lib/hmac-md5.c: New file.
10501
10502         * lib/hmac.h: New file.
10503
10504 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10505
10506         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10507         promotes to int, not unsigned int, to catch the AIX 5.3
10508         compiler bug.
10509
10510 2005-10-05  Simon Josefsson  <jas@extundo.com>
10511
10512         * modules/memxor: New file.
10513
10514         * modules/iconv (Files): Move config.rpath to havelib, it is used
10515         there.
10516
10517         * modules/havelib (Files): Add config.rpath.
10518
10519 2005-10-05  Simon Josefsson  <jas@extundo.com>
10520
10521         * m4/memxor.m4: New file.
10522
10523 2005-10-05  Simon Josefsson  <jas@extundo.com>
10524
10525         * lib/memxor.c (memxor): Fix compiler error.
10526
10527         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10528         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10529
10530         * lib/memxor.h, lib/memxor.c: New files.
10531
10532         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10533         we assume all systems have it, suggested by Jim Meyering
10534         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10535         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10536         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10537         same reasons.
10538
10539 2005-10-05  Simon Josefsson  <jas@extundo.com>
10540
10541         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10542
10543 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10544
10545         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10546         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10547         needed, since the source code now assumes these .h files.
10548
10549 2005-10-05  Derek Price  <derek@ximbiot.com>
10550
10551         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10552
10553 2005-10-05  Bruno Haible  <bruno@clisp.org>
10554
10555         * modules/stdint (License): Change to LGPL.
10556
10557 2005-10-04  Simon Josefsson  <jas@extundo.com>
10558
10559         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10560         D. Baushke" <mdb@gnu.org>.
10561
10562 2005-10-04  Bruno Haible  <bruno@clisp.org>
10563
10564         * lib/verify.h (verify_true): Provide alternative definition for C++.
10565
10566 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10567
10568         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10569         (SSIZE_MAX): New macro, if not already defined.
10570         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10571         than 2 GiB.
10572
10573 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10574
10575         Sync from coreutils.
10576         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10577         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10578         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10579         ULLONG_MAX doesn't work with 2.7.2.1.
10580
10581 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10584         From Ben Pfaff.
10585
10586         * modules/exclude (Depends-on): Depend on verify.
10587         * modules/strtoimax (Depends-on): Likewise.
10588         * modules/utimecmp (Depends-on): Likewise.
10589
10590 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         * lib/exclude.c: Include verify.h.
10593         (verify): Remove.  All callers changed to use verify.h's version.
10594         * lib/strtoimax.c: Likewise.
10595         * lib/utimecmp.c: Likewis.e
10596
10597         Sync from coreutils.
10598         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10599         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10600         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10601         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10602         bother returning ENOSYS if settimeofday or stime fails; just let
10603         them return whatever errno they want to return.
10604         * lib/utimens.c: Include unistd.h, for dup2.
10605         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10606         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10607
10608 2005-10-02  Jim Meyering  <jim@meyering.net>
10609
10610         Sync from coreutils.
10611         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10612         from glibc-2.2.5 that fails for read-only files.
10613
10614 2005-10-02  Jim Meyering  <jim@meyering.net>
10615
10616         Sync from coreutils.
10617         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10618         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10619         `#if HAVE_CONFIG_H'.
10620         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10621         Remove AT_FDCWD test.
10622         Do not consume the fd unless successful.
10623         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10624         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10625         block, so that we don't even try to compile it if settimeofday is
10626         available.  This works around a compilation failure on OSF1 V5.1,
10627         due to stime requiring a `long int*' while tv_sec is `int'.
10628
10629 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10630
10631         Sync from coreutils.
10632         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10633         against `yes', rather than just testing for nonempty.
10634
10635 2005-10-01  Simon Josefsson  <jas@extundo.com>
10636
10637         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10638         and Darwin.
10639
10640         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10641         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10642         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10643         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10644         Check if struct addrinfo is declared.
10645
10646 2005-10-01  Simon Josefsson  <jas@extundo.com>
10647
10648         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10649         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10650         AI_* and EAI_* definitions.  Protect function declarations.
10651
10652 2005-10-01  Jim Meyering  <jim@meyering.net>
10653
10654         Sync from coreutils.
10655
10656         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10657         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10658         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10659         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10660         in the inet and nsl libraries.  Required on Solaris 5.7.
10661
10662 2005-10-01  Jim Meyering  <jim@meyering.net>
10663
10664         Sync from coreutils.
10665         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10666         in the inet and nsl libraries.  Required on Solaris 5.7.
10667
10668 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10669
10670         * lib/getdelim.c (getdelim): Remove unused variables.
10671
10672 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10673
10674         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10675         so that the code works even with ancient cpp.  Portability problem
10676         with GCC 2.7.2.1 reported by Thomas M.Ott.
10677
10678 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         * modules/regex (Depends-on): Add strcase.
10681
10682         * modules/gethostname (Licence): Change from GPL to LGPL, since
10683         gethostname.c is a trivial implementation of a standard library
10684         function.
10685         * modules/poll (License): Change from GPL to LGPL, since it's
10686         derived from LGPL code.
10687
10688 2005-09-27  Jim Meyering  <jim@meyering.net>
10689
10690         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10691         HAVE_CONFIG_H.
10692
10693         * lib/intprops.h (signed_type_or_expr__): Define.
10694         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10695         for unsigned types.
10696
10697 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10698
10699         * lib/verify.h (verify_expr): Remove, replacing with:
10700         (verify_true): New macro that returns true instead of void.
10701         (verify_type__): Remove.
10702         (verify): Use verify_true rather than verify_type__.
10703
10704 2005-09-26  Bruno Haible  <bruno@clisp.org>
10705
10706         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10707         is necessary.
10708         (lib_SOURCES): Remove mbchar.c.
10709         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10710         (Files): Add m4/mbrtowc.m4.
10711         * modules/mbiter: Likewise.
10712         * modules/mbuiter: Likewise.
10713
10714 2005-09-26  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10717         compile mbchar.c if they are not both present.
10718         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10719         * m4/mbiter.m4 (gl_MBITER): Likewise.
10720         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10721         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10722         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10723
10724 2005-09-25  Jim Meyering  <jim@meyering.net>
10725
10726         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10727         also uses socklen_t.
10728
10729 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * lib/utimens.c (ENOSYS): Define if not already defined.
10732         (futimens): Support having a null PATH if the file descriptor
10733         is nonnegative.
10734
10735         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10736         Remove.
10737         (__attribute): Define to empty unless GCC 3.1 or later.
10738         This works around a core dump on OpenBSD 3.4, which has GCC
10739         2.95.3, which dumps core when given __attribute__(()).  It also
10740         simplifies other tests, since we really don't want to bother with
10741         worrying about which ancient version of GCC supported what.
10742         Original problem reported by Yoann Vandoorselaere, with part of
10743         the fix suggested by Derek Price.
10744
10745 2005-09-24  Jim Meyering  <jim@meyering.net>
10746
10747         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10748         so we can once again use a positive bitfield width of 1 -- now we
10749         don't have to explain why we were using a bitfield width of 2.
10750
10751 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10754         and similarly for the other external symbols.  Problem reported
10755         by James Gallager.
10756
10757         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10758         bug reported by Jim Meyering.
10759
10760         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10761         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10762         not needed, since socklen is a prerequisite module.
10763
10764 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10765
10766         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10767         Problem reported by Eric Blake.
10768         (getaddrinfo): Initialize se so that it's not garbage.
10769         Redo internal storage allocation so that it doesn't make unportable
10770         assumptions about alignment.
10771         Fix a memory leak.
10772
10773         * lib/utimens.c (futimens): Use futimesat if available.
10774         Prefer it to futimes since it doesn't have the futimes bug.
10775
10776         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10777         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10778         Instead, declare a function that returns a pointer to an array,
10779         and use verify_type__ to declare the size of the array.
10780         Problem and germ of a solution reported by Bruno Haible.
10781         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10782         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10783
10784 2005-09-23  Jim Meyering  <jim@meyering.net>
10785
10786         Sync from coreutils.
10787         Correct build failure (socklen_t not defined) on at least
10788         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10789         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10790
10791 2005-09-23  Jim Meyering  <jim@meyering.net>
10792
10793         * modules/getaddrinfo (Depends-on): Add socklen.
10794
10795 2005-09-23  Bruno Haible  <bruno@clisp.org>
10796
10797         * tests/test-verify.c: New file.
10798
10799 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         Sync from coreutils.
10802
10803         * modules/argmatch (Depends-on): Add verify.
10804         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10805         unistd-safer.
10806         * modules/save-cwd (Depends-on): Likewise.
10807
10808         * modules/openat (Files): Add lib/openat-die.c.
10809         (Depends-on): Remove error, exitfail.
10810         Add dirname.
10811
10812         * modules/verify: New file.
10813         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10814         with "verify" module.
10815
10816 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10817
10818         Sync from coreutils.
10819
10820         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10821         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10822         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10823         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10824         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10825         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10826         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10827         Don't bother checking for string.h, stdlib.h, unistd.h.
10828         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10829         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10830         module's job.
10831         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10832         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10833
10834         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10835         (gl_GETDATE): Use it.
10836
10837         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10838
10839 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10840
10841         Sync from coreutils.
10842
10843         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10844         stat-time.h.
10845         * lib/argmatch.h: Include verify.h
10846         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10847         (ARGMATCH_ASSERT): Remove; unused.
10848         * lib/canonicalize.c: Assume STDC_HEADERS.
10849         * lib/exclude.c: Include "strcase.h".
10850         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10851         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10852         and stdio-safer.h.
10853         (getusershell): Call fopen, not fopen_safer.
10854         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10855         Do not include unistd-safer.h.
10856         (save_cwd): Don't call fd_safer; no longer needed
10857         now that we include fcntl--.h.
10858
10859         * lib/getdate.y (relative_time): New type.
10860         (RELATIVE_TIME_0): New constant.
10861         (parser_control): Use relative_time instead of doing it ourselves.
10862         (%union): Add new relative_time rel member.
10863         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10864         Now typeless.
10865         (relunit, relunit_snumber): Now of type rel.
10866         (zone, rel, relunit, get_date): Adjust to above changes.
10867
10868         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10869         Do not include unistd-safer.h.
10870         (getloadavg): Don't call fd_safer; no longer needed
10871         now that we include fcntl--.h.
10872
10873         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10874         (make_dir_parents): Treat ENOSYS like EEXIST.
10875
10876         Improve quality of diagnostics on restore_cwd failure.
10877         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10878         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10879         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10880         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10881         each time through the loop.  Do not diagnose restore_cwd failure;
10882         that is the caller's job (and perhaps the caller does not care).
10883
10884         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10885         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10886         If the file already exists but is not a directory, don't bother
10887         to try to make its parents.
10888         Close potential file descriptor leak if we can't chdir("/") (!).
10889         Don't always return true if chdir($PWD) fails; return true only
10890         if the requested action was done successfully (except for the
10891         chdir($PWD)).
10892         Don't log final directory unless we actually made it.
10893         Refactor to avoid duplicate code to fix up permissions.
10894         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10895
10896         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10897         to make it a bit faster and (I hope) clearer.
10898         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10899         Fix bug in formats like %2N.
10900
10901         * lib/verify.h: New file.
10902
10903 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10904
10905         Sync from coreutils.
10906         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10907
10908 2005-09-22  Jim Meyering  <jim@meyering.net>
10909
10910         Sync from coreutils.
10911
10912         * m4/lstat.m4 (gl_FUNC_LSTAT):
10913         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10914         Remove obsolete comment.
10915         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10916         * m4/xstrtod.m4: Likewise.
10917
10918         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10919
10920 2005-09-22  Jim Meyering  <jim@meyering.net>
10921
10922         Sync from coreutils.
10923
10924         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10925
10926         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10927         the .tm_year member, since otherwise gcc-4.0 would now warn about
10928         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10929
10930         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10931         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10932
10933         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10934         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10935         when run in a time zone for which daylight savings time is in effect
10936         for the starting date.
10937
10938         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10939         stop us from restricting permissions of just-created absolute-named
10940         directories.
10941         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10942         to restore initial working directory.
10943         * lib/mkdir-p.c (make_dir_parents): New parameter:
10944         different_working_dir, to tell caller if/when we change the working
10945         directory and are unable to return to the initial one.
10946         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10947         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10948         `return false'.  This fixes a bug introduced on 2004-07-30.
10949
10950         * lib/openat.c (fdopendir): Be sure to close the supplied
10951         file descriptor before returning.  This makes our replacement
10952         implementation a little closer to Solaris's, where fdopendir
10953         ties the file descriptor to the returned DIR* pointer.
10954         * lib/openat.c (unlinkat): New function.
10955         * lib/openat.h (unlinkat): Add prototype.
10956         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10957         (openat_restore_fail): Rename from openat_restore_die.
10958         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10959
10960         Provide an alternative to exiting immediately upon save_cwd or
10961         restore_cwd failure.  Now, an application can arrange e.g.,
10962         to perform a longjump in that case.
10963         * lib/openat.c: Include dirname.h.
10964         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10965         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10966         and openat_restore_die rather than calling error directly.
10967         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10968
10969         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10970         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10971         define.
10972
10973         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10974         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10975                             int utc, int nanoseconds);
10976         Background:
10977         date should not have to allocate a megabyte of virtual memory to
10978         handle a format argument like +%1048575T.  When implemented with
10979         strftime, it must allocate such a buffer, use strftime to fill it
10980         in, print it, then free it.
10981         With fprintftime, it simply prints everything and exits.
10982         With no need for memory allocation, that's one fewer way to fail.
10983         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10984         optional field width, not before, so we accept %9:z, not %:9z.
10985         (my_strftime): Be sure to use L_('x') for literals.
10986
10987         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10988         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10989         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10990         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10991         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10992         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10993         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10994         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10995         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10996         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10997         * lib/xgethostname.c, lib/xreadlink.c:
10998         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10999
11000         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11001         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11002         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11003         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11004         and don't include <sys/file.h>).
11005
11006 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11007
11008         Sync from coreutils.
11009
11010         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11011         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11012         [!LDAV_DONE]: Avoid unused variable warning.
11013
11014 2005-09-21  Bruno Haible  <bruno@clisp.org>
11015
11016         * lib/unicodeio.h (unicode_to_mb): New declaration.
11017
11018 2005-09-20  Derek Price  <derek@ximbiot.com>
11019
11020         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11021         getaddrinfo.h.
11022
11023 2005-09-20  Bruno Haible  <bruno@clisp.org>
11024
11025         * gnulib-tool: Remove trailing slashes from the values specified for
11026         --source-base, --m4-base, --tests-base, --aux-dir.
11027         Suggested by Simon Josefsson <jas@extundo.com>.
11028
11029 2005-09-20  Bruno Haible  <bruno@clisp.org>
11030
11031         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11032         func_modules_to_filelist, func_import, func_create_testdir): Make all
11033         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11034         change when gnulib-tool is invoked in a different locale.
11035
11036 2005-09-19  Simon Josefsson  <jas@extundo.com>
11037
11038         * m4/socklen.m4: Fix typo.
11039
11040 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11041
11042         Use a consistent style for including <config.h>.
11043         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11044         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11045         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11046         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11047         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11048         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11049         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11050         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11051         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11052         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11053         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11054         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11055         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11056         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11057         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11058         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11059         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11060         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11061         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11062         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11063         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11064         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11065         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11066         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11067         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11068         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11069         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11070         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11071         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11072         lib/xstrtoumax.c, lib/yesno.c:
11073         Standardize inclusion of config.h.
11074         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11075         lib/inttostr.h:  Removed inclusion of config.h from header files.
11076         * lib/inttostr.c:  Adjusted in-tree users.
11077         * lib/timespec.h: Remove superfluous warning to include config.h.
11078         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11079         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11080         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11081         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11082         config.h with HAVE_CONFIG_H.
11083
11084 2005-09-19  Jim Meyering  <jim@meyering.net>
11085
11086         * modules/pathmax (License): Change to LGPL.
11087
11088 2005-09-19  Derek Price  <derek@ximbiot.com>
11089
11090         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11091
11092 2005-09-19  Bruno Haible  <bruno@clisp.org>
11093
11094         * gnulib-tool (import): Provide default for --tests-base.
11095
11096 2005-09-19  Bruno Haible  <bruno@clisp.org>
11097
11098         * doc/quote.texi: New file, extracted from gnulib.texi.
11099         * doc/ctime.texi: New file, extracted from gnulib.texi.
11100         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11101         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11102         * doc/gnulib.texi: Include them.
11103
11104 2005-09-18  Bruno Haible  <bruno@clisp.org>
11105
11106         Portability fix.
11107         * gnulib-tool (func_readlink): New function.
11108         (func_ln_if_changed): Use it.
11109
11110 2005-09-18  Bruno Haible  <bruno@clisp.org>
11111
11112         * gnulib-tool: Support --with-tests also with --import.
11113         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11114         (func_import): Use variables $testsbase and $inctests. Emit a
11115         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11116         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11117         SUBDIRS += $testsdir.
11118         (func_create_testdir): Update.
11119
11120 2005-09-18  Bruno Haible  <bruno@clisp.org>
11121
11122         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11123         instead of $dry_run.
11124         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11125         (func_ln_if_changed): Don't handle dry-run here.
11126         (func_import): In dry-run mode, detect more precisely which actions
11127         would be performed, and don't use "...ing" verbs.
11128
11129 2005-09-18  Bruno Haible  <bruno@clisp.org>
11130
11131         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11132         (func_import): Use join on two temporary files instead of three nested
11133         loops, in order to determine which files are new or old.
11134
11135 2005-09-18  Bruno Haible  <bruno@clisp.org>
11136
11137         * gnulib-tool (func_import): Comment out code that spits out the
11138         new files with --dry-run.
11139
11140 2005-09-18  Bruno Haible  <bruno@clisp.org>
11141
11142         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11143
11144 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         * lib/stat-time.h: New file.
11147         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11148         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11149         in a different way.
11150         (timespec_cmp): New function.
11151         * lib/utimecmp.c: Include stat-time.h.
11152         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11153         members exist, not on the obsolescent ST_MTIM_NSEC.
11154         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11155
11156 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11157
11158         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11159
11160 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * MODULES.html.sh (File system functions): Add stat-time.
11163         * modules/stat-time: New file.
11164         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11165         is now done in a different way, by the stat-time module.
11166         * modules/utimecmp (Depends-on): Add stat-time.
11167
11168 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * m4/st_mtim.m4: Remove.  Superseded by...
11171         * m4/stat-time.m4: New file.
11172         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11173         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11174
11175 2005-09-15  Derek Price  <derek@ximbiot.com>
11176
11177         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11178
11179 2005-09-15  Derek Price  <derek@ximbiot.com>
11180
11181         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11182         * lib/regex_internal.c: Ditto, using this...
11183         (__GNUC_PREREQ): ...new macro.
11184         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11185         using...
11186         (__GNUC_PREREQ): ...this new macro.
11187
11188         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11189
11190 2005-09-15  Derek Price  <derek@ximbiot.com>
11191             Paul Eggert  <eggert@cs.ucla.edu>
11192
11193         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11194         changes, consolidating in...
11195         * lib/regex_internal.h: ...this file.
11196
11197 2005-09-13  Jim Meyering  <jim@meyering.net>
11198
11199         * lib/canon-host.c: Filter through gnu indent and reword comments
11200         slightly.
11201         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11202
11203 2005-09-13  Derek Price  <derek@ximbiot.com>
11204
11205         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11206         failure.
11207         Reported by Jim Meyering  <jim@meyering.net>.
11208
11209 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11210
11211         * lib/base64.c: Typo.
11212         (base64_encode): Put b64str in initialized data section.
11213
11214 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11215
11216         Merge glibc and coreutils changes into gnulib, plus a few
11217         extra fixes.
11218         * lib/md5.c: Use #error rather than a string.
11219         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11220         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11221         (__attribute__): Define to empty for non recent-GCC.
11222         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11223         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11224         Renamed from their non-__ counterparts, with new macros replacing
11225         them if not _LIBC.  Add __THROW attribute.
11226         (rol): Remove.
11227         (struct md5_ctx): Align buffer if using GCC.
11228         * lib/sha1.h (struct sha1_ctx): Likewise.
11229         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11230         The old name was backwards.
11231         (NOTSWAP): Remove; not used.
11232         (rol): New macro, moved here from md5.h.
11233         (sha1_process_block): Remove a FIXME that doesn't make sense.
11234
11235 2005-09-12  Derek Price  <derek@ximbiot.com>
11236
11237         Return usable errors from canon-host.
11238         * lib/canon-host.h: New file.
11239         * lib/canon-host.c (canon_host): Wrap...
11240         (canon_host_r): ...this new function, which now relies exclusively on
11241         getaddrinfo.
11242         (ch_strerror): New function.
11243         (last_cherror): New global.
11244         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11245         interface.
11246         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11247         void *.
11248         (freeaddrinfo): Free ai->ai_canonname when set.
11249
11250 2005-09-12  Derek Price  <derek@ximbiot.com>
11251
11252         Make canon-host require getaddrinfo.
11253         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11254         AC_LIBSOURCE canon-host.h.  Call...
11255         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11256         gl_GETADDRINFO.
11257         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11258
11259 2005-09-12  Derek Price  <derek@ximbiot.com>
11260
11261         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11262         LGPL.
11263         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11264
11265 2005-09-12  Derek Price  <derek@ximbiot.com>
11266
11267         * lib/gai_strerror.c: Include config.h when available.  Include
11268         getaddrinfo.h before other headers to test interface.
11269         Reported by Larry Jones <lawrence.jones@ugs.com>.
11270
11271 2005-09-12  Derek Price  <derek@ximbiot.com>
11272             Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         * modules/glob (Files): Add glob-libc.h.
11275
11276 2005-09-12  Derek Price  <derek@ximbiot.com>
11277             Paul Eggert  <eggert@cs.ucla.edu>
11278
11279         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11280         glob_.h, glob-libc.h.
11281         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11282
11283 2005-09-12  Derek Price  <derek@ximbiot.com>
11284             Paul Eggert  <eggert@cs.ucla.edu>
11285
11286         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11287         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11288         protecting things that should be done only in gnulib contexts.
11289         * lib/glob_.h: New file, containing only the glob things needed for
11290         gnulib.
11291         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11292         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11293         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11294         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11295         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11296         and to respect the namespace rules better.
11297
11298 2005-09-08  Simon Josefsson  <jas@extundo.com>
11299
11300         * modules/socklen: New file.
11301
11302 2005-09-08  Simon Josefsson  <jas@extundo.com>
11303
11304         * m4/socklen.m4: New file.
11305
11306 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         * modules/utimens (Files): Add m4/utimbuf.m4, since
11309         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11310         Reported by Sergey Poznyakoff.
11311
11312 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11313
11314         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11315         definitions, since that's the preferred style in glibc.
11316         Fix a minor spacing issue, and update copyright notice to match
11317         glibc's.
11318
11319 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11320
11321         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11322
11323 2005-09-06  Simon Josefsson  <jas@extundo.com>
11324
11325         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11326         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11327
11328 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11329
11330         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11331         warning.
11332
11333 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11334
11335         * config/srclist.txt: Add glibc bug 1302.
11336
11337 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11338
11339         Change bitset word type from unsigned int to unsigned long int,
11340         as this has better performance on typical 64-bit hosts.
11341         Port bitset code to hosts with unusual word sizes.
11342         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11343         (build_collating_symbol):
11344         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11345         argument is a bitset.  This is merely a style issue, but it makes
11346         it clearer that an entire array is expected.
11347         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11348         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11349         Port to the case where bitset_word is not the same as unsigned int.
11350         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11351         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11352         Likewise.
11353         * lib/regexec.c (check_dst_limits_calc_pos_1,
11354         check_subexp_matching_top):
11355         (build_trtable, group_nodes_into_DFAstates):
11356         Likewise.
11357         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11358         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11359         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11360         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11361         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11362         * lib/regcomp.c (optimize_subexps, lower_subexp):
11363         Work even if bitset_word has holes in its bitwise representation.
11364         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11365         * lib/regexec.c (check_dst_limits_calc_pos_1,
11366         check_subexp_matching_top):
11367         Likewise.
11368         * lib/regex_internal.c (re_string_reconstruct):
11369         Don't assume UCHAR_MAX == 255.
11370         * lib/regex_internal.h (bitset_set_all): Likewise.
11371         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11372         All uses changed.
11373         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11374         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11375         All uses changed.
11376         (BITSET_WORD_MAX): New macro.
11377         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11378         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11379         (bitset_empty, bitset_copy):
11380         Prefer sizeof (bitset) to multiplying it out ourselves.
11381         (bitset_not_merge): Remove; unused.
11382         (bitset_contain): Return bool, not unsigned int with one bit on.
11383         All callers changed.
11384         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11385         alignment than re_node_set; do this by defining a new internal
11386         type struct dests_alloc and using it to allocate memory.
11387
11388 2005-09-05  Bruno Haible  <bruno@clisp.org>
11389
11390         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11391         links.
11392
11393 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11394
11395         * modules/size_max (Makefile.am): Add size_max.h
11396
11397 2005-09-04  Derek Price  <derek@ximbiot.com>
11398
11399         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11400
11401 2005-09-03  Simon Josefsson  <jas@extundo.com>
11402
11403         * gnulib-tool: Fix typo.
11404
11405 2005-09-03  Simon Josefsson  <jas@extundo.com>
11406
11407         * config/srclist.txt: Add glibc bug 1293.
11408
11409 2005-09-03  Derek Price  <derek@ximbiot.com>
11410
11411         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11412         From Larry Jones <lawrence.jones@ugs.com>.
11413
11414 2005-09-02  Simon Josefsson  <jas@extundo.com>
11415
11416         * modules/socklen: New file.
11417
11418 2005-09-02  Simon Josefsson  <jas@extundo.com>
11419
11420         * modules/havelib: New module.
11421
11422         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11423         Use havelib.
11424
11425 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11426
11427         Check for arithmetic overflow when calculating sizes, to prevent
11428         some buffer-overflow issues.  These patches are conservative, in the
11429         sense that when I couldn't determine whether an overflow was possible,
11430         I inserted a run-time check.
11431         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11432         macros.
11433         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11434         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11435         (re_xnrealloc, re_x2nrealloc): New inline functions.
11436         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11437         parse_bracket_exp):
11438         (build_equiv_class, build_charclass): Check for arithmetic overflow
11439         in size expression calculations.
11440         * lib/regex_internal.c (re_string_realloc_buffers):
11441         (build_wcs_upper_buffer, re_node_set_add_intersect):
11442         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11443         (re_dfa_add_node, register_state): Likewise.
11444         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11445         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11446         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11447         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11448
11449 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11452         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11453
11454 2005-09-02  Bruno Haible  <bruno@clisp.org>
11455
11456         Support for lib vs. lib64 distinction on biarch platforms.
11457         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11458         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11459         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11460
11461 2005-09-02  Bruno Haible  <bruno@clisp.org>
11462
11463         * gnulib-tool (import): In the other first-use case, provide defaults
11464         as well.
11465
11466 2005-09-02  Bruno Haible  <bruno@clisp.org>
11467
11468         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11469         patches not yet found in the latest gettext release.
11470
11471 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11472
11473         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11474         to avoid a collision with bits/local_lim.h in glibc.
11475         All uses changed.  Problem reported by Dmitry V. Levin in
11476         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11477
11478         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11479         bugs in int versus size_t comparisons.
11480         (re_string_context_at): Fix bug where the code assumed that
11481         Idx is signed.
11482
11483         Use bool where appropriate.
11484         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11485         All callers changed.
11486         (calc_eclosure_iter): Likewise, for ROOT arg.
11487         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11488         (build_charclass_op): Likewise, for NON_MATCH arg.
11489         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11490         (re_string_construct_common): Likewise, for ICASE arg.
11491         * lib/regexec.c (re_search_2_stub, re_search_stub):
11492         Likewise, for RET_LEN arg.
11493         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11494         (set_regs): Likewise, for FL_BACKTRACK arg.
11495         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11496         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11497         (calc_eclosure_iter, parse_bracket_exp):
11498         Use bool for internal variables that are booleans.
11499         * lib/regexec.c (re_search_internal, check_matching,
11500         proceed_next_node):
11501         (set_regs, build_sifted_states, sift_states_bkref):
11502         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11503         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11504         (find_collation_sequence_value):
11505         Likewise.
11506         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11507         (re_node_set_compare):
11508         Return bool, not int. All callers changed.
11509         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11510         (build_trtable, check_node_accept): Likewise.
11511         * lib/regex_internal.h: Include stdbool.h.
11512
11513         Fix bugs uncovered when converting to bool.
11514         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11515         failure instead of charging ahead blindly.
11516         * lib/regex_internal.c (register_state): Likewise.
11517         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11518         for freeing internal storage.
11519         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11520         bitset pieces used as boolean, to avoid undefined behavior
11521         on hosts that do int overflow checking.
11522
11523 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11524
11525         * config/srclist.txt: Add glibc bugs 1285-1287.
11526
11527 2005-09-01  Jim Meyering  <jim@meyering.net>
11528
11529         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11530         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11531         Require gl_STAT_MACROS, too.
11532
11533 2005-09-01  Bruno Haible  <bruno@clisp.org>
11534
11535         * gnulib-tool (import): In the first-use case, provide defaults.
11536
11537 2005-09-01  Bruno Haible  <bruno@clisp.org>
11538
11539         * gnulib-tool (func_import): Remove the .tmp files.
11540
11541 2005-09-01  Bruno Haible  <bruno@clisp.org>
11542
11543         * gnulib-tool (func_import): Fix handling of symbolic links.
11544
11545 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11546
11547         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11548         old glibc regex code mishandles strings longer than 2**31 bytes.
11549         This patch fixes this when the regex code is used in gnulib
11550         (i.e., outside glibc).
11551
11552         This patch should not affect the use of the regex code inside
11553         glibc.  No doubt this problem also needs to be handled for glibc
11554         as well, but the result will be an incompatible change to the
11555         glibc ABI, and the old ABI will have to be supported too.  That
11556         can be the the subject for another patch.
11557
11558         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11559         governing whether the rest of this patch is active.  By default,
11560         the macro is disabled and the patch has no effect.
11561         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11562         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11563         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11564         (re_match_2, re_set_registers): Use the new types.
11565         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11566         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11567         New macros.
11568         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11569         (re_string_context_at, bin_tree_t, re_dfastate_t):
11570         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11571         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11572         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11573         (re_string_char_size_at, re_string_wchar_at):
11574         (re_string_elem_size_at):
11575         Use the new types and macros to port to 64-bit hosts.
11576         Use unsigned types for internal values, so that the code
11577         mostly works even for arrays larger than SSIZE_MAX.
11578         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11579         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11580         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11581         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11582         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11583         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11584         (calc_inveclosure, parse_dup_op, build_range_exp):
11585         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11586         (fetch_number, create_token_tree, mark_opt_subexp):
11587         Likewise.
11588         * lib/regex_internal.c (re_string_construct_common,
11589         create_ci_newstate):
11590         (create_cd_newstate, re_string_allocate, re_string_construct):
11591         (re_string_realloc_buffers, build_wcs_upper_buffer):
11592         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11593         (re_string_reconstruct, re_string_peek_byte_case):
11594         (re_string_fetch_byte_case, re_string_context_at):
11595         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11596         (re_node_set_init_copy, re_node_set_add_intersect):
11597         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11598         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11599         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11600         (re_acquire_state, re_acquire_state_context, register_state):
11601         Likewise.
11602         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11603         search_cur_bkref_entry):
11604         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11605         (re_search_internal, re_search_2_stub, re_search_stub)
11606         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11607         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11608         (update_cur_sifted_state, check_dst_limits):
11609         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11610         (check_subexp_limits, sift_states_bkref, merge_state_array):
11611         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11612         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11613         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11614         (expand_bkref_cache, check_node_accept_bytes):
11615         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11616         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11617         (acquire_init_state_context, check_halt_node_context):
11618         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11619         (sift_states_backward, clean_state_log_if_needed):
11620         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11621         (find_recover_state, transit_state_sb, transit_state_mb):
11622         (transit_state_bkref, build_trtable, match_ctx_clean):
11623         Likewise.
11624         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11625         to work around an assumption that REG_MISSING is negative.
11626
11627         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11628         (seek_collating_symbol_entry) [defined _LIBC]:
11629         (lookup_collation_sequence_value) [defined _LIBC]:
11630         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11631         Use prototypes rather than old-style function definitions.
11632         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11633         (transit_state_sb) [0]:
11634         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11635
11636         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11637         rm_eo.
11638
11639         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11640         (optimize_subexps, lower_subexp):
11641         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11642         since the signed shift might overflow.  Use 1u<<31 instead.
11643         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11644         Likewise.
11645         * lib/regexec.c (check_dst_limits_calc_pos_1,
11646         check_subexp_matching_top): Likewise.
11647
11648         * lib/regcomp.c (optimize_subexps, lower_subexp):
11649         Use CHAR_BIT rather than 8, for clarity.
11650         * lib/regexec.c (check_dst_limits_calc_pos_1):
11651         (check_subexp_matching_top): Likewise.
11652         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11653         have to worry about portability issues when shifting it left.
11654         Remove no-longer-needed test for table_size > 0.
11655         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11656         in a word, as the resulting behavior is undefined.
11657         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11658         in one case, a <= should have been an <, and in another case the
11659         whole test was missing.
11660         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11661         the standard name CHAR_BIT.
11662         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11663         this is not true on one's complement and signed-magnitude hosts.
11664
11665         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11666         next_last_offset.
11667         (struct re_dfa_t): Remove unused member states_alloc.
11668         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11669
11670 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11671
11672         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11673         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11674         and large-file glibc and in 32-bit large-file Solaris.
11675
11676 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11677
11678         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11679         lengths fit in regoff_t; this isn't true if regoff_t is the same
11680         width as size_t.
11681         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11682         (= START + RANGE) instead of RANGE.  This avoids overflow
11683         problems when regoff_t is the same width as size_t.
11684         All callers changed.
11685         (re_search_2_stub): Check for overflow when adding the
11686         sizes of the two strings.
11687         (re_search_stub): Check for overflow when adding START
11688         to RANGE; if it occurs, substitute the extreme value.
11689
11690 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11693
11694 2005-08-31  Jim Meyering  <jim@meyering.net>
11695
11696         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11697         a pointer-to-const.
11698         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11699         (register_state): Likewise.
11700         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11701         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11702         (group_nodes_into_DFAstates): Likewise.
11703
11704 2005-08-31  Jim Meyering  <jim@meyering.net>
11705
11706         * check-module: Add a FIXME comment.
11707
11708 2005-08-31  Eric Blake  <ebb9@byu.net>
11709
11710         * modules/unistd-safer (Files): Add unistd--.h.
11711         * modules/stdio-safer (Files): Add stdio--.h.
11712
11713 2005-08-31  Derek Price  <derek@ximbiot.com>
11714
11715         * lib/getdelim.c (getdelim): Return EOF on EOF.
11716         Reported by Larry Jones <lawrence.jones@ugs.com>.
11717
11718 2005-08-31  Bruno Haible  <bruno@clisp.org>
11719
11720         Avoid unnecessary diffs in the generated lib/Makefile.am.
11721         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11722         the generated files.
11723         (func_import): Don't set cmd.
11724
11725 2005-08-31  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/strstr.c: Include <stddef.h>, for NULL.
11728         * lib/strcasestr.c: Likewise.
11729         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11730
11731 2005-08-31  Bruno Haible  <bruno@clisp.org>
11732
11733         * gnulib-tool: New option --macro-prefix.
11734         (func_import): Use macro_prefix.
11735         (import): Handle option --macro-prefix.
11736
11737 2005-08-31  Bruno Haible  <bruno@clisp.org>
11738
11739         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11740         Also use new variables cached_lgpl, cached_libtool.
11741
11742 2005-08-31  Bruno Haible  <bruno@clisp.org>
11743
11744         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11745         always instantiating them.
11746
11747 2005-08-31  Bruno Haible  <bruno@clisp.org>
11748
11749         * gnulib-tool (func_import): Read the previous cached settings
11750         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11751         earlier added by gnulib but are now dropped. Warn when a gnulib file
11752         overwrites a non-gnulib file.
11753
11754 2005-08-31  Bruno Haible  <bruno@clisp.org>
11755
11756         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11757         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11758         projects that don't keep autogenerated files in CVS. Put into
11759         actioncmd only the specified modules, not the transitive closure.
11760
11761 2005-08-31  Bruno Haible  <bruno@clisp.org>
11762
11763         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11764         Create directories that shall be filled.
11765         (import): Don't look for gl_* macros in configure.ac. Recurse across
11766         all directories containing a gnulib-cache.m4 files, if meaningful.
11767
11768 2005-08-31  Bruno Haible  <bruno@clisp.org>
11769
11770         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11771         (import): Set seen_libtool when we see gl_LIBTOOL.
11772
11773 2005-08-31  Bruno Haible  <bruno@clisp.org>
11774
11775         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11776         declaration macro definitions from generated gnulib.m4.
11777
11778 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11779
11780         * lib/iconvme.h: Add prototype for iconv_alloc.
11781
11782 2005-08-29  Simon Josefsson  <jas@extundo.com>
11783
11784         * lib/iconvme.c: Fix errno.
11785
11786 2005-08-29  Bruno Haible  <bruno@clisp.org>
11787
11788         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11789         that it works when the directory contains spaces.
11790
11791 2005-08-29  Bruno Haible  <bruno@clisp.org>
11792
11793         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11794
11795 2005-08-29  Bruno Haible  <bruno@clisp.org>
11796
11797         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11798         Emit more advice.
11799
11800 2005-08-29  Bruno Haible  <bruno@clisp.org>
11801         and Stepan Kasal  <kasal@ucw.cz>
11802
11803         * check-module: If more parameters are given, check each of them
11804         separately; add more exceptions, as noted by Jim Meyering.
11805         (check_module): New procedure.
11806         (%exempt_header): Now contains all exceptions.
11807
11808 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11809
11810         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11811
11812 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11813
11814         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11815
11816 2005-08-28  Bruno Haible  <bruno@clisp.org>
11817
11818         * m4/gnulib-tool.m4: New file.
11819
11820 2005-08-27  Jim Meyering  <jim@meyering.net>
11821
11822         * modules/unistd-safer (Files): Add pipe-safer.c.
11823         * modules/fcntl-safer (Files): Add creat-safer.c.
11824
11825 2005-08-27  Jim Meyering  <jim@meyering.net>
11826
11827         * m4/stdlib-safer.m4: New file.  From coreutils.
11828         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11829         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11830         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11831         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11832         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11833
11834 2005-08-27  Jim Meyering  <jim@meyering.net>
11835
11836         * lib/fopen-safer.c: Merge minor changes from coreutils.
11837         * lib/dup-safer.c: Likewise.
11838         * lib/fd-safer.c: Likewise.
11839
11840         Merge from coreutils.
11841         * lib/stdio--.h: New file.
11842         * lib/stdlib--.h: New file.
11843         * lib/mkstemp-safer.c: New file.
11844
11845         GNU tar needs these.
11846         * lib/pipe-safer.c: New file.
11847         * lib/creat-safer.c: New file.
11848         * lib/fcntl--.h (creat): Define to creat_safer.
11849         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11850         * lib/unistd--.h (pipe): Define to pipe_safer.
11851         * lib/unistd-safer.h: Declare pipe_safer.
11852
11853 2005-08-26  Simon Josefsson  <jas@extundo.com>
11854
11855         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11856         Haible <bruno@clisp.org>.
11857
11858 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11859
11860         * lib/regex_internal.h: Remove all references to
11861         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11862         or better.
11863         (bitset_not, bitset_merge, bitset_not_merge):
11864         (bitset_mask, re_string_allocate, re_string_construct):
11865         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11866         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11867         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11868         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11869         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11870         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11871         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11872         (re_acquire_state_context):
11873         Remove unnecessary forward decls.
11874         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11875         Put __attribute at function definition,
11876         now that the function decl has been removed.
11877         * lib/regex_internal.c (re_string_peek_byte_case):
11878         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11879         Likewise.
11880
11881 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11882
11883         * m4/regex.m4: Add AC_PREREQ(2.50).
11884         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11885
11886 2005-08-25  Simon Josefsson  <jas@extundo.com>
11887
11888         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11889         __fsetlocking.
11890
11891 2005-08-25  Simon Josefsson  <jas@extundo.com>
11892
11893         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11894         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11895         GLIBC specific code.
11896
11897 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11898
11899         Make regex safe for g++.  This fixes one real bug (an "err"
11900         that should have been "*err").  g++ problem reported by
11901         Sam Steingold.
11902         * lib/regex_internal.h (re_calloc): New macro, consistent with
11903         re_malloc etc.  All callers of calloc changed to use re_calloc.
11904         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11905         not int.  All callers changed.
11906         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11907         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11908         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11909         (find_recover_state): Change "err" to "*err"; this fixes what
11910         appears to be a real bug.
11911         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11912         versus int.
11913
11914 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11915
11916         * modules/regex (Depends-on): Add malloc, since the code
11917         assumes that !malloc(0) means failure.
11918
11919 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11920
11921         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11922
11923         alloca modernization/simplification for regex.
11924         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11925         needs to be at the start of the file, and can be moved into
11926         regex_internal.h and simplified.
11927         * lib/regex_internal.h: Include <alloca.h>.
11928         (__libc_use_alloca) [!defined _LIBC]: New macro.
11929         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11930         now works outside glibc.
11931
11932 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11933
11934         * config/srclist.txt: Add glibc bugs 1241, 1245.
11935
11936 2005-08-25  Jim Meyering  <jim@meyering.net>
11937
11938         * lib/open-safer.c: Include <config.h>.
11939         Otherwise, we'd lose LARGEFILE support in any file using
11940         e.g. "fcntl--.h"
11941
11942 2005-08-25  Bruno Haible  <bruno@clisp.org>
11943
11944         * m4/minmax.m4: Require autoconf 2.52.
11945         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11946         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11947         alternatives of translit over the alphabet.
11948         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11949
11950 2005-08-24  Simon Josefsson  <jas@extundo.com>
11951
11952         * tests/test-getpass.c: New file.
11953
11954 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11955
11956         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11957         for GNU regex features.
11958
11959 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11960
11961         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11962         * lib/regex.h (regerror): Likewise.
11963
11964         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11965         requires this.  (The code never needed it.)
11966
11967         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11968         All uses of recently-renamed identifiers changed to use the new,
11969         POSIX-compliant names.  The code will build and run just fine
11970         without these changes, but it's better to eat our own dog food
11971         and use the standard-conforming names.
11972
11973         * lib/regex.h: Fix a multitude of POSIX name space violations.
11974         These changes have an effect only for programs that define
11975         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11976         do not change anything for programs compiled in the normal way.
11977         Also, there is no effect on the ABI.
11978
11979         (_REGEX_SOURCE): New macro.
11980         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11981         defined and _GNU_SOURCE is not; this fixes a name space violation.
11982
11983         Rename the following macros to obey POSIX requirements.
11984         The old names are still visible as macros if _REGEX_SOURCE is defined.
11985         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11986         RE_BACKSLASH_ESCAPE_IN_LISTS.
11987         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11988         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11989         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11990         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11991         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11992         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11993         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11994         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11995         (REG_INTERVALS): renamed from RE_INTERVALS.
11996         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11997         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11998         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11999         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12000         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12001         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12002         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12003         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12004         RE_UNMATCHED_RIGHT_PAREN_ORD.
12005         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12006         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12007         (REG_DEBUG): renamed from RE_DEBUG.
12008         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12009         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12010         unusual, since we can't clash with the POSIX REG_ICASE.
12011         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12012         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12013         (REG_NO_SUB): renamed from RE_NO_SUB.
12014         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12015         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12016         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12017         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12018         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12019         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12020         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12021         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12022         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12023         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12024         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12025         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12026         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12027         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12028         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12029         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12030         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12031         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12032         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12033         (REG_FIXED): Renamed from REGS_FIXED.
12034         (REG_NREGS): Renamed from RE_NREGS.
12035
12036         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12037         of other REG_* macros, since POSIX says the user is allowed to
12038         #undef these macros selectively.
12039
12040         (reg_errcode_t): Update comment stating what other tables need
12041         to be consistent.
12042
12043         Rename the following enum values to obey POSIX requirements.
12044         The old names are still visible as macros.
12045         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12046         is not defined, since GNU is supposed to be a superset of POSIX as
12047         much as possible, and since we want reg_errcode_t to be a signed
12048         type for implementation consistency.
12049         (_REG_NOERROR): Renamed from REG_NOERROR.
12050         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12051         (_REG_BADPAT): Renamed from REG_BADPAT.
12052         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12053         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12054         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12055         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12056         (_REG_EBRACK): Renamed from REG_EBRACK.
12057         (_REG_EPAREN): Renamed from REG_EPAREN.
12058         (_REG_EBRACE): Renamed from REG_EBRACE.
12059         (_REG_BADBR): Renamed from REG_BADBR.
12060         (_REG_ERANGE): Renamed from REG_ERANGE.
12061         (_REG_ESPACE): Renamed from REG_ESPACE.
12062         (_REG_BADRPT): Renamed from REG_BADRPT.
12063         (_REG_EEND): Renamed from REG_EEND.
12064         (_REG_ESIZE): Renamed from REG_ESIZE.
12065         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12066         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12067         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12068         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12069         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12070
12071         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12072         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12073         changed.  But support the old name if the new one is not defined
12074         and if _REGEX_SOURCE.
12075
12076         Change the following member names in struct re_pattern_buffer.
12077         The old names are still supported if !_REGEX_SOURCE.
12078         The new names are always supported, regardless of _REGEX_SOURCE.
12079         (re_buffer): Renamed from buffer.
12080         (re_allocated): Renamed from allocated.
12081         (re_used): Renamed from used.
12082         (re_syntax): Renamed from syntax.
12083         (re_fastmap): Renamed from fastmap.
12084         (re_translate): Renamed from translate.
12085         (re_can_be_null): Renamed from can_be_null.
12086         (re_regs_allocated): Renamed from regs_allocated.
12087         (re_fastmap_accurate): Renamed from fastmap_accurate.
12088         (re_no_sub): Renamed from no_sub.
12089         (re_not_bol): Renamed from not_bol.
12090         (re_not_eol): Renamed from not_eol.
12091         (re_newline_anchor): Renamed from newline_anchor.
12092
12093         Change the following member names in struct re_registers.
12094         The old names are still supported if !_REGEX_SOURCE.
12095         The new names are always supported, regardless of _REGEX_SOURCE.
12096         (rm_num_regs): Renamed from num_regs.
12097         (rm_start): Renamed from start.
12098         (rm_end): Renamed from end.
12099
12100         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12101         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12102         Prepend __ to parameter names.
12103
12104         Undo yesterday's changes.
12105
12106 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12107
12108         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12109         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12110         lib/regex.c.
12111
12112 2005-08-24  Jim Meyering  <jim@meyering.net>
12113
12114         Sync from coreutils.
12115         * m4/fcntl-safer.m4: New file.
12116
12117         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12118         and object files for this module.
12119
12120 2005-08-24  Jim Meyering  <jim@meyering.net>
12121
12122         Sync from coreutils.
12123         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12124
12125 2005-08-24  Jim Meyering  <jim@meyering.net>
12126
12127         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12128         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12129
12130 2005-08-24  Jim Meyering  <jim@meyering.net>
12131
12132         * modules/fcntl-safer: New module.
12133         * modules/fts (Depends-on): Add fcntl-safer.
12134         * MODULES.html.sh (File descriptor based Input/Output):
12135         Add fcntl-safer.
12136
12137 2005-08-24  Bruno Haible  <bruno@clisp.org>
12138
12139         Support for unit test modules.
12140         * modules/README: Mention tests modules.
12141         * modules/TEMPLATE-TESTS: New file.
12142         * gnulib-tool: New options --extract-tests-module, --with-tests and
12143         --tests-base (unused for the moment).
12144         (testsbase, inctests): New variables.
12145         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12146         (func_verify_module): Exclude TEMPLATE-TESTS.
12147         (func_verify_nontests_module, func_verify_tests_module): New functions.
12148         (func_get_dependencies): Add implicit dependency for tests modules.
12149         (func_get_tests_module): New function.
12150         (func_modules_transitive_closure): When --with-tests was specified,
12151         include the unit tests as well, unless explicitly avoided.
12152         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12153         (func_emit_tests_Makefile_am): New function.
12154         (func_create_testdir): When --with-tests was specified, emit a
12155         tests/ directory.
12156         * MODULES.html.sh (Future developments): Update.
12157
12158 2005-08-24  Bruno Haible  <bruno@clisp.org>
12159
12160         * modules/tls-tests: New file.
12161         * tests/test-tls.c: New file, from GNU gettext.
12162
12163 2005-08-24  Bruno Haible  <bruno@clisp.org>
12164
12165         * modules/lock-tests: New file.
12166         * tests/test-lock.c: New file, from GNU gettext.
12167
12168 2005-08-24  Bruno Haible  <bruno@clisp.org>
12169
12170         * lib/lock.h: Add multiple inclusion guard.
12171         * lib/tls.h: Add multiple inclusion guard.
12172
12173 2005-08-24  Bruno Haible  <bruno@clisp.org>
12174
12175         * gnulib-tool: Add support for the --aux-dir option to
12176         --create-testdir, --create-megatestdir, --test, --megatest.
12177         (func_create_testdir, func_create_megatestdir): Optionally emit a
12178         AC_CONFIG_AUX_DIR directive.
12179         (create-testdir, create-megatestdir, test, megatest): Provide a
12180         default value for $auxdir.
12181
12182 2005-08-24  Bruno Haible  <bruno@clisp.org>
12183
12184         * gnulib-tool (import): Use compound statement instead of subshell
12185         where possible.
12186
12187 2005-08-24  Bruno Haible  <bruno@clisp.org>
12188
12189         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12190
12191 2005-08-24  Bruno Haible  <bruno@clisp.org>
12192
12193         * gnulib-tool (func_version): Update.
12194
12195 2005-08-24  Bruno Haible  <bruno@clisp.org>
12196
12197         * gnulib-tool (func_import, func_create_testdir,
12198         func_create_megatestdir): Quote all autoconf macro arguments.
12199
12200 2005-08-24  Bruno Haible  <bruno@clisp.org>
12201
12202         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12203         option --force, because --force causes the aclocal.m4 of each
12204         subdirectory to be newer than the corresponding config.h.in.
12205
12206 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12209         All contents moved to gl_REGEX.
12210         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12211         assume that it does.
12212
12213 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         * lib/regex.h (REG_NOSYS)
12216         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12217         Define, since POSIX requires it as of 2001.
12218         (_REG_ENOSYS)
12219         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12220         New private symbol, used to keep the enum signed in all cases.
12221         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12222         Youngman in
12223         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12224
12225         * lib/regex_internal.c (re_string_skip_chars, register_state):
12226         (calc_state_hash):
12227         Remove forward decls; no longer needed now that we use prototypes.
12228         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12229         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12230         (clean_state_log_if_needed): Likewise.
12231
12232 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12233
12234         * config/srclist.txt: Add glibc bugs 1231-1233.
12235
12236 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         Fix problems reported by Sam Steingold in
12239         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12240         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12241         assumed that reg_errcode_t is a signed type, which is not
12242         necessarily true if _XOPEN_SOURCE is not defined.
12243         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12244         since some compilers warn about it otherwise.
12245
12246 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12247
12248         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12249         (init_word_char, create_initial_state, duplicate_node_closure):
12250         (fetch_token, peek_token_bracket, build_range_exp):
12251         (build_collating_symbol): Remove forward decls; no longer needed
12252         now that we use prototypes.
12253
12254         * lib/regcomp.c:
12255         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12256         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12257         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12258         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12259         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12260         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12261         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12262         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12263         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12264         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12265         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12266         (build_charclass, build_charclass_op, fetch_number, create_tree):
12267         (create_token_tree, mark_opt_subexp, duplicate_tree):
12268         Use prototypes rather than old-style definitions.
12269
12270         * lib/regex_internal.c:
12271         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12272         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12273         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12274         (re_string_reconstruct, re_string_peek_byte_case):
12275         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12276         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12277         (re_node_set_init_copy, re_node_set_add_intersect):
12278         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12279         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12280         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12281         (re_acquire_state, re_acquire_state_context, register_state):
12282         (create_ci_newstate, create_cd_newstate, free_state):
12283         Likewise.
12284         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12285         re_search_2):
12286         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12287         (re_search_internal, prune_impossible_nodes):
12288         (acquire_init_state_context, check_matching, static):
12289         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12290         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12291         (update_regs, sift_states_backward, build_sifted_states):
12292         (clean_state_log_if_needed, merge_state_array):
12293         (update_cur_sifted_state, add_epsilon_src_nodes):
12294         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12295         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12296         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12297         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12298         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12299         (check_arrival, check_arrival_add_next_nodes):
12300         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12301         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12302         (check_node_accept_bytes, check_node_accept, extend_buffers):
12303         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12304         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12305         (sift_ctx_init):
12306         Likewise.
12307
12308         * lib/regex_internal.h:
12309         (re_string_allocate, re_string_construct, re_string_reconstruct):
12310         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12311         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12312         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12313         (re_string_context_at, re_string_peek_byte_case):
12314         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12315         is defined, since we now use prototypes always.
12316
12317         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12318         C89 or better.  All uses removed.
12319
12320 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12321
12322         * config/srclist.txt: Add glibc bugs 1220-1227.
12323
12324 2005-08-20  Jim Meyering  <jim@meyering.net>
12325
12326         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12327         of unused local, dfa.
12328
12329 2005-08-20  Bruno Haible  <bruno@clisp.org>
12330
12331         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12332
12333 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12334
12335         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12336         (re_node_set_insert_last, re_dfa_add_node):
12337         Rename local variables to avoid GCC shadowing warnings.
12338
12339 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12340
12341         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12342         [defined lint]: Suppress bogus uninitialized-variable warnings.
12343
12344         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12345         and let the caller return REG_ESPACE if out of space.  This
12346         removes an uninitialied-variable warning with GCC 4.0.1, and also
12347         avoids taking the address of a local variable.  All callers
12348         changed.
12349
12350 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12351
12352         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12353         $LIBCSRC/posix/regexec.c.
12354         Add glibc bug 1217 for regcomp.c.
12355
12356 2005-08-19  Jim Meyering  <jim@meyering.net>
12357
12358         * lib/regexec.c (proceed_next_node): Redo local variables to
12359         avoid GCC shadowing warnings.
12360
12361 2005-08-18  Bruno Haible  <bruno@clisp.org>
12362
12363         * lib/strstr.c (strstr): Fix return value in multibyte case.
12364         * lib/strcasestr.c (strcasestr): Likewise.
12365
12366 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12369
12370 2005-08-17  Jim Meyering  <jim@meyering.net>
12371
12372         Make the %s format (seconds since the epoch) work for a negative
12373         number and when used with a zero-padded field width, e.g. %015s.
12374
12375         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12376         label so that it precedes the code to set `digits'.  Otherwise,
12377         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12378         print `00-22'.  Now, it prints `-0022', as it should.
12379
12380 2005-08-17  Bruno Haible  <bruno@clisp.org>
12381
12382         * modules/strstr (Files): Add m4/mbrtowc.m4.
12383         (Depends-on): Add mbuiter.
12384
12385 2005-08-17  Bruno Haible  <bruno@clisp.org>
12386
12387         * modules/strcasestr: New file.
12388         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12389         strcasestr.
12390
12391 2005-08-17  Bruno Haible  <bruno@clisp.org>
12392
12393         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12394
12395 2005-08-17  Bruno Haible  <bruno@clisp.org>
12396
12397         * modules/mbuiter: New file.
12398         * MODULES.html.sh (Extended multibyte and wide character utilities):
12399         Add mbuiter.
12400
12401 2005-08-17  Bruno Haible  <bruno@clisp.org>
12402
12403         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12404         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12405
12406 2005-08-17  Bruno Haible  <bruno@clisp.org>
12407
12408         * m4/strcasestr.m4: New file.
12409
12410 2005-08-17  Bruno Haible  <bruno@clisp.org>
12411
12412         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12413         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12414
12415 2005-08-17  Bruno Haible  <bruno@clisp.org>
12416
12417         * lib/strcasestr.h: New file.
12418         * lib/strcasestr.c: New file.
12419
12420 2005-08-17  Bruno Haible  <bruno@clisp.org>
12421
12422         * lib/strcasecmp.c: Use mbuiter.h.
12423
12424 2005-08-17  Bruno Haible  <bruno@clisp.org>
12425
12426         * lib/mbuiter.h: New file.
12427
12428 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12429
12430         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12431         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12432         and gl_GETOPT are both invoked via different paths (as happens
12433         with GNU tar CVS because it uses both argp and getopt), the former
12434         wins.
12435
12436 2005-08-16  Bruno Haible  <bruno@clisp.org>
12437
12438         * modules/tls: New file.
12439         * MODULES.html.sh (Multithreading): Add tls.
12440
12441 2005-08-16  Bruno Haible  <bruno@clisp.org>
12442
12443         * modules/strnlen1: New file.
12444         * MODULES.html.sh (String handling): Add strnlen1.
12445
12446 2005-08-16  Bruno Haible  <bruno@clisp.org>
12447
12448         * modules/strcase (Files): Add m4/mbrtowc.m4.
12449         (Depends-on): Add strnlen1, mbchar.
12450
12451 2005-08-16  Bruno Haible  <bruno@clisp.org>
12452
12453         * modules/mbiter: New file.
12454         * MODULES.html.sh (Extended multibyte and wide character utilities):
12455         Add mbiter.
12456
12457 2005-08-16  Bruno Haible  <bruno@clisp.org>
12458
12459         * modules/mbfile: New file.
12460         * MODULES.html.sh (Extended multibyte and wide character utilities):
12461         Add mbfile.
12462
12463 2005-08-16  Bruno Haible  <bruno@clisp.org>
12464
12465         * modules/mbchar: New file.
12466         * MODULES.html.sh (Extended multibyte and wide character utilities):
12467         New section.
12468
12469 2005-08-16  Bruno Haible  <bruno@clisp.org>
12470
12471         * m4/tls.m4: New file, from GNU gettext.
12472
12473 2005-08-16  Bruno Haible  <bruno@clisp.org>
12474
12475         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12476         always.
12477         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12478
12479 2005-08-16  Bruno Haible  <bruno@clisp.org>
12480
12481         * m4/mbiter.m4: New file.
12482
12483 2005-08-16  Bruno Haible  <bruno@clisp.org>
12484
12485         * m4/mbfile.m4: New file.
12486
12487 2005-08-16  Bruno Haible  <bruno@clisp.org>
12488
12489         * m4/mbchar.m4: New file.
12490
12491 2005-08-16  Bruno Haible  <bruno@clisp.org>
12492
12493         * lib/tls.h: New file, from GNU gettext.
12494         * lib/tls.c: New file, from GNU gettext.
12495
12496 2005-08-16  Bruno Haible  <bruno@clisp.org>
12497
12498         * lib/strnlen1.h: New file.
12499         * lib/strnlen1.c: New file.
12500
12501 2005-08-16  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12504         (mbi_init): Update.
12505         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12506         NUL byte, not after it.
12507
12508 2005-08-16  Bruno Haible  <bruno@clisp.org>
12509
12510         * lib/strcase.h (strcasecmp): Add note in comments.
12511         * lib/strncasecmp.c: Use code from strcasecmp.c.
12512         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12513         (strcasecmp): Work correctly in multibyte locales.
12514
12515 2005-08-16  Bruno Haible  <bruno@clisp.org>
12516
12517         * lib/mbiter.h: New file.
12518
12519 2005-08-16  Bruno Haible  <bruno@clisp.org>
12520
12521         * lib/mbfile.h: New file.
12522
12523 2005-08-16  Bruno Haible  <bruno@clisp.org>
12524
12525         * lib/mbchar.h: New file.
12526         * lib/mbchar.c: New file.
12527
12528 2005-08-16  Bruno Haible  <bruno@clisp.org>
12529
12530         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12531         the valid ones. Makes the comparison operations transitive:
12532         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12533         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12534
12535 2005-08-15  Simon Josefsson  <jas@extundo.com>
12536
12537         * modules/ssize_t (License): Change to 'unlimited'.
12538
12539         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12540
12541 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12542
12543         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12544         Add comments for each pending glibc patch.
12545
12546 2005-08-15  Bruno Haible  <bruno@clisp.org>
12547
12548         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12549         __cplusplus is defined.
12550
12551 2005-08-14  Jim Meyering  <jim@meyering.net>
12552
12553         Sync from coreutils.
12554
12555         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12556         Use the hash-table-based cycle-detection code not just when
12557         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12558         Reported by James Youngman in
12559         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12560         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12561         FTS_TIGHT_CYCLE_CHECK.
12562         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12563         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12564         once again.
12565         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12566         * lib/fts.c (fd_safer): Remove decl.
12567         Include fcntl--.h rather than unistd-safer.h
12568         (fts_safe_changedir): Don't call fd_safer; no longer needed
12569         now that we include fcntl--.h.
12570
12571 2005-08-12  Simon Josefsson  <jas@extundo.com>
12572
12573         * modules/getndelim2: Use ssize_t module.
12574         * modules/getnline: Likewise.
12575         * modules/safe-read: Likewise.
12576         * modules/xreadlink: Likewise.
12577
12578         * modules/ssize_t: New file.
12579
12580 2005-08-12  Simon Josefsson  <jas@extundo.com>
12581
12582         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12583
12584 2005-08-12  Simon Josefsson  <jas@extundo.com>
12585
12586         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12587         ssize_t.
12588
12589 2005-08-12  Simon Josefsson  <jas@extundo.com>
12590
12591         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12592         readline, getdelim and check_version.
12593         (Support for systems lacking ISO C 99: Sizes of integer types):
12594         Add size_max.
12595
12596 2005-08-12  Bruno Haible  <bruno@clisp.org>
12597
12598         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12599
12600 2005-08-11  Simon Josefsson  <jas@extundo.com>
12601
12602         * modules/readline: New file.
12603
12604         * modules/strnlen (Files): Add strnlen.h.
12605
12606 2005-08-11  Simon Josefsson  <jas@extundo.com>
12607
12608         * m4/readline.m4: New file.
12609
12610 2005-08-11  Simon Josefsson  <jas@extundo.com>
12611
12612         * lib/readline.h, readline.c: New file.
12613
12614 2005-08-11  Simon Josefsson  <jas@extundo.com>
12615
12616         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12617         gl_AVOID.
12618
12619 2005-08-11  Bruno Haible  <bruno@clisp.org>
12620
12621         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12622
12623 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12624
12625         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12626
12627 2005-08-10  Simon Josefsson  <jas@extundo.com>
12628
12629         * tests/test-iconvme.c: New file.
12630
12631 2005-08-10  Simon Josefsson  <jas@extundo.com>
12632
12633         * m4/strnlen.m4: New file.
12634
12635         * m4/strndup.m4: Don't check for strnlen declaration, done in
12636         strnlen.m4.
12637
12638 2005-08-10  Simon Josefsson  <jas@extundo.com>
12639
12640         * lib/strndup.c: Use strnlen.h.
12641
12642         * lib/strnlen.h: New file.
12643
12644 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12645
12646         * README: Typos.
12647
12648 2005-08-02  Simon Josefsson  <jas@extundo.com>
12649
12650         * modules/readline: New file.
12651
12652 2005-08-02  Simon Josefsson  <jas@extundo.com>
12653
12654         * modules/getdelim: New file.
12655
12656         * modules/getline: Rewrite, don't use getndelim2.
12657
12658 2005-08-02  Simon Josefsson  <jas@extundo.com>
12659
12660         * m4/getline.m4: Separate out getdelim stuff into separate module.
12661
12662         * m4/getdelim.m4: New file.
12663
12664 2005-08-02  Simon Josefsson  <jas@extundo.com>
12665
12666         * lib/getline.h, getline.c: Rewrite.
12667
12668         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12669
12670 2005-07-31  Bruno Haible  <bruno@clisp.org>
12671
12672         * lib/lock.h (gl_lock_initializer): New macro.
12673         (gl_lock_define_initialized): Use it.
12674         (gl_rwlock_initializer): New macro.
12675         (gl_rwlock_define_initialized): Use it.
12676         (gl_recursive_lock_initializer): New macro.
12677         (gl_recursive_lock_define_initialized): Use it.
12678
12679 2005-07-30  Karl Berry  <karl@gnu.org>
12680
12681         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12682         Report from Ben Pfaff, regarding getopt.
12683
12684 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12685
12686         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12687         normal way.
12688         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12689         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12690         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12691         (gl_GETOPT): Use the new macros.  Most of the implementation
12692         is moved to the new macros.  This is for programs like Emacs
12693         that don't want all the functionality of gl_GETOPT.
12694
12695 2005-07-26  Bruno Haible  <bruno@clisp.org>
12696
12697         * m4/lock.m4: Update from GNU gettext.
12698
12699 2005-07-26  Bruno Haible  <bruno@clisp.org>
12700
12701         * lib/lock.h: Update from GNU gettext.
12702         * lib/lock.c: Update from GNU gettext.
12703
12704 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12705
12706         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12707         obsolescent AC_TRY_RUN.  Include the default includes files, for
12708         'exit'.
12709
12710 2005-07-24  Bruno Haible  <bruno@clisp.org>
12711
12712         * modules/visibility: New file.
12713         * MODULES.html.sh (Misc): Add visibility.
12714
12715 2005-07-24  Bruno Haible  <bruno@clisp.org>
12716
12717         * m4/visibility.m4: New file.
12718
12719 2005-07-24  Bruno Haible  <bruno@clisp.org>
12720
12721         * doc/visibility.texi: New file.
12722
12723 2005-07-22  Bruno Haible  <bruno@clisp.org>
12724
12725         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12726         $(ALLOCA_H), redundant through BUILT_SOURCES.
12727         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12728         redundant through BUILT_SOURCES.
12729         * modules/byteswap (Makefile.am): Remove explicit dependency on
12730         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12731         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12732         $(FNMATCH_H), redundant through BUILT_SOURCES.
12733         * modules/getopt (Makefile.am): Remove explicit dependency on
12734         $(GETOPT_H), redundant through BUILT_SOURCES.
12735         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12736         redundant through BUILT_SOURCES.
12737         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12738         redundant through BUILT_SOURCES.
12739         * modules/stdbool (Makefile.am): Remove explicit dependency on
12740         $(STDBOOL_H), redundant through BUILT_SOURCES.
12741         * modules/stdint (Makefile.am): Remove explicit dependency on
12742         $(STDINT_H), redundant through BUILT_SOURCES.
12743         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12744         Remove explicit dependency on $(SYSEXITS_H).
12745         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12746
12747 2005-07-18  Simon Josefsson  <jas@extundo.com>
12748
12749         * lib/check-version.c (check_version): Accept identical versions too.
12750
12751 2005-07-18  Bruno Haible  <bruno@clisp.org>
12752
12753         * modules/lock: New file.
12754         * MODULES.html.sh (Multithreading): New section.
12755
12756 2005-07-18  Bruno Haible  <bruno@clisp.org>
12757
12758         * m4/lock.m4: New file, from GNU gettext.
12759
12760 2005-07-18  Bruno Haible  <bruno@clisp.org>
12761
12762         * lib/lock.h: New file, from GNU gettext.
12763         * lib/lock.c: New file, from GNU gettext.
12764
12765 2005-07-18  Bruno Haible  <bruno@clisp.org>
12766
12767         * lib/lock.h (gl_once_t): New type.
12768         (gl_once_define, gl_once): New macros.
12769         * lib/lock.c (fresh_once): New variable.
12770         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12771         functions.
12772
12773 2005-07-16  Simon Josefsson  <jas@extundo.com>
12774
12775         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12776         workaround, suggested by Bruno.
12777
12778 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12779
12780         * modules/xalloc (Depends-on): Add xalloc-die.
12781         * modules/xvasprintf (Depends-on): Add xalloc-die.
12782
12783 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12786         with a minor change.
12787
12788 2005-07-15  Bruno Haible  <bruno@clisp.org>
12789
12790         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12791         When using lib/poll.c, define poll as rpl_poll.
12792
12793 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12794
12795         * modules/argp (Depends-on): Remove unlocked-io.
12796
12797 2005-07-14  Derek Price  <derek@ximbiot.com>
12798
12799         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12800         for glob symlink bug.
12801
12802 2005-07-14  Bruno Haible  <bruno@clisp.org>
12803
12804         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12805         Instead, test for *_unlocked function declarations directly.
12806
12807 2005-07-11  Simon Josefsson  <jas@extundo.com>
12808
12809         * modules/size_max: New file.
12810
12811         * modules/xsize: Depend on size_max module for size_max.m4.
12812
12813 2005-07-11  Simon Josefsson  <jas@extundo.com>
12814
12815         * lib/size_max.h: New file.
12816
12817 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12818
12819         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12820         copyright symbol and the year.
12821         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12822         (version_etc_va): Use parameterized copyright notice.
12823         Reword to conform to the current GNU coding standards.
12824
12825 2005-07-11  Karl Berry  <karl@gnu.org>
12826
12827         * doc/gnulib.texi (Quoting): new node.
12828         (Initial import): more info, from Patrice.
12829
12830 2005-07-11  Bruno Haible  <bruno@clisp.org>
12831
12832         * gnulib-tool (func_usage): Document option --avoid.
12833         (Command line options): Handle --avoid.
12834         (func_acceptable): New function.
12835         (func_modules_transitive_closure): Use it.
12836
12837 2005-07-11  Bruno Haible  <bruno@clisp.org>
12838
12839         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12840         Reported by Jim Meyering.
12841
12842 2005-07-10  Bruno Haible  <bruno@clisp.org>
12843
12844         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12845         Needed when size_t is smaller than 'unsigned int'.
12846         Reported by Paul Eggert.
12847
12848 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12849
12850         * modules/argp (Depends-on): Add unlocked-io
12851
12852 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12853
12854         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12855         block of defines.
12856
12857 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12860         fix now.
12861
12862 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12863         and Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12866         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12867
12868 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * modules/regex (Files): Add lib/regex_internal.c,
12871         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12872         (Depends-on): Add extensions.
12873         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12874
12875 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12878         pathconf.
12879         * m4/same.m4 (gl_SAME): Likewise.
12880         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12881
12882         * m4/regex.m4: Adjust to new libc regex implementation.
12883         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12884         all the .c and .h parts of (the new) regex.
12885         Quote the m4 stuff better.
12886         Check for RE_ICASE bug of old gnulib.
12887         Check for REG_STARTEND of recent libc.
12888         Rename local variables from jm_* to gl_*.
12889         Quote operand of "test -f".
12890         Say "recent enough" version of libc, not "version 2".
12891         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12892         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12893         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12894         Remove check for btowc, isascii.
12895         Require AM_LANGINFO_CODESET.
12896
12897 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * lib/regex.c, regex.h: Sync from libc.
12900         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12901         * lib/regexec.c:
12902         New files, synced from libc, except that regex_internal.h
12903         currently has a small porting fix.
12904
12905 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12908         regex_internal.c, regexec.c.
12909         Add regex_internal.h too, but as a comment, since the libc version
12910         is currently broken in gnulib mode.
12911
12912 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12913
12914         Support programs like Emacs that use gnulib but not gettext.
12915         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12916         * modules/gettext-h: New file.
12917         * modules/gettext (Files): Remove lib/gettext.h.
12918         (Depends-on): Add gettext-h.
12919         (Makefile.am): Remove lib_SOURCES.
12920         * modules/argmatch, modules/c-stack, modules/closeout:
12921         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12922         * modules/execute, modules/file-type, modules/getaddrinfo:
12923         * modules/getopt, modules/human, modules/javacomp:
12924         * modules/javaexec, modules/mkdir-p, modules/obstack:
12925         * modules/openat, modules/pagealign_alloc, modules/pipe:
12926         * modules/quotearg, modules/regex, modules/rpmatch:
12927         * modules/unicodeio, modules/userspec, modules/version-etc:
12928         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12929         * modules/xsetenv:
12930         Depend on gettext-h, not gettext.
12931
12932 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12933
12934         * gnulib-tool (func_import): Add support for 'public domain' license.
12935         * modules/alloca, modules/atexit, modules/memmove:
12936         Now public domain, not GPL.
12937         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12938         * modules/realloc, modules/strerror, modules/strtod:
12939         Now LGPL, not GPL.
12940
12941 2005-07-05  Bruno Haible  <bruno@clisp.org>
12942
12943         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12944         autoconf CVS. Needed for mingw.
12945
12946 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         Remove the dependency of the strftime module on the tzset module.
12949         * modules/strftime (Depends-on): Remove dependency on tzset.
12950
12951 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         Remove the dependency of the strftime module on the tzset module.
12954         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12955         gl_FUNC_TZSET_CLOBBER.
12956
12957 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12958
12959         Remove the dependency of the strftime module on the tzset module.
12960         * lib/strftime.c (my_strftime)
12961         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12962         Copy the input structure, to work around some of the bug with
12963         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12964         Solaris releases, you should also use the tzset module, but we won't
12965         require it as a dependency any more since we don't want LGPLed code
12966         to depend on GPLed code.
12967
12968 2005-07-02  Jim Meyering  <jim@meyering.net>
12969
12970         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12971         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12972         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12973         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12974
12975 2005-07-02  Jim Meyering  <jim@meyering.net>
12976
12977         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12978
12979 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12980
12981         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12982         declares only 'struct timespec;' (!).
12983
12984 2005-07-01  Jim Meyering  <jim@meyering.net>
12985
12986         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12987         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12988         * lib/save-cwd.c, tempname.c:
12989         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12990         and don't include <sys/file.h>).
12991
12992 2005-06-29  Jim Meyering  <jim@meyering.net>
12993
12994         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12995         type name.  Use the variable name instead.
12996         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12997         Likewise.
12998
12999 2005-06-28  Simon Josefsson  <jas@extundo.com>
13000
13001         * modules/check-version (Files): Add check-version.m4.
13002
13003 2005-06-28  Simon Josefsson  <jas@extundo.com>
13004
13005         * m4/check-version.m4: New file, suggested by Jim Meyering
13006         <jim@meyering.net>.
13007
13008 2005-06-28  Simon Josefsson  <jas@extundo.com>
13009
13010         * lib/check-version.h, lib/check-version.c: New files.
13011
13012 2005-06-28  Simon Josefsson  <jas@extundo.com>
13013
13014         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13015         collision with global variable.  Better indentation.  Don't
13016         increment buffer pointer beyond buffer end.  Based on comments
13017         from Paul Eggert <eggert@cs.ucla.edu>.
13018
13019         * lib/base64.h: Indent.
13020
13021 2005-06-28  Simon Josefsson  <jas@extundo.com>
13022
13023         * doc/gnulib.texi (Library version handling): New section.
13024
13025 2005-06-28  Jim Meyering  <jim@meyering.net>
13026
13027         * check-module (find_included_lib_files): Hard-code another
13028         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13029         but modules/fts-lgpl (correctly) does not list those files.
13030
13031         * modules/canonicalize (Files): Add lib/pathmax.h.
13032
13033 2005-06-25  Simon Josefsson  <jas@extundo.com>
13034
13035         * modules/check-version: New file.
13036
13037 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13038
13039         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13040         initializer of struct addrinfo, as an indication that we don't
13041         care how many members the structure has.
13042
13043 2005-06-24  Derek Price  <derek@ximbiot.com>
13044         and Bruno Haible  <bruno@clisp.org>
13045
13046         Remove stat module & update lstat.
13047         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13048         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13049         * m4/stat.m4: Remove this file.
13050
13051 2005-06-24  Derek Price  <derek@ximbiot.com>
13052         and Bruno Haible  <bruno@clisp.org>
13053
13054         Remove stat module & update lstat.
13055         * lib/stat.c: Remove this file...
13056         (slash_aware_lstat): ...moving this content and its support...
13057         * lib/lstat.c (rpl_lstat): ...into here.
13058         * lib/lstat.h: New file.
13059
13060 2005-06-24  Derek Price  <derek@ximbiot.com>
13061         and Bruno Haible  <bruno@clisp.org>
13062
13063         Remove stat module & update lstat.
13064         * config/srclist.txt (libc sources): Remove stat.
13065
13066 2005-06-24  Derek Price  <derek@ximbiot.com>
13067         and Bruno Haible  <bruno@clisp.org>
13068
13069         Remove stat module & update lstat.
13070         * MODULES.html.sh (stat): Remove.
13071         * MODULES.html: Regenerated.
13072         * modules/lstat (Description): Correct function name.
13073         (Files): Add "lstat.h".
13074         (Depends-on): Remove stat, add xalloc, stat-macros.
13075         * modules/stat: Remove this file.
13076         (Include): Add "lstat.h", remove <sys/stat.h>.
13077
13078 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13079
13080         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13081         (ranged_convert): Don't save conversion in a temporary struct.
13082         This causes a warning with GCC 4.0.0, and anyway in the typical
13083         case it's not worth the extra 100 bytes or so of code.
13084         (ranged_convert, __mktime_internal): When calling a function via a
13085         pointer P, use P () rather than (*P) (), as we now assume C89 or
13086         better.
13087
13088 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13089
13090         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13091         "who -r" failed to give output.  Problem reported by Tim Waugh.
13092
13093         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13094         (xcalloc): Use it to avoid needless tests.
13095         Problem reported by Jim Meyering.
13096
13097 2005-06-20  Derek Price  <derek@ximbiot.com>
13098
13099         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13100         unnecessary for Autoconfs > 2.59c.
13101
13102 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13103
13104         * lib/argp.h (__option_is_short): Check upper limit of
13105         __key. Isprint() requires its argument to have the value
13106         of an unsigned char or EOF.
13107
13108 2005-06-16  Jim Meyering  <jim@meyering.net>
13109
13110         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13111         when either N or S is zero.
13112
13113 2005-06-16  Derek Price  <derek@ximbiot.com>
13114
13115         * m4/bison.m4: Declare YACC & YFLAGS precious.
13116
13117 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13118
13119         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13120         multibyte string or pattern, fall back on unibyte matching.
13121         Problem reported by James Youngman.
13122
13123 2005-06-08  Bruno Haible  <bruno@clisp.org>
13124
13125         * modules/csharpcomp: New file.
13126         * MODULES.html.sh (C#): Add csharpcomp.
13127
13128 2005-06-08  Bruno Haible  <bruno@clisp.org>
13129
13130         * m4/csharpcomp.m4: New file, from GNU gettext.
13131
13132 2005-06-08  Bruno Haible  <bruno@clisp.org>
13133
13134         * lib/csharpcomp.h: New file, from GNU gettext.
13135         * lib/csharpcomp.c: New file, from GNU gettext.
13136         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13137
13138 2005-06-08  Bruno Haible  <bruno@clisp.org>
13139
13140         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13141         warning on mingw.
13142
13143 2005-06-07  Derek Price  <derek@ximbiot.com>
13144
13145         Sync from CVS.
13146         * lib/glob_.h: Indent nested #ifdef.
13147
13148 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13149
13150         Sync from coreutils.
13151         Use "file name" when talking about file names, instead of "filename"
13152         or "path", as per the GNU coding standards.
13153         * lib/mkdir-p.c: Renamed from makepath.c.
13154         (make_dir_parents): Renamed from make_path.  All callers changed.
13155         * lib/mkdir-p.h: Likewise.  All includers changed.
13156         * lib/filenamecat.c: Renamed from path-concat.c.
13157         (file_name_concat): Renamed from path_concat.  All callers changed.
13158         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13159         * lib/filenamecat.h: Likewise.  All includers changed.
13160         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13161         in comments or local variable names.
13162         * lib/basename.c: Likewise.
13163         * lib/canonicalize.c, canonicalize.h: Likewise.
13164         * lib/dirname.c, dirname.h: Likewise.
13165         * lib/euidaccess.c: Likewise.
13166         * lib/exclude.c: Likewise
13167         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13168         * lib/fsusage.c, fsuage.h: Likewise.
13169         * lib/fts.c, fts_.h: Likewise.
13170         * lib/getcwd.c: Likewise.
13171         * lib/getloadavg.c: Likewise.
13172         * lib/mkstemp.c: Likewise.
13173         * lib/mountlist.c, mountlist.h: Likewise.
13174         * lib/openat.c, openat.h: Likewise.
13175         * lib/readlink-stub.c: Likewise.
13176         * lib/readutmp.c, readutmp.h: Likewise.
13177         * lib/rename.c: Likewise.
13178         * lib/rmdir.c: Likewise.
13179         * lib/same.c: Likewise.
13180         * lib/savedir.c: Likewise.
13181         * lib/stripslash.c: Likewise.
13182         * lib/tempname.c: Likewise.
13183         * lib/xreadlink.c: Likewise.
13184         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13185         All uses changed.
13186         * lib/exclude.h: Likewise.
13187
13188         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13189         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13190         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13191         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13192         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13193         files have been getting away with it for years (MORE/BSD 4.3
13194         is extinct now).
13195         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13196         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13197
13198         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13199         Define to 256, not 255, as per modern POSIX.
13200
13201 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13202
13203         Sync from coreutils.
13204         Use "file name" when talking about file names, instead of "filename"
13205         or "path", as per the GNU coding standards.
13206         * MODULES.html.sh: mkdir-p renamed from makepath.
13207         filenamecat renamed from path-concat.
13208         * modules/filenamecat: Renamed from modules/path-concat.
13209         (Files): filenamecat.h and filenamecat.c renamed from
13210         path-concat.h and path-concat.c.
13211         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13212         (Include): filenamecat.h, not path-concat.h.
13213         * modules/mkdir-p: Renamed from modules/makepath.
13214         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13215         makepath.c.
13216         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13217         (Include): mkdir-p.h, not makepath.h.
13218
13219 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13220
13221         Sync from coreutils.
13222         * m4/mkdir-p.m4: Renamed from makepath.m4.
13223         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13224         Rename files from makepath.c to mkdir-p.c, and from
13225         makepath.h to mkdir-p.h.
13226         * m4/filenamecat.m4: Renamed from path-concat.m4.
13227         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13228         Rename files from path-concat.c to filenamecat.c,
13229         and from path-concat.h to filenamecat.h.
13230         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13231         "file name" in local variables or comments.
13232         * m4/rename.m4: Likewise.
13233
13234 2005-06-01  Bruno Haible  <bruno@clisp.org>
13235
13236         * modules/csharpexec: New file.
13237         * MODULES.html.sh (C#): New section.
13238
13239 2005-06-01  Bruno Haible  <bruno@clisp.org>
13240
13241         * m4/csharp.m4: New file, from GNU gettext.
13242         * m4/csharpexec.m4: New file, from GNU gettext.
13243
13244 2005-06-01  Bruno Haible  <bruno@clisp.org>
13245
13246         * lib/csharpexec.h: New file, from GNU gettext.
13247         * lib/csharpexec.c: New file, from GNU gettext.
13248         * lib/csharpexec.sh.in: New file, from GNU gettext.
13249
13250 2005-05-31  Derek Price  <derek@ximbiot.com>
13251             Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         Sync from cvs.
13254         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13255
13256 2005-05-31  Derek Price  <derek@ximbiot.com>
13257             Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         Sync from cvs.
13260         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13261
13262 2005-05-29  Derek Price  <derek@ximbiot.com>
13263
13264         * config/srclist.txt (glob_.h, glob.c): Add these files.
13265
13266 2005-05-29  Derek Price  <derek@ximbiot.com>
13267
13268         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13269         * modules/glob: New file.
13270         * modules/getlogin_r: Add link to POSIX spec in description.
13271
13272 2005-05-29  Derek Price  <derek@ximbiot.com>
13273             Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * m4/glob.m4: New file.
13276
13277 2005-05-29  Derek Price  <derek@ximbiot.com>
13278             Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * lib/glob_.h, lib/glob.c: New files.
13281
13282 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13285         * modules/fts-lgpl (Depends-on): Remove gettext.
13286
13287 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13290         and don't require gt_INTTYPES_PRI.
13291
13292 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13293
13294         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13295
13296         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13297         the configuration hassle isn't worth it.
13298         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13299         (LONGEST_MODIFIER, PRIuMAX): Remove.
13300
13301 2005-05-27  Bruno Haible  <bruno@clisp.org>
13302
13303         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13304
13305 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13306
13307         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13308         _POSIX_PTHREAD_SEMANTICS for Solaris.
13309
13310 2005-05-25  Derek Price  <derek@ximbiot.com>
13311
13312         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13313
13314 2005-05-25  Derek Price  <derek@ximbiot.com>
13315             Paul Eggert  <eggert@cs.ucla.edu>
13316
13317         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13318         * lib/getlogin_r.c, getlogin_r.h: New files.
13319
13320 2005-05-25  Bruno Haible  <bruno@clisp.org>
13321             Derek Price  <derek@ximbiot.com>
13322
13323         * lib/getlogin_r.h: Simplify API documentation.
13324
13325 2005-05-23  Derek Price  <derek@ximbiot.com>
13326
13327         * modules/minmax (Files): Add m4/minmax.m4.
13328         (configure.ac): Add gl_MINMAX.
13329
13330 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13333         so that unistd-safer.h (GPL'ed code) need not be included.
13334
13335 2005-05-22  Bruno Haible  <bruno@clisp.org>
13336
13337         * m4/minmax.m4: New file.
13338         Based on a patch by Derek Price <derek@ximbiot.com>.
13339
13340 2005-05-22  Bruno Haible  <bruno@clisp.org>
13341
13342         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13343         (INT64_MIN): Fix definition.
13344         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13345
13346         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13347         NEED_SIGNED_INT_TYPES.
13348
13349         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13350         HAVE_SYSTEM_INTTYPES.
13351
13352 2005-05-22  Bruno Haible  <bruno@clisp.org>
13353
13354         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13355         Also include <sys/param.h> if it defines MIN, MAX.
13356         Based on a patch by Derek Price <derek@ximbiot.com>.
13357
13358 2005-05-21  Jim Meyering  <jim@meyering.net>
13359
13360         * modules/fts (Files): Add m4/inttypes-pri.m4.
13361         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13362
13363 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13364
13365         New fts module.
13366         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13367         (setup_dir, free_dir): New functions.
13368         (enter_dir, leave_dir): Define trivial
13369         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13370         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13371         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13372         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13373         Move to fts-cycle.c.
13374         (fts_open): Use setup_dir.
13375         (fts_close): Use free_dir.
13376         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13377         This adds a label and some gotos, but the alternatives were messier.
13378         Check for memory allocation failure when entering a dir.
13379         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13380         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13381         (FTS): New member fts_cycle, that is a union that contains the
13382         old active_dir_ht and cycle_state.  All uses changed to mention
13383         fts_cycle.ht and fts_cycle.state.
13384         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13385         fts.c, with the following changes:
13386         (setup_dir, free_dir): New functions.
13387         (enter_dir): Now returns bool.  Return true if successful, false
13388         if memory exhausted.  All callers changed.
13389         Do not bother partly cleaning up on
13390         memory allocation failure; that is free_dir's job.
13391         However, free ad if hash_insert fails, to avoid memory leak.
13392         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13393         fts->fts_options to see which union member to use.
13394
13395 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13396
13397         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13398         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13399
13400 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13401
13402         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13403
13404 2005-05-20  Jim Meyering  <jim@meyering.net>
13405
13406         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13407         Now a macro, to pacify GCC.
13408
13409 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13410
13411         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13412         of -1.
13413
13414 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13415
13416         * lib/chown.c (rpl_chown): Return -1 on failure.
13417
13418 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13419
13420         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13421         Don't check for stddef.h.
13422         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13423         don't use its results.
13424         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13425         since we include them unconditionally.  Don't require
13426         AM_STDBOOL_H, since stdbool is a prerequisite.
13427         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13428         since we assume C89 or better.
13429         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13430         as we don't use their results.
13431         Don't check for fchdir, memmove, memset, strrchr, as we use
13432         them unconditionally.
13433         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13434         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13435
13436 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13439         Include <stddef.h> unconditionally, since we assume C89 now.
13440         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13441         * lib/fts.c: Include fts_.h first, to check interface.
13442         Do not include intprops.h; no longer needed.
13443         Include cycle-check.h and hash.h, since fts_.h no longer does.
13444         Remove unnecessary casts of closedir to void.
13445         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13446         decide whether to decrement nlinks.
13447         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13448         (FTS): Use struct hash_table * instead of Hash_table, so that
13449         we no longer need to include hash.h here.
13450
13451 2005-05-18  Jim Meyering  <jim@meyering.net>
13452
13453         * modules/dirfd (License): Change to LGPL.  Most of the code
13454         is already in the public domain.
13455
13456 2005-05-18  Jim Meyering  <jim@meyering.net>
13457
13458         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13459         Reported by Yoann Vandoorselaere.
13460
13461 2005-05-17  Jim Meyering  <jim@meyering.net>
13462
13463         * m4/fts.m4: New file, from coreutils.
13464
13465 2005-05-17  Jim Meyering  <jim@meyering.net>
13466
13467         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13468
13469 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13470
13471         Sync from coreutils.
13472         * m4/unlinkdir.m4: New file.
13473
13474 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         Sync from coreutils.
13477         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13478         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13479         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13480         White space changes only.
13481         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13482         special.
13483         * lib/yesno.c: Include getline.h, not ctype.h.
13484         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13485         Use getline to remove arbitrary restriction on response length.
13486
13487 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13488
13489         * config/srclist-update: Spell out "Street" in FSF postal
13490         mail address; this is the style the FSF seems to prefer.
13491
13492         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13493         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13494         this updates FSF postal mail address.
13495
13496         Sync from coreutils.
13497         * modules/unlinkdir: New file.
13498         * modules/yesno (Depends-on): Add getline.
13499         * MODULES.html.sh (File system functions): Add unlinkdir.
13500
13501 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13502
13503         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13504         lib/strsep.h:
13505         Change the initial comment to refer to GPL, not LGPL.
13506         gnulib-tool will change it to LGPL as needed.
13507
13508         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13509         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13510         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13511         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13512         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13513         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13514         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13515         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13516         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13517         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13518         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13519         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13520         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13521         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13522         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13523         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13524         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13525         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13526         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13527         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13528         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13529         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13530         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13531         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13532         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13533         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13534         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13535         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13536         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13537         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13538         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13539         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13540         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13541         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13542         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13543         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13544         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13545         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13546         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13547         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13548         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13549         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13550         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13551         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13552         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13553         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13554         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13555         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13556         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13557         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13558         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13559         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13560         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13561         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13562         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13563         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13564         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13565         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13566         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13567         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13568         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13569         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13570         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13571         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13572         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13573         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13574         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13575         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13576         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13577         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13578         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13579         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13580         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13581         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13582         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13583         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13584         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13585         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13586         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13587         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13588         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13589         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13590         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13591         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13592         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13593         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13594         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13595         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13596         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13597         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13598         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13599         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13600         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13601         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13602         lib/yesno.c, lib/yesno.h:
13603         Update FSF postal mail address.
13604
13605 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13608         tests/test-memmem.c, tests/test-stpncpy.c:
13609         Update FSF postal mail address.
13610
13611 2005-05-13  Bruno Haible  <bruno@clisp.org>
13612
13613         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13614         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13615         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13616         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13617         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13618         Add support for 64-bit integers in the MSVC compiler.
13619
13620 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13621
13622         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13623
13624 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13625
13626         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13627
13628 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13629
13630         * doc/getdate.texi (General date syntax): Don't say that date
13631         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13632         Problem reported by Nic Ferrier.
13633
13634 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13635
13636         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13637         specified in ai_socktype. Fix invalid ai_protocol
13638         check. ai_protocol is usually set to 0 or depending on
13639         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13640         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13641         ai_socktype / ai_protocol in the returned addrinfo structure.
13642
13643 2005-05-10  Simon Josefsson  <jas@extundo.com>
13644
13645         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13646         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13647
13648 2005-05-10  Karl Berry  <karl@gnu.org>
13649
13650         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13651         (from http://www.gnu.org/licenses).
13652         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13653         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13654         fdl.texi suffices.
13655
13656 2005-05-10  Karl Berry  <karl@gnu.org>
13657
13658         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13659         (COPYING.DOC): remove.
13660
13661         * config/srclist-update: new FSF address.
13662
13663 2005-05-10  Derek Price  <derek@ximbiot.com>
13664
13665         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13666         possible.
13667
13668 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13669             Bruno Haible  <bruno@clisp.org>
13670
13671         * modules/inet_ntop: New file.
13672         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13673         inet_ntop.
13674
13675 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13676             Bruno Haible  <bruno@clisp.org>
13677
13678         * m4/inet_ntop.m4: New file.
13679
13680 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13681             Bruno Haible  <bruno@clisp.org>
13682
13683         * lib/inet_ntop.h: New file.
13684         * lib/inet_ntop.c: New file, from glibc with modifications.
13685
13686 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         * modules/time_r (License): Change to LGPL.
13689         * modules/extensions (License): Change to LGPL.  Actually,
13690         the license is more permissive than that, but currently gnulib-tool
13691         doesn't know how to handle more-permissive licenses.
13692
13693         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13694         Problem reported by Dave Love.
13695
13696 2005-05-08  Jim Meyering  <jim@meyering.net>
13697
13698         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13699         blank.
13700
13701 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         * modules/argmatch (Depends-on): Add stdbool.
13704         * modules/backupfile (Depends-on): Likewise.
13705         * modules/chdir-long (Depends-on): Likewise.
13706         * modules/closeout (Depends-on): Likewise.
13707         * modules/cycle-check (Depends-on): Likewise.
13708         * modules/dirname (Depends-on): Likewise.
13709         * modules/fnmatch (Depends-on): Likewise.
13710         * modules/fsusage (Depends-on): Likewise.
13711         * modules/fwriteerror (Depends-on): Likewise.
13712         * modules/getcwd (Depends-on): Likewise.
13713         * modules/getloadavg (Depends-on): Likewise.
13714         * modules/hard-locale (Depends-on): Likewise.
13715         * modules/makepath (Depends-on): Likewise.
13716         * modules/mountlist (Depends-on): Likewise.
13717         * modules/nanosleep (Depends-on): Likewise.
13718         * modules/posixtm (Depends-on): Likewise.
13719         * modules/quotearg (Depends-on): Likewise.
13720         * modules/readtokens (Depends-on): Likewise.
13721         * modules/readtokens0 (Depends-on): Likewise.
13722         * modules/readutmp (Depends-on): Likewise.
13723         * modules/save-cwd (Depends-on): Likewise.
13724         * modules/strftime (Depends-on): Likewise.
13725         * modules/userspec (Depends-on): Likewise.
13726         * modules/utimecmp (Depends-on): Likewise.
13727         * modules/xgetcwd (Depends-on): Likewise.
13728         * modules/xnanosleep (Depends-on): Likewise.
13729         * modules/xstrtod (Depends-on): Likewise.
13730         * modules/yesno (Depends-on): Likewise.
13731
13732 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13733
13734         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13735         needless checks.
13736
13737 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         Merge from coreutils.  Among other things,
13740         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13741         * lib/fd-safer.c: New file.
13742         * lib/fcntl-safer.h, open-safer.c: Remove.
13743         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13744         * lib/dup-safer.c: Include unistd-safer.h first.
13745         Don't include errno.h.
13746         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13747         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13748         * lib/file-type.c: Rely on file-type.h change.
13749         * lib/getloadavg.c: Include unistd-safer.h.
13750         (getloadavg): Use safer open.
13751         * lib/getusershell.c: Include "stdio-safer.h".
13752         (getusershell): Use safer fopen.
13753         * lib/long-options.c (long_options): Use NULL rather than 0.
13754         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13755         'free'.
13756         * lib/modechange.c: Likewise.
13757         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13758         (MODE_DONE): New constant.
13759         (struct mode_change): Remove 'next' member.
13760         (make_node_op_equals): New function; like the old one of the
13761         same name, except it allocates an array.
13762         (mode_compile, mode_create_from_ref): Use it.
13763         (mode_compile): Allocate result as an array, not a linked list.
13764         Parse octal string ourself, so that we catch mistakes like "+0".
13765         (mode_adjust): Arg is an array, not a linked list.
13766         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13767         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13768         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13769         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13770         Remove.  This is now stat-macros.h's job.
13771         (talloc): Remove.  All callers replaced by xalloc, so that
13772         our invokers don't have to worry about reporting memory failures.
13773         (make_node_op_equals): Remove.
13774         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13775         New constants.
13776         (struct mode_change): Moved here from modechange.h.
13777         (mode_append_entry): Remove.
13778         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13779         apps to have incorrect behavior.  Use simpler algorithm for head
13780         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13781         Detect more invalid usages rather than having somewhat-random behavior.
13782         Don't insert an "a=" action, as that leads to incorrect behavior.
13783         (mode_compile, mode_create_from_ref): Return NULL on error instead
13784         of an enum, since now there's only one way to have an error.  All
13785         callers changed.
13786         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13787         at the correct time.  Simplify calculation of "+u" and its ilk.
13788         Don't mishandle "+X".
13789         (mode_free): Remove "register" and localize decls.
13790         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13791         (struct mode_change): Move to modechange.c; callers don't
13792         need to see this stuff.
13793         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13794         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13795         (mode_change, mode_adjust): Reflect the new signatures noted above.
13796         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13797         that might redefine system include files.
13798         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13799         (my_usleep): Use NULL rather than (void *) 0.
13800         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13801         Use siginterrupt to specify that system calls should be interrupted.
13802         (rpl_nanosleep): Move initialization of suspended closer to call of
13803         my_usleep.
13804         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13805         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13806         (desirable_utmp_entry): New function.
13807         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13808         using x2nrealloc, to simplify logic.
13809         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13810         size calculation.  Do not assume utmp file is a regular file.
13811         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13812         (READ_UTMP_CHECK_PIDS): New constant.
13813         * lib/save-cwd.c: Include unistd-safer.h.
13814         (save_cwd): Use fd_safer.
13815         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13816         [!_LIBC] Include "stat-macros.h" instead.
13817         * lib/unistd-safer.h (fd_safer): New decl.
13818
13819 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * modules/getloadavg (Depends-on): Add unistd-safer.
13822         * modules/getusershell (Depends-on): Add stdio-safer.
13823         * modules/lstat (Depends-on): Remove xalloc.
13824         * modules/mkstemp (Depends-on): Add stat-macros.
13825         * modules/modechange (Depends-on): Remove xstrtol.
13826         Add stat-macros, xalloc.
13827         * modules/save-cwd (Depends-on): Add unistd-safer.
13828         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13829         * modules/unistd-safer (Files): Add lib/fd-safer.c
13830         (Makefile.am): Remove lib_SOURCES.
13831
13832         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13833         Remove fcntl-safer; unistd-safer supersedes it.
13834
13835 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13838         AC_HEADER_STAT.
13839         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13840         (gl_PREREQ_CHOWN): Remove.
13841         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13842         it.  Don't require AC_HEADER_STAT.
13843         (gl_PREREQ_LSTAT): Remove.
13844         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13845         Don't require AC_HEADER_STAT.
13846         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13847         (gl_PREREQ_RMDIR): Remove.
13848         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13849         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13850         the stat-macros module a prerequisite.
13851         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13852         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13853         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13854         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13855         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13856         variable names.
13857         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13858         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13859         variable prefixes.
13860         * m4/fcntl-safer.m4: Remove.
13861         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13862         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13863         Invoke gl_PREREQ_FD_SAFER.
13864         (gl_PREREQ_FD_SAFER): New macro.
13865         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13866         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13867         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13868         Remove duplicate call to AC_LIBOBJ(readutmp).
13869         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13870
13871         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13872         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13873
13874 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13875
13876         * MODULES.html.sh (Misc): Add byteswap.
13877
13878 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13879
13880         * modules/getcwd (Depends-on): Add extensions.
13881         * modules/openat (Depends-on): Likewise.
13882
13883 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13884
13885         * modules/byteswap: New file.
13886
13887 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13888
13889         * m4/byteswap.m4: New file.
13890
13891 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13892
13893         * lib/byteswap_.h: New file.
13894
13895 2005-04-25  Karl Berry  <karl@gnu.org>
13896
13897         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13898
13899 2005-04-25  Albert Chin  <china@thewrittenword.com>
13900
13901         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13902         Toolkit C bug.
13903
13904 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13905
13906         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13907         (func_ln_if_changed) Remove forcibly for no error message
13908         in case file does not exist.
13909
13910 2005-04-19  Simon Josefsson  <jas@extundo.com>
13911
13912         * gnulib-tool (Options): Make --symlink mean --symbolic.
13913
13914 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13915
13916         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13917
13918 2005-04-16  Simon Josefsson  <jas@extundo.com>
13919
13920         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13921
13922 2005-04-15  Simon Josefsson  <jas@extundo.com>
13923
13924         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13925
13926 2005-04-15  Simon Josefsson  <jas@extundo.com>
13927
13928         * gnulib-tool: Rename --symlink to --symbolic.
13929
13930 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13931
13932         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13933         symbolic links to files instead of copying/moving.  Add --aux-dir,
13934         specifying directory relative --dir where auxiliary build tools
13935         are placed.
13936
13937 2005-04-14  Bruno Haible  <bruno@clisp.org>
13938
13939         * modules/allocsa (License): Change to LGPL.
13940         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13941
13942 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13943
13944         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13945         that "UTC +1 second" continues to work.  Problem reported
13946         by Dmitry V. Levin.
13947         (relunit_snumber): New rule.
13948         (relunit): Use it.
13949
13950 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13951
13952         * lib/getdate.y (universal_time_zone_table): New constant.
13953         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13954         universal_time_zone_table.
13955         (lookup_zone): Prefer universal_time_zone_table to
13956         local_time_zone_table, so that "GMT" time stamps are allowed in
13957         London during the summer.  Problem reported by Ian Abbott.
13958
13959 2005-04-12  Jim Meyering  <jim@meyering.net>
13960
13961         * lib/human.c (humblock): Set *options even when returning due to
13962         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13963         warning from gcc-4.
13964
13965 2005-04-09  Jim Meyering  <jim@meyering.net>
13966
13967         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13968         -Wuninitialized: initialize tm0.tm_year.
13969
13970 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13973         count, since there's no maximum.  All uses changed.
13974         Add member dsts_seen.
13975         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13976         not being INT_MAX.
13977         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13978         Use pc_rels_seen to decide whther a date is absolute.
13979
13980         * lib/getdate.y (number): Don't overwrite year.
13981         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13982         check.
13983
13984 2005-04-02  Simon Josefsson  <jas@extundo.com>
13985
13986         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13987         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13988
13989 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13990
13991         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13992         where no absolute path name can be longer than PATH_MAX.
13993
13994 2005-03-27  Jim Meyering  <jim@meyering.net>
13995
13996         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13997
13998 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13999
14000         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14001         "one's complement" -> "ones' complement" in comment, as per Knuth.
14002         "value of type" -> "type or expression" in comment.
14003         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14004
14005 2005-03-26  Jim Meyering  <jim@meyering.net>
14006
14007         Comment nits.
14008         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14009         Correct typos: s/or/of/.
14010
14011 2005-03-26  Jim Meyering  <jim@meyering.net>
14012
14013         * modules/check-include-files: Move to ../ and rename to...
14014         * check-module: ...this.
14015
14016 2005-03-25  Jim Meyering  <jim@meyering.net>
14017
14018         * modules/xvasprintf (Files): Add xalloc.h.
14019
14020 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14021
14022         * modules/gettext (Files): config/config.rpath ->
14023         build-aux/config.rpath
14024         * modules/iconv (Files): Likewise.
14025         Problem reported by Oskar Liljeblad.
14026
14027 2005-03-23  Jim Meyering  <jim@meyering.net>
14028
14029         * modules/check-include-files: New script to check for
14030         missing dependencies, multiple includes, etc.
14031
14032         * modules/c-strtold (Depends-on): Add xalloc.
14033         * modules/c-strtod (Depends-on): Add xalloc.
14034         * modules/hash (Depends-on): Add xalloc.
14035         (Files): Remove lib/xalloc.h.
14036
14037         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14038         * modules/userspec (Files): Add lib/inttostr.h.
14039
14040 2005-03-23  Jim Meyering  <jim@meyering.net>
14041
14042         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14043
14044 2005-03-22  Jim Meyering  <jim@meyering.net>
14045
14046         * modules/stat-macros: New module.
14047         * modules/canonicalize, modules/euidaccess, modules/file-type,
14048         * modules/filemode, modules/lchown, modules/makepath,
14049         * modules/rmdir, modules/stat: Depend on new stat-macros module
14050         rather than listing lib/stat-macros.h manually.
14051         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14052
14053 2005-03-22  Jim Meyering  <jim@meyering.net>
14054
14055         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14056
14057 2005-03-22  Bruno Haible  <bruno@clisp.org>
14058
14059         * config/srclist.txt: Replace target directory 'config' with
14060         'build-aux'.
14061         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14062         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14063         ../build-aux/.
14064
14065 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * modules/chdir-long (Depends-on): Add mempcpy.
14068
14069         * modules/acl, modules/backupfile, modules/c-strtod,
14070         modules/c-strtold, modules/canon-host, modules/canonicalize,
14071         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14072         modules/exclude, modules/exitfail, modules/file-type,
14073         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14074         modules/getdate, modules/getline, modules/getpagesize,
14075         modules/getpass, modules/getugroups, modules/group-member,
14076         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14077         modules/inttostr, modules/long-options, modules/makepath,
14078         modules/md5, modules/memcasecmp, modules/memcoll,
14079         modules/modechange, modules/mountlist, modules/path-concat,
14080         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14081         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14082         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14083         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14084         modules/strftime, modules/strndup, modules/strverscmp,
14085         modules/timespec, modules/unlocked-io, modules/userspec,
14086         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14087         modules/yesno:
14088         Remove lib_SOURCES line from Makefile.am section, as this is now
14089         done automatically by the corresponding Autoconf macro.
14090
14091 2005-03-21  Jim Meyering  <jim@meyering.net>
14092
14093         Changes imported from coreutils.
14094
14095         * lib/cycle-check.c: Don't include xalloc.h.
14096
14097         * lib/path-concat.c: Don't include assert.h.
14098         (path_concat): Remove assertion that would have triggered
14099         for ABASE starting with more than one slash.
14100         Reported by Andreas Schwab.
14101
14102         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14103         properly when ABASE is an absolute file name.
14104         Correct the description of this function.
14105         Include <assert.h>.
14106         Add an assertion and a test driver.
14107         This fixes a bug introduced on 2004-07-02.
14108         Andreas Schwab reported the resulting failure of cp --parents:
14109         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14110
14111 2005-03-21  Jim Meyering  <jim@meyering.net>
14112
14113         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14114         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14115
14116 2005-03-21  Jim Meyering  <jim@meyering.net>
14117         and  Paul Eggert  <eggert@cs.ucla.edu>
14118
14119         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14120         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14121         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14122         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14123         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14124         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14125         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14126         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14127         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14128         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14129         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14130         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14131         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14132         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14133         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14134         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14135         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14136         for these modules.
14137
14138 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14141         (which shouldn't happen), generate nothing instead of returning 0
14142         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14143
14144 2005-03-16  Bruno Haible  <bruno@clisp.org>
14145
14146         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14147         HAVE_LONGLONG_64BIT.
14148
14149 2005-03-16  Bruno Haible  <bruno@clisp.org>
14150
14151         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14152         HAVE_LONGLONG_64BIT.
14153
14154 2005-03-16  Bruno Haible  <bruno@clisp.org>
14155
14156         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14157         HAVE_LONGLONG_64BIT.
14158
14159 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14160
14161         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14162         reliably distinguish strftime failure from empty output on POSIX
14163         hosts.
14164
14165 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14166
14167         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14168         (iconv_string): Don't guess a size-zero buffer, as that might cause
14169         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14170         result would be 'too large', where 'too large' is (heuristically)
14171         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14172         overflow concerns.  This will prevent some unwanted malloc failures
14173         when the inputs are very large.
14174
14175 2005-03-15  Karl Berry  <karl@gnu.org>
14176
14177         * config/srclist.txt (config.rpath): from gettext.
14178         * config/config.rpath: update.
14179
14180 2005-03-15  Bruno Haible  <bruno@clisp.org>
14181
14182         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14183         to 'negate'.
14184
14185         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14186         variable.
14187
14188         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14189         results.
14190
14191 2005-03-14  Simon Josefsson  <jas@extundo.com>
14192
14193         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14194         <fx@gnu.org>.
14195
14196 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14197
14198         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14199         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14200         intprops.h.
14201         * lib/strtol.c: Likewise.
14202
14203 2005-03-14  Jim Meyering  <jim@meyering.net>
14204
14205         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14206         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14207         to be nonzero so that we (and caller) can detect the difference
14208         between a valid zero-length expansion and an error return, even
14209         when the underlying strftime fails before writing anything into
14210         that location.
14211
14212 2005-03-14  Bruno Haible  <bruno@clisp.org>
14213
14214         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14215         Update from GNU gettext 0.14.3.
14216
14217 2005-03-10  Jim Meyering  <jim@meyering.net>
14218
14219         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14220
14221 2005-03-10  Jim Meyering  <jim@meyering.net>
14222
14223         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14224         so that this module works on systems without fchdir.
14225
14226 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         Factor int-properties macros into a single file, except for
14229         glibc-related files.
14230         * lib/intprops.h: New file.
14231         * lib/getloadavg.c: Include it instead of limits.h.
14232         (INT_STRLEN_BOUND): Remove.
14233         * lib/human.c: Include intprops.h.
14234         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14235         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14236         302/1000.
14237         * lib/inttostr.h: Include intprops.h instead of limits.h.
14238         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14239         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14240         for consistency with intprops.h.
14241         (time_t_is_integer, twos_complement_arithmetic): Use them.
14242         * lib/sig2str.h: Include <signal.h>, intprops.h.
14243         (INT_STRLEN_BOUND): Remove.
14244         * lib/strftime.c (TYPE_SIGNED): Remove.
14245         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14246         * lib/strtol.c: Adjust comments to match intprops.h.
14247         * lib/userspec.c: Include intprops.h.
14248         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14249         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14250         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14251         instead of rolling our own expressions.
14252         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14253
14254         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14255         instead of int.
14256         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14257         the right thing even if adding 1900 would overflow.  Similarly
14258         for tm_mon + 1 and tm_yday + 1.
14259         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14260         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14261         (DO_SIGNED_NUMBER): New macro.
14262         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14263
14264 2005-03-07  Bruno Haible  <bruno@clisp.org>
14265
14266         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14267
14268 2005-03-07  Bruno Haible  <bruno@clisp.org>
14269
14270         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14271
14272 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14273
14274         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14275         (func_import): Only replace files via --import when they have actually
14276         changed.
14277
14278 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14279
14280         * m4/mmap-anon.m4: New file.
14281         * m4/pagealign_alloc.m4: New file.
14282
14283 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14284             Bruno Haible  <bruno@clisp.org>
14285
14286         * modules/pagealign_alloc: New file.
14287         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14288
14289 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14290             Bruno Haible  <bruno@clisp.org>
14291
14292         * lib/pagealign_alloc.h: New file.
14293         * lib/pagealign_alloc.c: New file.
14294
14295 2005-03-03  Bruno Haible  <bruno@clisp.org>
14296
14297         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14298         Use an all-permissive copyright notice, recommended by RMS.
14299
14300 2005-03-02  Bruno Haible  <bruno@clisp.org>
14301
14302         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14303         of AIX, the replacement has to be done only after <string.h> is
14304         included, therefore not in config.h. stpncpy.h does the replacement,
14305         and stpncpy.c uses it.
14306
14307 2005-03-02  Bruno Haible  <bruno@clisp.org>
14308
14309         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14310         stpncpy.c uses it.
14311
14312 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14313
14314         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14315         The workaround isn't strictly needed for POSIX conformance, and
14316         it's too much of a pain to configure and maintain.  We'll ask
14317         people to fix their kernels instead.
14318         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14319         (NANOSLEEP_BUG_WORKAROUND): Remove.
14320         (xnanosleep): Remove the workaround.
14321
14322 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14325         Reported by Derek Price.
14326         (Include): Add "timespec.h".
14327
14328         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14329
14330 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14331
14332         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14333         to detect nanosleep bug.
14334
14335 2005-03-01  Bruno Haible  <bruno@clisp.org>
14336
14337         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14338
14339 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * modules/gethrxtime: New file.
14342         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14343         (Depends-on): Add gethrxtime.
14344         (configure.ac): Add gl_XNANOSLEEP.
14345         (Makefile.am): Remove lib_SOURCES line.
14346
14347 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14350         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14351
14352 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14353
14354         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14355         * lib/timespec.h (gettime): Return void, since it always
14356         succeeds now.  All uses changed.
14357         * lib/gettime.c (gettime) Likewise.
14358         [HAVE_NANOTIME]: Prefer nanotime.
14359         Assume gettimeofday succeeds, as POSIX requires.
14360         Assime time () succeeds, since other code already does.
14361         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14362         (timespec_subtract): Remove.
14363         (NANOSLEEP_BUG_WORKAROUND): New constant.
14364         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14365         things considerably.  Use it only on GNU/Linux hosts, since the
14366         workaround shouldn't be needed elsewhere.
14367
14368 2005-02-24  Bruno Haible  <bruno@clisp.org>
14369
14370         * modules/gettext (Files): Add m4/glibc2.m4.
14371
14372 2005-02-24  Bruno Haible  <bruno@clisp.org>
14373
14374         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14375         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14376         * m4/progtest.m4:
14377         Update from GNU gettext 0.14.2.
14378         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14379
14380 2005-02-24  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14383         * lib/config.charset: Update from GNU gettext 0.14.2.
14384
14385 2005-02-24  Bruno Haible  <bruno@clisp.org>
14386
14387         * lib/gettext.h: Update from GNU gettext 0.14.2.
14388
14389 2005-02-23  Simon Josefsson  <jas@extundo.com>
14390
14391         * m4/iconvme.m4: New file.
14392
14393 2005-02-23  Jim Meyering  <jim@meyering.net>
14394
14395         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14396         change.
14397         Thanks to Bruno Haible for catching it.
14398
14399 2005-02-22  Simon Josefsson  <jas@extundo.com>
14400
14401         * modules/iconvme: New file.
14402
14403         * MODULES.html.sh: Add iconvme.
14404
14405 2005-02-22  Simon Josefsson  <jas@extundo.com>
14406
14407         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14408
14409 2005-02-22  Simon Josefsson  <jas@extundo.com>
14410
14411         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14412
14413 2005-02-22  Jim Meyering  <jim@meyering.net>
14414
14415         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14416         s/ifndef/ifdef/.
14417
14418 2005-02-20  Neil Conway  <neilc@samurai.com>
14419
14420         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14421         returned by OSX/Darwin if the specified buffer is not large
14422         enough for the hostname.
14423
14424 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14425
14426         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14427         pass it to _help, otherwise the latter coredumps trying to
14428         dereference state.root_argp.
14429
14430 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * modules/chdir-long (Depends-on): Add memrchr.
14433         * modules/memrchr (Files): Add lib/memrchr.h.
14434         (Include): "memrchr.h".
14435
14436 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14439
14440 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/memrchr.h: New file.
14443         * lib/chdir-long.c: Include it.
14444         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14445         Don't bother including stddef.h.
14446
14447 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14450         inclusion.
14451         Include <sys/types.h>, for dev_t.
14452         (ME_DUMMY, ME_REMOTE): Move from here....
14453         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14454         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14455         Dmitry V. Levin.
14456         Include mountlist.h first, to test the interface.
14457
14458 2005-01-29  Bruno Haible  <bruno@clisp.org>
14459
14460         * lib/progname.c (program_name): Initialize.
14461         Needed when linking statically on MacOS X.
14462
14463 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14464
14465         Sync from coreutils.
14466         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14467         (Depends-on): Add c-strtod.
14468         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14469
14470 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14471
14472         Sync from coreutils.
14473         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14474
14475         Remove files that are specific to coreutils.
14476         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14477
14478 2005-01-28  Bruno Haible  <bruno@clisp.org>
14479
14480         * modules/javacomp: New file.
14481         * MODULES.html.sh (Java): Add javacomp.
14482
14483 2005-01-28  Bruno Haible  <bruno@clisp.org>
14484
14485         * m4/javacomp.m4: New file, from GNU gettext.
14486
14487 2005-01-28  Bruno Haible  <bruno@clisp.org>
14488
14489         * lib/javacomp.sh.in: New file, from GNU gettext.
14490         * lib/javacomp.h: New file, from GNU gettext.
14491         * lib/javacomp.c: New file, from GNU gettext.
14492
14493 2005-01-26  Simon Josefsson  <jas@extundo.com>
14494
14495         * lib/gai_strerror.c: Use GPL in header.
14496
14497 2005-01-26  Bruno Haible  <bruno@clisp.org>
14498
14499         * modules/javaexec: New file.
14500         * MODULES.html.sh (Java): Add javaexec.
14501
14502 2005-01-26  Bruno Haible  <bruno@clisp.org>
14503
14504         * m4/javaexec.m4: New file, from GNU gettext.
14505
14506 2005-01-26  Bruno Haible  <bruno@clisp.org>
14507
14508         * lib/javaexec.sh.in: New file, from GNU gettext.
14509         * lib/javaexec.h: New file, from GNU gettext.
14510         * lib/javaexec.c: New file, from GNU gettext.
14511
14512 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14513
14514         * modules/lchown (Depends-on): Remove lchown.h
14515
14516 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14517
14518         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14519         must be defined if the header file was not found, in order
14520         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14521
14522 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14523
14524         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14525         initializers for struct pentry_state.
14526         (__argp_error): Check return value of __asprintf
14527         (__argp_failure): Translate error message
14528
14529         * lib/argp-parse.c: Removed braces around the expansion of N_()
14530
14531 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14532
14533         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14534         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14535         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14536         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14537         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14538         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14539         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14540         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14541         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14542         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14543         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14544         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14545         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14546         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14547         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14548         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14549         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14550         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14551         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14552         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14553         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14554         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14555         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14556         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14557         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14558         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14559         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14560         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14561         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14562         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14563         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14564         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14565         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14566         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14567         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14568         Use an all-permissive copyright notice, recommended by RMS.
14569
14570 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * modules/chdir-long (Depends-on): Remove mempcpy.
14573
14574 2005-01-21  Jim Meyering  <jim@meyering.net>
14575
14576         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14577         same value as for Solaris 9.
14578
14579         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14580         component length.  This included changing the parameter to be
14581         of type `char *' rather than `char const *'.
14582         * lib/chdir-long.h (chdir_long): Update prototype.
14583
14584         * lib/openat.c (fdopendir, fstatat): New functions.
14585         * lib/openat.h: Include headers required for use of DIR and struct
14586         stat.
14587         [AT_SYMLINK_NOFOLLOW]: Define.
14588         (fdopendir, fstatat): Add prototypes.
14589
14590 2005-01-21  Bruno Haible  <bruno@clisp.org>
14591
14592         * modules/classpath: New file.
14593         * MODULES.html.sh (Java): Add classpath.
14594
14595 2005-01-21  Bruno Haible  <bruno@clisp.org>
14596
14597         * lib/classpath.h: New file, from GNU gettext.
14598         * lib/classpath.c: New file, from GNU gettext.
14599
14600 2005-01-20  Simon Josefsson  <jas@extundo.com>
14601
14602         * modules/version-etc-fsf: New file.
14603
14604 2005-01-20  Simon Josefsson  <jas@extundo.com>
14605
14606         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14607         * lib/version-etc.c: Remove version_etc_copyright.
14608         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14609         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14610
14611 2005-01-20  Simon Josefsson  <jas@extundo.com>
14612
14613         * lib/base64.h (isbase64): Add.
14614
14615         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14616         using a unsigned prototype, don't inline.
14617         (base64_decode): Use it.
14618
14619 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14620
14621         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14622         it.
14623
14624 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14625
14626         * lib/save-cwd.c (save_cwd): Remove code to support the case
14627         where fchdir is missing or flaky.
14628
14629 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14632
14633 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14634
14635         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14636         AC_LIBSOURCES now does this.
14637         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14638         with new ullong_max module.
14639
14640 2005-01-19  Bruno Haible  <bruno@clisp.org>
14641
14642         * modules/sh-quote: New file.
14643         * MODULES.html.sh (Executing programs): Add sh-quote.
14644
14645 2005-01-19  Bruno Haible  <bruno@clisp.org>
14646
14647         * lib/sh-quote.h: New file, from GNU gettext.
14648         * lib/sh-quote.c: New file, from GNU gettext.
14649
14650 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14651
14652         Merge from coreutils.
14653         * m4/ullong_max.m4: New file.
14654         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14655         (gl_MACROS): Assume localeconv exists.
14656
14657 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         Merge changes from coreutils, as described below in several
14660         changelogs dated today.
14661
14662         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14663         (O_DIRECTORY): Remove; not needed here, since "." must be
14664         a directory.  All uses removed.
14665         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14666         universal on Suns, and we also need to test for IRIX.
14667         Revamp code to use 'if' rather than '#if'.
14668         Avoid unnecessary comparison of cwd->desc to 0.
14669
14670         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14671         for known valid error numbers rather than observed invalid ones.
14672
14673 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * modules/ullong_max: New file.
14676
14677         * modules/chdir-long, modules/openat: New files.
14678         * modules/save-cwd (Depends-on): Depend on chdir-long.
14679         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14680
14681 2005-01-18  Jim Meyering  <jim@meyering.net>
14682
14683         Merge from coreutils.
14684         * m4/chdir-long.m4, m4/openat.m4: New files.
14685         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14686         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14687         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14688         is sane and DOES follow symlinks.  Besides, testing 20 different
14689         systems found no broken chown implementations.
14690         Prompted by a change in rsync's copy of this macro.
14691         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14692
14693         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14694
14695         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14696         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14697         NULL-means-set-to-current-time semantics.
14698         Remove temporary file immediately, rather than waiting
14699         for configure's at-exit trap code to do it.
14700
14701 2005-01-18  Jim Meyering  <jim@meyering.net>
14702
14703         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14704
14705         * lib/utimens.c (futimens): Account for the fact that futimes
14706         can also fail with errno == ENOSYS or errno == ENOENT.
14707         Patch from Dmitry V. Levin.
14708
14709         Change the name of the robust chdir function from chdir to chdir_long.
14710         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14711         (restore_cwd): Use chdir_long, not chdir.
14712         * lib/chdir-long.c: Renamed from chdir.c.
14713         * lib/chdir-long.h: Renamed from chdir.h.
14714         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14715         Hurd.
14716
14717 2005-01-18  Bruno Haible  <bruno@clisp.org>
14718
14719         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14720         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14721         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14722         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14723         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14724         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14725         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14726         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14727         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14728         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14729         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14730         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14731         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14732         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14733         Use an all-permissive copyright notice, recommended by RMS.
14734
14735 2005-01-18  Bob Proulx  <bob@proulx.com>
14736
14737         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14738         simplify offsetof() macro construct to avoid compile failure with
14739         native HP-UX 11.0 ANSI C compiler.
14740
14741 2005-01-17  Bruno Haible  <bruno@clisp.org>
14742
14743         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14744         redundant because stpncpy.m4 takes care of it.
14745
14746 2005-01-17  Bruno Haible  <bruno@clisp.org>
14747
14748         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14749
14750 2005-01-17  Bruno Haible  <bruno@clisp.org>
14751
14752         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14753         used.
14754
14755 2005-01-17  Bruno Haible  <bruno@clisp.org>
14756
14757         * lib/fwriteerror.h (fwriteerror): Change specification to include
14758         fclose.
14759         * lib/fwriteerror.c: Include <stdbool.h>.
14760         (fwriteerror): At the end, close the file stream. Record whether
14761         stdout was already closed.
14762
14763 2005-01-17  Bruno Haible  <bruno@clisp.org>
14764
14765         * lib/execute.c (environ): Declare if needed.
14766         * lib/pipe.c (environ): Likewise.
14767         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14768
14769 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14770
14771         * modules/argp: Depend on vsnprintf
14772
14773 2005-01-10  Jim Meyering  <jim@meyering.net>
14774
14775         * modules/closeout (Depends-on): Add atexit.
14776
14777 2005-01-06  Bruno Haible  <bruno@clisp.org>
14778
14779         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14780
14781 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14784         definitions to be after all include files, to avoid collisions.
14785         Problem reported by Bob Proulx.
14786
14787 2005-01-04  Jim Meyering  <jim@meyering.net>
14788
14789         Changes imported from coreutils.
14790         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14791         as the mkstemp template, use a temporary directory and an
14792         8.3-friendly template to avoid trouble on systems like DJGPP.
14793         Reported by Juan M. Guerrero via Stepan Kasal.
14794         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14795         close. Remove the temporary directory right away, rather than waiting
14796         for configure's at-exit trap code to do it.
14797         Suggestion from Stepan Kasal.
14798
14799 2005-01-01  Simon Josefsson  <jas@extundo.com>
14800
14801         * gnulib-tool: Print #include directives when --import'ing.
14802
14803 2004-12-28  Simon Josefsson  <jas@extundo.com>
14804
14805         * tests/test-base64.c: Include required header files.  Remove
14806         unused variables.
14807
14808 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14809
14810         * modules/error (Depends-on): Remove gettext.
14811
14812 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14815         not needed.  This removes a dependency on the gettext module.
14816         [defined _LIBC]: Do not include <libintl.h>; not needed.
14817
14818 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14821         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14822
14823 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14824
14825         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14826         HAVE_DECL_STRTOLD.
14827
14828 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14829
14830         * modules/getdate (Depends-on): Remove alloca-opt.
14831
14832 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14833
14834         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14835
14836 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14837
14838         * lib/argp-parse.c: Include <stddef.h>.
14839         (alignof, alignto): New macros.
14840         (parser_init): Don't assume that void * is aligned sufficiently
14841         for struct option.
14842
14843         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14844         need to extend the stack.
14845         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14846         large.
14847
14848 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14849
14850         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14851
14852 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14855         (2004-10-24) change.  Apparently this was a false alarm.
14856
14857         * modules/getdate: Depend on alloca-opt, not alloca.
14858
14859 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14862         Remove now-obsolete comment about AIX.
14863         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14864         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14865         (YYMAXDEPTH): New macro.
14866
14867 2004-12-18  Simon Josefsson  <jas@extundo.com>
14868
14869         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14870
14871 2004-12-18  Bruno Haible  <bruno@clisp.org>
14872
14873         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14874
14875 2004-12-18  Bruno Haible  <bruno@clisp.org>
14876
14877         * lib/fatal-signal.c (fatal_signals): Make non-const.
14878         (init_fatal_signals): New function.
14879         (uninstall_handlers, install_handlers): Ignore signals that were set to
14880         SIG_IGN.
14881         (at_fatal_signal): Call init_fatal_signals.
14882         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14883         SIG_IGN.
14884         Reported by Paul Eggert.
14885
14886 2004-12-18  Bruno Haible  <bruno@clisp.org>
14887
14888         * doc/alloca.texi: New file.
14889         * doc/alloca-opt.texi: New file.
14890
14891 2004-12-17  Jim Meyering  <jim@meyering.net>
14892
14893         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14894         Otherwise, install-sh could exit with improper exit status when
14895         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14896
14897 2004-12-16  Simon Josefsson  <jas@extundo.com>
14898
14899         * tests/test-base64.c: Add license.
14900
14901 2004-12-15  Stepan Kasal  <address@hidden>
14902
14903         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14904
14905 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14906
14907         * modules/getcwd (Files): Add m4/d-ino.m4.
14908         Suggested by Mark D. Baushke.
14909
14910 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14911
14912         * lib/getdate.y (textint): New member "negative".
14913         (time_zone_hhmm): New function.
14914         Expect 14 shift-reduce conflicts, not 13.
14915         (o_colon_minutes): New rule.
14916         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14917         (yylex): Set the "negative" member of signed numbers.
14918
14919 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14920
14921         * doc/getdate.texi (Time of day items, Time zone items):
14922         Describe new formats +00:00, UTC+00:00.
14923
14924 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14925
14926         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14927         spurious "-l"s.  Problem reported by Stepan Kasal.
14928
14929 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14930
14931         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14932         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14933
14934 2004-12-04  Simon Josefsson  <jas@extundo.com>
14935
14936         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14937         Vandoorselaere <yoann@prelude-ids.org>.
14938
14939 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         Changes imported from coreutils.
14942         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14943         exist.
14944         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14945
14946 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14947
14948         Changes imported from coreutils.
14949         * lib/hard-locale.c: Assume <locale.h> exists.
14950         Include "strdup.h".
14951         (GLIBC_VERSION): New macro.
14952         (hard_locale): Assume setlocale exists.
14953         Rewrite to avoid #ifdef.
14954         Use strdup rather than malloc + strcpy.
14955         * lib/human.c: Assume <locale.h> exists.
14956         (human_readable): Assume localeconv exists.
14957
14958 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14959
14960         * modules/hard-locale (Depends-on): Add strdup.
14961
14962 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14963
14964         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14965         convert T2, not T.  (Imported from libc.)
14966
14967 2004-11-30  Simon Josefsson  <jas@extundo.com>
14968
14969         * modules/restrict (License): Change to LGPL.
14970
14971 2004-11-30  Simon Josefsson  <jas@extundo.com>
14972
14973         * m4/restrict.m4: Add copyright and copying conditions.
14974
14975 2004-11-30  Simon Josefsson  <jas@extundo.com>
14976
14977         * m4/base64.m4: New file.
14978
14979 2004-11-30  Simon Josefsson  <jas@extundo.com>
14980
14981         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14982         base64.
14983
14984         * tests/test-base64.c: New file.
14985
14986         * modules/base64: New file.
14987
14988 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14989
14990         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14991         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14992
14993         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14994
14995 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14996
14997         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14998         (__getcwd.c): Don't restore errno; glibc doesn't.
14999         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15000         first, falling back to our code only if its results look suspicious.
15001         Ensure that the resulting buffer is only as large as necessary.
15002
15003         * lib/readutmp.c: Include readutmp.h first.
15004         Include <errno.h>, since readutmp.h no longer does that.
15005         * lib/readutmp.h: Don't include <errno.h>,
15006         <sys/param.h>, <time.h>; not needed to establish interface.
15007         (errno): Remove decl.
15008         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15009         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15010         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15011
15012 2004-11-28  Simon Josefsson  <jas@extundo.com>
15013
15014         * lib/base64.h, base64.c: New file.
15015
15016 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15019
15020 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15023         (Depends-on): Remove pathmax, same.  Add mempcpy.
15024         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15025         (Makefile.am): Append getcwd.h to lib_SOURCES.
15026         (Include): Add getcwd.h.
15027         (Maintainer): Change from Jim Meyering to "all, glibc",
15028         since getdate now uses intended-for-glibc code.
15029         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15030         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15031
15032 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15035         HP's ANSI C compiler.
15036         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15037         Declaring int functions causes warnings on some modern systems and
15038         shouldn't be needed to compile on ancient ones.
15039         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15040         defined.
15041
15042         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15043         with the following changes.
15044         (__set_errno): Parenthesize properly.
15045         Include <stdbool.h>.
15046         (MIN, MAX, MATCHING_INO): New macros.
15047         (__getcwd): Define with prototype, not K&R form.
15048         Use heuristics to allocate default buffer on stack if possible.
15049         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15050         behavior, and to avoid the PATH_MAX limit when computing
15051         ../../../../...
15052         Use MATCHING_INO to compare inode number to file.
15053         Check for arithmetic overflow in size calculations.
15054         Fix bug in reallocation of dot array that caused getcwd to fail
15055         on directories nested deeper than 75.
15056         Be more careful about saving errno on error.
15057         Do not use realloc; use only free+malloc, as this is a bit
15058         more flexible and avoids a needless copy operation.
15059         Do not inspect st_dev and st_ino for symbolic links; POSIX
15060         doesn't specify the latter.
15061         Check for closedir errors.
15062         Avoid needless casts.
15063         Use "#ifdef weak_alias" around weak_alias, to be like other
15064         glibc code.
15065         The following changes to getcwd.c have effect only when used in
15066         gnulib; they have no effect inside glibc proper.
15067         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15068         as alloca isn't used.
15069         (alloca, __alloca): Likewise.
15070         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15071         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15072         unconditionally, as gnulib assumes C89 or better.
15073         Do not include <sys/param.h>.
15074         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15075         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15076         better.
15077         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15078         Include <dirent.h> in a way that is compatible with modern Autoconf.
15079         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15080         New macros, if not already defined.
15081         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15082         Use "_LIBC", not "defined _LIBC", for consistency.
15083         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15084         a mempcpy module.
15085         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15086         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15087         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15088         credit only to Jim Meyering and adjust the copyright dates.
15089         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15090         <stdlib.h>, <unistd.h>, "pathmax.h".
15091         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15092         (INITIAL_BUFFER_SIZE): Remove.
15093         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15094
15095 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15098         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15099         Use the _ONCE methods, for efficiency.
15100         Check for fcntl.h.  In test program, include <errno.h>
15101         and <fcntl.h> if available.  Remove old K&R cruft from
15102         test program.  Check for common errors in GNU/Linux,
15103         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15104         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15105         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15106         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15107         name accordingly.
15108         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15109         accommodate new getcwd.c.
15110         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15111         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15112         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15113         that's all we need now.
15114
15115 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15116
15117         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15118         argp-parse.c depends on getopt internals, that means we should
15119         always use our getopt, to be on the safe side.
15120         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15121         order not to spoil the result of an eventual previous invocation
15122         of gl_GETOPT_SUBSTITUTE.
15123
15124 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15125
15126         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15127         redefinition warnings. To avoid them, include the defines
15128         in `#if !defined __need_getopt ... #endif'. The only place
15129         where __getopt_argv_const is used is in definitions
15130         of getopt_long and getopt_long_only below, which are as well
15131         protected by `#ifndef __need_getopt'.
15132         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15133         __need_getopt after including <stdio.h> and <unistd.h> These
15134         headers might have defined it.
15135
15136 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15139
15140 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15141
15142         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15143         (futimens): New function, which uses futimes if available.
15144         (futimens, utimens): Support timespec==NULL, with same semantics
15145         as utime and utimens.
15146         * lib/utimens.h (futimens): New decl.
15147
15148 2004-11-23  Jim Meyering  <jim@meyering.net>
15149
15150         * lib/getopt_.h: Remove trailing blanks.
15151
15152 2004-11-23  Jim Meyering  <jim@meyering.net>
15153
15154         * lib/__fpending.c: Add comment.
15155
15156 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15157
15158         * modules/canonicalize (Depends-on): Add xreadlink.
15159         Problem reported by James Youngman.
15160
15161 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15162
15163         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15164         New macros.
15165         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15166         optopt): Use them instead of invoking ## directly; otherwise, the
15167         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15168
15169 2004-11-19  Bruno Haible  <bruno@clisp.org>
15170
15171         * lib/strtok_r.c: Move comments from here...
15172         * lib/strtok_r.h: ... to here.
15173
15174 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15177         implementations that mishandle size_t overflow.
15178
15179 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15182         might fail.  Problem reported by Yoann Vandoorselaere.
15183         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15184         implementations that mishandle size_t overflow.
15185
15186 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15187
15188         * modules/canon-host (Depends-on): Add strdup.
15189
15190 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15193
15194 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * lib/canon-host.c: Include "strdup.h".
15197         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15198         Use strdup instead of malloc/strcpy to duplicate strings.
15199
15200         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15201         (human_space_before_unit): New constant.
15202         * lib/human.c (human_readable): Support it.
15203
15204         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15205         (xgetcwd): Set errno correctly when failing.
15206         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15207         the failure is actually due to a PATH_MAX problem.
15208
15209         Further getopt changes to make it more likely that glibc will
15210         buy the changes back.
15211         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15212         (getopt): Use it, so to preserve glibc semantic
15213         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15214         when compiling for libc.
15215         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15216         (getopt_long, getopt_long_only): Use it.
15217
15218         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15219         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15220         (getopt): Argv is now char * const *, as per standard.
15221         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15222         not char *__getopt_argv_const *.
15223         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15224         _getopt_long_only_r): Likewise.
15225         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15226         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15227         _getopt_long_r, _getopt_long_only_r): Likewise.
15228         * lib/getopt_.h (__getopt_argv_const): Remove.
15229         (getopt): Argv is now char * const *, as per standard.
15230
15231         * lib/getdate.y (tORDINAL): New token.
15232         (day, relunit): Allow it for relative times.
15233         (relative_time_table): Use tORDINAL for ordinals.
15234
15235 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15238         Document that "second" isn't allowed as an ordinal number.
15239
15240 2004-11-16  Jim Meyering  <jim@meyering.net>
15241
15242         * modules/closeout (Depends-on): Add fpending.
15243
15244 2004-11-15  Jim Meyering  <jim@meyering.net>
15245
15246         * lib/closeout.c: Include "__fpending.h" once again.
15247         Include <stdbool.h>.
15248         (close_stdout): Don't fail just because stdout was closed initially,
15249         since some programs don't write to stdout in the normal course of
15250         operation (other than --version and --help), and we don't want this
15251         function to make e.g. `touch file >&-' fail.
15252         But do fail if it was closed and someone has tried to write to it.
15253         E.g., `printf foo >&-' must fail.
15254
15255 2004-11-13  Jim Meyering  <jim@meyering.net>
15256
15257         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15258
15259 2004-11-12  Simon Josefsson  <jas@extundo.com>
15260
15261         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15262         small doc fix is still pending.
15263
15264 2004-11-11  Simon Josefsson  <jas@extundo.com>
15265
15266         * modules/strtok_r: New file.
15267
15268         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15269         strtok_r.
15270
15271 2004-11-11  Simon Josefsson  <jas@extundo.com>
15272
15273         * m4/strtok_r.m4: New file.
15274
15275         * m4/getopt.m4: Replace opterr.
15276
15277 2004-11-11  Simon Josefsson  <jas@extundo.com>
15278
15279         * lib/strtok_r.h, strtok_r.c: New file.
15280
15281 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15282
15283         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15284         of replacing opterr, getopt, etc.  This should handle the
15285         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15286
15287 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15288
15289         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15290         we can stop lying to compilers about the constness of argv when we
15291         are compiled outside glibc.
15292         (getopt, getopt_long, getopt_long_only): Use it.
15293         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15294         _getopt_internal, getopt): Likewise.
15295         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15296         _getopt_long_only_r): Likewise.
15297         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15298         _getopt_long_r, _getopt_long_only_r): Likewise.
15299
15300         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15301         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15302         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15303         the other external symbols.
15304         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15305         declaration, since the above renaming now works around collisions.
15306
15307 2004-11-11  Jim Meyering  <jim@meyering.net>
15308
15309         * lib/linebreak.c: Remove trailing blanks.
15310         * lib/alloca_.h: Likewise.
15311         * lib/acosl.c: Likewise.
15312         * lib/euidaccess.c: Likewise.
15313         * lib/allocsa.h: Likewise.
15314
15315 2004-11-10  Simon Josefsson  <jas@extundo.com>
15316
15317         * m4/getaddrinfo.m4: New file.
15318
15319 2004-11-10  Simon Josefsson  <jas@extundo.com>
15320
15321         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15322
15323 2004-11-10  Simon Josefsson  <jas@extundo.com>
15324
15325         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15326         getaddrinfo.
15327
15328         * modules/getaddrinfo: New file.
15329
15330 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15333
15334 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15335
15336         * lib/mktime.c (SHR): New macro, which is a portable
15337         substitute for >> that should work even on Crays.
15338         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15339         Problem reported by Mark D. Baushke in
15340         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15341         * lib/getdate.y (SHR): Likewise.
15342         (tm_diff): Use it.
15343         * lib/strftime.c (SHR): Likewise.
15344         (tm_diff): Use it.
15345         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15346         quote_these_too, so that right shifts are well defined.  All uses
15347         changed.
15348
15349 2004-11-10  Jim Meyering  <jim@meyering.net>
15350
15351         Ensure that no close failure goes unreported.
15352         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15353         return early when it seems there's nothing to flush.
15354         Don't include __fpending.h.
15355
15356 2004-11-10  Jim Meyering  <jim@meyering.net>
15357
15358         * modules/closeout (Depends-on): Remove fpending.
15359
15360 2004-11-10  Jim Meyering  <jim@meyering.net>
15361
15362         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15363
15364 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15365
15366         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15367         gl_FUNC_STRFTIME.
15368         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15369         and AC_REQUIRE when possible, to avoid duplicate checks.
15370         Check for <wchar.h>.
15371
15372 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15375
15376 2004-11-09  Bruno Haible  <bruno@clisp.org>
15377
15378         * m4/sockpfaf.m4: New file.
15379
15380 2004-11-05  Bruno Haible  <bruno@clisp.org>
15381
15382         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15383         Reported by Mark D. Baushke <mdb@cvshome.org>.
15384
15385 2004-11-04  Bruno Haible  <bruno@clisp.org>
15386
15387         2004-09-11  Bruno Haible  <bruno@clisp.org>
15388                 * allocsa.valgrind: New file.
15389         2004-02-06  Bruno Haible  <bruno@clisp.org>
15390                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15391                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15392                 Reported by Christopher Seip <chris.seip@hp.com>.
15393
15394 2004-11-04  Bruno Haible  <bruno@clisp.org>
15395
15396         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15397         (Makefile.am): Distribute it.
15398
15399 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15400
15401         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15402         with errno == ERANGE if the buffer is too small.
15403         Problem reported by Mark D. Baushke.
15404
15405 2004-11-03  Albert Chin  <china@thewrittenword.com>
15406             Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15409         equivalent, substitute $ac_type for equivalent type rather than
15410         blindly using uint32_t *always* which won't work if uint32_t is not
15411         available.  Define _UINT32_T to work around typedef of uint32_t if
15412         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15413         2.5.1.
15414
15415 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15416
15417         * m4/jm-macros.m4: Sync from coreutils.
15418         (gl_MACROS): Check for mbrlen, for pathchk.
15419         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15420
15421 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15422
15423         * lib/xreadlink.c (MAXSIZE): New macro.
15424         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15425         size does not exceed MAXSIZE.  Avoid cast.
15426         As suggested by Mark D. Baushke in
15427         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15428         if readlink fails with buffer size just under MAXSIZE, try again
15429         with MAXSIZE.
15430
15431 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15434
15435 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15436         and  Paul Eggert  <eggert@cs.ucla.edu>
15437
15438         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15439         (get_date): Overparenthesize to avoid GCC warning.
15440
15441 2004-11-02  Bruno Haible  <bruno@clisp.org>
15442
15443         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15444         returns void.
15445
15446 2004-11-02  Bruno Haible  <bruno@clisp.org>
15447
15448         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15449         function returns void.
15450
15451 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15454         fflush_unlocked, flockfile, funlockfile, funlockfile,
15455         fputs_unlocked, putc_unlocked.
15456
15457 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15458
15459         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15460         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15461         already declared.
15462
15463 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         * modules/getdate (Files): Add doc/getdate.texi.
15466         (Depends-on): Add setenv, xalloc.
15467
15468 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15469
15470         * lib/getdate.y: Add support for TZ="foo" within a date string.
15471         Fix some bugs near time_t boundaries.  Reject dates with
15472         out-of-range components, e.g., "Sept 31".
15473         Include <stdlib.h>, "setenv.h", "xalloc.h".
15474         (ISDIGIT_LOCALE): Remove; unused.
15475         Note that the TZ and time functions used here are not reentrant.
15476         (mktime_ok, get_tz): New functions.
15477         (TZBUFSIZE): New constant.
15478         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15479         This requires that we sometimes generate our own TZ="XXX..." setting.
15480
15481 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15482
15483         * doc/getdate.texi: New file, from coreutils with modifications for
15484         the new TZ parsing.
15485
15486 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15487
15488         * lib/mktime.c (not_equal_tm): Remove redundant check.
15489
15490 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * modules/regex (lib_SOURCES): Add regex.c.
15493         Reported by James Youngman in
15494         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15495
15496 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * lib/getdate.y: Use Bison 1.875 features, and some minor
15499         code cleanups.  This change does not affect semantics.
15500         Don't include <stdlib.h>; no longer needed.
15501         Don't include unlocked-io.h; only the "#if TEST" code uses
15502         stdio, and performance isn't crucial there.
15503         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15504         Bison 1.875 features as described below.
15505         All uses of "PC." replaced by "pc->".
15506         (YYSTYPE): Add a forward declaration.
15507         (yylex, yyerror): Use full prototypes in forward decls.
15508         Use "%pure-parser" rather than obsolescent "%pure_parser".
15509         Use %parse-param and %lex-param instead of obsolescent
15510         YYPARSE_PARAM and YYLEX_PARAM.
15511         (meridian_table, month_and_day_table, time_units_table,
15512         relative_time_table, time_zone_table, military_table,
15513         lookup_zone, lookup_word, get_date):
15514         Use NULL instead of 0 where appropriate.
15515         (to_hour): Avoid abort (), to avoid a dependency on
15516         stdlib.h.
15517         (yyerror, yylex): Now accepts parser_control * arg.
15518         (main) [TEST]: Use '\0' rather than 0 for char.
15519
15520 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15523
15524 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15527         It's now the caller's responsibility to handle the case where
15528         !HAVE_GETPAGESIZE && !defined getpagesize.
15529
15530         * lib/mktime.c (leapyear): Arg is long int, not int.
15531
15532 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15535
15536 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15539         missing.  Problem reported by James Youngman.
15540
15541 2004-10-16  Simon Josefsson  <jas@extundo.com>
15542
15543         * gnulib-tool: Fix comments.  Fix parse problem.
15544         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15545
15546 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15547
15548         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15549         implementation of getopt_long.  Problem reported by Alexander Taler in:
15550         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15551
15552 2004-10-15  Bruno Haible  <bruno@clisp.org>
15553
15554         * gnulib-tool: Untabify. Initialize supplied_libname.
15555         (func_usage): More homogenous output.
15556         (func_modules_transitive_closure, func_modules_to_filelist,
15557         func_emit_lib_Makefile_am): New functions.
15558         (func_import): New function, extracted from big case statement. Use
15559         func_get_license, func_modules_transitive_closure,
15560         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15561         opt_lgpl. Don't use test -a, as it's not portable.
15562         (func_create_testdir): Use func_modules_transitive_closure,
15563         func_modules_to_filelist, func_emit_lib_Makefile_am.
15564
15565 2004-10-15  Bruno Haible  <bruno@clisp.org>
15566
15567         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15568
15569 2004-10-15  Bruno Haible  <bruno@clisp.org>
15570
15571         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15572         the portions belonging to each module.
15573         Suggested by Derek Robert Price <derek@ximbiot.com>.
15574
15575 2004-10-12  Simon Josefsson  <jas@extundo.com>
15576
15577         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15578         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15579         to real functions.
15580
15581 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15582
15583         * modules/vsnprintf: New file.
15584
15585 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15586
15587         * m4/vsnprintf.m4: New file.
15588
15589 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15590
15591         * lib/vsnprintf.h: New file.
15592         * lib/vsnprintf.c: New file.
15593
15594 2004-10-11  Bruno Haible  <bruno@clisp.org>
15595
15596         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15597         vsnprintf.
15598
15599 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15600
15601         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15602
15603 2004-10-07  Bruno Haible  <bruno@clisp.org>
15604
15605         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15606         fits into the provided buffer.
15607
15608 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * lib/diacrit.c, diacrit.h: Add GPL notice.
15611
15612         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15613         notice.
15614         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15615         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15616         This avoids a potential constant-folding bug.
15617
15618 2004-10-05  Bruno Haible  <bruno@clisp.org>
15619
15620         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15621         for the declaration of strsep.
15622
15623 2004-10-05  Bruno Haible  <bruno@clisp.org>
15624
15625         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15626
15627 2004-10-04  Simon Josefsson  <jas@extundo.com>
15628
15629         * modules/memmem: New file.
15630         * tests/test-memmem.c: New file.
15631         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15632
15633 2004-10-04  Simon Josefsson  <jas@extundo.com>
15634
15635         * m4/memmem.m4: New file.
15636
15637 2004-10-04  Simon Josefsson  <jas@extundo.com>
15638
15639         * lib/memmem.h: New file.
15640         * lib/memmem.c: New file, taken from glibc.
15641
15642 2004-10-04  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15645         '#ifdef USE_UNLOCKED_IO'.
15646
15647 2004-10-04  Simon Josefsson  <jas@extundo.com>
15648
15649         * config/srclist.txt: Add memmem from glibc.
15650
15651 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15652
15653         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15654
15655         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15656         modules/exclude, modules/getdate, modules/getline,
15657         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15658         modules/getusershell, modules/linebuffer, modules/md5,
15659         modules/mountlist, modules/posixtm, modules/readtokens,
15660         modules/readutmp, modules/regex, modules/sha1,
15661         modules/version-etc, modules/yesno:
15662         Remove dependency on unlocked-io.
15663
15664 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15667
15668         * m4/unlocked-io.m4: Add copyright notice.
15669         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15670
15671 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15674         * lib/xmalloc.c (xmemdup): Likewise.
15675         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15676         XFREE): Remove these long-obsolescent macros.
15677         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15678         * lib/xstrdup.c: Remove.
15679
15680         * lib/regex.c (re_comp): Cast gettext return value to char *,
15681         Problem reported by Martin Neitzel via Mark D. Baushke.
15682
15683 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15686         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15687         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15688         regex.c, sha1.c, version-etc.c, yesno.c:
15689         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15690         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15691         the includer's responsibility.
15692
15693         Sync from coreutils.
15694
15695         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15696         points to the start of a string, as the C Standard says the
15697         resulting behavior is undefined.
15698
15699         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15700         simple -> simple_backups, numbered_existing ->
15701         numbered_existing_backups, numbered -> numbered_backups
15702         to avoid shadowing problems.  All uses changed.
15703         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15704         * lib/backupfile.c (check_extension, numbered_backup):
15705         Rename locals to avoid shadowing 'basename'.
15706         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15707         once.
15708
15709         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15710         * lib/.cvsignore: Add getopt.h.
15711
15712 2004-10-04  Bruno Haible  <bruno@clisp.org>
15713
15714         * modules/README: New file.
15715         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15716         not a module.
15717
15718 2004-10-02  Jim Meyering  <jim@meyering.net>
15719
15720         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15721
15722 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15723
15724         * modules/strsep: New file.
15725
15726 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15727
15728         * m4/strsep.m4: New file.
15729
15730 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15731
15732         * lib/strsep.h: New file.
15733         * lib/strsep.c: New file.
15734
15735 2004-10-01  Simon Josefsson  <jas@extundo.com>
15736
15737         * lib/snprintf.c (snprintf): Handle size==0.
15738
15739 2004-10-01  Simon Josefsson  <jas@extundo.com>
15740             Bruno Haible  <bruno@clisp.org>
15741
15742         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15743         (snprintf): Declare 'args'.
15744
15745 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15746
15747         * lib/snprintf.c: Remove comments as to why each header is needed.
15748
15749 2004-10-01  Bruno Haible  <bruno@clisp.org>
15750
15751         * MODULES.html.sh: Add strsep.
15752
15753 2004-09-30  Simon Josefsson  <jas@extundo.com>
15754
15755         * modules/snprintf: New file.
15756
15757 2004-09-30  Simon Josefsson  <jas@extundo.com>
15758
15759         * m4/snprintf.m4: New file.
15760
15761 2004-09-30  Simon Josefsson  <jas@extundo.com>
15762
15763         * lib/snprintf.h, lib/snprintf.c: New files.
15764
15765 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15766
15767         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15768         (hol_entry_help): Never translate an empty string.
15769         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15770         * lib/argp.h (OPTION_NO_TRANS): New option.
15771
15772 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * modules/argp (Maintainer): Replace Simon Josefsson
15775         by Sergey Poznyakoff.
15776
15777 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15780         changes merged back into glibc.
15781
15782 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15783
15784         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15785
15786 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15787
15788         * lib/xvasprintf.c: Include xalloc.h.
15789         (xvasprintf): Use xalloc_die, not xmalloc_die.
15790
15791 2004-09-29  Bruno Haible  <bruno@clisp.org>
15792
15793         * modules/alloca-opt: New file, derived from modules/alloca.
15794         * modules/allocsa: Depend on alloca-opt instead of alloca.
15795         * modules/setenv: Likewise.
15796         * modules/vasnprintf: Likewise.
15797         * MODULES.html.sh: Add alloca-opt.
15798
15799 2004-09-28  Simon Josefsson  <jas@extundo.com>
15800
15801         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15802         LGPL, and to replace license template from GPL to LGPL.
15803
15804 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * modules/dummy: Change license to LGPL.
15807
15808 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15809
15810         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15811
15812 2004-09-24  Simon Josefsson  <jas@extundo.com>
15813
15814         * modules/minmax (License): Change from GPL to LGPL.
15815
15816 2004-09-23  Simon Josefsson  <jas@extundo.com>
15817
15818         * gnulib-tool (--import): Typo.
15819
15820 2004-09-23  Simon Josefsson  <jas@extundo.com>
15821
15822         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15823
15824 2004-09-22  Bruno Haible  <bruno@clisp.org>
15825
15826         * modules/*: Add 'License' field.
15827         * gnulib-tool: Accept --extract-license option.
15828         (func_get_license): New function.
15829
15830 2004-09-21  Bruno Haible  <bruno@clisp.org>
15831
15832         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15833         Reported by Simon Josefsson.
15834
15835 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15838         gl_AC_TYPE_LONG_LONG.
15839
15840 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15843
15844 2004-09-18  Simon Josefsson  <jas@extundo.com>
15845         and  Paul Eggert  <eggert@cs.ucla.edu>
15846
15847         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15848         calls with autoreconf.  Define GL_LIB.
15849
15850 2004-09-14  Karl Berry  <karl@gnu.org>
15851
15852         * config/srclist.txt: unsync setenv.c, sigh.
15853
15854 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15857         Problem reported by Bruno Haible in:
15858         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15859
15860 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15861
15862         * config/srclist.txt: Comment out argp-pvh.c.
15863
15864 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15867         in case some system header has #define'd it.  Problem reported by
15868         Soeren D. Schulze in
15869         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15870
15871 2004-09-09  Karl Berry  <karl@gnu.org>
15872
15873         * regex.[ch]: delete from the root.  These were supposed to be
15874                 synced with emacs cvs, but this has not happened for about
15875                 a year, and anyway nothing else uses emacs regex.[ch].
15876                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15877                 lib/regex[.ch] is untouched.
15878
15879 2004-09-09  Bruno Haible  <bruno@clisp.org>
15880
15881         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15882
15883 2004-09-09  Bruno Haible  <bruno@clisp.org>
15884
15885         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15886         modifications.
15887         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15888
15889 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15890
15891         * modules/xvasprintf: New file.
15892         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15893
15894 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15895
15896         * lib/xvasprintf.h: New file.
15897         * lib/xvasprintf.c: New file.
15898         * lib/xasprintf.c: New file.
15899
15900 2004-09-08  Bruno Haible  <bruno@clisp.org>
15901
15902         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15903
15904 2004-09-08  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15907         length is > INT_MAX.
15908         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15909         more.
15910
15911 2004-09-08  Bruno Haible  <bruno@clisp.org>
15912
15913         * lib/stdint_.h: New file, taken from GNU clisp.
15914
15915 2004-09-08  Bruno Haible  <bruno@clisp.org>
15916             Oskar Liljeblad  <oskar@osk.mine.nu>
15917
15918         * modules/stdint: New file.
15919         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15920
15921 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15922
15923         Import from coreutils.
15924         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15925         strings on unbounded length.  alloca's performance benefits aren't
15926         that important here.
15927         (V_STRDUP): Remove.
15928         (parse_with_separator): New function, with most of the internals
15929         of the old parse_user_spec.  Allow user to omit both user and group,
15930         for compatibility with FreeBSD.
15931         Clone only the user name, not the entire spec.
15932         Do not set *uid, *gid unless entirely successful.
15933         Avoid memory leak in some failing cases.
15934         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15935         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15936         (parse_user_spec): Rewrite to use parse_with_separator.
15937
15938 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15939
15940         * modules/userspec: Don't depend on alloca.
15941
15942 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15945
15946 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15949         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15950         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15951
15952 2004-08-16  Simon Josefsson  <jas@extundo.com>
15953
15954         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15955         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15956         Add --dry-run for --import.
15957         Let user provided command line parameters override configure.ac
15958         settings.
15959
15960 2004-08-12  Simon Josefsson  <jas@extundo.com>
15961
15962         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15963         as discussed with Paul Eggert in threads rooted at
15964         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15965         and
15966         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15967         Before, the test was empty, and relied on ELIDE_CODE in source
15968         code.)
15969         (gl_PREREQ_GETOPT): New macro.
15970         (gl_GETOPT): Use them.
15971
15972 2004-08-12  Simon Josefsson  <jas@extundo.com>
15973
15974         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15975         * lib/getopt_.h: Renamed from getopt.h.
15976
15977 2004-08-12  Simon Josefsson  <jas@extundo.com>
15978
15979         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15980         Change default library name from libfoo to libgnu.
15981         Now, if you have a configure.ac that says:
15982                 gl_SOURCE_BASE(gl)
15983                 gl_M4_BASE(gl/m4)
15984                 gl_MODULES(error getopt etcetera)
15985                 gl_INIT
15986         you can import all you need by running:
15987                 ../gnulib/gnulib-tool --import
15988
15989         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15990         (Makefile.am): Rewrite, use logic from argz.
15991         (Include): Use <getopt.h> instead of "getopt.h".
15992
15993 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15994
15995         * modules/argp (Files): Add m4/unlocked-io.m4.
15996         (Depends-on): Add extensions.
15997
15998 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16001         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16002         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16003         Check for program_invocation_name, program_invocation_short_name,
16004         flockfile, funlockfile, features.h, _getopt_long_only_r.
16005
16006 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16009         its complicated substitute.
16010         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16011         and program_invocation_name.
16012         (__argp_basename) [!_LIBC]: Remove; the only use was
16013         replaced by its body.
16014         (__argp_short_program_name): Change condition from
16015         !defined __argp_short_program_name to
16016         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16017         to match argp-namefrob.h.
16018         (__argp_failure): Don't assume strerror_r returns char *.
16019         * lib/argp-parse.c (N_): Define unconditionally.
16020         (argp_default_options): Fill out initializers with 0 to avoid
16021         gcc warnings.
16022
16023 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16024
16025         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16026         getopt1.c.
16027
16028 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         Merge from coreutils.
16031
16032         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16033
16034         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16035         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16036
16037 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         Merge from coreutils.
16040
16041         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16042         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16043         for Reliant Unix 5.43.
16044
16045         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16046         (union fooround): Use uintmax_t, not long int.
16047         The rest is a merge from libc:
16048         [defined _LIBC]: Include <shlib-compat.h>.
16049         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16050
16051         * lib/settime.c (settime): Recode to avoid warning with
16052         Sun Forte C 6U2.
16053
16054         * lib/strverscmp.c: Convert to UTF-8.
16055
16056 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16057
16058         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16059         m4/uintmax_t.m4.
16060
16061 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16062
16063         * modules/xalloc-die: New file.
16064         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16065
16066         * modules/md5 (Files): Add m4/uint32_t.m4.
16067         * modules/sha1: Renamed from modules/sha.
16068         (Files):
16069         Rename lib/sha.h to lib/sha1.h.
16070         Rename lib/sha.c to lib/sha1.c.
16071         Rename m4/sha.m4 to m4/sha1.m4.
16072         (lib_SOURCES): Likewise.
16073         (configure.ac): Rename gl_SHA to gl_SHA1.
16074         (Include): sha.h -> sha1.h.
16075
16076 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16077
16078         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16079         * m4/sha1.m4: Renamed from sha.m4.
16080         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16081
16082 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/obstack.h (obstack_empty_p):
16085         Don't assume that chunk->contents is suitably aligned.
16086         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16087         Likewise. Problem reported by Benno in
16088         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16089
16090         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16091         readable.  This could be improved further but it'd take some work.
16092
16093 2004-08-08  Simon Josefsson  <jas@extundo.com>
16094
16095         * modules/xgethostname (Depends-on): Remove exit and error (not
16096         used).
16097
16098         * modules/getpass-gnu: Add getpass.h.
16099         (Depends-on): Add stdbool.
16100         * modules/getpass: Add getpass.h.
16101
16102 2004-08-08  Simon Josefsson  <jas@extundo.com>
16103
16104         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16105         Check getpass declaration.
16106
16107 2004-08-08  Simon Josefsson  <jas@extundo.com>
16108
16109         * lib/xgethostname.c: Don't include error.h (not used).
16110
16111         * lib/getpass.h: Add.
16112         * lib/getpass.c: Include getpass.h first.
16113
16114 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16115
16116         * lib/xalloc-die.c: New file.
16117         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16118         All uses removed.
16119         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16120         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16121         xalloc-die.c.
16122         (_, N_, xalloc_die): Move to xalloc-die.c.
16123         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16124         so that we needn't mess with xalloc_msg_memory_exhausted.
16125
16126         * lib/sha1.h: Renamed from sha.h.
16127         (SHA1_H): Renamed from _SHA_H.
16128         (sha1_ctx): Renamed from sha_ctx.
16129         (sha1_init_ctx): Renamed from sha_init_ctx.
16130         (sha1_process_block): Renamed from sha_process_block.
16131         (sha1_process_bytes): Renamed from sha_process_bytes.
16132         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16133         (sha1_read_ctx): Renamed from sha_read_ctx.
16134         (sha1_stream): Renamed from sha_stream.
16135         (sha1_buffer): Renamed from sha_buffer.
16136         * lib/sha1.c: Likewise; renamed from sha.c.
16137         Do not include <sys/types.h>.
16138         Include <stddef.h> rather than <stdlib.h>.
16139
16140 2004-08-08  Bruno Haible  <bruno@clisp.org>
16141
16142         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16143         FILESYSTEM_PREFIX_LEN.
16144         * lib/progreloc.c: Likewise.
16145         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16146
16147 2004-08-06  Simon Josefsson  <jas@extundo.com>
16148
16149         * modules/progname (Depends-on): Don't depend on stdbool.
16150
16151 2004-08-06  Simon Josefsson  <jas@extundo.com>
16152
16153         * modules/getsubopt: New file.
16154         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16155         getsubopt.
16156
16157 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         More merge from coreutils.
16160
16161         * m4/utimens.m4, m4/utimecmp.m4: New files.
16162         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16163         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16164         prereq.m4, sha.m4: Import changes from coreutils.
16165
16166 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16167
16168         More merge from coreutils.
16169         * modules/raise, modules/readtokens0, modules/utimens:
16170         * modules/utimecmp, module/xnanosleep: New files.
16171         * modules/strftime: Add lib/strftime.h.
16172         Change include from <time.h> to "strftime.h".
16173         * modules/yesno: Add lib/yesno.h.
16174         * modules/backupfile: Remove lib/addext.c.
16175         * modules/euidaccess: Add stat-macros.h.
16176         * modules/canonicalize, modules/euidaccess,
16177         modules/filemode, modules/lchown, modules/makepath,
16178         modules/rmdir, modules/stat: Likewise.
16179
16180 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16181
16182         Merge from tar.
16183         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16184         SIZE_MAX is a valid preprocessor constant.
16185         (__argp_basename): Change from "#ifndef _LIBC"
16186         to "#ifndef __argp_short_program_name", so that
16187         we don't compile these functions for tar.
16188
16189         More merges from coreutils.
16190         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16191         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16192         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16193         * lib/addext.c: Remove; no longer needed.
16194         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16195         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16196         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16197         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16198         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16199         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16200         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16201         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16202         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16203         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16204         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16205         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16206         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16207         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16208         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16209         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16210         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16211         Import changes from coreutils.
16212
16213 2004-08-05  Simon Josefsson  <jas@extundo.com>
16214
16215         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16216
16217 2004-08-05  Simon Josefsson  <jas@extundo.com>
16218
16219         * m4/getsubopt.m4: New file.
16220
16221 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16222
16223         Merge from coreutils.
16224
16225         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16226         * m4/getcwd-path-max.m4: New files.
16227
16228         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16229         FILESYSTEM_PREFIX_LEN ->
16230         FILE_SYSTEM_PREFIX_LEN.
16231         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16232         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16233         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16234         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16235
16236         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16237         prerequisite modules now handle the DOS stuff.
16238         Don't check for unistd.h.
16239
16240 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         Merge from coreutils.
16243
16244         * lib/.gdb-history: Remove; this doesn't belong here.
16245
16246         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16247         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16248         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16249         * lib/getcwd.c: New files.
16250
16251         * lib/dirname.h: Include <stdbool.h>.
16252         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16253         for consistency with POSIX terminology.  All uses changed.
16254         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16255         (strip_trailing_slashes): Use bool for booleans.
16256         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16257
16258         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16259         sometimes returns a positive errno value even when it succeeds.
16260         (print_errno_message) [!LIBC]: Fall back on strerror if
16261         __strerror_r fails.
16262
16263         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16264         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16265         (longest_relative_suffix): New function.
16266         (path_concat): Use it.  Assume first argument is not NULL.
16267         Port to DOS.  Omit redundant separators.
16268         Report an error instead of returning NULL.
16269         Use mempcpy instead of memcpy.
16270         (xpath_concat): Remove: not declared or used.
16271
16272         * lib/same.h: Include <stdbool.h>
16273         (same_name): Return bool, not int.
16274         * lib/same.c (same_name): Likewise.
16275         (errno): Don't declare; we assume C89 or better now.
16276
16277         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16278         if not already defined.
16279
16280         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16281         * lib/dup-safer.c (errno): Likewise.
16282
16283 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         Merge from coreutils.
16286         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16287         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16288         * modules/path-concat: Don't depend on strdup.
16289
16290 2004-08-03  Simon Josefsson  <jas@extundo.com>
16291
16292         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16293         * lib/progname.h: Don't include stdbool.h.
16294
16295 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16296
16297         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16298         * MODULES.html.sh (func_all_modules): Remove fatal.
16299
16300 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16301
16302         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16303
16304 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16305
16306         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16307         working.
16308
16309 2004-08-02  Simon Josefsson  <jas@extundo.com>
16310
16311         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16312         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16313         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16314
16315 2004-08-01  Simon Josefsson  <jas@extundo.com>
16316
16317         * lib/xgetdomainname.c: Include stdlib.h, for free().
16318
16319 2004-07-19  Bruno Haible  <bruno@clisp.org>
16320
16321         * MODULES.html.sh (func_all_modules): Add dummy.
16322
16323 2004-07-16  Simon Josefsson  <jas@extundo.com>
16324
16325         * modules/dummy: New file.
16326
16327 2004-07-16  Simon Josefsson  <jas@extundo.com>
16328
16329         * lib/dummy.c: New file.
16330
16331 2004-07-16  Bruno Haible  <bruno@clisp.org>
16332
16333         * lib/backupfile.h: Add extern "C" for C++.
16334         * lib/closeout.h: Likewise.
16335         * lib/copy-file.h: Likewise.
16336         * lib/findprog.h: Likewise.
16337         * lib/full-write.h: Likewise.
16338         * lib/pathname.h: Likewise.
16339         * lib/progname.h: Likewise.
16340         * lib/stpcpy.h: Likewise.
16341         * lib/stpncpy.h: Likewise.
16342         * lib/strcase.h: Likewise.
16343         * lib/strstr.h: Likewise.
16344         * lib/xalloc.h: Likewise.
16345
16346         * lib/mbswidth.h: Add extern "C" for C++.
16347         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16348
16349 2004-07-13  Robert Millan  <robertmh@gnu.org>
16350
16351         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16352
16353 2004-07-09  Simon Josefsson  <jas@extundo.com>
16354
16355         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16356         failed without this.)
16357
16358 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16359
16360         * modules/chown (Files): Add lib/fchown-stub.c, since
16361         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16362
16363 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         * lib/fchown-stub.c: New file.
16366
16367 2004-06-24  Jim Meyering  <jim@meyering.net>
16368
16369         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16370
16371 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16372
16373         * modules/argz: Omit "#include".
16374
16375         * MODULES.html.sh (func_all_modules): Add calloc, to match
16376         2004-06-01 addition of calloc module.
16377
16378 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16379
16380         * m4/argz.m4: New file, which is autoupdated from libtool.
16381
16382 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16385         libtool.
16386
16387 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * config/srclist-update: Don't insist on "USA." before the
16390         close-comment, as libtool omits the period and puts the */ on a
16391         separate line.
16392         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16393         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16394
16395 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16396
16397         * modules/argz: New file.
16398         * MODULES.html.sh (func_all_modules): Add argz.
16399
16400 2004-06-12  Jim Meyering  <jim@meyering.net>
16401         and  Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         * modules/hash (Files): Add lib/xalloc.h.
16404         * modules/pipe (Depends-on): Add wait-process.
16405         * modules/stat (Depends-on): Add xalloc.
16406         * modules/userspec (Files): Add lib/userspec.h.
16407         * modules/xstrto
16408
16409         Upgrade from gettext-0.13.
16410         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16411         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16412         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16413
16414 2004-06-10  Jim Meyering  <jim@meyering.net>
16415
16416         * lib/calloc.c: New file.
16417
16418 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * lib/getdate.y (yylex): Allow space between sign and number.
16421         Problem reported by Dan Jacobson.
16422
16423 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         Merge from coreutils CVS.
16426
16427         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16428         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16429         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16430         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16431         xstrtol.m4: Fix copyright date and/or serial number.
16432
16433         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16434         See if we need an fchown replacement.
16435         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16436         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16437         and use the replacement function if we detect either defect.
16438
16439         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16440         gl_UTIMECMP.
16441
16442 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16443         and  Jim Meyering  <jim@meyering.net>
16444
16445         Merge from coreutils CVS.
16446
16447         * lib/stat-macros.h: New file, with contents from file-type.h
16448         and coreutils' system.h.
16449         * lib/file-type.c: Include "stat-macros.h".
16450         * lib/file-type.h (file_type): Move all macro definitions to new file,
16451         stat-macros.h.
16452
16453         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16454         Wrap old code with this conditional.
16455         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16456         function that does not dereference symlinks.
16457         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16458
16459         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16460         dependency problems.
16461         (xreadlink): Accept new arg SIZE, for efficiency.
16462         All decls and uses changed.
16463         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16464
16465         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16466         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16467
16468         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16469         sysexits.h.
16470
16471 2004-06-01  Jim Meyering  <jim@meyering.net>
16472
16473         * m4/calloc.m4: New file.
16474
16475 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16478         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16479         Also, fix a typo in a diagnostic.
16480
16481 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16482
16483         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16484         or AC_FUNC_REALLOC.
16485
16486 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16487
16488         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16489         macros to be defined.
16490         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16491         the allocator returns NULL because the requested size is zero.
16492
16493 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16494
16495         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16496         var.  Add comment explaining why libc still defines it.  This
16497         merges the following patch from glibc:
16498         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16499
16500 2004-05-20  Andreas Schwab  <schwab@suse.de>
16501
16502         * m4/free.m4: Replace free if it not known to work, not the other
16503         way round.
16504
16505 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16506
16507         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16508         present in glibc since revision 1.1 of this file.
16509         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16510         obstack_alignment_mask, obstack_alloc, obstack_base,
16511         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16512         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16513         obstack_grow0, obstack_init, obstack_int_grow,
16514         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16515         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16516         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16517         nonexistent functions.
16518
16519 2004-05-18  Karl Berry  <karl@gnu.org>
16520
16521         * config/srclist.txt: break link for vasnprintf.c.
16522
16523 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         Port obstack to the AS/400, where pointers are 16 bytes wide and
16526         you cannot cast an integer to a valid pointer.  This patch is
16527         currently waiting to be integrated into glibc; see
16528         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16529
16530         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16531         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16532         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16533         (struct obstack): temp member is now a union of a pointer and
16534         an integer, instead of an integer.  All integer uses changed.
16535         This does not affect the physical layout of struct obstack,
16536         except on hosts (like the AS/400) where the size or alignment of
16537         void * is greater than that of ptrdiff_t.
16538         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16539         __STDC__)]: Store temporary in pointer member of union, not
16540         integer member.
16541         * lib/obstack.c: Include <stddef.h>, for offsetof.
16542         (struct fooalign): Remove; it doesn't need a name.
16543         (union fooround): Change double to long double, and add void *.
16544         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16545         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16546         not a macro.  Hence the values are always int; so remove all
16547         casts-to-int in uses.
16548
16549 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16550
16551         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16552         we can get this patch merged into glibc.
16553
16554 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16555             Paul Eggert  <eggert@cs.ucla.edu>
16556
16557         * m4/argp: Depend on alloca.
16558
16559 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16560             Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16563         freecoding.
16564
16565 2004-05-17  Bruno Haible  <bruno@clisp.org>
16566
16567         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16568         precision that consists of a '.' followed by an empty digit string.
16569         Patch by Tor Lillqvist <tml@iki.fi>.
16570
16571 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16572
16573         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16574         for backward compatibility with older code.  We need our own
16575         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16576         it under some other name, and our alloca.h will define it.
16577
16578 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16579             Derek Price  <derek@ximbiot.com>
16580
16581         * lib/alloca.c: Include <alloca.h>, to get our interface.
16582         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16583         include <alloca.h> first.  Use C89 prototype for alloca; this
16584         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16585         Use #elif for simplicity, since we can assume C89 now.
16586         Don't try to source the system alloca.h since it will not be found
16587         and to prevent recursively including its replacement.
16588         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16589         * lib/regex.c: Likewise.
16590
16591 2004-05-16  Derek Price  <derek@ximbiot.com>
16592             Paul Eggert  <eggert@cs.ucla.edu>
16593
16594         getline cleanup.  This changes the getndelim2 API: both order of
16595         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16596         no delimiter).
16597
16598         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16599         interface does that.
16600         (getline): Always use getdelim, so that we don't have two
16601         copies of this code.
16602         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16603         if available.
16604         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16605         (GETNDELIM2_MAXIMUM): New macro.
16606         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16607         instead of the old practice of delim2==0.  All callers changed.
16608         Return -1 on overflow, instead of returning junk.
16609         Do not set *linesize unless allocation succeeds.
16610         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16611         that we include sys/types.h.
16612         * lib/getnline.h: Likewise.
16613         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16614         (getndelim2): Reorder arguments.
16615         * lib/getnline.c (getnline, getndelim):
16616         Don't discard the NMAX argument.
16617         (getnline): Invoke getndelim, to avoid code duplication.
16618         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16619         of (size_t) -1 by callers of the getnline family.
16620
16621 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16624         Check for gettimeofday.
16625         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16626         Check for settimeofday, stime.
16627
16628 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16629
16630         * lib/nanosleep.c (suspended): Change its type from int to
16631         sig_atomic_t volatile.
16632         (first_call): Make it private to rpl_nanosleep, and have it
16633         be zero initially as that's a bit faster.
16634         (my_usleep): Round up fractional times instead of truncating them,
16635         as this is the usual meaning for 'sleep'.
16636
16637         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16638         doesn't work.
16639         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16640         (ENOSYS): Define if not defined.
16641         (settime): Fall back on stime if it exists and settimeofday fails.
16642         But don't bother with fallbacks if a method fails with errno == EPERM.
16643
16644 2004-05-11  Jim Meyering  <jim@meyering.net>
16645
16646         Prior to this change, the save_cwd caller required read access to the
16647         current directory on most systems (ones with the fchdir function).
16648
16649         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16650         fails, try write-only, and finally, resort to using xgetcwd.
16651
16652 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16653
16654         * lib/obstack.c, obstack.h: Import changes from libc.
16655
16656 2004-04-28  Bruno Haible  <bruno@clisp.org>
16657
16658         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16659         also implicitly appends .exe to executables.
16660         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16661         accepts Windows pathnames.
16662         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16663         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16664         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16665         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16666         Reported by Derek Robert Price <derek@ximbiot.com>.
16667
16668 2004-04-21  Karl Berry  <karl@gnu.org>
16669
16670         * config/srclist.txt (localcharset.c): break sync.
16671
16672 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16673
16674         * m4/host-os.m4: Add a copyright notice.
16675
16676 2004-04-20  Jim Meyering  <jim@meyering.net>
16677
16678         Change UTILS_ to gl_ in AC_DEFINE'd names.
16679         Change utils_- and jm_-prefixed variables, too.
16680         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16681         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16682         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16683
16684         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16685         Don't emit trailing blanks.
16686         Also rename jm_-prefixed variables to have gl_ prefix.
16687
16688         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16689         Also rename jm_-prefixed variables to have gl_ prefix.
16690
16691         * m4/jm-macros.m4: Reflect the renamings.
16692         * m4/prereq.m4: Likewise.
16693
16694 2004-04-20  Jim Meyering  <jim@meyering.net>
16695
16696         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16697         memory.
16698
16699 2004-04-20  Jim Meyering  <jim@meyering.net>
16700             Bruno Haible  <bruno@clisp.org>
16701
16702         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16703         memory when realloc fails.
16704
16705 2004-04-19  Jim Meyering  <jim@meyering.net>
16706
16707         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16708         now that readutmp.c may call `free (0)'.
16709
16710 2004-04-19  Bruno Haible  <bruno@clisp.org>
16711
16712         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16713         * m4/inttypes_h.m4: Likewise.
16714         * m4/stdint_h.m4: Likewise.
16715         * m4/intmax_t.m4: Likewise.
16716         * m4/uintmax_t.m4: Likewise.
16717
16718 2004-04-18  Jim Meyering  <jim@meyering.net>
16719
16720         * m4/prereq.m4: Don't forbid jm_ prefix.
16721
16722         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16723         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16724         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16725         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16726         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16727         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16728         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16729         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16730         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16731         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16732         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16733         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16734         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16735         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16736         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16737         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16738         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16739         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16740         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16741
16742 2004-04-18  Jim Meyering  <jim@meyering.net>
16743
16744         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16745         failure, don't leak memory and do call END_UTMP_ENT.
16746
16747 2004-04-16  Jim Meyering  <jim@meyering.net>
16748
16749         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16750         coreutils' stat program.
16751         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16752
16753 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16754
16755         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16756         C89.
16757         (CHAR_BIT): Remove, since we assume C89.
16758         Include <stdint.h> if available, as per current Autoconf CVS advice.
16759
16760 2004-03-31  Jim Meyering  <jim@meyering.net>
16761
16762         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16763         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16764         * m4/xalloc.m4: Likewise.
16765
16766 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16767
16768         Merge from coreutils.
16769
16770         * m4/inttostr.m4: New file.
16771         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16772         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16773         Require gl_CLOCK_TIME.
16774         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16775
16776 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16777
16778         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16779         not bool, to be more consistent with Unix conventions.
16780         Suggested by Bruno Haible.
16781
16782         Merge from coreutils.
16783
16784         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16785         * lib/umaxtostr.c: New files.
16786
16787         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16788         the usual <time.h> dance.
16789         (get_date): Change signature to support fractional time stamps.
16790         All callers changed.
16791         * lib/getdate.y: Include "getdate.h" first, as we can now
16792         assume C89 and don't need to worry about 'const'.
16793         Similarly, include "unlocked-io.h" near start, not in middle.
16794         Include <limits.h>.
16795         (textint.value): Use long int rather than int.
16796         (textint.digits): Use size_t rather than int.
16797         (BILLION, LOG10_BILLION): New constants.
16798         (parser_control): New member rel_ns.  Members day_ordinal,
16799         time_zone, month, day, hour, minutes, rel_year, rel_month,
16800         rel_day, rel_hour, rel_minutes, rel_seconds
16801         are now long int, not int.  Member seconds is now struct timespec,
16802         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16803         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16804         not int.
16805         (%union.intval): Now long int, not int.
16806         New member timespec.
16807         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16808         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16809         (spec): Now is a timespec or an item list.
16810         (timespec, items): New nonterminals.
16811         (time, rel, relunit, number, get_date):
16812         Add support for fractional seconds.
16813         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16814         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16815         (to_hour): First arg is now long int, not int.
16816         (to_year): Returns long int, not int.
16817         Don't treat year -70 like 70.
16818         (tm_diff): Returns long int, not int.
16819         (lookup_word): Use bool instead of int when appropriate.
16820         (yylex): Use size_t for count, not int.
16821         Detect overflow when parsing large integer constants.
16822         Add support for fractions.
16823         (get_date): Make pointers 'const' if possible.
16824         Use more-portable code to detect integer overflow.
16825         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16826         Don't use ctime; it's not reliable if the year has >4 digits.
16827
16828         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16829         This is for compatibility with BSD.
16830
16831         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16832         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16833         From coreutils' system.h.
16834
16835         * lib/userspec.c: Don't include "posixver.h".
16836         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16837         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16838         compatible extension.  Simplify code by removing a boolean int
16839         that was always nonzero if a string was nonnull.
16840
16841 2004-03-30  Jim Meyering  <jim@meyering.net>
16842
16843         Merge from coreutils.
16844
16845         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16846         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16847         on some systems one must include <grp.h> before it.
16848         Reported by Christian Krackowizer.
16849
16850 2004-03-30  Jim Meyering  <jim@meyering.net>
16851
16852         Merge from coreutils.
16853
16854         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16855
16856         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16857         an empty input stream.
16858
16859         * lib/readtokens.c: Include <stdbool.h>.
16860         (readtoken): Use `size_t' rather than int/long.
16861         All callers adjusted.
16862         Use `bool' rather than `int' where appropriate.
16863         Use memset rather than an explicit loop.
16864         Use x2nrealloc rather than xrealloc.
16865         Allow the use of `\0' as a delimiter.
16866         (readtokens): Likewise.
16867         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16868
16869 2004-03-30  Jim Meyering  <jim@meyering.net>
16870
16871         * m4/realloc.m4: Remove file, since now it does no more than
16872         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16873         the `configure.ac' section of module/realloc.
16874         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16875
16876 2004-03-30  Bruno Haible  <bruno@clisp.org>
16877
16878         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16879         nonnull.
16880
16881 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16882
16883         Merge changes to getloadavg.c from coreutils and Emacs.
16884
16885         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16886         Define to an expression, not to the empty string.
16887         Include cloexec.h and xalloc.h.
16888         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16889         Use set_cloexec_flag rather than rolling our own.
16890         * lib/cloexec.c, lib/cloexec.h: New files.
16891
16892 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16893
16894         * m4/cloexec.m4: New file.
16895
16896 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16897
16898         * lib/getopt.h: Sync with libc CVS.
16899
16900 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16901             Bruno Haible  <bruno@clisp.org>
16902
16903         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16904         mbswidth.
16905
16906 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16907             Bruno Haible  <bruno@clisp.org>
16908
16909         * lib/mbswidth.h: Include <wchar.h> only if
16910         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16911         <wchar.h>.
16912         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16913
16914 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16915
16916         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16917         Sync with libc CVS.
16918         * lib/getopt_int.h: New file, also synced from libc.
16919
16920 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16921
16922         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16923         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16924         Bring back getopt.c, getopt.h, getopt1.c.
16925
16926 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16927
16928         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16929         All uses changed.  Check for sa_sigaction member; this fixes
16930         a bug first reported by Jason Andrade in
16931         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16932
16933 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16934
16935         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16936         '#if' expressions.  Unlike the code it replaces, it does not
16937         depend on (defined _SC_PAGESIZE).  However, it does depend on
16938         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16939         first reported by Jason Andrade in
16940         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16941
16942 2004-02-25  Simon Josefsson  <jas@extundo.com>
16943
16944         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16945
16946 2004-02-25  Simon Josefsson  <jas@extundo.com>
16947
16948         * lib/strdup.h: New file.
16949         * lib/strdup.c: Include it.
16950         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16951         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16952
16953 2004-02-23  Karl Berry  <karl@gnu.org>
16954
16955         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16956         (from fencepost.gnu.org:/gd/gnuorg).
16957
16958 2004-02-23  Karl Berry  <karl@gnu.org>
16959
16960         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16961         * config/srclist.txt: add maintain/standards documents.
16962
16963 2004-02-18  Bruno Haible  <bruno@clisp.org>
16964
16965         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16966         Reported by Derek Robert Price <derek@ximbiot.com>.
16967
16968 2004-02-16  Karl Berry  <karl@gnu.org>
16969
16970         * config/mkinstalldirs, install-sh: update from automake.
16971
16972 2004-02-06  Karl Berry  <karl@gnu.org>
16973
16974         * m4/po.m4: update from gettext 0.14.1.
16975
16976 2004-02-06  Karl Berry  <karl@gnu.org>
16977
16978         * lib/config.charset: update from gettext 0.14.1.
16979
16980 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16981
16982         Add comments and code, prompted by suggestions from Bruno Haible
16983         for sh-quote.
16984         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16985         describing the enum quoting_style values.
16986         * lib/quotearg.c (quotearg_alloc): New function.
16987         (quotearg_buffer_restyled): Treat lone { and } as special.
16988         Treat = as special.  Work around bug with older shells
16989         that "see" a '\' that is really the 2nd byte of a multibyte char.
16990         Quote empty string with shell_quoting_style.
16991
16992 2004-02-03  Bruno Haible  <bruno@clisp.org>
16993
16994         * m4/pipe.m4: New file, from GNU gettext.
16995
16996 2004-02-03  Bruno Haible  <bruno@clisp.org>
16997
16998         * lib/pipe.h: New file, from GNU gettext.
16999         * lib/pipe.c: New file, from GNU gettext.
17000
17001 2004-01-27  Bruno Haible  <bruno@clisp.org>
17002
17003         * m4/execute.m4: New file, from GNU gettext.
17004
17005 2004-01-27  Bruno Haible  <bruno@clisp.org>
17006
17007         * lib/execute.h: New file, from GNU gettext.
17008         * lib/execute.c: New file, from GNU gettext.
17009         * lib/w32spawn.h: New file, from GNU gettext.
17010
17011 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17012
17013         Merge from diffutils.
17014
17015         * lib/file-type.c (file_type): Add typed memory objects.
17016         * lib/file-type.h (S_TYPEISTMO): New macro.
17017
17018         * lib/c-stack.h (c_stack_action): Remove argv argument.
17019         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17020         (die): Don't calculate message unless segv_action returns.
17021         (get_stack_location, min_address_from_argv, max_address_from_argv,
17022         volatile stack_base, volatile_stack_size): Remove.
17023         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17024         that every segmentation violation is a stack overflow.  (Ouch!)
17025         See Debian bug 136249 (still outstanding) for more info about why
17026         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17027
17028 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17029
17030         Exit-status fix from coreutils.
17031
17032         Use exit_failure consistently in place of EXIT_FAILURE,
17033         so that program exit statuses are consistent on failure.
17034
17035         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17036         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17037         * lib/argmatch.h: Comment fix to match the above.
17038         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17039         Now a macro referring to exit_failure, instead of a separate
17040         variable.  Include "exitfail.h" to get it.
17041         * lib/xstrtol.h: Include "exitfail.h".
17042         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17043
17044         * lib/long-options.c (parse_long_options): Use prototype
17045         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17046         for clarity.
17047
17048 2004-01-21  Jim Meyering  <jim@meyering.net>
17049
17050         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17051         so as not to conflict with a different-sized __mktime_internal
17052         function in GNU libc.
17053         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17054         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17055
17056 2004-01-20  Karl Berry  <karl@gnu.org>
17057
17058         * config/config.guess: update from config.
17059
17060         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17061
17062 2004-01-20  Bruno Haible  <bruno@clisp.org>
17063
17064         Safer stack allocation.
17065         * lib/setenv.c: Include allocsa.h.
17066         (alloca): Remove fallback definition.
17067         (freea): Remove macro.
17068         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17069         instead of freea.
17070
17071 2004-01-20  Bruno Haible  <bruno@clisp.org>
17072
17073         * m4/eealloc.m4: New file, from GNU gettext.
17074
17075 2004-01-20  Bruno Haible  <bruno@clisp.org>
17076
17077         * m4/allocsa.m4: New file, from GNU gettext.
17078
17079 2004-01-20  Bruno Haible  <bruno@clisp.org>
17080
17081         * lib/xallocsa.h: New file, from GNU gettext.
17082         * lib/xallocsa.c: New file, from GNU gettext.
17083
17084 2004-01-20  Bruno Haible  <bruno@clisp.org>
17085
17086         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17087
17088 2004-01-20  Bruno Haible  <bruno@clisp.org>
17089
17090         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17091         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17092         specially.
17093
17094 2004-01-20  Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17097         patch.
17098
17099 2004-01-20  Bruno Haible  <bruno@clisp.org>
17100
17101         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17102
17103 2004-01-20  Bruno Haible  <bruno@clisp.org>
17104
17105         * lib/eealloc.h: New file.
17106
17107 2004-01-20  Bruno Haible  <bruno@clisp.org>
17108
17109         * lib/binary-io.h: Avoid warnings on Cygwin.
17110
17111 2004-01-20  Bruno Haible  <bruno@clisp.org>
17112
17113         * lib/allocsa.h: New file, from GNU gettext.
17114         * lib/allocsa.c: New file, from GNU gettext.
17115
17116 2004-01-18  Karl Berry  <karl@gnu.org>
17117
17118         * doc/gpl.texi, doc/lgpl.texi: new files.
17119
17120 2004-01-18  Karl Berry  <karl@gnu.org>
17121
17122         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17123         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17124
17125 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17126
17127         Merge from coreutils.
17128
17129         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17130         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17131         (gl_DEFAULT_POSIX2_VERSION): Move
17132         the documentation from 'configure' into 'config.hin',
17133         so that 'configure --help' isn't burdened by it and
17134         we don't have to worry about its formatting there.
17135         Reword the documentation so that it's more succinct
17136         and can be run together into a single paragraph.
17137         * m4/same.m4 (gl_SAME): Check for pathconf.
17138
17139 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17140
17141         Merge from coreutils.
17142
17143         * lib/posixver.c: Include posixver.h.
17144
17145         * lib/same.c: Include <stdbool.h>, <limits.h>.
17146         (_POSIX_NAME_MAX): Define if not defined.
17147         (MIN): New macro.
17148         (same_name): If file names are silently truncated, report
17149         that the file names are the same if they are the same after
17150         the silent truncation.
17151
17152         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17153         conversion function.
17154         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17155         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17156         longer needed.
17157
17158 2004-01-15  Jim Meyering  <jim@meyering.net>
17159
17160         Merge from coreutils.
17161
17162         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17163         if no library is required.
17164         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17165         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17166         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17167         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17168         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17169         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17170         value, $ac_cv_search_crypt, if it's "none required".
17171         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17172         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17173         not gl_FUNC_GETLOADAVG.
17174         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17175         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17176
17177 2004-01-15  Jim Meyering  <jim@meyering.net>
17178
17179         Merge from coreutils.
17180
17181         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17182         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17183         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17184
17185         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17186         optional configure-time default.
17187
17188         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17189
17190         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17191
17192 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17193
17194         Merge from coreutils.
17195
17196         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17197         value, $ac_cv_search_nanosleep, if it's "none required".
17198
17199 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17200
17201         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17202         with like-named macro in fnmatch.c.
17203         (EXT): Use an internal constant instead.
17204
17205         Merge fnmatch patches from glibc.
17206         * lib/fnmatch.c (mbsinit): Remove define.
17207         Add libc_hidden_ver (__fnmatch, fnmatch).
17208         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17209         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17210
17211 2004-01-14  Karl Berry  <karl@gnu.org>
17212
17213         * config/install-sh: update from automake.
17214
17215 2004-01-13  Karl Berry  <karl@gnu.org>
17216
17217         * config/install-sh: update from automake.
17218
17219 2004-01-09  Karl Berry  <karl@gnu.org>
17220
17221         * config/install-sh: update from automake.
17222
17223 2004-01-05  Karl Berry  <karl@gnu.org>
17224
17225         * config/config.{sub,guess}: update from config.
17226
17227 2003-12-31  Karl Berry  <karl@gnu.org>
17228
17229         * config/depcomp: update from automake.
17230
17231 2003-12-14  Karl Berry  <karl@gnu.org>
17232
17233         * lib/config.charset: update from gettext-runtime.
17234
17235 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17236
17237         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17238         Bug reported by Alfred M. Szmidt.
17239
17240 2003-12-03  Bruno Haible  <bruno@clisp.org>
17241
17242         * m4/gettext.m4: Upgrade from gettext-0.13.
17243         * m4/po.m4: Upgrade from gettext-0.13.
17244         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17245         * m4/intmax.m4: New file, from gettext-0.13.
17246         * m4/printf-posix.m4: New file, from gettext-0.13.
17247
17248 2003-11-29  Karl Berry  <karl@gnu.org>
17249
17250         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17251
17252 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17253             Bruno Haible  <bruno@clisp.org>
17254
17255         * lib/printf-parse.h: Don't include sys/types.h.
17256         (ARG_NONE): New macro.
17257         (char_directive): Change type of *arg_index fields to size_t.
17258         * lib/printf-parse.c: Don't include sys/types.h.
17259         (SSIZE_MAX): Remove macro.
17260         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17261         Remove unnecessary overflow check.
17262         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17263         fields.
17264
17265 2003-11-25  Bruno Haible  <bruno@clisp.org>
17266
17267         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17268
17269 2003-11-25  Bruno Haible  <bruno@clisp.org>
17270
17271         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17272         gt_TYPE_SSIZE_T.
17273
17274 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17275
17276         * modules/alloca: Remove dependency on xalloc.
17277
17278 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17279
17280         * lib/alloca.c: Remove dependency on xalloc module.
17281         (xalloc_die): Remove.
17282         (memory_full) [!defined emacs]: New macro.
17283         [!defined emacs]: Don't include xalloc.h.
17284         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17285         address arithmetic overflows.  Change datatypes a bit to avoid
17286         unnecessary casts.
17287
17288 2003-11-22  Jim Meyering  <jim@meyering.net>
17289
17290         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17291         s/size/size_t/.
17292
17293 2003-11-21  Karl Berry  <karl@gnu.org>
17294
17295         * config/config.{sub,guess}: update from config.
17296
17297 2003-11-18  Karl Berry  <karl@gnu.org>
17298
17299         * config/config.{sub,guess}: update from config.
17300
17301         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17302
17303 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17304
17305         * README: Mention that S+T cannot overflow if S is the size of
17306         an existing object and T is sufficiently small.
17307
17308 2003-11-17  Jim Meyering  <jim@meyering.net>
17309
17310         On systems without utime and without a utimes function capable of
17311         dealing with a NULL struct utimbuf* argument, this utime replacement
17312         could -- in unusual circumstances -- leak a file descriptor.
17313         * lib/utime.c: Include <unistd.h> and <errno.h>.
17314         (utime_null): Be sure to close `fd' and to preserve errno.
17315         Reported by Geoff Collyer via Arnold Robbins.
17316
17317 2003-11-17  Bruno Haible  <bruno@clisp.org>
17318
17319         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17320         (Depends-on): Add xsize.
17321
17322 2003-11-17  Bruno Haible  <bruno@clisp.org>
17323
17324         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17325
17326 2003-11-17  Bruno Haible  <bruno@clisp.org>
17327
17328         * lib/vasnprintf.c (alloca): Remove fallback definition.
17329         (freea): Remove definition.
17330         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17331         Reported by Paul Eggert.
17332
17333 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17334             Bruno Haible  <bruno@clisp.org>
17335
17336         Protect against address arithmetic overflow.
17337         * lib/printf-args.h: Include stddef.h.
17338         (arguments): Change type of field 'count' to size_t.
17339         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17340         'unsigned int' where appropriate.
17341         * lib/printf-parse.h: Include sys/types.h.
17342         (char_directive): Change type of *arg_index fields to ssize_t.
17343         (char_directives): Change type of fields 'count', max_*_length to
17344         size_t.
17345         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17346         (SSIZE_MAX): Define fallback value.
17347         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17348         instead of 'int' where appropriate. Check a_allocated, d_allocated
17349         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17350         * lib/vasnprintf.c: Include xsize.h.
17351         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17352         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17353         overflow. Avoid wraparound when converting a width or precision from
17354         decimal to binary.
17355
17356 2003-11-16  Bruno Haible  <bruno@clisp.org>
17357
17358         Update from GNU gettext.
17359         * lib/printf-parse.c: Generalize to it can be compiled for wide
17360         strings.
17361         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17362         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17363         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17364         SNPRINTF): New macros.
17365         Don't include <alloca.h> if the file is used inside libintl.
17366         (local_wcslen): New function, for Solaris 2.5.1.
17367         (VASNPRINTF): Use it instead of wcslen.
17368
17369 2003-11-16  Bruno Haible  <bruno@clisp.org>
17370
17371         * lib/xsize.h (xmax): New function.
17372         (xsum, xsum3, xsum4): Declare as "pure" functions.
17373
17374 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17375
17376         * modules/xalloc (Files): Undo latest change, since xalloc.h
17377         no longer needs SIZE_MAX or PTRDIFF_MAX.
17378
17379 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17380
17381         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17382         gl_PTRDIFF_MAX.
17383
17384 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17385
17386         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17387         "return", to pacify some unknown compiler.  Problem reported
17388         by Joerg Schilling.
17389
17390 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17391
17392         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17393         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17394         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17395         heuristic is just as accurate as far as we know, and it removes a
17396         dependency on size_max.m4 and ptrdiff_max.m4.
17397
17398 2003-11-11  Bruno Haible  <bruno@clisp.org>
17399
17400         * modules/xsize (Files): Add m4/size_max.m4.
17401         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17402
17403 2003-11-11  Bruno Haible  <bruno@clisp.org>
17404
17405         * m4/size_max.m4: New file.
17406         * m4/ptrdiff_max.m4: New file.
17407         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17408         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17409         (gl_XALLOC): Invoke it.
17410
17411 2003-11-11  Bruno Haible  <bruno@clisp.org>
17412
17413         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17414         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17415         defined.
17416
17417 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17418
17419         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17420         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17421         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17422         From Bruno Haible.
17423         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17424         not (size_t) -1, since it's defined here.
17425
17426 2003-11-09  Karl Berry  <karl@gnu.org>
17427
17428         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17429
17430 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17431
17432         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17433         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17434         Reject sizes of exactly SIZE_MAX bytes.
17435         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17436         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17437
17438 2003-11-05  Bruno Haible  <bruno@clisp.org>
17439
17440         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17441         SIZE_MAX defined in <limits.h> on Solaris.
17442
17443 2003-11-04  Jim Meyering  <jim@meyering.net>
17444
17445         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17446         variable names, rather than @VAR@.
17447         * modules/poll: Likewise.
17448
17449 2003-11-04  Bruno Haible  <bruno@clisp.org>
17450
17451         * modules/xsize: New file.
17452         * modules/linebreak: Depend on xsize.
17453         * MODULES.html.sh (func_all_modules): Add xsize.
17454
17455 2003-11-04  Bruno Haible  <bruno@clisp.org>
17456
17457         * m4/xsize.m4: New file.
17458
17459 2003-11-04  Bruno Haible  <bruno@clisp.org>
17460
17461         * lib/xsize.h: New file.
17462         * lib/linebreak.c: Include xsize.h.
17463         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17464         argument for overflow.
17465         Suggested by Paul Eggert.
17466
17467 2003-11-03  Karl Berry  <karl@gnu.org>
17468
17469         * config/config.{guess,sub}: update from config.
17470
17471 2003-11-03  Jim Meyering  <jim@meyering.net>
17472
17473         * modules/userspec (lib_SOURCES): Add userspec.h.
17474         (Include): Add "userspec.h".
17475         Improve description.
17476
17477 2003-11-03  Jim Meyering  <jim@meyering.net>
17478
17479         * lib/userspec.c: Include "userspec.h".
17480         * lib/userspec.h: New file.
17481
17482 2003-11-03  Bruno Haible  <bruno@clisp.org>
17483
17484         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17485
17486 2003-11-03  Bruno Haible  <bruno@clisp.org>
17487
17488         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17489         available, to avoid (extremely rare) race condition.
17490         Suggested by Paul Eggert.
17491
17492 2003-11-02  Karl Berry  <karl@gnu.org>
17493
17494         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17495
17496 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17497
17498         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17499         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17500         (read_filesystem_list): Set and use me_type_malloced.
17501         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17502         whatever the type happens to be), for brevity and consistency.
17503         Check for size calculation overflow on Alphas running OSF/1.
17504
17505 2003-10-31  Jim Meyering  <jim@meyering.net>
17506
17507         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17508
17509         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17510
17511 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17512             Bruno Haible  <bruno@clisp.org>
17513
17514         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17515         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17516
17517 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17518
17519         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17520         netbsd*-gnu*.  Suggested by Robert Millan.
17521
17522 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17523
17524         * modules/group-member: Depend on stdbool.
17525
17526 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17527
17528         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17529
17530 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17531
17532         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17533         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17534         after the 'gnu' in these cases.  This fixes some bugs in the
17535         previous change, and is based on suggestions by Robert Millan.
17536
17537 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17538
17539         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17540         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17541         no longer needed.
17542         * lib/quotearg.c (quotearg_n_options): Use it.
17543         * lib/group-member.c: Include <stdbool.h>.
17544         (free_group_info): Arg is now const *; don't free arg.
17545         (get_group_info): Now returns bool and accepts struct group_info *,
17546         rather than returning a malloc'ed struct group_info *.
17547         All uses changed.  Check for overflow in internal size calculation.
17548
17549         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17550         rather than xmalloc/xrealloc.
17551         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17552         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17553         conformance bug: the old code used a pointer after freeing the
17554         storage that it addressed.
17555         * lib/hash.c (hash_initialize): Simplify the code by using
17556         xalloc_oversized rather than doing it by hand.
17557         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17558         the buffer preserved.  Use free and xmalloc instead.
17559         * lib/quotearg.c (quotearg_n_options): Likewise.
17560         Use a simpler test for size overflow.  Don't use xalloc_oversized
17561         because unsigned int might be wider than size_t (!); this suggests
17562         that we should switch from unsigned int to size_t for slot numbers.
17563
17564 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17565
17566         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17567         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17568         NetBSD kernels.  Requested by Richard Stallman.
17569
17570 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17571
17572         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17573         to allocate the returned structure.  Do not allocate a subarray,
17574         as x2nrealloc will do that.
17575         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17576         instead of xnrealloc.
17577         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17578
17579 2003-10-27  Bruno Haible  <bruno@clisp.org>
17580
17581         * lib/stdbool_.h: Better support for BeOS.
17582
17583 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17584
17585         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17586         now uses inline.
17587
17588 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17589
17590         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17591         callers that want to do their own size-overflow checking.  Include
17592         <stdbool.h>, since xalloc_oversized returns bool.
17593         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17594         to use xalloc_oversized.
17595
17596         Add two functions x2realloc, x2nrealloc, for programs that grow
17597         arrays dynamically by doubling their sizes.
17598         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17599         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17600         New functions.
17601
17602         Port to C99 semantics for 'inline' of external functions.
17603         Bug reported by Bruno Haible.
17604         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17605         with the old contents of xnmalloc.
17606         (xnmalloc, xmalloc): Use it.
17607         (xnrealloc_inline): New static inline function,
17608         with the old contents of xnrealloc.
17609         (xnrealloc, xrealloc): Use it.
17610
17611         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17612         that.
17613
17614 2003-10-26  Karl Berry  <karl@gnu.org>
17615
17616         * config/srclist.txt (COPYING.DOC): no longer available from
17617         /gd/gnuorg; don't know where the ultimate source is.
17618
17619 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17620
17621         Fix several address-calculation bugs in the hash modules,
17622         plus some minor code cleanup.
17623
17624         * lib/hash.h: Include <stdbool.h>, for bool.
17625         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17626         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17627         hash_get_n_entries, hash_get_max_bucket_length,
17628         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17629         hash_rehash): Use size_t rather than unsigned.
17630         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17631         hash_get_n_buckets_used, hash_get_n_entries,
17632         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17633         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17634         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17635         Likewise.
17636         (SIZE_MAX): Define if not defined.
17637         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17638         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17639         hash_print):
17640         Use const * when possible.
17641         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17642         (check_tuning): Fix bug: if tuning parameters were very close to
17643         0 or 1, rounding errors could have caused subscript violations.
17644         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17645         (hash_initialize): Add 'fail:' label
17646         to free table and return NULL, and use it to simplify code.
17647         Use calloc rather than clearing the storage ourself.
17648         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17649         buffer size calculations.
17650         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17651         Include <stddef.h>, for size_t.
17652         * lib/hash-pjw.c (hash_pjw): Likewise.
17653         Switch to method described by Bruno Haible.
17654         Include <limits.h>, for CHAR_BIT.
17655         (SIZE_BITS): New macro.
17656
17657 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17658
17659         * m4/getline.m4 (AM_FUNC_GETLINE):
17660         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17661         hosts.  Problem reported by Derek Robert Price in
17662         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17663         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17664         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17665
17666 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17667
17668         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17669         ceiling the allocation at NMAX bytes rather than silently
17670         discarding input bytes before NMAX is reached.  This makes
17671         a difference only if NMAX exceeds SIZE_MAX / 2.
17672
17673         * lib/obstack.c: Merge from glibc.
17674         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17675         Add libc_hidden_def (_obstack_newchunk).
17676         (_obstack_free) [! defined _LIBC]: Remove.
17677         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17678         a clone of the function body.
17679         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17680         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17681
17682         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17683         glibc.
17684         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17685         arg to memcpy.
17686
17687         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17688         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17689         Don't use lvalue casts, as GCC plans to remove support for them
17690         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17691         was also present in the non-GCC version, indicating that this
17692         code had always been buggy and had never been widely used.
17693         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17694         Use the fast variant of each macro, rather than copying the
17695         definiens of the fast variant; that way, we'll be more likely to
17696         catch future bugs in the fast variants.
17697
17698 2003-10-20  Bruno Haible  <bruno@clisp.org>
17699
17700         * modules/wait-process: New file.
17701         * MODULES.html.sh (func_all_modules): Add wait-process.
17702
17703 2003-10-20  Bruno Haible  <bruno@clisp.org>
17704
17705         * m4/wait-process.m4: New file.
17706
17707 2003-10-20  Bruno Haible  <bruno@clisp.org>
17708
17709         * lib/wait-process.h: New file, from GNU gettext.
17710         * lib/wait-process.c: New file, from GNU gettext.
17711
17712 2003-10-19  Jim Meyering  <jim@meyering.net>
17713
17714         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17715         HPUX 10.20.
17716
17717 2003-10-18  Karl Berry  <karl@gnu.org>
17718
17719         * config/config.guess: update from config.
17720
17721 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17722
17723         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17724         (getgroups): First arg is int, not size_t.
17725         Don't let 'free' mangle errno.
17726
17727 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17728
17729         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17730
17731 2003-10-16  Karl Berry  <karl@gnu.org>
17732
17733         * config/config.{guess,sub}: update from config.
17734
17735 2003-10-16  Jim Meyering  <jim@meyering.net>
17736
17737         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17738         memcpy.
17739
17740 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17741
17742         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17743         (SIZE_MAX): Remove.
17744         (new_exclude, add_exclude_file): Initial size no longer needs to
17745         be a power of 2.
17746         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17747         our own address arithmetic overflow checking.
17748
17749         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17750         (fnmatch): Do not alloca more than 2000 wide characters;
17751         instead, use malloc for large buffers.
17752         Check for address arithmetic overflow, and return -1
17753         with errno set to ENOMEM in that case.
17754         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17755         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17756         instead, return -1.  Check for address arithmetic overflow.
17757
17758 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17759
17760         Handle invalid suffixes and overflow independently, so that
17761         callers can treat them independently as needed.  Fix some bugs in
17762         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17763         suffix for a human-readable blocksize.  The major caller-visible
17764         change is the addition of a new
17765         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17766         that both overflow and suffix chars were found.
17767
17768         * lib/human.c (humblock): Don't check separately for invalid suffix
17769         char; that is xstrtoumax's job (now that its bug is fixed).
17770         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17771         INTMAX_MAX]: New macros.
17772         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17773         TYPE_MAXIMUM): New macros.
17774         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17775         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17776         if overflow occurs, as it's what __strtol does and it's more useful
17777         in practice.
17778         (__xstrtol): If __strtol reports some error other than ERANGE,
17779         reflect it to the caller as LONGINT_INVALID.  If it reports
17780         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17781         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17782         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17783         value.
17784         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17785         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17786         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17787         [defined UINTMAX_MAX]: New macros.
17788
17789 2003-10-14  Bruno Haible  <bruno@clisp.org>
17790
17791         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17792
17793 2003-10-14  Bruno Haible  <bruno@clisp.org>
17794
17795         * m4/sig_atomic_t: New file, from GNU gettext.
17796         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17797
17798 2003-10-14  Bruno Haible  <bruno@clisp.org>
17799
17800         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17801         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17802         Also use volatile where needed.
17803
17804 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17805
17806         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17807         Change maintainer from Bruno Haible to 'all'.
17808
17809 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17810
17811         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17812
17813 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17814
17815         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17816         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17817         and define in terms of the other primitives.
17818         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17819         (SIZE_MAX): Define if not already defined.
17820         (array_size_overflow): New function.
17821         (xalloc_die): Abort instead of exiting if 'error' returns.
17822         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17823         (xmalloc, xrealloc): Use them.
17824         (xcalloc): Check for address arithmetic overflow.
17825         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17826         a bit faster than strcpy.
17827
17828 2003-10-10  Simon Josefsson  <jas@extundo.com>
17829
17830         * modules/argp (Depends-on): Add restrict and strcase.
17831
17832 2003-10-10  Simon Josefsson  <jas@extundo.com>
17833
17834         * m4/argp.m4: Add AC_C_INLINE.
17835
17836 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17837
17838         Merge getpass from libc, plus a few fixes.
17839
17840         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17841         Include <stdbool.h>.
17842         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17843         __fsetlocking to empty.
17844         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17845         do include <bits/libc-lock.h>.
17846         Do not include <fcntl.h>; not needed.
17847         [_LIBC]: Include <wchar.h>.
17848         (NOTCANCEL_MODE): New macro.
17849         (flockfile, funlockfile) [_LIBC]: New macros.
17850         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17851         [!_LIBC]: New macros.
17852         (call_fclose): New function.
17853         (getpass): Use it.  Save tty stream separately; this simplifies the
17854         code and makes it more reliable if stdin happens to equal stdout.
17855         Invoke __fsetlocking on tty.
17856         Handle thread cancellation if needed.
17857         Namespace cleanup (use __tcgetattr, __getline).
17858         Use bool for Booleans.
17859         [USE_IN_LIBIO]: Handle wide streams.
17860         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17861         stream might go where.
17862
17863         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17864         doesn't have to include <stdio.h> before us.
17865         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17866         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17867         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17868         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17869         if not declared, so that we can use getpass.c code from libc without
17870         rewriting it.
17871         (flockfile, ftrylockfile, funlockfile): New macros.
17872
17873 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17874
17875         * modules/getpass: Depend on stdbool.
17876
17877 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17878
17879         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17880
17881 2003-10-07  Karl Berry  <karl@gnu.org>
17882
17883         * config/config.{guess,sub}: update from config.
17884
17885 2003-10-06  Jim Meyering  <jim@meyering.net>
17886             Bruno Haible  <bruno@clisp.org>
17887
17888         This lets translators provide better translations for the
17889         "Written by ..." part of --version output.
17890         * lib/version-etc.h: Include stdarg.h.
17891         (version_etc_copyright): Declare as readonly.
17892         (version_etc): Make this function variadic with a NULL-terminated list
17893         of author name strings.
17894         (version_etc_va): New declaration.
17895         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17896         (version_etc_copyright): Declare as readonly.
17897         (version_etc_va): New function. Provide a different translatable string
17898         for each possible number of authors < 10. Abbreviate when there are 10
17899         authors or more.
17900         (version_etc): Make this function variadic. Call version_etc_va.
17901         Suggestion from Gary V. Vaughan.
17902
17903         * lib/long-options.h (parse_long_options): Change prototype: the
17904         authors string is moved to the end and becomes variadic.
17905         * lib/long-options.c: Include stdarg.h.
17906         (parse_long_options): Make this function variadic, too.
17907         Call version_etc_va, not version_etc.
17908
17909 2003-10-06  Bruno Haible  <bruno@clisp.org>
17910
17911         * modules/version-etc-2: Remove file.
17912         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17913
17914 2003-10-06  Bruno Haible  <bruno@clisp.org>
17915
17916         * modules/fatal-signal: New file.
17917         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17918
17919 2003-10-06  Bruno Haible  <bruno@clisp.org>
17920
17921         * m4/fatal-signal.m4: New file.
17922         * m4/signalblocking.m4: New file, from GNU gettext.
17923
17924 2003-10-06  Bruno Haible  <bruno@clisp.org>
17925
17926         * lib/version-etc-2.h: Remove file.
17927         * lib/version-etc-2.c: Remove file.
17928
17929 2003-10-06  Bruno Haible  <bruno@clisp.org>
17930
17931         * lib/fatal-signal.h: New file, from GNU gettext.
17932         * lib/fatal-signal.c: New file, from GNU gettext.
17933
17934 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17935
17936         * README: Rework advice for preventing empty .o files.
17937         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17938         not <sys/types.h>.
17939
17940 2003-10-04  Karl Berry  <karl@gnu.org>
17941
17942         * lib/argp*: update from libc.
17943
17944 2003-10-04  Karl Berry  <karl@gnu.org>
17945
17946         * config/config.{guess,sub}: update from config.
17947
17948 2003-10-02  Bruno Haible  <bruno@clisp.org>
17949
17950         * modules/lchown (Include): Add lchown.h.
17951         * modules/time_r (Include): Use "..." syntax.
17952         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17953
17954 2003-10-01  Simon Josefsson  <jas@extundo.com>
17955
17956         * MODULES.html.sh (func_all_modules): Move gethostname from section
17957         'based on' to section 'lacking' POSIX:2001.
17958
17959 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17960
17961         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17962         to output mode on the same stream.
17963
17964 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17965
17966         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17967         Fix arg typo in previous patch.
17968
17969 2003-09-28  Jim Meyering  <jim@meyering.net>
17970
17971         * lib/error.c: Correct cpp indentation.
17972
17973 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17974
17975         * modules/free: New file.
17976
17977 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17978
17979         * m4/free.m4: New file.
17980
17981 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17982
17983         * lib/minmax.h (MIN, MAX)
17984         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17985         Omit the special code that used __typeof__, since we worry that
17986         it could be more trouble than it's worth.  See:
17987         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17988         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17989
17990         * lib/free.c: New file.
17991
17992 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17993
17994         Trivial fixes to Makefile.am parts of module listings.
17995         * modules/strstr: Append strstr.h to lib_SOURCES.
17996         * modules/strcase: Likewise, for strcase.h.
17997
17998 2003-09-27  Karl Berry  <karl@gnu.org>
17999
18000         * config/mkinstalldirs: update from automake.
18001
18002 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18003
18004         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18005         (error_tail): Do not loop, reallocating temporary buffer, since
18006         the output cannot contain more wide characters than the input
18007         contains bytes, the size must be big enough already.  This avoids
18008         one potential size overflow calculation.  Check for size overflow
18009         when calculating temporary buffer size.  Free temporary buffer
18010         when done, if it was allocated with malloc; this plugs a memory
18011         leak.  Remove casts from void * to pointers, that are no longer
18012         needed now that we're assuming C89 or better.
18013
18014         Merge error changes from glibc.
18015
18016         * lib/error.c, error.h: Update copyright notice header to match glibc.
18017         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18018         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18019         Disable cancellation while printing error.
18020         * lib/error.h: Prepend __ to parameter names.
18021
18022 2003-09-26  Jim Meyering  <jim@meyering.net>
18023
18024         * lib/error.c (error_tail): Move some declarations
18025         into inner scope where the local variables are used.
18026
18027 2003-09-26  Bruno Haible  <bruno@clisp.org>
18028
18029         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18030         stpncpy().
18031         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18032
18033 2003-09-26  Bruno Haible  <bruno@clisp.org>
18034
18035         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18036         (stpncpy): Define as alias for gnu_stpncpy.
18037         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18038
18039 2003-09-25  Simon Josefsson  <jas@extundo.com>
18040
18041         * lib/xgetdomainname.h: New file.
18042         * lib/xgetdomainname.c: New file.
18043
18044 2003-09-25  Simon Josefsson  <jas@extundo.com>
18045             Bruno Haible  <bruno@clisp.org>
18046
18047         * modules/getdomainname: New file.
18048         * modules/xgetdomainname: New file.
18049         * MODULES.html.sh (func_all_modules): Add getdomainname,
18050         xgetdomainname.
18051
18052 2003-09-25  Simon Josefsson  <jas@extundo.com>
18053             Bruno Haible  <bruno@clisp.org>
18054
18055         * m4/getdomainname.m4: New file.
18056
18057 2003-09-25  Simon Josefsson  <jas@extundo.com>
18058             Bruno Haible  <bruno@clisp.org>
18059
18060         * lib/getdomainname.h: New file.
18061         * lib/getdomainname.c: New file.
18062
18063 2003-09-25  Karl Berry  <karl@gnu.org>
18064
18065         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18066
18067 2003-09-25  Karl Berry  <karl@gnu.org>
18068
18069         * config/install-sh: update from automake.
18070
18071 2003-09-25  Bruno Haible  <bruno@clisp.org>
18072
18073         * modules/version-etc-2: New file, from modules/version-etc with
18074         modifications.
18075         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18076
18077 2003-09-25  Bruno Haible  <bruno@clisp.org>
18078
18079         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18080         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18081
18082 2003-09-24  Simon Josefsson  <jas@extundo.com>
18083
18084         * modules/xgethostname: Add xgethostname.h.
18085
18086 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18087
18088         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18089         the buffer associated with the argument.  Bug reported by
18090         Simon Josefsson.
18091
18092 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18093
18094         * README: Document assumptions that 'int' is at least 32 bits
18095         wide, that integer arithmetic is 2's complement without overflow,
18096         that there are no holes in integer values, that adding sizes of
18097         two nonoverlapping objects can't overflow, and that all-bits-zero
18098         yields scalar zero.  Fix spelling and capitalization typos.
18099
18100 2003-09-19  Karl Berry  <karl@gnu.org>
18101
18102         * lib/argp.h: update from libc.
18103
18104 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18105
18106         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18107         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18108         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18109
18110 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18111
18112         * gnulib-tool: Use "test -h", not "test -L", for portability
18113         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18114         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18115         (sed_extract_prog): Issue s commands one-by-one, rather than
18116         using \| in one s command.
18117
18118 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18119
18120         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18121         input error, instead of returning NULL the next time we are called
18122         (and therefore losing track of errno).
18123
18124 2003-09-16  Bruno Haible  <bruno@clisp.org>
18125
18126         * gnulib-tool (func_create_testdir): Warn about duplicated
18127         dependencies.
18128
18129 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18130
18131         * modules/argmatch, modules/fatal, modules/obstack,
18132         modules/xalloc, modules/xgethostname: Sort dependencies by
18133         importance, not alphabetically.
18134
18135 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18136
18137         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18138         fails, so that the caller gets the proper errno.
18139
18140         * lib/readutmp.c (read_utmp): Likewise.
18141         Check for fstat error.  Close stream and free storage
18142         when failing.
18143
18144 2003-09-14  Karl Berry  <karl@gnu.org>
18145
18146         * config/srclist.txt (strdup.c): disable for c89 changes.
18147
18148 2003-09-14  Jim Meyering  <jim@meyering.net>
18149
18150         * lib/getloadavg.c: Correct cpp indentation.
18151         * lib/strdup.c: Likewise.
18152         * lib/vasnprintf.c: Likewise.
18153
18154 2003-09-14  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/fwriteerror: New file.
18157         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18158
18159 2003-09-14  Bruno Haible  <bruno@clisp.org>
18160
18161         * lib/fwriteerror.h: New file.
18162         * lib/fwriteerror.c: New file.
18163
18164 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18165
18166         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18167         modules/xgethostname, modules/xalloc: Depend on exit.
18168
18169 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18170
18171         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18172
18173         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18174         and AC_MINIX, too, so that their extensions are available.
18175
18176         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18177         This macro has been superseded by gl_BACKUPFILE.
18178
18179         More patches to assume C89 or better.
18180
18181         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18182
18183         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18184         unconditionally.
18185         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18186         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18187         Include <string.h>, <stdlib.h> unconditionally.
18188         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18189         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18190         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18191         headers or for string.h.
18192         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18193         or strtoul.
18194
18195         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18196         headers.
18197         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18198         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18199         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18200         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18201         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18202         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18203         memcpy, memset.
18204         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18205         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18206         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18207         strtol.
18208         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18209         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18210         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18211         strtoul.
18212
18213 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18214
18215         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18216         * lib/obstack.c [!defined _LIBC]: Likewise.
18217         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18218         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18219         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18220
18221         More changes to assume C89 or better.
18222
18223         * lib/error.c (error_tail): Assume vprintf.
18224
18225         * lib/argmatch.c (getenv): Remove decl.
18226         * lib/progreloc.c (get_full_program_name): Define via prototype.
18227         * lib/setenv.c (clearenv): Likewise.
18228         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18229         needed.
18230         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18231         (malloc, memcpy): Remove decls.
18232         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18233         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18234         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18235         (memcpy): Remove macro.
18236         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18237         (__P): Remove.  All uses removed.
18238         (PTR): Remove.  All uses changed to void *.
18239         (CHAR_BIT, NULL): Remove.
18240         (spaces, zeros, memset_space, memset_zero)
18241         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18242         Remove.
18243         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18244         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18245         Define with prototype.
18246         Remove now-unnecessary prototype decl.
18247         (extra_args_spec): Assume ANSI C.  All uses changed.
18248         (extra_args_spec_iso): Remove.
18249         (my_strftime, emacs_strftimeu): Define via prototype.
18250         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18251         unconditionally.
18252         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18253         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18254         (strtoul, strtol): Remove decls.
18255         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18256         LONG_MAX): Remove.
18257         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18258         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18259         (LOCALE_PARAM_PROTO): New macro.
18260         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18261         (INTERNAL (strtol), strtol): Define with a prototype.
18262         (PARAMS): Remove.  All uses removed.
18263         * lib/tempname.c: Include <string.h> unconditionally.
18264         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18265         * lib/xgethostname.c (main): Define with a prototype.
18266         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18267         Include <stdlib.h> unconditionally.
18268         (calloc, malloc, realloc, free): Remove decls.
18269         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18270         Include <stdlib.h> unconditionally.  Sort include file names.
18271         (strtod): Remove.
18272         (xstrtod): Define with a prototype.
18273         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18274         (strtol, strtoul): Remove decls.
18275
18276 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18277
18278         More patches to assume C89 or better.
18279         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18280         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18281         string.h, memchr, STDC_HEADERS.
18282
18283 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18284
18285         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18286         Include <stdlib.h>, <string.h> unconditionally.
18287         Remove now-unnecessary cast to char *.
18288         * lib/strnlen.c: Include <string.h> unconditionally.
18289         * lib/yesno.c (yesno): Define with a prototype.
18290
18291 2003-09-11  Bruno Haible  <bruno@clisp.org>
18292
18293         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18294
18295 2003-09-10  Jim Meyering  <jim@meyering.net>
18296
18297         * lib/error.c: Correct indentation of cpp directives.
18298
18299 2003-09-10  Bruno Haible  <bruno@clisp.org>
18300
18301         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18302         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18303         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18304         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18305         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18306         <stdlib.h> and <string.h> checks.
18307         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18308         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18309
18310 2003-09-10  Bruno Haible  <bruno@clisp.org>
18311
18312         * lib/strcspn.c: Include <string.h> unconditionally.
18313         * lib/strpbrk.c: Include <string.h> unconditionally.
18314         * lib/strstr.c: Include <string.h> unconditionally.
18315         * lib/unicodeio.c: Include <string.h> unconditionally.
18316         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18317         * lib/unsetenv.c: Likewise.
18318         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18319         * lib/yesno.c: Include <stdlib.h> unconditionally.
18320         (rpmatch): Add prototype.
18321
18322 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18323
18324         More patches to assume C89 or better.
18325         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18326         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18327         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18328         or for string.h.
18329         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18330         stdlib.h.
18331         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18332         C headers.
18333         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18334         string.h.
18335         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18336         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18337         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18338         or for string.h.
18339         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18340         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18341         C headers.
18342         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18343         memcpy.
18344         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18345         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18346         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18347         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18348         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18349         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18350         string.h, free.
18351         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18352         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18353         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18354         C headers, or for string.h.
18355         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18356         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18357         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18358         headers, memory.h, stdlib.h, string.h, strings.h.
18359         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18360         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18361         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18362         strchr.
18363         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18364         headers, memory.h, string.h.
18365         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18366         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18367         free.
18368         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18369         headers.
18370         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18371         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18372         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18373         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18374         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18375
18376 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18377
18378         More K&R removal.
18379
18380         * lib/acosl.c (main): Use a prototype.
18381         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18382         tanl.c: Likewise.
18383
18384         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18385
18386         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18387         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18388         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18389         with a prototype.
18390         * lib/getopt.c (const): Remove macro.
18391         Include <string.h> unconditionally.
18392         (my_index): Remove; all uses changed to strchr.
18393         (strlen): Remove decl.
18394         (exchange): Remove forward decl; no longer needed.
18395         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18396         Define with prototype.
18397         * lib/getopt1.c (const): Remove macro.
18398         (getopt_long, getopt_long_only, main): Define with prototype.
18399
18400         * lib/getugroups.c: Include <string.h> unconditionally.
18401
18402         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18403         (getusershell, setusershell, endusershell, readname, main):
18404         Define with prototypes.
18405
18406         * lib/group-member.c: Include group-member.h first.
18407         Include <stdlib.h> unconditionally.
18408
18409         * lib/hard-locale.c: Include hard-locale.h first.
18410         Include <stdlib.h>, <string.h> unconditionally.
18411
18412         * lib/hash.c (free, malloc): Remove decls.
18413         Include <stdlib.h> unconditionally.
18414
18415         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18416         (getenv): Do not declare.
18417
18418         * lib/idcache.c: Include <string.h> unconditionally.
18419
18420         * lib/long-options.c: Include long-options.h first, to test interface.
18421         Include <stdlib.h> unconditionally.
18422
18423         * lib/makepath.c: Include makepath.h first, to test interface.
18424         Include <stdlib.h> and <string.h> unconditionally.
18425
18426         * lib/linebuffer.c: Include <stdlib.h>.
18427         (free): Remove decl.
18428
18429         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18430         stddef.h. rpl_malloc returns void *, not char *.
18431         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18432         prototype.
18433
18434         * lib/md5.h: Include <limits.h> unconditionally.
18435         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18436         (__P): Remove; all uses removed.
18437         * lib/md5.c: Include "md5.h" first.
18438         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18439         md5_buffer, md5_process_bytes, md5_process_block):
18440         Define with prototypes.
18441         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18442         * lib/sha.c: Include "sha.h" first.
18443         Include <stdlib.h>, <string.h> unconditionally.
18444
18445         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18446         * lib/memcmp.c (__ptr_t): Likewise.
18447         * lib/memrchr.c (__ptr_t): Likewise.
18448         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18449         Include <string.h> unconditionally.
18450         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18451         * lib/memchr.c: Include <stdlib.h> unconditionally.
18452         * lib/memchr.c (LONG_MAX): Remove.
18453         * lib/memrchr.c (LONG_MAX): Likewise.
18454         * lib/memchr.c (__memchr): Define via a prototype.
18455         * lib/memrchr.c (__memrchr): Likewise.
18456         * lib/memcmp.c (__P): Remove, and remove all uses.
18457         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18458         Remove forward decls; no longer needed.
18459         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18460         Use types required by C89 in prototype.
18461
18462         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18463         * lib/savedir.c: Likewise.
18464         * lib/mkdir.c (free): Remove decl.
18465         * lib/rmdir.c (rmdir): Define with a prototype.
18466         * lib/savedir.c: Include savedir.h first, to test interface.
18467
18468         * lib/mktime.c (STDC_HEADERS): Remove.
18469         Include <stdlib.h>, <string.h> unconditionally.
18470
18471         * lib/modechange.c: Include <stdlib.h> unconditionally.
18472         (malloc): Remove decl.
18473
18474         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18475         (free): Remove decl.
18476
18477         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18478         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18479         (This type really should be intptr_t, but that's a C99ism.)
18480         (_obstack_memcpy): Remove: all uses changed to memcpy.
18481         Include <string.h> unconditionally.
18482         (struct obstack): Assume __STDC__ for types of members
18483         chunkfun, freefun, extra_arg.
18484         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18485         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18486         obstack_begin, obstack_specify_allocation,
18487         obstack_specify_allocation_with_arg, obstack_chunkfun,
18488         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18489         Remove unprototyped decls and the macros that use them.
18490         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18491         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18492         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18493         (defined __STDC__ && __STDC__)]:
18494         Remove nonprototyped code.
18495         Include <stdlib.h> unconditionally.
18496         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18497         _obstack_allocated_p, _obstack_free, obstack_free,
18498         _obstack_memory_used, print_and_abort):
18499         Define using prototypes.
18500         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18501         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18502         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18503         obstack_next_free, obstack_object_size, obstack_room) [0]:
18504         Remove unused, unprototyped code.
18505
18506         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18507
18508         * lib/physmem.c (physmem_total, physmem_available, main): Define
18509         with prototypes.
18510
18511         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18512         (main): Define with a prototype.
18513
18514         * lib/posixver.c (getenv): Remove decl.
18515
18516         * lib/putenv.c (malloc): Returns void *, not char *.
18517         Include <string.h> unconditionally.
18518         (strchr, memcpy, NULL): Do not define.
18519
18520         * lib/readtokens.c: Include readtokens.h first, to test interface.
18521         Include <stdlib.h>, <string.h> unconditionally.
18522         (init_tokenbuffer): Define with a prototype.
18523
18524         * lib/regex.c (PARAMS): Remove.  All uses removed.
18525         All uses of _RE_ARGS removed, too.
18526         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18527         unconditionally.
18528         (bzero): Assume memset exists.
18529         (memcmp, memcpy, NULL): Remove.
18530         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18531         char, or assignments to local vars of type signed char.
18532         (init_syntax_once, PREFIX(extract_number_and_incr),
18533         PREFIX(print_partial_compiled_pattern),
18534         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18535         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18536         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18537         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18538         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18539         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18540         wcs_compile_range, byte_compile_range, truncate_wchar,
18541         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18542         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18543         count_mbs_length, wcs_re_match_2_internal,
18544         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18545         PREFIX(alt_match_null_string_p),
18546         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18547         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18548         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18549         now-unnecessary declaration, if any.
18550         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18551         regcomp, regexec):
18552         Remove now-unnecessary casts among pointer types.
18553         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18554
18555         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18556         (free): Remove decl.
18557
18558         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18559
18560         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18561         (free): Remove decl.
18562
18563         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18564         * lib/xgetcwd.c: Likewise.
18565
18566         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18567         (free): Remove decl.
18568
18569         * lib/strchrnul.c (strchrnul): Define with a prototype.
18570         Fix bug: c_in was not converted to char before searching.
18571
18572         The following changes are not K&R related:
18573
18574         * lib/group-member.h: Include <sys/types.h>, so that this file is
18575         self-contained.
18576         * lib/makepath.h: Likewise.
18577
18578         * lib/getusershell.c (readname, default_index, line_size, readname):
18579         Use size_t, not int, for sizes.
18580         (readname): If the size overflows, report an error instead of
18581         looping forever.
18582
18583 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18584
18585         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18586         libc.
18587
18588 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18589
18590         * README: New section: portability guidelines.
18591
18592 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18593
18594         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18595         C89 spec.
18596
18597 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18598
18599         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18600
18601 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18602
18603         Assume C89 or better; remove K&R cruft.
18604         A few of these changes were first proposed by Derek Robert Price
18605         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18606
18607         * lib/addext.c: Include <string.h> unconditionally.
18608         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18609         Don't declare getenv or malloc.
18610
18611         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18612         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18613         (NULL): Remove.
18614         (find_stack_direction, alloca): Use prototypes.
18615
18616         * lib/atexit.c (atexit): Define using a prototype.
18617
18618         * lib/basename.c, dirname.c, stripslash.c:
18619         Include <string.h> unconditionally.
18620
18621         * lib/bcopy.c: Include <stddef.h>.
18622         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18623
18624         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18625
18626         * lib/error.h (error, error_at_line, error_print_progname)
18627         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18628         * lib/error.c: Include error.h first, to check interface.
18629         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18630         (VA_START): Remove; all uses changeed to va_start.
18631         (exit, strerror): Remove decls.
18632         (error_print_progname): Prototype uncondionally.
18633         Don't include <errno.h>; no longer needed.
18634         (private_strerror): Remove.
18635         (error_tail): Always define.
18636         (error, error_at_line): Assume C89 or better; always use prototypes.
18637         * lib/fatal.c: Include "fatal.h" first, to test interface.
18638         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18639         (VA_START): Remove; all uses changed to va_start.
18640         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18641         this case.
18642         (exit): Remove decl.
18643         (fatal): Prototype unconditionally.  Assume va_start works.
18644         Abort at end, to pacify gcc.
18645
18646         * lib/euidaccess.c (main): Define with a prototype.
18647
18648         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18649
18650         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18651
18652         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18653         prototypes.
18654         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18655         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18656         (getenv): Remove decl.
18657         (fnmatch): Define using a prototype.
18658         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18659         (FCT): Define using a prototype.
18660
18661         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18662
18663         * lib/gethostname.c: Include <stddef.h>.
18664         (gethostname): Define with prototype.  Length is size_t, not int.
18665
18666 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18667
18668         Assume C89 or better; remove K&R cruft.
18669         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18670         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18671         string.h, getenv, malloc.
18672         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18673         headers.
18674         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18675         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18676         do not check for strerror.
18677         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18678         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18679         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18680         do not check for doprnt or vprintf.
18681         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18682         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18683
18684 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18685
18686         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18687         getversion.c should have been removed then, but was accidentally
18688         preserved.
18689
18690         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18691         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18692
18693 2003-09-08  Karl Berry  <karl@gnu.org>
18694
18695         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18696                 config, forget about prep.
18697
18698         * config/depcomp, missing: update from automake.
18699
18700 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18701
18702         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18703         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18704
18705 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18706
18707         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18708         copy_tm_result.  Bug reported by Simon Josefsson in
18709         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18710
18711 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18712
18713         * m4/time_r.m4: New file.
18714         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18715         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18716         is. Check for timegm declaration.
18717         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18718         Do not check for gmtime_r.
18719         Replace mktime if __mktime_internal does not exist and if mktime
18720         hasn't been replaced already.
18721
18722 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18723
18724         * lib/time_r.c, lib/time_r.h: New files.
18725
18726         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18727         __localtime_r.
18728         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18729         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18730
18731         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18732         __gmtime_r.
18733         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18734         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18735         Include <time_r.h>.
18736
18737         * lib/timegm.c: Switch to glibc implementation, with the following
18738         changes:
18739         [defined HAVE_CONFIG_H]: Include <config.h>.
18740         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18741         (__mktime_internal) [!defined _LIBC]: New decl.
18742         (__gmtime_r) [!defined _LIBC]: New macro and function.
18743         (timegm): Use a prototype, since gnulib assumes C89.
18744         Do not bother declaring tmp to be const, as it's not really usefu.
18745         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18746         (timegm): Declare only if HAVE_DECL_TIMEGM.
18747
18748 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18749
18750         * MODULES.html.sh (func_all_modules): Add time_r.
18751         * modules/time_r: New file.
18752         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18753         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18754
18755 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18756
18757         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18758         Bug reported by Lute Kamstra in
18759         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18760
18761         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18762         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18763         course with correspondingly smaller numbers for tomorrow and
18764         yesterday.  From Tadayoshi Funaba.  Originally installed into
18765         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18766         coreutils merge?).
18767
18768 2003-08-31  Simon Josefsson  <jas@extundo.com>
18769
18770         * modules/timegm: New file.
18771         * MODULES.html.sh (func_all_modules): Add timegm.
18772
18773 2003-08-31  Simon Josefsson  <jas@extundo.com>
18774
18775         * m4/timegm.m4: New file.
18776
18777 2003-08-31  Simon Josefsson  <jas@extundo.com>
18778
18779         * lib/timegm.h: New file.
18780         * lib/timegm.c: New file.  Based on
18781         wget-1.8.2/src/http.c:mktime_from_utc.
18782
18783 2003-08-31  Karl Berry  <karl@gnu.org>
18784
18785         * lib/argp.h: update from libc.
18786
18787 2003-08-28  Bruno Haible  <bruno@clisp.org>
18788
18789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18790         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18791         followed by '#define fnmatch fnmatch_posix' gives an error.
18792
18793 2003-08-28  Bruno Haible  <bruno@clisp.org>
18794
18795         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18796         warning on QNX, which defines O_BINARY to 000000.
18797
18798 2003-08-27  Jim Meyering  <jim@meyering.net>
18799
18800         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18801         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18802         would fail after 32.  Reported by Danny Levinson.  Details here:
18803         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18804
18805 2003-08-24  Bruno Haible  <bruno@clisp.org>
18806
18807         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18808         MSVC7 <stdio.h> is included later.
18809
18810 2003-08-22  Simon Josefsson  <jas@extundo.com>
18811
18812         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18813
18814 2003-08-20  Karl Berry  <karl@gnu.org>
18815
18816         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18817
18818 2003-08-20  Bruno Haible  <bruno@clisp.org>
18819
18820         * modules/progname: New file.
18821         * MODULES.html.sh (func_all_modules): Add progname.
18822
18823 2003-08-20  Bruno Haible  <bruno@clisp.org>
18824
18825         * lib/progname.h: New file, from GNU gettext.
18826         * lib/progname.c: New file, from GNU gettext.
18827         * lib/progreloc.c: New file, from GNU gettext.
18828
18829 2003-08-19  Jim Meyering  <jim@meyering.net>
18830
18831         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18832         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18833
18834 2003-08-19  Bruno Haible  <bruno@clisp.org>
18835
18836         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18837         more.
18838
18839 2003-08-19  Bruno Haible  <bruno@clisp.org>
18840
18841         * lib/xstrdup.c: Assume <string.h> exists.
18842
18843 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18844
18845         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18846         in makefile rules.
18847
18848 2003-08-18  Jim Meyering  <jim@meyering.net>
18849
18850         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18851         * m4/lib-ld.m4: Likewise.
18852
18853 2003-08-18  Jim Meyering  <jim@meyering.net>
18854
18855         * lib/setenv.h: Indent nested cpp directive.
18856         * lib/vasnprintf.c: Remove trailing blanks.
18857
18858 2003-08-17  Simon Josefsson  <jas@extundo.com>
18859
18860         * modules/xstrndup: New file.
18861         * MODULES.html.sh (func_all_modules): Add xstrndup.
18862
18863 2003-08-17  Simon Josefsson  <jas@extundo.com>
18864
18865         * modules/argp: Fix autoconf macro name. Add more dependencies.
18866
18867 2003-08-17  Simon Josefsson  <jas@extundo.com>
18868
18869         * m4/xstrndup.m4: New file.
18870
18871 2003-08-17  Simon Josefsson  <jas@extundo.com>
18872
18873         * m4/argp.m4: New file.
18874
18875 2003-08-17  Simon Josefsson  <jas@extundo.com>
18876             Bruno Haible  <bruno@clisp.org>
18877
18878         * lib/xstrndup.h: New file.
18879         * lib/xstrndup.c: New file.
18880
18881 2003-08-17  Bruno Haible  <bruno@clisp.org>
18882
18883         * modules/strndup (Files, Include): Add lib/strndup.h.
18884
18885 2003-08-17  Bruno Haible  <bruno@clisp.org>
18886
18887         * modules/euidaccess (Files): Add lib/euidaccess.h.
18888
18889 2003-08-17  Bruno Haible  <bruno@clisp.org>
18890
18891         * lib/strndup.h: New file.
18892
18893 2003-08-17  Bruno Haible  <bruno@clisp.org>
18894
18895         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18896         like AC_GNU_SOURCE.
18897         * modules/extensions (configure.ac): Comment out the invocation of
18898         gl_USE_SYSTEM_EXTENSIONS.
18899
18900 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18901
18902         Merges from coreutils, etc.
18903         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18904         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18905         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18906         fixing a typo.
18907         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18908         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18909
18910 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18911
18912         Document merge from coreutils.
18913         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18914         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18915         * modules/utime: Add m4/utimes-null.m4.
18916
18917 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18918
18919         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18920         space, undoing this 2003-08-12 change:
18921         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18922
18923 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18924
18925         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18926         strtoul.c from libc, undoing this 2003-08-12 change:
18927         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18928
18929 2003-08-16  Jim Meyering  <jim@meyering.net>
18930
18931         Merges from coreutils.
18932         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18933         prefix.  Adjust cache variables similarly.  Create 500 rather than
18934         just 300 files, to exercise bug on Darwin6.5, too.
18935         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18936         $missing_dir.
18937         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18938         AM_SYS_POSIX_TERMIOS.
18939         Reported by mkc@mathdogs.com.
18940         Also change use of $am_cv_sys_posix_termios
18941         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18942         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18943         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18944         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18945         in /proc/mounts until it finds one with matching device number.  This
18946         is unnecessary when the FILE argument *is* a mount point.  No stat call
18947         is necessary in that case.  So, disable the statvfs-testing code on
18948         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18949         as RedHat bug# 84846.
18950         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18951         to 1MB, so as not to render systems with no stack size limit (e.g.,
18952         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18953         Include <unistd.h>.  On some systems,
18954         it is required for the definition of _SC_PAGESIZE.
18955
18956 2003-08-16  Jim Meyering  <jim@meyering.net>
18957
18958         Merge from coreutils.
18959         * lib/xstrtoimax.c: #else #if -> #elif.
18960         * lib/xstrtoumax.c: Likewise.
18961
18962 2003-08-16  Jim Meyering  <jim@meyering.net>
18963
18964         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18965         * m4/utimes.m4: Removed.
18966         * m4/utimes-null.m4: Renamed from utimes.m4.
18967
18968         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18969         to 1MB, so as not to render systems with no stack size limit (e.g.,
18970         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18971         Include <unistd.h>.  On some systems,
18972         it is required for the definition of _SC_PAGESIZE.
18973
18974 2003-08-16  Jim Meyering  <jim@meyering.net>
18975         and Paul Eggert  <eggert@cs.ucla.edu>
18976
18977         Merges from coreutils, etc.
18978
18979         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18980         using the latest version from cvs.  This avoids problems with #line
18981         directives using a vendor (Sun) compiler.
18982         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18983         Don't set GETGROUPS_LIB here; now it's
18984         done via getgroups.m4's wrapper function.
18985         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18986         rather than just in sh-util/configure.in, so that the
18987         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18988         same.
18989         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18990         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18991         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18992         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18993         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18994         Remove code that is now done by the newly-required macros.
18995         Append $(EXEEXT) to DF_PROG.
18996         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18997         Do not invoke or require the following here,
18998         since prereq.m4 or some gnulib .m4 now does this for us:
18999         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19000         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19001         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19002         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19003         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19004         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19005         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19006         AC_FUNC_OBSTACK.
19007         Do not replace the following functions, as this is now the job
19008         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19009         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19010         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19011         atexit getpass, strdup, getpagesize.
19012         Replace 'raise'.
19013         Do not check for the following functions, as this is now the job
19014         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19015         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19016         setregid.
19017         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19018         Check for sys/sysctl.h.
19019         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19020         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19021         of checking for ssize_t ourselves.
19022
19023         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19024         Require every macro that gnulib/modules/* suggests for us.
19025         (jm_PREREQ_ADDEXT): New macro.
19026         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19027         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19028
19029         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19030         (gl_PHYSMEM): Use it.
19031         Also check for `table' function.
19032         Check for new headers and functions.
19033         Add check for sys/sysmp.h.
19034         With suggestions from Kaveh Ghazi.
19035         Ignore headers that are present but cannot be compiled.  This
19036         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19037         C 5.4.
19038
19039 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19040
19041         Document merge from coreutils.
19042         * modules/userspec: Depend on posixver.
19043         * modules/strftime: Depend on tzset.
19044
19045 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19046
19047         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19048         rather than tab, after '#' in shell-script copyright notices.
19049         Suggested by Bruno Haible.
19050
19051 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19052
19053         * config/srclist-update: Use three spaces, rather than tab, after '#'
19054         in shell-script copyright notices.  Suggested by Bruno Haible.
19055         Remove unnecessary parenthesization in regular expression.
19056
19057 2003-08-15  Jim Meyering  <jim@meyering.net>
19058
19059         Merge from coreutils.
19060         * lib/xgethostname.c: Include <stdlib.h>.
19061         (xghostname): Don't exit for anything other than memory-related
19062         failure; just return NULL.
19063         * lib/userspec.c: Include "posixver.h".
19064         (parse_user_spec): Accept `.' as a separator only
19065         in pre-POSIX-200112 mode.
19066         * lib/strtoimax.c: Use #elif rather than #else #if.
19067         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19068         Remove function, now that we can rely on a working tzset function.
19069         [!_LIBC]: Ensure that the required autoconf test has been run.
19070         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19071         Use underlying_strftime for %r.
19072         * lib/sha.c: Merge in some clean-up and optimization changes from
19073         glibc.
19074         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19075         Ensure that it is a multiple of 64.
19076         Rearrange loop exit tests so as to avoid performing an
19077         additional fread after encountering an error or EOF.
19078         * lib/realloc.c: Update copyright date.
19079
19080 2003-08-15  Jim Meyering  <jim@meyering.net>
19081         and Paul Eggert  <eggert@twinsun.com>
19082
19083         Merge from coreutils.
19084         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19085         member but strut utmpx does not.  Needed for AIX 4.3.3.
19086         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19087
19088 2003-08-15  Jim Meyering  <jim@meyering.net>
19089         and Paul Eggert  <eggert@cs.ucla.edu>
19090
19091         Merges from coreutils, etc.
19092         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19093         Require gl_FUNC_TZSET_CLOBBER.
19094         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19095         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19096         members.
19097
19098 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19099
19100         Help the merge from coreutils.
19101         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19102         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19103         * m4/tzset.m4: Use it too.
19104
19105 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19106
19107         * modules/tzset: New file.
19108
19109 2003-08-14  Jim Meyering  <jim@meyering.net>
19110
19111         Merges from coreutils.
19112         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19113         variable names, rather than @FNMATCH_H@.
19114         * modules/alloca: Likewise for $(ALLOCA_H).
19115
19116         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19117         the three copies of the literal target, `fnmatch.h'.
19118         * modules/alloca (alloca.h): Likewise.
19119
19120 2003-08-14  Jim Meyering  <jim@meyering.net>
19121
19122         Merge from coreutils.
19123         * m4/tzset.m4: New file.
19124         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19125         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19126         otherwise, AIX 5.1 systems would end up using the latter.
19127         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19128         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19129         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19130         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19131
19132 2003-08-14  Jim Meyering  <jim@meyering.net>
19133
19134         Merge from coreutils.
19135         * lib/obstack.h: Whitespace changes.
19136         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19137         and xcalloc return values.
19138         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19139         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19140         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19141         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19142         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19143         error from mntctl.
19144         Use mntctl's return value to drive the entry-processing loop, since
19145         we can't rely on the value of the vmt_length member in the last
19146         entry.  On some systems doing so could result in exhausting
19147         virtual memory.  Based in part on a patch from Mike Jetzer.
19148
19149 2003-08-14  Jim Meyering  <jim@meyering.net>
19150         and Paul Eggert  <eggert@twinsun.com>
19151
19152         Merges from coreutils, plus other fixes.
19153         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19154         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19155         for credits and details.  Thanks to Kaveh Ghazi for helping
19156         to keep these files in sync.
19157         (ARRAY_SIZE): Define it.
19158         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19159         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19160         (memcasecmp): Don't assume size_t fits in unsigned int.
19161         Remove casts and duplicate code.
19162         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19163         (memcpy): Remove definition.
19164         Merge in some clean-up and optimization changes from glibc.
19165         [BLOCKSIZE]: Move definition to top of file.
19166         Ensure that it is a multiple of 64.
19167         Rearrange loop exit tests so as to avoid performing an
19168         additional fread after encountering an error or EOF.
19169         * lib/md5.h (md5_uintptr): Define.
19170         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19171         return to the initial working directory.  Preserve errno
19172         for caller.
19173         * lib/idcache.c: Include "xalloc.h".
19174         (xmalloc, xrealloc): Remove decls.
19175         (getuser): Remove casts no longer required in C89.
19176         * lib/human.c: Include stdio.h, for sprintf.
19177         * lib/group-member.c: Include "xalloc.h".
19178         (xmalloc, xrealloc): Remove decls.
19179         (get_group_info): Remove casts no longer required in C89.
19180         * lib/getusershell.c (readname): Remove casts no longer required in
19181         C89.
19182         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19183         * lib/getline.c: Whitespace fix, from coreutils.
19184
19185 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19186
19187         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19188         Check for isascii.
19189
19190         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19191         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19192         Undo previous (whitespace-only) change.
19193
19194 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19195
19196         * lib/exclude.c: Include <ctype.h>
19197         (IN_CTYPE_DOMAIN): New macro.
19198         (is_space): New fn.
19199         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19200         and empty lines.
19201
19202         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19203         Undo previous (whitespace-only) change.
19204
19205 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19206
19207         * config/srclist-update: Change update back to the old behavior,
19208         leaving whitespace alone.  Use one 'sed' command rather than a
19209         pipeline.
19210         (fixlicense): Now a variable, not a function.
19211         (remove_trailing_blanks): Remove.
19212         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19213         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19214         Undo previous (whitespace-only) change.
19215
19216 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19217
19218         Merge from coreutils.
19219         * modules/euidaccess: Add lib_SOURCES, include for new
19220         file euidaccess.h
19221
19222 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19223
19224         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19225         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19226         Normalize leading white space and remove trailing white space.
19227
19228         Merge from coreutils
19229         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19230
19231         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19232         0.12.1.  These files are now being upgraded automatically by
19233         ../config/srclist-update.
19234
19235 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19236
19237         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19238         Normalize leading white space and remove trailing white space.
19239         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19240         notice, as per ../config/srclist-update.
19241
19242         Merge from coreutils.
19243         * lib/euidaccess.h: New file.
19244         * lib/euidaccess.c: Include it.
19245         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19246         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19247         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19248
19249 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19250
19251         * config/srclist-update: Add copyright notice.
19252         (remove_id_lines, remove_trailing_blanks): New constants.
19253         (fixfile): Use them to normalize spacing a bit in copied files.
19254         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19255         Normalize leading white space and remove trailing white space.
19256
19257         * config/texinfo.tex: Sync with texinfo.
19258
19259         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19260         strtoul.c from libc, to merge coreutils whitespace changes.
19261
19262         * config/srclist.txt: Get the following m4 files from gettext:
19263         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19264         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19265         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19266         wint_t.m4.
19267
19268 2003-08-12  Karl Berry  <karl@gnu.org>
19269
19270         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19271         been made.
19272
19273 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19274
19275         * modules/gnu-source, m4/gnu-source.m4:
19276         Remove; we're assuming Autoconf 2.54 or later now.
19277         Suggested by Bruno Haible.
19278         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19279
19280 2003-08-11  Bruno Haible  <bruno@clisp.org>
19281
19282         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19283
19284 2003-08-11  Bruno Haible  <bruno@clisp.org>
19285
19286         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19287         (vasnprintf): Use it instead of wcslen.
19288
19289 2003-08-11  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19292         value to ensure that _Bool promotes to int. Use #define for _Bool when
19293         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19294
19295 2003-08-10  Karl Berry  <karl@gnu.org>
19296
19297         * lib/regex.h: update from libc (whitespace fix).
19298
19299 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19300
19301         Merge some files from coreutils.  These changes were
19302         originally made by Jim Meyering.
19303         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19304         many older Unixes require this.
19305         * lib/alloca.c (alloca): Remove cast to argument of free;
19306         no longer needed in C89.
19307         * lib/alloca_.h, regex.h: Fix white space to match
19308         what GNU indent does.
19309
19310 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19311
19312         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19313         apparently Emacs's Unicode mode got confused before my 2003-08-05
19314         checkin.
19315
19316 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19317
19318         * m4/extensions.m4: New file.
19319         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19320         Require gl_USE_SYSTEM_EXTENSIONS.
19321         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19322         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19323
19324 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19325
19326         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19327         * modules/extensions, modules/gnu-source: New files.
19328         * modules/timespec, modules/unlocked-io: Depend on extensions.
19329
19330 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19331
19332         * modules/restrict: New file.
19333         * MODULES.html.sh (func_all_modules): Add restrict.
19334         * modules/regex: Depend on restrict.
19335
19336 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19337
19338         * m4/restrict.m4: New file.
19339         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19340
19341 2003-08-07  Bruno Haible  <bruno@clisp.org>
19342
19343         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19344         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19345
19346 2003-08-07  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19349         makes the module 'getndelim2' compatible with the module 'getline'.
19350
19351 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19352
19353         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19354         byte with "\201" to avoid glitches when editing that source file
19355         with multi-gnome-terminal.
19356
19357 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19358
19359         * lib/bumpalloc.h: Remove.
19360
19361 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19362
19363         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19364         * modules/bumpalloc: Remove.
19365
19366 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19367
19368         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19369         GNU coding style.
19370
19371         Merge from coreutils.
19372         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19373         1. From glibc.
19374         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19375         from Karl Berry, implemented by Jim Meyering.
19376         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19377         from Dmitry V. Levin.
19378         Remove anachronistic cast of xrealloc.
19379         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19380         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19381         type. Otherwise, it wouldn't compile with at least /bin/cc on
19382         ymp-cray-unicos9.0.2.X.
19383         Combine two mostly-identical uses of alloca into one.
19384         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19385
19386 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19387
19388         [From Emacs.]
19389
19390         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19391         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19392         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19393         obsolete NLIST_NAME_UNION.
19394         [__GNU__]: Undef BSD and FSCALE.
19395         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19396
19397 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19398
19399         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19400         an enum type, so that it's guaranteed to promote to int.  See:
19401         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19402
19403 2003-08-03  Karl Berry  <karl@gnu.org>
19404
19405         * config/depcomp: update from automake.
19406
19407 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19408
19409         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19410         (strerror): Don't assume that a printable int fits in 14 bytes.
19411
19412 2003-07-31  Bruno Haible  <bruno@clisp.org>
19413
19414         * modules/getpass-gnu: New file.
19415         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19416
19417 2003-07-31  Bruno Haible  <bruno@clisp.org>
19418
19419         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19420
19421 2003-07-24  Karl Berry  <karl@gnu.org>
19422
19423         * config/missing: update from automake.
19424
19425 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19426             Bruno Haible  <bruno@clisp.org>
19427
19428         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19429         * lib/getline.c (getline, getdelim): Likewise.
19430         Remove _GNU_SOURCE define; now it's defined in config.h through
19431         m4/getline.m4.
19432
19433 2003-07-23  Karl Berry  <karl@gnu.org>
19434
19435         * config/config.sub: update from prep.
19436
19437 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19438
19439         * modules/xalloc (Depends-on): Add exitfail.
19440         * modules/xmemcoll: Likewise.
19441
19442 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19443
19444         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19445         over-parenthesization in macros.
19446
19447         Sync with coreutils.
19448
19449         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19450         required by C99.
19451
19452         Use `exit_failure' for xalloc and xmemcoll instead of their own
19453         private exit-failure variables.
19454         * lib/xalloc.h (xalloc_exit_failure): Remove.
19455         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19456         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19457         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19458         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19459         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19460
19461 2003-07-20  Jim Meyering  <jim@meyering.net>
19462
19463         * modules/closeout (Depends-on): Add exitfail.
19464         Suggestion from Bruno Haible.
19465
19466 2003-07-19  Karl Berry  <karl@gnu.org>
19467
19468         * config/config.sub: update from prep.
19469
19470 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19471
19472         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19473         Remove.
19474         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19475         to test that it can stand by itself.  Include "exitfail.h".
19476         Clients should set exit_failure instead.
19477         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19478
19479 2003-07-18  Bruno Haible  <bruno@clisp.org>
19480
19481         * modules/getndelim2: New file.
19482         * modules/getline: Share files with module getndelim2.
19483         * modules/getnline: Depend on getndelim2 instead of sharing files with
19484         it. Add getnline.c to lib_SOURCES.
19485         * MODULES.html.sh (func_all_modules): Add getndelim2.
19486
19487 2003-07-18  Bruno Haible  <bruno@clisp.org>
19488
19489         * m4/getndelim2.m4: New file.
19490         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19491         invoke gl_PREREQ_GETNDELIM2.
19492         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19493         gl_PREREQ_GETNDELIM2.
19494         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19495         gl_GETNDELIM2.
19496
19497 2003-07-18  Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/getndelim2.h: New file.
19500         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19501         getndelim2.h.
19502         (getndelim2): Make non-static. Change return type to ssize_t.
19503         * lib/getline.h: Change argument names.
19504         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19505         * lib/getnline.c: Include getndelim2.h.
19506
19507 2003-07-18  Andreas Schwab  <schwab@suse.de>
19508
19509         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19510
19511 2003-07-17  Karl Berry  <karl@gnu.org>
19512
19513         * config/config.sub: update from prep.
19514
19515 2003-07-17  Bruno Haible  <bruno@clisp.org>
19516
19517         * modules/getnline: New file.
19518         * modules/getline: Add lib/getndelim2.c to source file list.
19519         * MODULES.html.sh (func_all_modules): Add getnline.
19520
19521 2003-07-17  Bruno Haible  <bruno@clisp.org>
19522
19523         * m4/getnline.m4: New file.
19524
19525 2003-07-17  Bruno Haible  <bruno@clisp.org>
19526
19527         * m4/Makefile.am.in: Remove file.
19528         * m4/Makefile.am: Remove file.
19529         * m4/Makefile.in: Remove file.
19530
19531 2003-07-17  Bruno Haible  <bruno@clisp.org>
19532
19533         * lib/getnline.h: New file.
19534         * lib/getnline.c: New file.
19535         * lib/getndelim2.c: New file, extracted from getline.c.
19536         (getndelim2): Renamed from getdelim2, with added nmax argument.
19537         * lib/getline.c: Include getndelim2.c.
19538         (getdelim2): Moved out to getndelim2.c.
19539         (getline, getdelim): Update.
19540
19541 2003-07-17  Bruno Haible  <bruno@clisp.org>
19542
19543         * lib/Makefile.am: Remove file.
19544         * lib/Makefile.in: Remove file.
19545
19546 2003-07-17  Bruno Haible  <bruno@clisp.org>
19547
19548         * configure.in: Remove file.
19549         * Makefile.in: Remove file.
19550
19551 2003-07-17  Bruno Haible  <bruno@clisp.org>
19552
19553         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19554
19555 2003-07-16  Karl Berry  <karl@gnu.org>
19556
19557         * config/srclist-update: was running fixlicense twice, which caused
19558                 texinfo.tex to be nullified for some reason.  Simplify,
19559                 $gplsrc is no longer needed as far as I can see?
19560
19561 2003-07-16  Jim Meyering  <jim@meyering.net>
19562
19563         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19564
19565 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19566
19567         * config/srclist.txt: Get the following files from gettext-runtime/intl
19568         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19569         ref-del.sin.  From Bruno Haible.
19570         * config/srclist-update (fixfile): Change grep pattern again, since the
19571         previous fix didn't work (there was another trailing $).  Use
19572         '[$]' to escape the $s.
19573
19574 2003-07-15  Karl Berry  <karl@gnu.org>
19575
19576         * lib/vasnprintf.c: update from gettext.
19577
19578 2003-07-15  Karl Berry  <karl@gnu.org>
19579
19580         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19581         gets expanded when surrounded by '$'.
19582
19583 2003-07-15  Jim Meyering  <jim@meyering.net>
19584
19585         * modules/save-cwd: Don't depend on error.  From Derek Price.
19586
19587 2003-07-15  Jim Meyering  <jim@meyering.net>
19588
19589         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19590
19591 2003-07-14  Simon Josefsson  <jas@extundo.com>
19592
19593         * modules/mempcpy: New file.
19594         * MODULES.html.sh (func_all_modules): Add mempcpy.
19595
19596 2003-07-14  Simon Josefsson  <jas@extundo.com>
19597
19598         * m4/mempcpy.m4: New file.
19599
19600 2003-07-14  Simon Josefsson  <jas@extundo.com>
19601
19602         * lib/mempcpy.h: New file.
19603         * lib/mempcpy.c: New file.
19604
19605 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19606
19607         * modules/getdate, modules/posixtm: Depend on mktime.
19608
19609 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19610
19611         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19612         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19613         unicodeio.c, unicodeio.h, unlocked-io.h:
19614         Switch from LGPL to GPL.
19615
19616 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19617
19618         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19619         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19620         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19621         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19622         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19623         updated automatically by ../config/srclist-update.  This changes
19624         their license from LPGL to GPL.
19625
19626 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19627
19628         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19629         assumed to refer to the root of the most recent stable gettext version.
19630         * config/srclistvars.sh: Add defaults for eggert.
19631         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19632         Match "This program" as well as "The program".  This is needed
19633         for gettext.
19634
19635 2003-07-14  Jim Meyering  <jim@meyering.net>
19636
19637         Don't emit diagnostics.  Let callers do that.
19638         * lib/save-cwd.c: Don't include "error.h".
19639         (save_cwd): Don't call error.  Ensure that errno is valid
19640         when returning nonzero.
19641
19642         * lib/save-cwd.h (restore_cwd): Update prototype.
19643         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19644         Simplify.  Don't call error upon failure.  Let callers do that.
19645         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19646         when auditing is enabled.  But don't bother updating the #if.
19647
19648 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19649
19650         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19651         it breaks C++ compilation.
19652         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19653
19654 2003-07-10  Simon Josefsson  <jas@extundo.com>
19655
19656         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19657
19658 2003-07-10  Jim Meyering  <jim@meyering.net>
19659
19660         * m4/clock_time.m4: Remove trailing blank.
19661         * m4/intmax_t.m4: Likewise.
19662
19663 2003-07-10  Jim Meyering  <jim@meyering.net>
19664
19665         * lib/vasnprintf.c: Remove trailing blanks.
19666         Make cpp indentation consistent.
19667
19668 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19669
19670         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19671         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19672         Switch from LGPL to GPL.
19673
19674 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19675
19676         * config/srclist.txt: Sort sublists.  Add
19677         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19678         that differ from gnulib for one reason or another; we'd like this list
19679         to be smaller but for now let's document what we have.
19680
19681 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19682
19683         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19684         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19685         and sweeter "eval x=$x".
19686         * config/srclist.txt: Get lib/argp* from glibc.
19687
19688 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19689
19690         * lib/mktime.c: Fix some boundary cases and remove need for floating
19691         point.
19692
19693         Issue a compile-time diagnostic if time_t is floating point, or if
19694         two's complement arithmetic is not in effect, or if arithmetic
19695         right shift does not propagate the sign.  These assumptions were
19696         all in the original code but they weren't checked.
19697
19698         (TIME_T_MIDPOINT, verify): New macros.
19699         (__isleap): Remove; it has integer overflow problems.
19700         (leapyear): New function, without those problems.
19701         (ydhms_tm_diff): Remove; splitting into two parts.
19702         (ydhms_diff): New function, containing the arithmetic part of
19703         the old ydhms_tm_diff function.  Issue a compile-time
19704         diagnostic if we are not using C99 integer division.
19705         Avoid casts when possible.
19706         (guess_time_tm): New function, containing the checking part of
19707         the old ydhms_tm_diff function.  Return the new value, rather than
19708         the difference between it and the old.  Accept a new argument T
19709         so that *T specifies the old value.  Check for overflow in the result.
19710
19711         (__mktime_internal): Use a time_t offset, not a long int offset.
19712         This undoes the 2003-06-04 change, which is no longer needed now
19713         that we have better overflow checking.
19714         (localtime_offset): Likewise.
19715
19716         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19717         and long are 64-bit but int is only 32-bit.
19718         (ydhms_diff): Use long int to store year1 and yday1.
19719         Issue a compile-time diagnostic if long int is not wide enough.
19720
19721         (__mktime_internal): Use long int to store adjusted year and yday.
19722         Use plain C rather than preprocessor commands, if that doesn't
19723         affect efficiency.
19724         Check for overflow (and try to repair) after each probe
19725         rather than checking only at the very end.  This avoids some bugs
19726         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19727         does not equal GMT offset at maximum time).
19728         Use integer to check for overflow rather than floating point; this
19729         is more portable to non-IEEE hosts, and is a tad faster.
19730         When we detect that we are oscillating between two values,
19731         don't check whether tm_isdst has the requested value, since
19732         we already know the answer.  When tm_isdst has the wrong value,
19733         use a different heuristic to find the right one, based on the
19734         extreme values actually observed in practice in tz2003a,
19735         rather than the (overly optimistic) "previous 3 calendar quarters".
19736
19737         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19738         "T const" to accommodate glibc style.
19739         (check_result): Use less-confusing report format.  "long" -> "long int.
19740         (main): Likewise.
19741         Don't loop if the iteration overflows time_t.
19742         Allow a negative step in the iteration.
19743
19744 2003-07-06  Karl Berry  <karl@gnu.org>
19745
19746         * config/depcomp: update from automake.
19747         * config/config.sub: update from prep.
19748
19749 2003-07-03  Karl Berry  <karl@gnu.org>
19750
19751         * config/config.guess: update from prep.
19752
19753 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19754
19755         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19756         xreadlink.c now includes it unconditionally.
19757
19758 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19759
19760         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19761         having it depend on HAVE_SYS_TYPES_H.
19762
19763 2003-07-01  Bruno Haible  <bruno@clisp.org>
19764
19765         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19766         <sys/types.h> should be sufficient.
19767         Reported by Paul Eggert.
19768
19769 2003-06-26  Karl Berry  <karl@gnu.org>
19770
19771         * config/depcomp: update from automake.
19772
19773 2003-06-26  Bruno Haible  <bruno@clisp.org>
19774
19775         * modules/human: Depend on module stdbool.
19776
19777 2003-06-25  Bruno Haible  <bruno@clisp.org>
19778
19779         * modules/readlink: New file.
19780         * modules/xreadlink: Depend on it.
19781         * MODULES.html.sh (func_all_modules): Add readlink.
19782
19783 2003-06-25  Bruno Haible  <bruno@clisp.org>
19784
19785         * m4/readlink.m4: New file.
19786
19787 2003-06-25  Bruno Haible  <bruno@clisp.org>
19788
19789         * lib/readlink.c: New file.
19790
19791 2003-06-22  Karl Berry  <karl@gnu.org>
19792
19793         * config/srclist.txt: update mkinstalldirs from automake.
19794         * config/mkinstalldirs: update.
19795
19796 2003-06-22  Bruno Haible  <bruno@clisp.org>
19797
19798         Portability to mingw32.
19799         * m4/ssize_t.m4: New file, from GNU gettext.
19800         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19801         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19802
19803 2003-06-22  Bruno Haible  <bruno@clisp.org>
19804
19805         * modules/safe-read: Add m4/ssize_t.m4.
19806         * modules/xreadlink: Add m4/ssize_t.m4.
19807
19808 2003-06-20  Bruno Haible  <bruno@clisp.org>
19809
19810         Assume C89, so PARAMS isn't needed.
19811         * lib/unicodeio.h (PARAMS): Remove.
19812         * lib/unicodeio.c: Don't use PARAMS.
19813
19814 2003-06-18  Karl Berry  <karl@gnu.org>
19815
19816         * config/config.{guess,sub}: update from prep.
19817
19818 2003-06-18  Jim Meyering  <jim@meyering.net>
19819
19820         Merge changes from coreutils.
19821         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19822         Remove explicit declarations of xmalloc and realloc.
19823         Include xalloc.h.
19824         (read_utmp): Remove anachronistic cast of xmalloc.
19825
19826 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19827
19828         Assume C89, so PARAMS isn't needed.
19829         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19830         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19831         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19832         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19833         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19834         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19835         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19836         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19837         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19838         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19839         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19840         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19841         no longer needed. Anyway, config.h should always be included before any
19842         other file.
19843
19844 2003-06-11  Simon Josefsson  <jas@extundo.com>
19845
19846         * modules/sysexits: New file.
19847         * MODULES.html.sh (func_all_modules): Add sysexits.
19848
19849 2003-06-11  Simon Josefsson  <jas@extundo.com>
19850
19851         * lib/sysexit_.h: New file.
19852
19853 2003-06-11  Derek Price  <derek@ximbiot.com>
19854
19855         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19856         necessary.
19857
19858 2003-06-11  Bruno Haible  <bruno@clisp.org>
19859
19860         * m4/sysexits.m4: New file.
19861
19862 2003-06-10  Simon Josefsson  <jas@extundo.com>
19863
19864         * lib/argp.h: New file, from glibc.
19865         * lib/argp-ba.c: New file, from glibc.
19866         * lib/argp-eexst.c: New file, from glibc.
19867         * lib/argp-fmtstream.c: New file, from glibc.
19868         * lib/argp-fmtstream.h: New file, from glibc.
19869         * lib/argp-fs-xinl.c: New file, from glibc.
19870         * lib/argp-help.c: New file, from glibc.
19871         * lib/argp-namefrob.h: New file, from glibc.
19872         * lib/argp-parse.c: New file, from glibc.
19873         * lib/argp-pv.c: New file, from glibc.
19874         * lib/argp-pvh.c: New file, from glibc.
19875         * lib/argp-xinl.c: New file, from glibc.
19876
19877 2003-06-10  Simon Josefsson  <jas@extundo.com>
19878
19879         * modules/strchrnul: New file.
19880
19881 2003-06-10  Simon Josefsson  <jas@extundo.com>
19882
19883         * modules/argp: New file.
19884
19885 2003-06-10  Simon Josefsson  <jas@extundo.com>
19886
19887         * m4/strchrnul.m4: New file.
19888
19889 2003-06-10  Simon Josefsson  <jas@extundo.com>
19890
19891         * lib/strchrnul.h: New file.
19892         * lib/strchrnul.c: New file.
19893
19894 2003-06-10  Bruno Haible  <bruno@clisp.org>
19895
19896         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19897
19898 2003-06-07  Karl Berry  <karl@gnu.org>
19899
19900         * config/config.{guess,sub}: update from prep.
19901
19902 2003-06-07  Jim Meyering  <jim@meyering.net>
19903
19904         * modules/strtod: Use $(...) notation, not @...@ for
19905         AC_REPLACE'd variables.
19906         * modules/localcharset: Likewise.
19907
19908 2003-06-07  Jim Meyering  <jim@meyering.net>
19909
19910         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19911         in place of my name in the copyright comment.
19912         Remove definition and uses of __P.
19913
19914         From coreutils.
19915         * lib/stat.c: Don't declare xmalloc explicitly.
19916         Instead, include "xalloc.h".
19917         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19918         xrealloc, and xcalloc return values.
19919         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19920         Improve comment.
19921         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19922
19923 2003-06-07  Bruno Haible  <bruno@clisp.org>
19924
19925         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19926         avoid AC_CONFIG_LINKS.
19927         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19928         fnmatch.h, to avoid AC_CONFIG_LINKS.
19929         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19930
19931 2003-06-07  Bruno Haible  <bruno@clisp.org>
19932
19933         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19934         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19935         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19936         directory.
19937         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19938         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19939         directory.
19940
19941 2003-06-06  Jim Meyering  <jim@meyering.net>
19942
19943         Merge from coreutils.
19944         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19945         Consolidate declarations and initializations of *_base* locals.
19946
19947         Merge from coreutils.
19948         This avoids a core dump on systems without GNU putenv,
19949         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19950         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19951         (unsetenv): New static function, from GNU libc.
19952         (rpl_putenv): Use it.
19953
19954         * lib/modechange.c: Remove trailing blanks.
19955
19956         Merge from coreutils.
19957         * lib/fsusage.c: Remove declaration of statfs.
19958         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19959
19960         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19961
19962 2003-06-06  Jim Meyering  <jim@meyering.net>
19963
19964         * lib/stdbool_.h: Renamed from stdbool.h.in.
19965
19966 2003-06-06  Jim Meyering  <jim@meyering.net>
19967             Bruno Haible  <bruno@clisp.org>
19968
19969         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19970         Adjust Makefile.am snippet not to redirect directly to target.
19971         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19972
19973 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19974
19975         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19976         mismatch, look in future quarters as well as past.  This fixes a
19977         bug when processing fall-backwards gaps immediately after a long
19978         period of daylight-saving time.
19979
19980         * lib/mktime.c: Assume freestanding C89 or better.
19981         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19982         (__P): Remove; not used.
19983         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19984         (mktime, not_equal_tm, print_tm, check_result,
19985         main): Use prototypes.  Use const * where appropriate.
19986         (main): Fix typo in testing code that uncovered by above changes.
19987         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19988
19989 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19990
19991         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19992         locale.h, localeconv.  This merges changes from coreutils.
19993
19994         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19995         It can be removed after the next Autoconf is released.
19996         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19997         needed.
19998
19999 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20000
20001         * lib/mktime.c: Fix Debian bug 177940
20002         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20003         (localtime_offset): Now long int, not time_t, because we want it
20004         to be guaranteed to be signed.  All uses changed.
20005         (__mktime_internal): If overflow would occur when adding offset,
20006         don't add it.
20007
20008         Merge 'human' changes from coreutils.  Rewrite to support
20009         locale-specific notations like thousands separators.
20010         * lib/human.c: Simplify authorship notice.
20011         Include human.h immediately after config.h.
20012         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20013         <limits.h>: Do not include, since human.h does.
20014         (SIZE_MAX, UINTMAX_MAX): New macros.
20015         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20016         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20017         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20018         (power_letter): Renamed from suffixes.
20019         (generate_suffix_backwards): Remove.
20020         (adjust_value): Now takes int style (because of human.h changes)
20021         and long double value (for greater precision on some platforms).
20022         (group_number): New function.
20023         (human_readable): Use it.  Use integer options, not enum.
20024         Put the options before the sizes in the arg list.
20025         Support all the new options.
20026         The old human_readable function has been removed;
20027         use inttostr.h instead.
20028         (human_readable, default_block_size, humblock):
20029         Use uintmax_t, not int, for block sizes.
20030         (human_readable_inexact, block_size_types): Remove.
20031         (block_size_opts): New constant.
20032         (human_options): Renamed from human_block_size, with new signature
20033         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20034         * lib/human.h: Add copyright and authorship notice.
20035         Include <limits.h> and <stdbool.h> unconditionally.
20036         (PARAMS): Remove.  All uses removed.
20037         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20038         (enum human_inexact_style): Remove tag; now a nameless enum.
20039         (human_floor, human_ceiling, human_round_to_even): Now have
20040         values 2, 0, 1 rather than -1, 1, 0.
20041         (human_group_digits, human_suppress_point_zero, human_autoscale,
20042         human_base_1024, human_SI, human_B): New constants.
20043         (human_readable_inexact, human_block_size): Remove.
20044         (human_readable): Size args are now uintmax_t, not int.
20045         (human_options): New decl.
20046
20047         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20048         unnecessary now that we assume C89 or better.  This change
20049         imported from coreutils.
20050
20051         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20052         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20053         in the 2003-05-30 sync from glibc.
20054
20055         .h files should stand alone, but we shouldn't include <sys/types.h>
20056         if we can get away with just <stddef.h>.
20057
20058         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20059         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20060         rather than <sys/types.h>, as we merely need size_t.
20061         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20062         to get size_t.
20063         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20064         Include <stdio.h>, to get FILE.
20065         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20066         memcasecmp.h has included <stddef.h> and all we need is size_t.
20067         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20068         our interface, instead of including <sys/types.h>
20069
20070 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20071
20072         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20073         now, as glibc mktime is buggy on non-glibc systems.
20074
20075 2003-06-03  Karl Berry  <karl@gnu.org>
20076
20077         * config/config.sub: update from prep.
20078
20079 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20080
20081         [from coreutils]
20082         Fix some minor time-related bugs with POSIX time arguments.
20083         Some valid time stamps were being rejected (notably -1, and
20084         time stamps before 1900 on 64-bit hosts).  And some invalid
20085         time stamps were being accepted, e.g. September 31.
20086
20087         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20088         that we can return (time_t) -1 successfully.
20089         * lib/posixtm.c: Likewise.
20090         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20091         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20092         (t): Remove static var.
20093         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20094         of static var.  All uses changed.
20095         (year): Do not reject years before 1900; they can occur with
20096         64-bit time_t.
20097         (posix_time_parse): Do not check for out-of-range components;
20098         that is now the caller's responsibility, since our checks were
20099         only approximations.
20100         (posixtime): Use mktime to check for out-of-range components,
20101         since it knows them exactly.
20102         If mktime returns (time_t) -1, check whether an error actually occurred
20103         by invoking localtime on -1.
20104         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20105         posixtime failures better.
20106         Improve the test data (in comments only).
20107
20108 2003-06-02  Karl Berry  <karl@gnu.org>
20109
20110         * config/mkinstalldirs (version): new variable.
20111         (--version): new option.
20112         (usage): improve message.
20113
20114 2003-05-30  Karl Berry  <karl@gnu.org>
20115
20116         * lib/mktime.c: update from libc.
20117
20118 2003-05-30  Bruno Haible  <bruno@clisp.org>
20119
20120         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20121         * config/config.rpath: Upgrade to gettext-0.12.1.
20122
20123 2003-05-30  Bruno Haible  <bruno@clisp.org>
20124
20125         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20126         * m4/nls.m4: New file, from gettext-0.12.1.
20127         * m4/po.m4: New file, from gettext-0.12.1.
20128         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20129
20130 2003-05-30  Bruno Haible  <bruno@clisp.org>
20131
20132         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20133         * lib/localcharset.h: Likewise.
20134         * lib/localcharset.c: Likewise.
20135
20136 2003-05-29  Karl Berry  <karl@gnu.org>
20137
20138         * config/config.rpath: update from gettext.
20139
20140 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20141
20142         Assume the headers required for C89 freestanding compilers.
20143         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20144         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20145         * m4/human.m4 (gl_HUMAN): Likewise.
20146         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20147         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20148         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20149         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20150         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20151         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20152
20153 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20154
20155         Assume the headers required for C89 freestanding compilers.
20156         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20157         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20158         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20159         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20160         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20161         define, since <limits.h> is guaranteed to do that.
20162         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20163         * lib/exclude.c: Include <stdbool.h> unconditionally.
20164         * lib/tempname.c: Include <stddef.h> unconditionally.
20165         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20166         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20167         <stddef.h> does that.
20168         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20169         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20170         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20171         needed.
20172         * lib/xstrtol.c: Likewise.
20173         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20174         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20175
20176         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20177         warnings on some platforms.
20178
20179         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20180         arbitrarily.
20181
20182 2003-05-26  Jim Meyering  <jim@meyering.net>
20183
20184         Merge in a change from coreutils:
20185         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20186         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20187         that condition, rather than `-1' which is slightly misleading.
20188         Change the name of the cache variable to have the gl_ prefix.
20189         Prompted by a patch from Richard Dawe for DJGPP.
20190
20191 2003-05-24  Karl Berry  <karl@gnu.org>
20192
20193         * config/config.guess: update from prep.
20194
20195 2003-05-22  Karl Berry  <karl@gnu.org>
20196
20197         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20198
20199 2003-05-20  Karl Berry  <karl@gnu.org>
20200
20201         * config/config.guess: update from prep.
20202
20203 2003-05-18  Karl Berry  <karl@gnu.org>
20204
20205         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20206         might actually be set by the user.
20207
20208         * config/depcomp, install-sh, mdate-sh: update from automake.
20209
20210 2003-05-17  Bruno Haible  <bruno@clisp.org>
20211
20212         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20213         invalid expansion for AC_EGREP_CPP.
20214         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20215         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20216         Suggested by Akim Demaille <akim@epita.fr> in
20217         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20218
20219 2003-05-12  Jim Meyering  <jim@meyering.net>
20220
20221         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20222         the space-padded-by-default conversion specifiers, %e, %k, %l.
20223
20224 2003-05-12  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20227         the string is longer than 4 KB.
20228
20229 2003-05-11  Karl Berry  <karl@gnu.org>
20230
20231         * config/config.{guess,sub}: update from prep.
20232
20233 2003-05-09  Bruno Haible  <bruno@clisp.org>
20234
20235         * modules/error: Add m4/strerror_r.m4 to file list.
20236
20237 2003-05-03  Bruno Haible  <bruno@clisp.org>
20238
20239         Upgrade to Unicode-4.0.
20240         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20241         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20242         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20243         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20244         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20245         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20246         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20247         Change width of U+E0100..U+E01EF from 1 to 0.
20248
20249 2003-04-25  Jim Meyering  <jim@meyering.net>
20250
20251         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20252         of type size_t, not int.
20253
20254 2003-04-25  Bruno Haible  <bruno@clisp.org>
20255
20256         * lib/copy-file.c: Include <stddef.h>, for size_t.
20257
20258 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20259
20260         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20261         code which expansion is under static control.  Patch imported from
20262         Akim Demaille's patch to Bison; see
20263         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20264
20265 2003-04-14  Bruno Haible  <bruno@clisp.org>
20266
20267         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20268
20269 2003-04-11  Jim Meyering  <jim@meyering.net>
20270
20271         Merge changes from Coreutils.
20272
20273         2003-03-22  Jim Meyering  <jim@meyering.net>
20274
20275         * lib/strftime.c (widen): Cast alloca return value to proper type.
20276
20277         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20278
20279         From GNU libc.
20280         * lib/strftime.c (my_strftime): Handle very large width
20281         specifications for numeric values correctly.  Improve checks for
20282         overflow.
20283
20284         2003-01-19  Jim Meyering  <jim@meyering.net>
20285
20286         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20287         definitions.
20288         (nl_get_alt_digit) [! defined my_strftime]: Define.
20289         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20290         _nl_get_alt_digit and _nl_get_walt_digit.
20291
20292         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20293         libc. These changes have no effect outside of _LIBC.
20294
20295 2003-04-10  Bruno Haible  <bruno@clisp.org>
20296
20297         * modules/findprog: New file.
20298         * MODULES.html.sh (func_all_modules): Add it.
20299
20300 2003-04-10  Bruno Haible  <bruno@clisp.org>
20301
20302         * m4/findprog.m4: New file.
20303         * m4/eaccess.m4: New file.
20304
20305 2003-04-10  Bruno Haible  <bruno@clisp.org>
20306
20307         * lib/findprog.h: New file, from GNU gettext.
20308         * lib/findprog.c: New file, from GNU gettext.
20309
20310 2003-04-05  Jim Meyering  <jim@meyering.net>
20311
20312         Merge changes from Coreutils.
20313
20314         * lib/exclude.h (PARAMS): Remove definition and uses.
20315         * lib/exclude.c: Remove uses of `PARAMS'.
20316
20317         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20318         Add test-cases for DOS filenames. Declare program_name.
20319         (main): Set up program_name.  Patch by Rich Dawe.
20320
20321         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20322         error from mntctl.
20323         Use mntctl's return value to drive the entry-processing loop, since
20324         we can't rely on the value of the vmt_length member in the last
20325         entry.  On some systems doing so could result in exhausting
20326         virtual memory.  Based in part on a patch from Mike Jetzer.
20327
20328 2003-04-04  Bruno Haible  <bruno@clisp.org>
20329
20330         * modules/linebreak: New file.
20331         * MODULES.html.sh (func_all_modules): Add it.
20332
20333 2003-04-04  Bruno Haible  <bruno@clisp.org>
20334
20335         * m4/linebreak.m4: New file.
20336
20337 2003-04-04  Bruno Haible  <bruno@clisp.org>
20338
20339         * lib/linebreak.h: New file, from GNU gettext.
20340         * lib/linebreak.c: New file, from GNU gettext with slight
20341         modifications.
20342         * lib/lbrkprop.h: New file, from GNU gettext.
20343
20344 2003-04-03  Bruno Haible  <bruno@clisp.org>
20345
20346         * modules/utf8-ucs4: New file.
20347         * modules/utf16-ucs4: New file.
20348         * modules/ucs4-utf8: New file.
20349         * modules/ucs4-utf16: New file.
20350         * MODULES.html.sh (func_all_modules): Add them.
20351
20352 2003-04-03  Bruno Haible  <bruno@clisp.org>
20353
20354         * m4/utf-ucs4.m4: New file.
20355         * m4/ucs4-utf.m4: New file.
20356
20357 2003-04-03  Bruno Haible  <bruno@clisp.org>
20358
20359         * lib/utf8-ucs4.h: New file, from GNU gettext.
20360         * lib/utf16-ucs4.h: New file, from GNU gettext.
20361         * lib/ucs4-utf8.h: New file, from GNU gettext.
20362         * lib/ucs4-utf16.h: New file, from GNU gettext.
20363
20364 2003-04-02  Bruno Haible  <bruno@clisp.org>
20365
20366         * modules/binary-io: New file.
20367         * MODULES.html.sh (func_all_modules): Add it.
20368
20369 2003-04-02  Bruno Haible  <bruno@clisp.org>
20370
20371         * lib/binary-io.h: New file, from GNU gettext.
20372
20373 2003-04-01  Bruno Haible  <bruno@clisp.org>
20374
20375         * modules/pathname: New file.
20376         * MODULES.html.sh (func_all_modules): Add it.
20377
20378 2003-04-01  Bruno Haible  <bruno@clisp.org>
20379
20380         * lib/pathname.h: New file, from GNU gettext.
20381         * lib/concatpath.c: New file, from GNU gettext.
20382
20383 2003-03-30  Bruno Haible  <bruno@clisp.org>
20384
20385         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20386
20387 2003-03-30  Bruno Haible  <bruno@clisp.org>
20388
20389         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20390         function chown() doesn't exist.
20391
20392 2003-03-28  Bruno Haible  <bruno@clisp.org>
20393
20394         * modules/copy-file: New file.
20395         * MODULES.html.sh (func_all_modules): Add it.
20396
20397 2003-03-28  Bruno Haible  <bruno@clisp.org>
20398
20399         * m4/copy-file.m4: New file.
20400
20401 2003-03-28  Bruno Haible  <bruno@clisp.org>
20402
20403         * lib/copy-file.h: New file, from GNU gettext.
20404         * lib/copy-file.c: New file, from GNU gettext.
20405
20406 2003-03-18  Jim Meyering  <jim@meyering.net>
20407
20408         * lib/quote.c (quote_n): Fix typo in comment.
20409
20410 2003-03-18  Bruno Haible  <bruno@clisp.org>
20411
20412         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20413         checking.
20414         * m4/onceonly_2_57.m4: Likewise.
20415
20416 2003-03-17  Bruno Haible  <bruno@clisp.org>
20417
20418         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20419         (m4_quote): Remove macro.
20420         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20421
20422 2003-03-14  Jim Meyering  <jim@meyering.net>
20423
20424         Merge changes from Coreutils.
20425         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20426         to be const, in order to avoid warnings.
20427         (obstack_room): Likewise.
20428         (obstack_empty_p): Likewise.
20429
20430 2003-03-14  Bruno Haible  <bruno@clisp.org>
20431
20432         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20433         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20434
20435 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20436
20437         Merge changes from Bison.
20438         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20439         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20440         when compiling Bison 1.875's `bitset bset = obstack_alloc
20441         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20442         * lib/hash.c: Include <stdbool.h> unconditionally.
20443
20444 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20445
20446         * m4/onceonly.m4 (m4_quote): New macro.
20447         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20448         Quote AC_FOREACH variable-expansions properly.
20449
20450 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20451
20452         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20453
20454 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20455
20456         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20457         Reported by Bruce Becker; see:
20458         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20459
20460 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20461             Bruno Haible  <bruno@clisp.org>
20462
20463         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20464         Reported by John Hughes, see
20465         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20466
20467 2003-02-20  Bruno Haible  <bruno@clisp.org>
20468
20469         * MODULES.html.sh (func_all_modules): Add poll.
20470
20471 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20472
20473         * modules/poll: New file.
20474
20475 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20476
20477         * lib/poll_.h: New file.
20478         * lib/poll.c: New file.
20479
20480 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20481
20482         * m4/poll.m4: New file.
20483
20484 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20485
20486         * modules/mathl: New file.
20487
20488 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20489
20490         * lib/mathl.h: New file.
20491         * lib/acosl.c: New file.
20492         * lib/asinl.c: New file.
20493         * lib/atanl.c: New file.
20494         * lib/ceill.c: New file.
20495         * lib/cosl.c: New file.
20496         * lib/expl.c: New file.
20497         * lib/floorl.c: New file.
20498         * lib/frexpl.c: New file.
20499         * lib/ldexpl.c: New file.
20500         * lib/logl.c: New file.
20501         * lib/sincosl.c: New file.
20502         * lib/sinl.c: New file.
20503         * lib/sqrtl.c: New file.
20504         * lib/tanl.c: New file.
20505         * lib/trigl.c: New file.
20506         * lib/trigl.h: New file.
20507
20508 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20509
20510         * m4/mathl.m4: New file.
20511
20512 2003-02-18  Bruno Haible  <bruno@clisp.org>
20513
20514         * MODULES.html.sh (func_all_modules): Add mathl.
20515
20516 2003-02-17  Bruno Haible  <bruno@clisp.org>
20517
20518         * modules/mkdtemp: New module.
20519         * MODULES.html.sh (func_all_modules): Add it.
20520
20521 2003-02-17  Bruno Haible  <bruno@clisp.org>
20522
20523         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20524
20525 2003-02-17  Bruno Haible  <bruno@clisp.org>
20526
20527         * lib/mkdtemp.h: New file, from GNU gettext.
20528         * lib/mkdtemp.c: New file, from GNU gettext.
20529
20530 2003-02-02  Jim Meyering  <jim@meyering.net>
20531
20532         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20533         e.g. glibc-2.2.93.
20534
20535 2003-01-31  Bruno Haible  <bruno@clisp.org>
20536
20537         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20538         'rpl_rename'.
20539         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20540         'rpl_strnlen'.
20541         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20542         'rpl_strtod'.
20543         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20544         'rpl_utime'.
20545
20546 2003-01-31  Bruno Haible  <bruno@clisp.org>
20547
20548         * lib/rename.c: #undef rename before defining rpl_rename.
20549         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20550
20551 2003-01-30  Bruno Haible  <bruno@clisp.org>
20552
20553         * modules/vasnprintf, modules/vasprintf: New modules.
20554         * MODULES.html.sh (func_all_modules): Add them.
20555
20556 2003-01-30  Bruno Haible  <bruno@clisp.org>
20557
20558         * m4/signed.m4: New file, from GNU gettext.
20559         * m4/longdouble.m4: New file, from GNU gettext.
20560         * m4/wchar_t.m4: New file, from GNU gettext.
20561         * m4/wint_t.m4: New file, from GNU gettext.
20562         * m4/vasnprintf.m4: New file.
20563         * m4/vasprintf.m4: New file.
20564
20565 2003-01-30  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/printf-args.h: New file, from GNU gettext.
20568         * lib/printf-args.c: New file, from GNU gettext.
20569         * lib/printf-parse.h: New file, from GNU gettext.
20570         * lib/printf-parse.c: New file, from GNU gettext.
20571         * lib/vasnprintf.h: New file, from GNU gettext.
20572         * lib/vasnprintf.c: New file, from GNU gettext.
20573         * lib/asnprintf.c: New file, from GNU gettext.
20574         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20575         * lib/vasprintf.c: New file, from GNU gettext.
20576         * lib/asprintf.c: New file, from GNU gettext.
20577
20578 2003-01-29  Bruno Haible  <bruno@clisp.org>
20579
20580         * modules/stpncpy: New module.
20581         * MODULES.html.sh (func_all_modules): Add it.
20582
20583 2003-01-29  Bruno Haible  <bruno@clisp.org>
20584
20585         * m4/stpncpy.m4: New file.
20586
20587 2003-01-29  Bruno Haible  <bruno@clisp.org>
20588
20589         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20590         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20591
20592 2003-01-28  Bruno Haible  <bruno@clisp.org>
20593
20594         * modules/c-ctype: New module.
20595         * MODULES.html.sh (func_all_modules): Add it.
20596
20597 2003-01-28  Bruno Haible  <bruno@clisp.org>
20598
20599         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20600         Paul Eggert.
20601         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20602         Paul Eggert.
20603
20604 2003-01-27  Bruno Haible  <bruno@clisp.org>
20605
20606         * modules/xsetenv: New module.
20607         * MODULES.html.sh (func_all_modules): Add it.
20608
20609 2003-01-27  Bruno Haible  <bruno@clisp.org>
20610
20611         * lib/xsetenv.h: New file, from GNU gettext.
20612         * lib/xsetenv.c: New file, from GNU gettext.
20613
20614 2003-01-23  Jim Meyering  <jim@meyering.net>
20615
20616         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20617         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20618
20619 2003-01-23  Bruno Haible  <bruno@clisp.org>
20620
20621         * modules/minmax: New module.
20622         * MODULES.html.sh (func_all_modules): Add it.
20623
20624 2003-01-23  Bruno Haible  <bruno@clisp.org>
20625
20626         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20627         Eggert.
20628
20629 2003-01-22  Bruno Haible  <bruno@clisp.org>
20630
20631         * modules/exit: New module.
20632         * MODULES.html.sh (func_all_modules): Add it.
20633
20634 2003-01-22  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/exit.h: New file, from GNU gettext.
20637
20638 2003-01-19  Bruno Haible  <bruno@clisp.org>
20639
20640         * gnulib-tool: Recognize option --extract-maintainer.
20641         (func_get_maintainer): New function.
20642         * modules/*: Add Maintainer entry.
20643
20644 2003-01-16  Jim Meyering  <jim@meyering.net>
20645
20646         * m4/regex.m4: The `regex' struct is both input and output.
20647         Initialize it before each use.  Patch by Tim Waugh.
20648
20649 2003-01-16  Bruno Haible  <bruno@clisp.org>
20650
20651         * MODULES.html.sh: Add a table of contents. Add the module name as
20652         leftmost column. Add hyperlinks.
20653
20654 2003-01-15  Bruno Haible  <bruno@clisp.org>
20655
20656         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20657
20658 2003-01-15  Bruno Haible  <bruno@clisp.org>
20659
20660         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20661         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20662         suffix.
20663
20664 2003-01-15  Bruno Haible  <bruno@clisp.org>
20665
20666         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20667
20668 2003-01-15  Bruno Haible  <bruno@clisp.org>
20669
20670         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20671         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20672
20673 2003-01-14  Jim Meyering  <jim@meyering.net>
20674
20675         * lib/same.c (same_name): Tweak a comment.
20676
20677 2003-01-14  Bruno Haible  <bruno@clisp.org>
20678
20679         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20680         when a string comparison is sufficient.
20681
20682 2003-01-14  Bruno Haible  <bruno@clisp.org>
20683
20684         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20685         'unsigned int'.
20686
20687 2003-01-14  Bruno Haible  <bruno@clisp.org>
20688
20689         * lib/hash-pjw.c: Add comment about low quality of this function.
20690
20691 2003-01-13  Bruno Haible  <bruno@clisp.org>
20692
20693         * modules/stpcpy: Distribute lib/stpcpy.h.
20694         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20695
20696 2003-01-13  Bruno Haible  <bruno@clisp.org>
20697
20698         * modules/*: Add a description.
20699         * modules/strpbrk: Fix Makefile.am snippet.
20700         * modules/strtoimax: Fix dependencies.
20701         * modules/strtoumax: Likewise.
20702
20703 2003-01-13  Bruno Haible  <bruno@clisp.org>
20704
20705         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20706         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20707         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20708
20709 2003-01-13  Bruno Haible  <bruno@clisp.org>
20710
20711         * gnulib-tool (func_create_testdir): Store config/* files in the main
20712         directory.
20713         * config.rpath: Move to ...
20714         * config/config.rpath: ... here.
20715         * modules/gettext: Contains config/config.rpath, not config.rpath.
20716         * modules/iconv: Likewise.
20717
20718 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20719
20720         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20721         to avoid collisions with libcurses and libreadline.
20722
20723         * m4/getstr.m4: Remove.
20724         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20725
20726 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20727
20728         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20729         to avoid collisions with libcurses and libreadline.
20730
20731         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20732         * lib/getstr.h, getstr.c: Remove.
20733         * lib/getline.c: Include "getline.h", to check interface.
20734         Move body of old getstr.c here: this defines MIN_CHUNK and
20735         declares getdelim2, which is renamed from getstr.
20736         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20737
20738         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20739         All uses changed.
20740         * lib/linebuffer.h: Likewise.
20741         (readline): Remove backward-compatibility macro.
20742
20743 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20744
20745         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20746         to avoid collisions with libcurses and libreadline.
20747         * getstr: Remove.
20748         * MODULES.html.sh: Remove getstr.
20749         * modules/getline: Depend on unlocked-io, not getstr.
20750
20751 2003-01-12  Jim Meyering  <jim@meyering.net>
20752
20753         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20754
20755 2003-01-10  Bruno Haible  <bruno@clisp.org>
20756
20757         * modules/alloca: Change Makefile.am requirements. Simplify Include
20758         requirements. Add lib/alloca_.h to file list.
20759
20760 2003-01-10  Bruno Haible  <bruno@clisp.org>
20761
20762         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20763
20764 2003-01-10  Bruno Haible  <bruno@clisp.org>
20765
20766         * lib/alloca_.h: New file.
20767         * lib/getdate.y: Unconditionally include alloca.h.
20768         * lib/makepath.c: Likewise.
20769         * lib/setenv.c: Likewise.
20770         * lib/userspec.c: Likewise.
20771
20772 2003-01-09  Karl Berry  <karl@gnu.org>
20773
20774         * MODULES.html.sh: include `dirname $0` in PATH, to find
20775         gnulib-tool.
20776
20777 2003-01-09  Bruno Haible  <bruno@clisp.org>
20778
20779         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20780         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20781
20782 2003-01-09  Bruno Haible  <bruno@clisp.org>
20783
20784         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20785
20786 2003-01-09  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/stdbool.h.in: New file.
20789
20790 2003-01-09  Bruno Haible  <bruno@clisp.org>
20791
20792         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20793         * MODULES.html.sh: Likewise.
20794
20795 2003-01-08  Jim Meyering  <jim@meyering.net>
20796
20797         * lib/full-write.c: Undefine and define-away `const' after inclusion
20798         of errno.h, not before.  Suggestion from Bruno Haible.
20799
20800 2003-01-08  Bruno Haible  <bruno@clisp.org>
20801
20802         * modules/full-read: Depend on full-write.
20803
20804 2003-01-08  Bruno Haible  <bruno@clisp.org>
20805
20806         * lib/safe-read.c: Include specification header first, to ensure its
20807         selfcontainedness.
20808         * lib/full-write.c: Likewise.
20809
20810 2003-01-07  Jim Meyering  <jim@meyering.net>
20811
20812         * lib/full-write.c: Rework so that it may serve to define full_read,
20813         too.
20814         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20815
20816 2003-01-07  Bruno Haible  <bruno@clisp.org>
20817
20818         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20819         <inttypes.h>.
20820         * lib/xstrtol.h: Likewise.
20821         * lib/xstrtoimax.c: Likewise.
20822         * lib/xstrtoumax.c: Likewise.
20823         * lib/human.h: Likewise.
20824
20825         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20826         on systems that have <inttypes.h> but not <stdint.h>.
20827
20828 2003-01-07  Bruno Haible  <bruno@clisp.org>
20829
20830         * MODULES.html.sh: Add copyright notice.
20831         (missed_files): Omit CVS directory entries.
20832         (func_module): Make it work with sed-3.02.
20833         * MODULES.txt: Remove file.
20834
20835 2003-01-06  Jim Meyering  <jim@meyering.net>
20836
20837         * lib/version-etc.c: Update year in translatable copyright string.
20838
20839 2003-01-03  Karl Berry  <karl@gnu.org>
20840
20841         * config/config.{guess,sub}: update from prep.
20842
20843 2003-01-02  Karl Berry  <karl@gnu.org>
20844
20845         * doc/COPYING.DOC: belatedly updated to 1.2.
20846
20847 2003-01-01  Karl Berry  <karl@gnu.org>
20848
20849         * gnulib-tool (func_verify_module): report module name $module in
20850         error message, not $1.
20851         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20852         be created, only if it doesn't exist.
20853         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20854
20855 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20856
20857         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20858
20859 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20860
20861         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20862         memcmp if strcoll doesn't work.
20863
20864 2002-12-31  Bruno Haible  <bruno@clisp.org>
20865
20866         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20867         nonempty.
20868
20869 2002-12-31  Bruno Haible  <bruno@clisp.org>
20870
20871         * lib/memcoll.c (STRCOLL): New macro.
20872         (memcoll): Use it.
20873
20874 2002-12-31  Bruno Haible  <bruno@clisp.org>
20875
20876         * lib/localcharset.h: New file.
20877         * lib/localcharset.c: Include it.
20878         * lib/unicodeio.c: Likewise.
20879
20880 2002-12-31  Bruno Haible  <bruno@clisp.org>
20881
20882         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20883         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20884
20885 2002-12-31  Bruno Haible  <bruno@clisp.org>
20886
20887         * lib/getline.h: Include <stddef.h>, for size_t.
20888
20889         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20890         * lib/unicodeio.c: Don't include <stddef.h>.
20891
20892 2002-12-31  Bruno Haible  <bruno@clisp.org>
20893
20894         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20895         HAVE_TM_ZONE.
20896
20897 2002-12-24  Karl Berry  <karl@gnu.org>
20898
20899         * config/config.guess: update from prep.
20900
20901 2002-12-24  Bruno Haible  <bruno@clisp.org>
20902
20903         General infrasructure.
20904         * m4/README: Rewritten.
20905         * m4/onceonly.m4: New file.
20906         * m4/onceonly_2_57.m4: New file.
20907
20908         Module atexit.
20909         * m4/atexit.m4: New file.
20910
20911         Module strtod.
20912         * m4/strtod.m4: New file.
20913
20914         Module strtol.
20915         * m4/strtol.m4: New file.
20916
20917         Module strtoul.
20918         * m4/strtoul.m4: New file.
20919
20920         Module memchr.
20921         * m4/memchr.m4: New file.
20922
20923         Module memcmp.
20924         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20925         (jm_FUNC_MEMCMP): Invoke it.
20926
20927         Module memcpy.
20928         * m4/memcpy.m4: New file.
20929
20930         Module memmove.
20931         * m4/memmove.m4: New file.
20932
20933         Module memset.
20934         * m4/memset.m4: New file.
20935
20936         Module strcspn.
20937         * m4/strcspn.m4: New file.
20938
20939         Module strpbrk.
20940         * m4/strpbrk.m4: New file.
20941
20942         Module strstr.
20943         * m4/strstr.m4: New file.
20944
20945         Module strerror.
20946         * m4/strerror.m4: New file.
20947
20948         Module mktime.
20949         * m4/mktime.m4: Renamed from jm-mktime.m4.
20950         (gl_PREREQ_MKTIME): New macro.
20951         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20952
20953         Module malloc.
20954         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20955         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20956         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20957
20958         Module realloc.
20959         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20960         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20961         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20962
20963         Module strftime.
20964         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20965         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20966         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20967         gl_TM_GMTOFF.
20968         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20969
20970         Module xalloc.
20971         * m4/xalloc.m4: New file.
20972
20973         Module alloca.
20974         * m4/alloca.m4: New file.
20975
20976         Module putenv.
20977         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20978         (jm_FUNC_PUTENV): Invoke it.
20979
20980         Module setenv.
20981         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20982         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20983         when invoked twice.
20984         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20985         gt_FUNC_SETENV.
20986
20987         Module memrchr.
20988         * m4/memrchr.m4: New file.
20989
20990         Module stpcpy.
20991         * m4/stpcpy.m4: New file.
20992
20993         Module strcase.
20994         * m4/strcase.m4: New file.
20995
20996         Module strdup.
20997         * m4/strdup.m4: New file.
20998
20999         Module strnlen.
21000         * m4/strnlen.m4: New file.
21001
21002         Module strndup.
21003         * m4/strndup.m4: New file.
21004
21005         Module xstrtod.
21006         * m4/xstrtod.m4: New file.
21007
21008         Module xstrtol.
21009         * m4/xstrtol.m4: New file.
21010
21011         Module getdate.
21012         * m4/getdate.m4: New file.
21013
21014         Module unlocked-io.
21015         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21016         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21017         * m4/jm-glibc-io.m4n: Remove file.
21018
21019         Module long-options.
21020         * m4/long-options.m4: New file.
21021
21022         Module md5.
21023         * m4/md5.m4: New file.
21024
21025         Module sha.
21026         * m4/sha.m4: New file.
21027
21028         Module getstr.
21029         * m4/getstr.m4: New file.
21030
21031         Module getline.
21032         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21033         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21034         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21035         simply getline. Infoke gl_PREREQ_GETLINE.
21036
21037         Module obstack.
21038         * m4/obstack.m4: New file.
21039
21040         Module hash.
21041         * m4/hash.m4: New file.
21042
21043         Module readtokens.
21044         * m4/readtokens.m4: New file.
21045
21046         Module strverscmp.
21047         * m4/strverscmp.m4: New file.
21048
21049         Module stdbool.
21050         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21051         OSF/1.
21052
21053         Module strtoll.
21054         * m4/strtoll.m4: New file.
21055
21056         Module strtoull.
21057         * m4/strtoull.m4: New file.
21058
21059         Module strtoimax.
21060         * m4/strtoimax.m4: New file.
21061
21062         Module strtoumax.
21063         * m4/strtoumax.m4: New file.
21064
21065         Module xstrtoimax.
21066         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21067         jm_AC_PREREQ_XSTRTOIMAX.
21068         Moved the strtol prerequisites to strtol.m4.
21069         Moved the strtoll prerequisites to strtoll.m4.
21070         Moved the strtoimax prerequisites to strtoimax.m4.
21071
21072         Module xstrtoumax.
21073         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21074         jm_AC_PREREQ_XSTRTOUMAX.
21075         Moved the strtoul prerequisites to strtoul.m4.
21076         Moved the strtoull prerequisites to strtoull.m4.
21077         Moved the strtoumax prerequisites to strtoumax.m4.
21078
21079         Module chown.
21080         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21081         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21082
21083         Module dup2.
21084         * m4/dup2.m4: New file.
21085
21086         Module ftruncate.
21087         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21088         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21089
21090         Module getgroups.
21091         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21092         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21093
21094         Module gettimeofday.
21095         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21096         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21097         gl_PREREQ_GETTIMEOFDAY.
21098
21099         Module mkdir.
21100         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21101         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21102
21103         Module mkstemp.
21104         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21105         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21106         jm_AC_TYPE_UINTMAX_T.
21107         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21108
21109         Module stat.
21110         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21111         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21112
21113         Module lstat.
21114         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21115         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21116
21117         Module timespec.
21118         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21119         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21120         * m4/st_mtim.m4: Indentation.
21121
21122         Module nanosleep.
21123         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21124         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21125         gl_PREREQ_NANOSLEEP.
21126
21127         Module regex.
21128         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21129         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21130         (gl_REGEX): New macro.
21131
21132         Module rename.
21133         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21134         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21135
21136         Module rmdir.
21137         * m4/rmdir.m4: New file.
21138
21139         Module utime.
21140         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21141         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21142         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21143
21144         Module dirname.
21145         * m4/dirname.m4: New file.
21146
21147         Module getopt.
21148         * m4/getopt.m4: New file.
21149
21150         Module unistd-safer.
21151         * m4/unistd-safer.m4: New file.
21152
21153         Module fnmatch.
21154         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21155         declaration.
21156         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21157         (gl_FUNC_FNMATCH_POSIX): New macro.
21158         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21159         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21160         simply fnmatch.
21161
21162         Module exclude.
21163         * m4/exclude.m4: New file.
21164
21165         Module human.
21166         * m4/human.m4: New file.
21167
21168         Module acl.
21169         * m4/acl.m4: Nop.
21170
21171         Module backupfile.
21172         * m4/backupfile.m4: New file.
21173         * m4/d-ino.m4: Indentation.
21174
21175         Module fsusage.
21176         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21177         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21178         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21179
21180         Module dirfd.
21181         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21182         requirements.
21183
21184         Module euidaccess.
21185         * m4/euidaccess.m4: New file.
21186
21187         Module file-type.
21188         * m4/file-type.m4: New file.
21189
21190         Module fileblocks.
21191         * m4/fileblocks.m4: New file.
21192
21193         Module filemode.
21194         * m4/filemode.m4: New file.
21195
21196         Module isdir.
21197         * m4/isdir.m4: New file.
21198
21199         Module lchown.
21200         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21201         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21202
21203         Module makepath.
21204         * m4/makepath.m4: New file.
21205
21206         Module modechange.
21207         * m4/modechange.m4: New file.
21208
21209         Module mountlist.
21210         * m4/mountlist.m4: New file.
21211         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21212         Indentation.
21213
21214         Module path-concat.
21215         * m4/path-concat.m4: New file.
21216
21217         Module pathmax.
21218         * m4/pathmax.m4: New file.
21219
21220         Module same.
21221         * m4/same.m4: New file.
21222
21223         Module save-cwd.
21224         * m4/save-cwd.m4: New file.
21225
21226         Module savedir.
21227         * m4/savedir.m4: New file.
21228
21229         Module xgetcwd.
21230         * m4/xgetcwd.m4: New file.
21231         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21232
21233         Module xreadlink.
21234         * m4/xreadlink.m4: New file.
21235
21236         Module safe-read.
21237         * m4/safe-read.m4: New file.
21238
21239         Module safe-write.
21240         * m4/safe-write.m4: New file.
21241
21242         Module closeout.
21243         * m4/closeout.m4: New file.
21244
21245         Module stdio-safer.
21246         * m4/stdio-safer.m4: New file.
21247
21248         Module getpass.
21249         * m4/getpass.m4: New file.
21250
21251         Module getugroups.
21252         * m4/getugroups.m4: New file.
21253
21254         Module group-member.
21255         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21256         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21257
21258         Module idcache.
21259         * m4/idcache.m4: New file.
21260
21261         Module userspec.
21262         * m4/userspec.m4: New file.
21263
21264         Module gettime.
21265         * m4/clock_time.m4: New file.
21266         * m4/gettime.m4: New file.
21267
21268         Module settime.
21269         * m4/settime.m4: New file.
21270
21271         Module posixtm.
21272         * m4/posixtm.m4: New file.
21273
21274         Module gethostname.
21275         * m4/gethostname.m4: New file.
21276
21277         Module canon-host.
21278         * m4/canon-host.m4: New file.
21279
21280         Module gettext.
21281         * m4/codeset.m4: New file, from gettext-0.11.5.
21282         * m4/gettext.m4: New file, from gettext-0.11.5.
21283         * m4/glibc21.m4: New file, from gettext-0.11.5.
21284         * m4/iconv.m4: New file, from gettext-0.11.5.
21285         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21286         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21287         * m4/inttypes.m4: New file, from gettext-0.11.5.
21288         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21289         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21290         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21291         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21292         * m4/lib-link.m4: New file, from gettext-0.11.5.
21293         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21294         * m4/progtest.m4: New file, from gettext-0.11.5.
21295         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21296         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21297         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21298
21299         Module localcharset.
21300         * m4/localcharset.m4: New file.
21301
21302         Module hard-locale.
21303         * m4/hard-locale.m4: New file.
21304
21305         Module mbswidth.
21306         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21307         onceonly macros.
21308         * m4/mbrtowc.m4: Add comment.
21309
21310         Module memcasecmp.
21311         * m4/memcasecmp.m4: New file.
21312
21313         Module memcoll.
21314         * m4/memcoll.m4: New file.
21315
21316         Module unicodeio.
21317         * m4/unicodeio.m4: New file.
21318
21319         Module rpmatch.
21320         * m4/rpmatch.m4: New file.
21321
21322         Module yesno.
21323         * m4/yesno.m4: New file.
21324
21325         Module exitfail.
21326         * m4/exitfail.m4: New file.
21327
21328         Module c-stack.
21329         * m4/c-stack.m4 (gl_C_STACK): New macro.
21330         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21331
21332         Module error.
21333         * m4/error.m4 (gl_ERROR): New macro.
21334         (jm_PREREQ_ERROR): Use onceonly macros.
21335
21336         Module fatal.
21337         * m4/fatal.m4: New file.
21338
21339         Module getloadavg.
21340         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21341         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21342
21343         Module getpagesize.
21344         * m4/getpagesize.m4: New file.
21345
21346         Module getusershell.
21347         * m4/getusershell.m4: New file.
21348
21349         Module physmem.
21350         * m4/physmem.m4: New file.
21351
21352         Module posixver.
21353         * m4/posixver.m4: New file.
21354
21355         Module quotearg.
21356         * m4/quotearg.m4: New file.
21357
21358         Module quote.
21359         * m4/quote.m4: New file.
21360
21361         Module readutmp.
21362         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21363
21364         Module sig2str.
21365         * m4/sig2str.m4: New file.
21366
21367         Other.
21368         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21369         ulonglong.m4.
21370         * m4/intmax_t.m4: New file.
21371         * m4/d-type.m4: Indentation.
21372         * m4/jm-macros.m4: Update.
21373         * m4/prereq.m4 (jm_PREREQ): Update.
21374         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21375         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21376         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21377         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21378         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21379         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21380         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21381         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21382         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21383         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21384         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21385         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21386         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21387         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21388         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21389         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21390         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21391         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21392         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21393
21394 2002-12-24  Bruno Haible  <bruno@clisp.org>
21395
21396         * MODULES.txt: Update according to m4/ changes.
21397
21398         Module gettext.
21399         * config.rpath: New file, from gettext-0.11.5.
21400
21401         * modules/*: New module descriptions.
21402         * gnulib-tool: New file.
21403         * MODULES.html.sh: New file.
21404
21405 2002-12-21  Karl Berry  <karl@gnu.org>
21406
21407         * doc/fdl.texi: update to version 1.2.
21408
21409 2002-12-19  Karl Berry  <karl@gnu.org>
21410
21411         * config/config.guess: update from prep.
21412
21413 2002-12-18  Bruno Haible  <bruno@clisp.org>
21414
21415         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21416         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21417
21418 2002-12-17  Bruno Haible  <bruno@clisp.org>
21419
21420         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21421         stdlib.h, string.h.
21422
21423 2002-12-17  Bruno Haible  <bruno@clisp.org>
21424
21425         * lib/canon-host.c (strdup): Remove unused declaration.
21426
21427         * lib/fsusage.c: Include full_read.h.
21428         (get_fs_usage): Use full_read instead of safe_read.
21429
21430         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21431
21432 2002-12-12  Karl Berry  <karl@gnu.org>
21433
21434         * config/config.guess: update from prep.
21435
21436 2002-12-11  Bruno Haible  <bruno@clisp.org>
21437
21438         * m4/setenv.m4: New file, from gettext-0.11.5.
21439
21440 2002-12-11  Bruno Haible  <bruno@clisp.org>
21441
21442         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21443         not unsetenv().
21444         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21445         modifications:
21446
21447         2002-12-11  Bruno Haible  <bruno@clisp.org>
21448
21449                 * setenv.c (alloca): Fall back to malloc.
21450                 (freea): New macro.
21451                 (setenv): Use freea() to free memory allocated with alloca().
21452
21453         2002-11-13  Bruno Haible  <bruno@clisp.org>
21454
21455                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21456                 function declarations.
21457                 * unsetenv.c (unsetenv): Likewise.
21458
21459         2002-03-04  Bruno Haible  <bruno@clisp.org>
21460
21461                 Portability to AIX 4.3.3.
21462                 * unsetenv.c: New file, extracted from setenv.c.
21463                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21464
21465         2001-12-20  Bruno Haible  <bruno@clisp.org>
21466
21467                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21468                 use malloc instead. For SunOS 4.
21469
21470         2001-12-11  Bruno Haible  <bruno@clisp.org>
21471
21472                 * setenv.c: Declare alloca.
21473                 (compar_fn_t): New typedef.
21474                 (KNOWN_VALUE, STORE_VALUE): Use it.
21475
21476         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21477         setenv.h.
21478
21479 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21480
21481         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21482         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21483         Choose values that are less likely to collide with system fnmatch
21484         options.
21485         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21486         defined (e.g., a pure POSIX system).
21487         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21488         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21489
21490 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21491
21492         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21493         a pain in practice to deal with generated m4 files.  This change
21494         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21495
21496         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21497         and jm-glibc-io.m4, as they are no longer a special case.
21498         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21499         kludge and the auto-generation stuff.  Check only whether the
21500         functions are declared, not whether they exist, since older hosts
21501         that don't declare the functions can't use the optimization anyway.
21502
21503 2002-12-06  Jim Meyering  <jim@meyering.net>
21504
21505         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21506
21507         Merge in changes from libc's misc/error.c, in preparation
21508         for the merge of gnulib's changes back into libc.
21509
21510         * lib/error.c (_): Define only if not already defined.
21511         Move definition to follow all #include directives.
21512         Include unlocked-io.h only if !_LIBC.
21513         [_LIBC]: Include <libio/libioP.h>.
21514         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21515         (fflush): Tweak definition to use INTUSE.
21516         (putc): Define.
21517
21518 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21519
21520         * lib/alloca.c [defined emacs]: Include "lisp.h".
21521         (xalloc_die) [defined emacs]: New macro.
21522         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21523         [! defined emacs]: Include <xalloc.h>.
21524         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21525         (pointer): Typedef to POINTER_TYPE *.
21526         (malloc): Remove decl; we now always use xmalloc.
21527         (alloca): Use old-style definition, since Emacs needs this.
21528         Check for arithmetic overflow when computing combined size.
21529
21530 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21531
21532         Do not generate unlocked-io.h automatically, since it's easier to
21533         maintain it by hand.
21534
21535         * lib/unlocked-io.h: New file, from GNU diffutils,
21536         but with proper copyright notice and attribution.
21537         * lib/gen-uio: Remove.
21538         * lib/Makefile.am: Add copyright notice.
21539         (libfetish_a_SOURCES): Add unlocked-io.h.
21540         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21541         (DISTCLEANFILES, io_functions): Remove macros.
21542         (EXTRA_DIST): Remove gen_uio.
21543         (unlocked-io.h): Remove rule.
21544
21545 2002-12-04  Jim Meyering  <jim@meyering.net>
21546
21547         Reflect the fact that stat.c and lstat.c are no longer generated.
21548         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21549         (DISTCLEANFILES): Likewise.
21550         (EXTRA_DIST): Likewise.
21551         (all_local): Don't depend on stat.c or lstat.c.
21552         (stat.c, lstat.c): Remove rules.
21553         (EXTRA_DIST): Remove xstat.in.
21554
21555         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21556         * lib/stat.c: New file.  Contents mostly from xstat.in.
21557         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21558         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21559
21560         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21561         too.
21562         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21563
21564 2002-12-03  Jim Meyering  <jim@meyering.net>
21565
21566         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21567         but not semantics, to minimize the differences between these two files.
21568         (safe_read): Change comment to mention SAFE_READ_ERROR.
21569
21570         * lib/safe-read.c (IS_EINTR): Define.
21571         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21572
21573 2002-12-02  Jim Meyering  <jim@meyering.net>
21574
21575         * lib/safe-read.c (EINTR): Define.
21576         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21577         (INT_MAX): Provide fallback.
21578         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21579
21580         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21581
21582 2002-12-02  Bruno Haible  <bruno@clisp.org>
21583
21584         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21585         Define, taken from safe-read.c.
21586         (INT_MAX): Provide fallback.
21587         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21588         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21589
21590         * lib/safe-read.c (EINTR): Remove definition.
21591         (safe_read): Don't use EINTR if it is absent.
21592
21593 2002-12-01  Jim Meyering  <jim@meyering.net>
21594
21595         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21596         zero.
21597         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21598
21599 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21600
21601         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21602         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21603         with `if (! (value < limit)) abort ();', for readability.
21604
21605 2002-11-26  Karl Berry  <karl@gnu.org>
21606
21607         * lib/strdup.c: copy from libc again, with jim's ok.
21608         * lib/.cppi-disable: re-add strdup.c
21609
21610 2002-11-25  Karl Berry  <karl@gnu.org>
21611
21612         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21613         instead of "strtol.c".
21614
21615 2002-11-25  Karl Berry  <karl@gnu.org>
21616
21617         * config/install-sh: update from automake for variable quoting, $0 in
21618         error msgs, etc.
21619
21620         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21621         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21622         entry.
21623
21624 2002-11-25  Jim Meyering  <jim@meyering.net>
21625
21626         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21627
21628 2002-11-24  Karl Berry  <karl@gnu.org>
21629
21630         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21631         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21632
21633 2002-11-24  Jim Meyering  <jim@meyering.net>
21634
21635         Update from coreutils:
21636
21637         * lib/mktime.c: Merge in changes from libc.
21638
21639         Avoid a link-time failure on some Linux systems.
21640         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21641         (otherwise).
21642         (__mon_yday): Declare with the STATIC attribute.
21643         (__mktime_internal): Likewise.
21644         Based on a report from Greg Schafer.
21645
21646 2002-11-23  Jim Meyering  <jim@meyering.net>
21647
21648         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21649         Use `unsigned', not `int', as type of index.
21650
21651         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21652
21653         * lib/fsusage.c: Remove unneeded parentheses around operands of
21654         `defined'.
21655
21656 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21657
21658         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21659         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21660         so that we can be included first.
21661         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21662         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21663         No need to include stddef.h or sys/types.h any more.
21664         Surround local include files with "", not "<>".
21665         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21666         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21667         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21668         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21669         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21670         (ISPRINT): Remove; no longer needed now that we assume C89.
21671
21672         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21673         Preserve errno.
21674
21675         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21676         quotearg_char): Use SIZE_MAX rather than
21677         (size_t) -1 when we are talking about "infinity".
21678
21679         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21680
21681 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21682
21683         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21684         hint that one should use `if (! x) abort ();' rather than `assert
21685         (x);', and anyway it's one less thing to worry about configuring.
21686         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21687         hash_rehash, hash_insert): Use abort rather than assert.
21688
21689 2002-11-22  Bruno Haible  <bruno@clisp.org>
21690
21691         * lib/safe-read.h: Assume C89. Add comments.
21692         (safe_read): Change return type to size_t.
21693         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21694         byte counts > SSIZE_MAX correctly.
21695         * lib/safe-write.h: New file.
21696         * lib/safe-write.c: New file.
21697         * lib/full-read.h: New file.
21698         * lib/full-read.c: New file.
21699         * lib/full-write.h: Assume C89. Add comments.
21700         * lib/full-write.c: Include safe-write.h.
21701         (full_write): Rewritten to use safe_write.
21702         Suggested by Jim Meyering and Paul Eggert.
21703
21704 2002-11-21  Jim Meyering  <jim@meyering.net>
21705
21706         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21707
21708         Merge in changes from the coreutils.
21709
21710         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21711         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21712         <stdint.h>.
21713         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21714         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21715         int.  Work more efficiently if X is the same width as uintmax_t.
21716         Do not compare X to -1, to avoid bogus compiler warning.
21717         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21718         Don't assume that f_frsize and f_bsize are the same type.
21719
21720         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21721         warning on FreeBSD.
21722
21723         * lib/makepath.c (make_path): Restore umask *before* creating the final
21724         component.
21725         (make_path): Minor reformatting.
21726
21727         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21728         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21729         HAVE_MALLOC/HAVE_REALLOC.
21730
21731         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21732         dummy ones.  At least on GNU/Linux systems, `auto' means something
21733         else.
21734         From Michael Stone.
21735
21736 2002-11-21  Bruno Haible  <bruno@clisp.org>
21737
21738         Remove case insensitive option matching.
21739         * lib/argmatch.h (argcasematch): Remove declaration.
21740         (ARGCASEMATCH): Remove macro.
21741         (__xargmatch_internal): Remove case_sensitive argument.
21742         (XARGMATCH): Update.
21743         (XARGCASEMATCH): Remove macro.
21744         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21745         case_sensitive argument.
21746         (argcasematch): Remove function.
21747         (__xargmatch_internal): Remove case_sensitive argument.
21748         (main): Use XARGMATCH instead of XARGCASEMATCH.
21749
21750         * lib/xmalloc.c: Change compile-time error message. Add comment about
21751         required autoconf version.
21752
21753 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21754
21755         Merge argmatch cleanups from Bison.  Assume C89.
21756
21757         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21758         Include stdlib.h, for EXIT_FAILURE.
21759         Always include <string.h>, since we assume C89.
21760         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21761         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21762         Include <stddef.h> instead, since it's all we need for size_t.
21763         (PARAMS): Remove.  All uses removed.
21764         (ARRAY_CARDINALITY): Do not bother to #undef.
21765         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21766         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21767         Remove unnecessary parentheses.
21768         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21769         Insert necessary parentheses.
21770         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21771         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21772
21773 2002-11-19  Bruno Haible  <bruno@clisp.org>
21774
21775         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21776         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21777
21778         * lib/mbswidth.h (PARAMS): Remove macro.
21779         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21780         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21781
21782         * lib/gcd.h (PARAMS): Remove macro.
21783         (gcd): Use ANSI C function declarations.
21784         * lib/gcd.c (gcd): Likewise.
21785
21786 2002-11-15  Bruno Haible  <bruno@clisp.org>
21787
21788         * lib/strcspn.c: Include <stddef.h>.
21789         (strcspn): Use ANSI C function declaration. Change return type to
21790         size_t. Use NULL.
21791         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21792         (strpbrk): Use NULL.
21793         * lib/strpbrk.h (PARAMS): Remove macro.
21794         (strpbrk): Use ANSI C function declaration.
21795         * lib/strstr.c: Don't include <sys/types.h>.
21796         * lib/strstr.h (PARAMS): Remove macro.
21797         (strstr): Use ANSI C function declarations.
21798
21799 2002-11-14  Karl Berry  <karl@gnu.org>
21800
21801         * config/mkinstalldirs: `do' on separate line, instead of
21802         `for var; do'.
21803
21804 2002-11-06  Bruno Haible  <bruno@clisp.org>
21805
21806         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21807         * lib/gcd.c (gcd): Likewise.
21808
21809 2002-11-05  Bruno Haible  <bruno@clisp.org>
21810
21811         * lib/gcd.h: New file, from gettext-0.11.5.
21812         * lib/gcd.c: New file, from gettext-0.11.5.
21813
21814 2002-11-05  Bruno Haible  <bruno@clisp.org>
21815
21816         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21817         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21818         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21819         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21820
21821         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21822         <libintl.h>.
21823         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21824         <libintl.h>.
21825
21826         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21827         * lib/human.c: Include gettext.h instead of <libintl.h>.
21828         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21829         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21830         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21831         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21832         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21833         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21834         (textdomain): Remove definition.
21835         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21836
21837         * lib/long-options.c: Remove include of <libintl.h> and definition of
21838         _.
21839         * lib/same.c: Remove include of <libintl.h> and definition of _.
21840
21841 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21842
21843         * lib/config.charset: A few additions for Solaris.
21844
21845 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21846
21847         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21848         * lib/localcharset.c (locale_charset): Declare as extern "C".
21849
21850 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21851
21852         * lib/config.charset: msdos in uk_UA uses CP1125.
21853
21854 2002-11-04  Bruno Haible  <bruno@clisp.org>
21855
21856         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21857         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21858         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21859         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21860         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21861
21862 2002-11-04  Bruno Haible  <bruno@clisp.org>
21863
21864         * lib/localcharset.c (locale_charset): Don't return an empty string.
21865
21866 2002-11-04  Bruno Haible  <bruno@clisp.org>
21867
21868         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21869         aliases.
21870
21871 2002-11-04  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/config.charset: Update for newest glibc. Add canonical names
21874         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21875
21876 2002-11-04  Bruno Haible  <bruno@clisp.org>
21877
21878         * lib/config.charset: Add support for NetBSD.
21879
21880 2002-11-04  Bruno Haible  <bruno@clisp.org>
21881
21882         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21883
21884 2002-11-01  Bruno Haible  <bruno@clisp.org>
21885
21886         * configure.in: Add AC_CONFIG_AUX_DIR call.
21887         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21888         test/Makefile.
21889         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21890
21891 2002-09-28  Karl Berry  <karl@gnu.org>
21892
21893         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21894         installed automake until the next release, since changes have been
21895         made.
21896
21897 2002-09-25  Karl Berry  <karl@gnu.org>
21898
21899         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21900         * lib/getopt*: copy from libc/posix.
21901         * lib/gettext.h: copy from gettext.
21902         * lib/.cppi-disable: add strdup.c, gettext.h.
21903
21904 2002-09-25  Karl Berry  <karl@gnu.org>
21905
21906         * config/srclist.txt: enable gettext.h check.
21907         * config/config.{guess,sub}: update from prep.
21908         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21909                 from automake 1.6.3.
21910         See srclist*.
21911
21912 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21913
21914         * regex.c (PATFETCH): Remove the translating fetch.
21915         (PATFETCH_RAW): Rename to PATFETCH.
21916         (set_image_of_range): New fun.
21917         (SET_RANGE_TABLE_WORK_AREA): Use it.
21918         (regex_compile): Don't translate the pattern chars so eagerly.
21919         Only do it when inserting an `exactn' bytecode or when handling
21920         a char-range.
21921         (mutually_exclusive_p): Avoid empty statement.
21922
21923 2002-07-06  Jim Meyering  <meyering@lucent.com>
21924
21925         * m4/README: Don't mention Makefile.am.in.
21926         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21927
21928 2002-07-01  Jim Meyering  <meyering@lucent.com>
21929
21930         * lib/c-stack.c: Include sys/time.h.
21931         From Volker Borchert.
21932
21933 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21934
21935         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21936
21937 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21938
21939         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21940         New macro.  Use it uniformly instead of
21941         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21942         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21943         reported by Vin Shelton.
21944
21945 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21946
21947         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21948         Do not assume SA_SIGINFO behavior.
21949         Bug reported by Jim Meyering on NetBSD 1.5.2.
21950
21951 2002-06-22  Jim Meyering  <meyering@lucent.com>
21952
21953         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21954         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21955
21956         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21957         now that configure.ac uses AC_GNU_SOURCE.
21958         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21959         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21960
21961         Update to latest tools.  Suggestions from Paul Eggert.
21962         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21963         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21964         * m4/fnmatch.m4: Likewise.
21965         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21966         to AC_HEADER_STDBOOL
21967
21968 2002-06-22  Jim Meyering  <meyering@lucent.com>
21969
21970         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21971         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21972
21973 2002-06-22  Jim Meyering  <meyering@lucent.com>
21974
21975         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21976
21977         * lib/exitfail.c, exitfail.h: Likewise.
21978         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21979
21980         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21981         of fnmatch.h.
21982         (EXTRA_DIST): Add fnmatch_loop.c.
21983         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21984
21985         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21986         * lib/fnmatch.c: Update from diffutils-2.8.2.
21987         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21988         * lib/fnmatch.h: Remove file.
21989
21990 2002-06-21  Jim Meyering  <meyering@lucent.com>
21991
21992         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21993         * m4/mbrtowc.m4: Likewise.
21994
21995         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21996         * m4/mbswidth.m4: Reflect name change:
21997         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21998         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21999
22000         * m4/lib-link.m4: Update from gettext-0.11.2.
22001         * m4/gettext.m4: Likewise.
22002
22003         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22004         From Alfred M. Szmidt.
22005
22006 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22007
22008         * lib/file-type.h: Report an error if neither S_ISREG nor
22009         S_IFREG is defined, instead of using a test specific to glibc
22010         2.2.  This should be safe, since POSIX requires S_ISREG and
22011         Unix Version 7 had S_IFREG.  We don't need to check for
22012         <sys/types.h> since we don't use any symbols that it defines.
22013
22014 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22015
22016         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22017         $@-t, so that each temporary file name is unique and valid in the first
22018         8 characters, for operation under DOS.
22019
22020 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22021
22022         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22023
22024 2002-06-15  Jim Meyering  <meyering@lucent.com>
22025
22026         Work even with DJGPP 2.03, which lacks support for symlinks.
22027         From Richard Dawe.
22028         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22029         is defined.
22030         * lib/lchown.c (S_ISLNK): Likewise.
22031
22032 2002-06-15  Jim Meyering  <meyering@lucent.com>
22033
22034         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22035         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22036         have been included before this file.
22037
22038 2002-06-14  Jim Meyering  <meyering@lucent.com>
22039
22040         * lib/file-type.h: Use the version from diffutils-2.8.2.
22041         * lib/file-type.c: Likewise.
22042
22043 2002-06-07  Jim Meyering  <meyering@lucent.com>
22044
22045         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22046         They're needed at least for NetBSD 1.5.2.
22047         ($statxfs_includes): Include those same headers.
22048         ($statxfs_includes): Include sys/vfs.h if available.
22049         ($statxfs_includes): Likewise for sys/statvfs.h.
22050         Check for the following members in both structs statfs and statvfs:
22051         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22052
22053 2002-06-01  Jim Meyering  <meyering@lucent.com>
22054
22055         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22056         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22057
22058 2002-05-28  Jim Meyering  <meyering@lucent.com>
22059
22060         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22061         Reported by Volker Borchert.
22062
22063 2002-05-27  Jim Meyering  <meyering@lucent.com>
22064
22065         Fix a problem seen only on nonconforming systems whereby ls.c's
22066         use of localtime, and then of gettimeofday would cause trouble:
22067         the localtime call used to initialize rpl_gettimeofday's save
22068         mechanism would clobber ls's current local time information so
22069         that in any long listing the first file would always be listed
22070         with date 1970-01-01.  Analysis by Volker Borchert.
22071
22072         * lib/gettimeofday.c (localtime): Undefine.
22073         (rpl_localtime): New function.
22074
22075 2002-05-27  Jim Meyering  <meyering@lucent.com>
22076
22077         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22078         localtime.
22079
22080         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22081         use the replacement function; it wouldn't resolve at link time.
22082         Reported by Volker Borchert.
22083
22084 2002-05-22  Jim Meyering  <meyering@lucent.com>
22085
22086         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22087         file-type.h.
22088         * lib/file-type.h: New file.
22089         * lib/file-type.c (file_type): New file/function.  Extracted from
22090         diffutils.
22091
22092 2002-04-30  Jim Meyering  <meyering@lucent.com>
22093
22094         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22095
22096 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22097
22098         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22099
22100 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22101
22102         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22103         Do not check for alloca.h (no longer used) or stdbool.h (was never
22104         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22105
22106 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22107
22108         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22109
22110 2002-04-29  Jim Meyering  <meyering@lucent.com>
22111
22112         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22113         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22114         Use AC_FUNC_STRNLEN here instead.
22115
22116         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22117         With autoconf-2.53a, it's part of AC_PROG_CC.
22118
22119 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22120
22121         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22122         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22123
22124 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22125
22126         * lib/sig2str.h, lib/sig2str.c: New files.
22127         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22128
22129 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22130
22131         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22132         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22133         of 127, since 64 is the largest conceivable number for ancient
22134         nonstandard hosts.
22135         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22136
22137 2002-04-28  Jim Meyering  <meyering@lucent.com>
22138
22139         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22140
22141 2002-04-24  Jim Meyering  <meyering@lucent.com>
22142
22143         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22144         (jm_PREREQ): Use it.
22145
22146         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22147         mach/mach.h fcntl.h.
22148         Check for this function: setlocale.
22149
22150 2002-04-24  Jim Meyering  <meyering@lucent.com>
22151
22152         * lib/gettext.h: New file, from Gettext.
22153         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22154         (libfetish_a_SOURCES): Add gettext.h.
22155
22156 2002-04-16  Jim Meyering  <meyering@lucent.com>
22157
22158         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22159         ut_pid, ut_id, ut_exit.
22160
22161 2002-04-16  Jim Meyering  <meyering@lucent.com>
22162
22163         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22164         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22165         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22166
22167 2002-04-12  Jim Meyering  <meyering@lucent.com>
22168
22169         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22170         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22171         existence of the getmntinfo function.  Needed for Darwin 5.3.
22172
22173         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22174         This is necessary at least on Darwin 5.3.
22175
22176         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22177         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22178         strnlen.o in the library, and that makes some versions of ranlib
22179         object.
22180
22181 2002-04-12  Jim Meyering  <meyering@lucent.com>
22182
22183         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22184
22185 2002-04-09  Jim Meyering  <meyering@lucent.com>
22186
22187         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22188         to be more precise.  Rather than saying we're checking whether the
22189         function `works', say what we're testing.
22190         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22191         Reported by Bruno Haible.
22192
22193 2002-03-10  Jim Meyering  <meyering@lucent.com>
22194
22195         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22196         Suggestion from Santiago Vila.
22197
22198 2002-03-08  Jim Meyering  <meyering@lucent.com>
22199
22200         * lib/rename.c: Mention that this wrapper is needed also on
22201         mips-dec-ultrix4.4 systems.
22202
22203 2002-03-02  Jim Meyering  <meyering@lucent.com>
22204
22205         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22206         not HAVE_CLOCK_SETTIME.
22207
22208 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22209
22210         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22211         Check for clock_settime.
22212
22213 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22214
22215         * lib/nanosleep.h: Rename to....
22216         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22217
22218         * lib/gettime.c: New file.
22219         * lib/settime.c: New file.
22220         * lib/stime.c: Remove.
22221
22222         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22223         timespec.h.  Remove nanosleep.h.
22224
22225 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22226
22227         * m4/acl.m4: New file.
22228         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22229         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22230
22231 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22232
22233         * lib/acl.c, lib/acl.h: New files.
22234         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22235
22236 2002-02-24  Jim Meyering  <meyering@lucent.com>
22237
22238         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22239         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22240         cause trouble.  Reported by Nelson Beebe.
22241
22242 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22243
22244         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22245         compilers that don't know that xalloc_die never returns.
22246
22247 2002-02-20  Jim Meyering  <meyering@lucent.com>
22248
22249         * lib/getdate.c: Regenerate using bison-1.33.
22250
22251 2002-02-17  Jim Meyering  <meyering@lucent.com>
22252
22253         * config/config.guess (main): Don't use `head -1'; it's no longer
22254         portable. Use `sed 1q' instead.
22255
22256 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22257
22258         * m4/codeset.m4: Upgrade to gettext-0.11.
22259         * m4/gettext.m4: Upgrade to gettext-0.11.
22260         * m4/glibc21.m4: Upgrade to gettext-0.11.
22261         * m4/iconv.m4: Upgrade to gettext-0.11.
22262         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22263         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22264         * m4/lib-ld.m4: New file, from gettext-0.11.
22265         * m4/lib-link.m4: New file, from gettext-0.11.
22266         * m4/lib-prefix.m4: New file, from gettext-0.11.
22267         * m4/progtest.m4: Upgrade to gettext-0.11.
22268
22269 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22270
22271         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22272         (jm_PREREQ): Use it.
22273
22274 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22275
22276         * lib/posixver.c, lib/posixver.h: New files.
22277         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22278
22279 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22280             Bruno Haible  <bruno@clisp.org>
22281
22282         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22283         (fwrite_success_callback): New declaration.
22284         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22285         print_unicode_char. Call failure callback instead of error.
22286         (fwrite_success_callback): New function.
22287         (exit_failure_callback): New function.
22288         (fallback_failure_callback): New function.
22289         (print_unicode_char): Call unicode_to_mb.
22290
22291 2002-01-26  Jim Meyering  <meyering@lucent.com>
22292
22293         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22294         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22295
22296 2002-01-26  Jim Meyering  <meyering@lucent.com>
22297
22298         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22299
22300 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22301
22302         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22303
22304 2002-01-22  Jim Meyering  <meyering@lucent.com>
22305
22306         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22307         Otherwise, some versions of automake would omit the rule that makes
22308         Makefile from Makefile.in.
22309
22310 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22311
22312         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22313         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22314         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22315         (memcoll): Set errno to zero if there is no error.
22316
22317         * lib/quotearg.c (quotearg_buffer_restyled):
22318         Fix bug with quoting buffers containing NUL when backslashing escapes.
22319         This bug was exposed by the other changes in this patch.
22320         (quotearg_n_options): New arg ARGSIZE.
22321         All callers changed.
22322         (quoting_options_from_style): New function.
22323         (quotearg_n_style): Use it.
22324         (quotearg_n_style_mem): New function.
22325
22326         * lib/quotearg.h (quotearg_n_style_mem): New function.
22327
22328 2002-01-19  Jim Meyering  <meyering@lucent.com>
22329
22330         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22331         Remove useless quotes: DF_PROG="df".
22332         * m4/strnlen.m4: New file.
22333
22334 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22335
22336         * lib/backupfile.c (ISDIGIT): Comment fix.
22337         * lib/getdate.y (ISDIGIT): Likewise.
22338         * lib/posixtm.c (ISDIGIT, year): Likewise.
22339         * lib/strverscmp.c (ISDIGIT): Likewise.
22340         * lib/userspec.c (ISDIGIT): Likewise.
22341
22342 2002-01-16  Jim Meyering  <meyering@lucent.com>
22343
22344         * lib/getdate.y: Add three semicolons, each just before a closing
22345         brace. Bison (as of version 1.31) no longer papers over that mistake.
22346
22347 2002-01-05  Jim Meyering  <meyering@lucent.com>
22348
22349         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22350
22351 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22352
22353         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22354         not silently exit merely because the output buffer happens to
22355         have nothing pending.
22356
22357 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22358
22359         See the big note in ../ChangeLog.
22360         * lib/human.c (suffixes): Prefer K to k for 1024.
22361         (generate_suffix_backwards): New function.
22362         (human_readable_inexact): Use it.
22363         * lib/xstrtol.c (__xstrtol): If there is no number but there
22364         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22365         Accept 'K' as well as 'k'.
22366
22367 2001-12-15  Jim Meyering  <meyering@lucent.com>
22368
22369         * lib/regex.h (__restrict_arr): Update from libc.
22370
22371         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22372         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22373         (STREQ): Define.
22374
22375 2001-12-14  Jim Meyering  <meyering@lucent.com>
22376
22377         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22378         Suggestion from Bruno Haible.
22379
22380 2001-12-10  Jim Meyering  <meyering@lucent.com>
22381
22382         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22383         xrealloc, Instead, include "xalloc.h".
22384         (initbuffer): Don't cast xmalloc return value to char*.
22385         (readline): Reword comment.
22386         Don't cast xrealloc return value to char*
22387         Return NULL, not 0.
22388
22389 2001-12-09  Jim Meyering  <meyering@lucent.com>
22390
22391         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22392         about `signed and unsigned type in conditional expression'.
22393         * lib/posixtm.c (posix_time_parse): Likewise.
22394
22395         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22396
22397         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22398         to avoid a pedantic warning.
22399
22400         * lib/getstr.c: Don't include assert.h.
22401         (getstr): Remove warning-evoking assertions.
22402         Return -1 if offset parameter is out of bounds.
22403         Change the type of a local from int to size_t.
22404
22405         * lib/strftime.c (my_strftime_localtime_r): Include this function
22406         definition in the `#if ! HAVE_TM_GMTOFF' block.
22407
22408         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22409         Include xalloc.h instead.
22410
22411 2001-12-02  Jim Meyering  <meyering@lucent.com>
22412
22413         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22414         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22415         included.
22416
22417         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22418         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22419
22420 2001-11-30  Akim Demaille  <akim@epita.fr>
22421
22422         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22423         before being defined.
22424
22425 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22426
22427         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22428         First arg is int, not unsigned.
22429         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22430         (SIZE_MAX, UINT_MAX): New macros.
22431         (quotearg_n_options): Abort if N is negative.
22432         Avoid overflow check on hosts where size_t is 64 bits and int
22433         is 32 bits, as overflow is impossible there.
22434         Fix off-by-one typo that caused unnecessary reallocation.
22435
22436 2001-11-27  Jim Meyering  <meyering@lucent.com>
22437
22438         * lib/tempname.c: Merge with version from libc.
22439         * lib/regex.c: Likewise.
22440
22441         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22442         systems for which STDC_HEADERS is 0, it was not included, resulting in
22443         a warning about an integer-to-pointer conversion problem with getenv.
22444         Reported by Volker Borchert.
22445
22446 2001-11-26  Jim Meyering  <meyering@lucent.com>
22447
22448         * lib/gtod.h: Remove file.
22449         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22450         * lib/gettimeofday.c: Don't include gtod.h.
22451         (GTOD_init): Remove function.
22452         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22453         Suggestion from Volker Borchert.
22454
22455 2001-11-23  Jim Meyering  <meyering@lucent.com>
22456
22457         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22458         it.
22459         * lib/hash.c (struct hash_table): Define it here instead.
22460
22461 2001-11-22  Jim Meyering  <meyering@lucent.com>
22462
22463         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22464
22465 2001-11-20  Jim Meyering  <meyering@lucent.com>
22466
22467         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22468         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22469
22470 2001-11-19  Jim Meyering  <meyering@lucent.com>
22471
22472         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22473         directory.  Use "conftestXXXXXX" as the template.
22474         Suggestion from Paul Eggert.
22475
22476         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22477         immediately, so the test doesn't mistakenly hit the max-open-files
22478         limit.
22479
22480 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22481
22482         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22483         (TEMPORARIES): New macro.
22484         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22485         removes an artificial limitation (e.g. HP-UX 10.20, where
22486         TMP_MAX is 17576).
22487
22488 2001-11-18  Jim Meyering  <meyering@lucent.com>
22489
22490         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22491
22492 2001-11-18  Jim Meyering  <meyering@lucent.com>
22493
22494         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22495         on SunOS 4.
22496
22497         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22498         files will be created before anything else.
22499
22500 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22501
22502         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22503         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22504
22505 2001-11-17  Jim Meyering  <meyering@lucent.com>
22506
22507         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22508         Prompted by a report from Bob Proulx.
22509
22510         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22511         Instead, require UTILS_FUNC_MKSTEMP.
22512
22513 2001-11-17  Jim Meyering  <meyering@lucent.com>
22514
22515         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22516         Now, that's done as part of AC_FUNC_STRTOD.
22517
22518 2001-11-17  Jim Meyering  <meyering@lucent.com>
22519
22520         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22521         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22522         rather than group writable.  Patch by Juan F. Codagnone.
22523
22524         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22525         xrealloc, Instead, include "xalloc.h".
22526
22527         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22528         Remove explicit declarations of xmalloc, xrealloc,
22529         and xstrdup.  Instead, include "xalloc.h".
22530
22531         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22532         unlocked-io.h.
22533         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22534         Likewise.
22535         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22536
22537         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22538         Reported by Padraig Brady.
22539
22540         * lib/mkstemp.c: #undef mkstemp.
22541         Include config.h.
22542         (rpl_mkstemp): Rename from mkstemp.
22543         Protoize.
22544
22545 2001-11-16  Jim Meyering  <meyering@lucent.com>
22546
22547         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22548         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22549         determine the amount of total physical memory, use pstat_getstatic.
22550         HPUX-11 doesn't define _SC_PHYS_PAGES.
22551         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22552         If sysconf couldn't be used to determine the amount of available
22553         physical memory, use both pstat_getstatic and pstat_getdynamic.
22554         Based on a patch from Bob Proulx.
22555
22556 2001-11-10  Jim Meyering  <meyering@lucent.com>
22557
22558         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22559         (jm_PREREQ): Use it.
22560
22561 2001-11-09  Jim Meyering  <meyering@lucent.com>
22562
22563         * m4/jm-macros.m4: Require autoconf-2.52f.
22564         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22565         Use these AC_-prefixed names, not the AM_-prefixed ones.
22566
22567         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22568
22569 2001-11-05  Jim Meyering  <meyering@lucent.com>
22570
22571         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22572
22573 2001-11-04  Jim Meyering  <meyering@lucent.com>
22574
22575         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22576         $DEFS.
22577
22578 2001-11-03  Jim Meyering  <meyering@lucent.com>
22579
22580         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22581         of AC_DEFUN.
22582
22583         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22584         know the name of the variable in the macro definition.
22585
22586 2001-11-03  Jim Meyering  <meyering@lucent.com>
22587
22588         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22589         in argmatch_to_argument call.
22590
22591         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22592         argument.
22593
22594         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22595         e.g., a fault due to an attempt to free a NULL pointer.
22596
22597 2001-11-01  Jim Meyering  <meyering@lucent.com>
22598
22599         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22600         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22601
22602 2001-11-01  Jim Meyering  <meyering@lucent.com>
22603
22604         * lib/dirfd.c, lib/dirfd.h: New files.
22605         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22606
22607         * lib/hash.c (hash_print) [TESTING]: Clean up.
22608
22609 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22610
22611         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22612         to avoid a warning if -Wall.
22613
22614 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22615
22616         * README: New file
22617         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22618         (per RMS's instructions, this is now the canonical source)
22619         * lgpl/, gpl/: New directories.
22620
22621 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22622
22623         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22624
22625 2001-10-21  Jim Meyering  <meyering@lucent.com>
22626
22627         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22628         this code would end up calling gettext even in packages built
22629         with --disable-nls.
22630         * lib/getopt.c (_): Likewise.
22631         * lib/regex.c (_): Likewise.
22632
22633 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22634
22635         * m4/error.m4 (jm_PREREQ_ERROR):
22636         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22637         AC_FUNC_STRERROR_R does that.
22638         Check for strerror declaration.
22639
22640         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22641         are supposed to have them these days.
22642         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22643         Merge changes from latest Autoconf CVS.
22644         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22645         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22646         POSIX decided to standardize on the int flavor of strerror_r.
22647
22648 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22649
22650         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22651         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22652         Use strerror_r that is only a macro, even if it is not a function.
22653         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22654         (private_strerror): Use prototypes, not old-style function definition.
22655         (print_errno_message): New function.
22656         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22657         char*-flavored one.
22658         (error_tail, error, error_at_line): Use it.
22659
22660 2001-10-11  Jim Meyering  <meyering@lucent.com>
22661
22662         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22663         and quote_n (1, ... to avoid clobbering a buffer.
22664
22665 2001-10-05  Jim Meyering  <meyering@lucent.com>
22666
22667         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22668         hash-pjw.h.
22669         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22670         * lib/hash-pjw.h: New file.
22671
22672 2001-09-30  Jim Meyering  <meyering@lucent.com>
22673
22674         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22675         `struct fsstat' has the `f_fstypename' member.
22676         Use that to define FS_TYPE, which is now used to make
22677         the getfsstat link test tighter.
22678
22679 2001-09-30  Jim Meyering  <meyering@lucent.com>
22680
22681         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22682         Include <sys/ucred.h>, for Apple Darwin.
22683         Include sys/mount.h and sys/fs_types.h only if available.
22684         (FS_TYPE): Define.
22685         (read_filesystem_list): Use FS_TYPE.
22686
22687 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22688
22689         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22690         a boolean context.
22691
22692 2001-09-29  Jim Meyering  <meyering@lucent.com>
22693
22694         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22695         [one-argument getmntent function]): Include stdio.h before mntent.h.
22696         SunOS 4.1.x needs it for the declaration of `FILE'.
22697         Patch by Volker Borchert.
22698
22699         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22700         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22701         sys/fs_types.h, and make the link-test for getfsstat guard #include
22702         directives with appropriate #if HAVE_*_H tests so that we can
22703         detect getfsstat on Apple Darwin1.3.7 systems.
22704         Reported by Nelson Beebe.
22705         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22706
22707 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22708
22709         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22710         #defines strtoimax.  Also treat the other strto* functions
22711         like strtoimax.
22712
22713         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22714         Check for strtoul and strtoumax,
22715         as those declarations are made even in the signed case.
22716         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22717         Likewise, for strtol and strtoimax.
22718
22719 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22720
22721         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22722         #defines strtoimax.  Also treat the other strto* functions
22723         like strtoimax.
22724
22725         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22726         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22727         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22728
22729 2001-09-26  Jim Meyering  <meyering@lucent.com>
22730
22731         Most macros in unlocked-io.h had the wrong number of arguments.
22732         * lib/gen-uio: New script.
22733         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22734         * lib/unlocked-io.hin: Remove file.
22735         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22736         rather than trying to embed it here.
22737         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22738         Reported by Padraig Brady.
22739
22740 2001-09-25  Volker Borchert  <bt@teknon.de>
22741
22742         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22743         `result'.
22744
22745 2001-09-24  Jim Meyering  <meyering@lucent.com>
22746
22747         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22748
22749 2001-09-23  Jim Meyering  <meyering@lucent.com>
22750
22751         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22752         instead of the mere test for existence of mntent.h.  The latter
22753         would get a false-positive on AIX 3.4 systems.
22754         In the outer getmntent if-block, don't die if neither of the getmntent
22755         tests succeeds.  Instead, just fall through and continue with the
22756         remaining tests.
22757
22758 2001-09-23  Jim Meyering  <meyering@lucent.com>
22759
22760         * lib/mountlist.c: Remove useless parentheses in #if directives.
22761         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22762         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22763
22764 2001-09-22  Jim Meyering  <meyering@lucent.com>
22765
22766         * m4/gettext.m4: New file.  From gettext.
22767         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22768         * m4/progtest.m4: Likewise
22769         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22770         * m4/glibc21.m4: Likewise.
22771
22772         * m4/libintl.m4: Remove.  No longer used.
22773
22774 2001-09-22  Jim Meyering  <meyering@lucent.com>
22775
22776         * lib/localcharset.c: Update from latest gettext.
22777         * lib/config.charset: Likewise.
22778
22779 2001-09-20  Jim Meyering  <meyering@lucent.com>
22780
22781         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22782         strtoimax.
22783         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22784         strtoumax.
22785
22786 2001-09-20  Jim Meyering  <meyering@lucent.com>
22787
22788         * lib/xstrtol.c (strtoimax): Guard declaration with
22789         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22790         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22791         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22792         (strtoumax): Likewise, for completeness (it wasn't necessary).
22793
22794 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22795
22796         * lib/strtoimax.c (HAVE_LONG_LONG):
22797         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22798         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22799         to work around bug in IBM C compiler.
22800
22801 2001-09-17  Jim Meyering  <meyering@lucent.com>
22802
22803         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22804         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22805         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22806         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22807         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22808         whenever the right hand side need not be expanded by the shell.
22809
22810 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22811
22812         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22813         library.  It's not correct, as some older glibcs are buggy.
22814         fnmatch wasn't fixed until glibc 2.2.
22815
22816         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22817         special shell magic here.
22818
22819 2001-09-16  Jim Meyering  <meyering@lucent.com>
22820
22821         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22822         * m4/jm-macros.m4: Require it.
22823
22824 2001-09-16  Jim Meyering  <meyering@lucent.com>
22825
22826         * lib/mkdir.c: New file.
22827
22828 2001-09-15  Jim Meyering  <meyering@lucent.com>
22829
22830         * m4/jm-macros.m4: Check for help2man.
22831
22832 2001-09-11  Jim Meyering  <meyering@lucent.com>
22833
22834         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22835         The body, by Paul Eggert, was moved here from configure.in.
22836         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22837
22838 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22839
22840         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22841         (jm_PREREQ): Use it.
22842
22843 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22844
22845         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22846         Use ssize_t, not int, to store result of readlink.
22847         Check for ssize_t overflow as well as size_t overflow,
22848         as POSIX says the result of readlink is implementation-defined
22849         when ssize_t overflows.
22850         Remove unnecessary cast to char*.
22851         Use free+malloc instead of realloc, as the storage doesn't need
22852         to be preserved and it's clearer and can be more efficient that way.
22853         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22854         * lib/xreadlink.h (xreadlink): Update prototype.
22855
22856 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22857
22858         * lib/xgetcwd.c: Revert some of the previous change; intead,
22859         fix the HAVE_GETCWD_NULL code to behave more like the
22860         !HAVE_GETCWD_NULL code used to.
22861
22862         Include "xalloc.h".
22863         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22864         invoke xalloc_die.
22865
22866 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22867
22868         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22869         sys/param.h, as pathmax.h includes them.
22870
22871 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22872
22873         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22874         (jm_PREREQ_XGETCWD): New macro.
22875
22876         * m4/getcwd.m4: New file.
22877
22878 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22879
22880         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22881         like the HAVE_GETCWD_NULL code.
22882         Include pathmax.h if not HAVE_GETCWD.
22883         Do not include xalloc.h.
22884         (INITIAL_BUFFER_SIZE): New symbol.
22885         Do not use xmalloc / xrealloc, since the caller is responsible for
22886         handling errors.  Preserve errno around `free' during failure.
22887         Do not overrun buffer when using getwd.
22888
22889 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22890
22891         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22892         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22893         getcwd (NULL, 0).
22894
22895 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22896
22897         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22898         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22899         spotted by Jim Meyering.
22900
22901 2001-09-03  Jim Meyering  <meyering@lucent.com>
22902
22903         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22904         failure.
22905
22906 2001-09-02  Jim Meyering  <meyering@lucent.com>
22907
22908         * lib/error.c: Update from GNU libc.
22909
22910 2001-09-01  Jim Meyering  <meyering@lucent.com>
22911
22912         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22913         Used by df.
22914
22915 2001-09-01  Jim Meyering  <meyering@lucent.com>
22916
22917         * lib/xreadlink.c: New file.
22918         * lib/xreadlink.h: New file.
22919         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22920         xreadlink.h.
22921
22922         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22923         doesn't conflict with sparc Solaris 7's definition in
22924         /usr/include/sys/int_types.h.
22925
22926         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22927         files.
22928         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22929         and strncasecmp as r-values.  Unixware didn't have declarations.
22930
22931 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22932
22933         * lib/xstrtol.h: Add copyright notice.
22934         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22935         LONGINT_INVALID_SUFFIX_CHAR.
22936
22937 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22938
22939         * lib/xstrtol.c (strtoimax): New decl.
22940
22941 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22942
22943         * lib/xgetcwd.c: Don't include pathmax.h.
22944         Include stdlib.h and unistd.h if available.
22945         Include xalloc.h.
22946         (xmalloc, xstrdup, free): Remove decls.
22947         (xgetcwd): Don't assume sizes fit in unsigned.
22948         Check for overflow when computing sizes.
22949         Simplify reallocation code.
22950
22951 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22952
22953         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22954         a directory's st_size can have an arbitrary value, so the old
22955         usage could waste an arbitrary amount of memory.  All uses
22956         changed.
22957         * lib/savedir.h: Update prototype.
22958
22959 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22960
22961         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22962
22963         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22964         old strtoimax.c.
22965
22966         Also, make the following further changes to make this file's
22967         configuration more similar to that of strtol.c:
22968         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22969         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22970         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22971         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22972         changed to signed values.
22973
22974         And make the following changes as well:
22975         Fix copyright notice, as 1999 was missing.
22976         (verify): New macro.
22977         (strtoimax): Check sizes at compile-time, not run-time.
22978         Prefer strtol to strtoll if both work.
22979         (main): Remove; it was not that useful and was a pain to maintain.
22980
22981         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22982
22983 2001-08-31  Jim Meyering  <meyering@lucent.com>
22984
22985         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22986         Use an initial, malloc'd, buffer of length 128 rather than
22987         a statically allocated one of length 1024.
22988
22989 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22990
22991         Simplify code, partly by assuming autoconf 2.52 semantics.
22992
22993         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22994
22995         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22996         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22997         All uses removed.
22998         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22999         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23000         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23001         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23002         jm_AC_HEADER_INTTYPES_H.
23003         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23004
23005         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23006
23007         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23008         Quote first arg of AC_DEFUN.
23009         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23010         since they are needed to parse the include file even if we need
23011         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23012         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23013         but with opposite signedness.
23014
23015 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23016
23017         Merge 'exclude' changes from tar 1.13.22.
23018         This fixes one or two unlikely storage allocation overflow bugs,
23019         but doesn't change user-visible behavior otherwise.
23020
23021 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23022
23023         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23024         (jm_PREREQ_EXCLUDE): New macro.
23025
23026 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23027
23028         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23029         tm to be declared.
23030
23031 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23032
23033         * lib/hash.c: Remove '2001' from copyright notice.
23034
23035 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23036
23037         * lib/full-write.h: New file.
23038         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23039         * lib/full-write.c: Correct credits, as cccp.c no longer
23040         exists and anyway it was so heavily changed from the old cccp
23041         code as to be unrecognizable.  Include full-write.h.
23042         (full_write) Return size_t, with short writes meaning failure.
23043         All callers changed.  This fixes a bug with large buffers
23044         on 64-bit hosts.
23045         * lib/utime.c: Include full-write.h.
23046
23047 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23048
23049         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23050         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23051         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23052         Include if available.
23053         (<xalloc.h>): Include
23054         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23055         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23056         collide with FNM macros.
23057         (struct patopts): New struct.
23058         (struct exclude): Use it, as exclude patterns now come with options.
23059         (new_exclude): Support above changes.
23060         (new_exclude, add_exclude_file):
23061         Initial size must now be a power of two to simplify overflow checking.
23062         (free_exclude, fnmatch_no_wildcards): New function.
23063         (excluded_filename): No longer requires options arg, as the options
23064         are determined by add_exclude.  Now returns bool, not int.
23065         (excluded_filename, add_exclude):
23066         Add support for the fancy new exclusion options.
23067         (add_exclude, add_exclude_file): Now takes int options arg.
23068         Check for arithmetic overflow when computing sizes.
23069         (add_exclude_file): xrealloc might modify errno, so don't
23070         realloc until after errno might be used.
23071
23072         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23073         New macros.
23074         (free_exclude): New decl.
23075         (add_exclude, add_exclude_file): Now takes int options arg.
23076         (excluded_filename): No longer requires options arg, as the options
23077         are determined by add_exclude.  Now returns bool, not int.
23078
23079 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23080
23081         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23082
23083 2001-08-27  Jim Meyering  <meyering@lucent.com>
23084
23085         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23086
23087         * lib/version-etc.c (N_): Remove definition.
23088         Revert most of last change.
23089         Instead, simply don't mark the `Copyright...' string for translation.
23090         Based on advice from Paul Eggert.
23091
23092         * lib/strtoxmax.c: Tweak comment.
23093
23094 2001-08-26  Jim Meyering  <meyering@lucent.com>
23095
23096         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23097
23098         * m4/xstrtoimax.m4: New file.
23099         * m4/xstrtoumax.m4: Add comments explaining why we
23100         AC_REPLACE_FUNCS(strtol).
23101
23102 2001-08-26  Jim Meyering  <meyering@lucent.com>
23103
23104         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23105         of copyright with `%s' so translators don't get an untranslated
23106         message in 2002.
23107         (COPYRIGHT_YEAR): Define.
23108         (version_etc): Use fprintf rather than fputs.
23109         Suggestion from Ulrich Drepper.
23110
23111         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23112
23113         * lib/strtoll.c: New file, from GNU libc.
23114         * lib/xstrtoimax.c: New file.
23115
23116         * lib/xstrtol.h: Add xstrtoimax.
23117         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23118         * lib/strtoimax.c: New file.  Likewise, but first define
23119         STRTOUXMAX_SIGNED.
23120
23121         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23122         ...
23123         * lib/strtoxmax.c: ... then renamed to this.
23124
23125 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23126
23127         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23128         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23129         (jm_AC_TYPE_INTMAX_T): New macro.
23130         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23131
23132         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23133
23134         * m4/longlong.m4: Renamed from ulonglong.m4.
23135         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23136         * m4/uintmax_t.m4: Removed.
23137
23138 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23139
23140         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23141         Port to Solaris 8, where 'sed' requires a space after the 'r'
23142         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23143         Redirect output to $tmp just once.
23144
23145 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23146
23147         * lib/addext.c (<errno.h>): Include.
23148         (errno): Declare if not defined.
23149         (addext): Work correctly when pathconf returns -1 and leaves
23150         errno alone because there is no limit.  Also, work even if
23151         pathconf returns a value greater than SIZE_MAX.
23152
23153 2001-08-12  Jim Meyering  <meyering@lucent.com>
23154
23155         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23156         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23157         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23158         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23159         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23160         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23161         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23162         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23163         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23164         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23165         utime.m4, utimes.m4, xstrtoumax.m4:
23166         Quote the first argument in each use of AC_DEFUN.
23167
23168 2001-08-12  Jim Meyering  <meyering@lucent.com>
23169
23170         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23171         Simply `return getcwd (NULL, 0);'.
23172         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23173         Use 1300 as initial value for length, not PATH_MAX.
23174
23175         * lib/pathmax.h: Clean up cpp syntax.
23176
23177 2001-08-12  Jim Meyering  <meyering@lucent.com>
23178
23179         * lib/gettimeofday.c: New file.
23180         * lib/gtod.h: New file.
23181         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23182
23183 2001-08-05  Jim Meyering  <meyering@lucent.com>
23184
23185         * m4/jm-macros.m4: Require autoconf-2.52.
23186
23187 2001-08-04  Jim Meyering  <meyering@lucent.com>
23188
23189         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23190         stmt, to get in sync with glibc.
23191
23192 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23193
23194         The following changes are from gettext 0.10.39 as maintained by
23195         Bruno Haible.
23196
23197         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23198         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23199         with inverted sense.  All uses changed.
23200
23201         * lib/mbswidth.c: Don't include <limits.h>.
23202         Include <stdlib.h> and <string.h> unconditionally.
23203         (iswcntrl, mbsinit, ISCNTRL): New macros.
23204         (mbsnwidth): Use K&R style function declarations.
23205         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23206         can optimize it when MB_CUR_MAX == 1.
23207         The width of control characters is zero, not 1.
23208
23209 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23210
23211         The following changes are from gettext 0.10.39 as maintained by
23212         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23213
23214         * m4/codeset.m4: Upgrade to serial AM1.
23215         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23216         all uses changed.  Quote first arg of AC_DEFUN.
23217         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23218
23219         * m4/iconv.m4: Upgrade to serial AM2.
23220         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23221         Add --with-libconv-prefix.
23222         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23223         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23224         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23225         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23226         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23227
23228         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23229         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23230         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23231         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23232         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23233         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23234         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23235         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23236         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23237
23238         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23239         string.h any more.
23240
23241         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23242         not the default value.
23243
23244         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23245         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23246         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23247         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23248         Also check for iswcntrl, used for wcwidth fallback.
23249         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23250         to Autoconf 2.13.
23251
23252 2001-08-03  Jim Meyering  <meyering@lucent.com>
23253
23254         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23255         as it was in the original.  Reported by Paul Eggert.
23256
23257 2001-07-16  Jim Meyering  <meyering@lucent.com>
23258
23259         * m4/gettimeofday.m4: New file.
23260         Prompted by a report from Bernhard Baehr.
23261
23262 2001-07-15  Jim Meyering  <meyering@lucent.com>
23263
23264         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23265         stuff. Now it's in ../Makefile.cfg.
23266
23267 2001-07-15  Jim Meyering  <meyering@lucent.com>
23268
23269         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23270         (BUILT_SOURCES): Add unlocked-io.h.
23271         (io_functions): Define.
23272         (unlocked-io.h): New rule.
23273         (DISTCLEANFILES): Add unlocked-io.h.
23274         (all-local): Depend on unlocked-io.h, to ensure it is created.
23275
23276         * lib/unlocked-io.hin: New file
23277
23278         * lib/regex.c: Update from glibc.
23279
23280 2001-07-05  Jim Meyering  <meyering@lucent.com>
23281
23282         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23283         recommendation.
23284         (libfetish_a_SOURCES): Put all .h files here instead.
23285         Remove a thus-exposed (better checks in automake) duplicate and
23286         two unnecessary .h files.
23287
23288 2001-07-04  Jim Meyering  <meyering@lucent.com>
23289
23290         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23291         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23292         distcheck failure.
23293
23294 2001-07-02  Jim Meyering  <meyering@lucent.com>
23295
23296         The following changes were prompted by suggestions from Bruno Haible.
23297
23298         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23299         is now generated.
23300         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23301         definition of EXTRA_DIST.
23302         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23303         ensure that the generated file is created/updated whenever the list
23304         of $(unlocked_functions) is changed.
23305         (jm-glibc-io.m4): New rule.
23306         (unlocked-io.h): New rule -- currently unused.
23307
23308 2001-06-24  Jim Meyering  <meyering@lucent.com>
23309
23310         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23311         unmatched right bracket, rather than kludging it with an extra,
23312         falsely-matching quote in a comment.  Patch by Akim Demaille.
23313
23314 2001-06-11  Jim Meyering  <meyering@lucent.com>
23315
23316         * lib/regex.c: Update from GNU libc.
23317
23318 2001-05-27  Jim Meyering  <meyering@lucent.com>
23319
23320         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23321         Check for ut_type in struct utmp.
23322
23323 2001-05-27  Jim Meyering  <meyering@lucent.com>
23324
23325         * lib/readutmp.h (UT_TYPE): Define.
23326
23327 2001-05-24  Jim Meyering  <meyering@lucent.com>
23328
23329         * lib/argmatch.c: Include "quote.h".
23330         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23331         quote function.  Reported by Göran Uddeborg.
23332
23333 2001-05-22  Jim Meyering  <meyering@lucent.com>
23334
23335         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23336         now that we use the package-supplied version unconditionally.
23337         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23338
23339 2001-05-21  Jim Meyering  <meyering@lucent.com>
23340
23341         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23342         shell syntax errors.
23343
23344 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23345
23346         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23347
23348 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23349
23350         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23351         Don't bother to check library strftime, since
23352         we'll be using our own my_strftime function anyway.
23353         Define my_strftime instead of strftime.
23354
23355 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23356
23357         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23358         which is not yet declared.
23359
23360 2001-05-15  Jim Meyering  <meyering@lucent.com>
23361
23362         * m4/regex.m4: Use proper quoting so brackets appear in the test
23363         program.
23364         Reported by, and with help from, Bruno Haible.
23365
23366 2001-05-13  Jim Meyering  <meyering@lucent.com>
23367
23368         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23369         undefined.
23370
23371 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23372
23373         dirname code cleanup.  base_name now behaves more compatibly
23374         with POSIX basename when given file names that have trailing
23375         slashes, and similarly for dir_name.  Add new primitives
23376         base_len and dir_len.  Put the directory-name-related decls
23377         into dirname.h.
23378
23379         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23380         * lib/backupfile.c (base_name): Likewise.
23381         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23382         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23383         * lib/makepath.c (strip_trailing_slashes): Likewise.
23384         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23385         ISSLASH): Likewise.
23386         * lib/rename.c (strip_trailing_slashes): Likewise.
23387         * lib/same.c (base_name): Likewise.
23388         * lib/stripslash.c (ISSLASH): Likewise.
23389
23390         * lib/addext.c: Include <dirname.h> after size_t is defined.
23391         * lib/backupfile.c: Likewise.
23392
23393         * lib/addext.c (addext): Use base_len to trim redundant
23394         trailing slashes instead of doing it ourselves.
23395         But do not trim the last slash if it is not redundant.
23396
23397         * lib/backupfile.c (find_backup_file_name,
23398         max_backup_version): Use base_len instead of rolling it ourselves.
23399         Handle the case of "" and (on DOS) "C:" correctly.
23400
23401         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23402         needed. Include <string.h>, <dirname.h>.
23403         (base_name): Allow file names ending in slashes, other than names
23404         that are all slashes.  In this case, return the basename followed
23405         by the slashes.  This is more general, and can be used in places
23406         where the original base_name purposely had an assertion failure.
23407         (base_len): New function.
23408
23409         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23410         Do not include <assert.h>; no longer needed.
23411         Include xalloc.h.
23412         (memrchr): Remove decl.
23413         (dir_name_r): Remove.
23414         (dir_len): Renamed from dirlen.  All callers changed.
23415         Rewrite in terms of base_name, for simplicity and consistency.
23416         (dir_name): Never return NULL.  All callers changed.
23417         Do not include <stdlib.h> in test program; no longer needed.
23418         return 0; is fine for test program.
23419
23420         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23421         New macros.
23422         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23423
23424         * lib/path-concat.c (path_concat): Use base_len to compute
23425         base length, not strlen; this means we cannot rely on memcpy
23426         to null-terminate.
23427
23428         * lib/same.c (STREQ): Remove.
23429         (same_name): Handle the case where the basename ends in trailing '/'.
23430
23431         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23432         a slash was stripped.  Do not strip the last slash after a
23433         file system prefix.
23434
23435 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23436
23437         * lib/Makefile.am (libfetish_a_SOURCES):
23438         Add strftime.c, since we now compile it on all hosts.
23439
23440         * lib/strftime.c (my_strftime):
23441         Define to nstrftime if emacs, but only if my_strftime is not defined.
23442         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23443         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23444         Add one more extra argument: a nanoseconds value.
23445         All uses changed.
23446         (ns): New macro.
23447         (my_strftime function): Add %N format.
23448         (emacs_strftimeu): Renamed from emacs_strftime,
23449         with extra ut argument.
23450
23451 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23452
23453         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23454
23455 2001-04-21  Jim Meyering  <meyering@lucent.com>
23456
23457         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23458         doesn't interfere.
23459
23460 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23461
23462         * m4/ftruncate.m4: Check for chsize.
23463         Link with ftruncate.o unconditionally if ftruncate is missing.
23464         This was required when cross-compiling to i586-mingw32msvc.
23465
23466 2001-04-08  Jim Meyering  <meyering@lucent.com>
23467
23468         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23469         recomputed; that's necessary when the offset spans a DST transition.
23470         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23471
23472 2001-04-02  Jim Meyering  <meyering@lucent.com>
23473
23474         * lib/regex.h, regex.c: Update from GNU libc.
23475
23476 2001-03-24  Jim Meyering  <meyering@lucent.com>
23477
23478         * m4/jm-macros.m4: Require autoconf-2.49d.
23479
23480 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23481
23482         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23483
23484 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23485
23486         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23487
23488 2001-03-17  Jim Meyering  <meyering@lucent.com>
23489
23490         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23491         now that the version in autoconf is equivalent.
23492         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23493
23494         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23495         Suggestion from Akim Demaille.
23496
23497         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23498         (jm_PREREQ_TEMPNAME): New function.
23499
23500 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23501
23502         * lib/tempname.c (uint64_t): Define to uintmax_t if
23503         not defined, and if UINT64_MAX is not defined.
23504         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23505         Reported by John David Anglin.
23506
23507 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23508
23509         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23510         resolve alias if codeset is empty.
23511         * lib/config.charset (BeOS): Use wildcard syntax.
23512
23513 2001-03-13  Jim Meyering  <meyering@lucent.com>
23514
23515         * lib/path-concat.c (path_concat)
23516         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23517         concatenating e.g., `C:' and `foo'.
23518         From Bruno Haible.
23519
23520 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23521
23522         * lib/localcharset.c (locale_charset): Don't use
23523         setlocale(LC_CTYPE,NULL). Don't return NULL.
23524         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23525
23526 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23527
23528         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23529         support for DOS/DJGPP.
23530
23531 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23532
23533         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23534         lacks mkstemp.  Compile our own tempname.c if we compile our own
23535         mkstemp.c, as mkstemp relies on tempname.
23536
23537 2001-03-01  Jim Meyering  <meyering@lucent.com>
23538
23539         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23540         AH_VERBATIM really does output its argument verbatim.
23541
23542 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23543
23544         * lib/Makefile.am (libfetish_a_SOURCES):
23545         Add dup-safer.c, fopen-safer.c.
23546         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23547
23548         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23549         * lib/unistd-safer.h: New files.
23550
23551 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23552
23553         The mkstemp replacement is taken from glibc 2.2.2, with some
23554         portability fixes for use outside glibc, as follows:
23555
23556         * lib/tempname.c (struct_stat64): New macro.
23557         (direxists, __gen_tempname): Use it.
23558         This avoids a portability problem with Solaris 8.
23559
23560         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23561         (<stddef.h>, <stdint.h>, <string.h>):
23562         Include only if STDC_HEADERS || _LIBC.
23563         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23564         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23565         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23566         (__set_errno): Define this macro if <errno.h> doesn't.
23567         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23568         Define these macros if <stdio.h> doesn't.
23569         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23570         Define these macros if <sys/stat.h>
23571         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23572         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23573         __xstat64): Define if not _LIBC.
23574         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23575         (__gen_tempname): Invoke gettimeofday only if
23576         HAVE_GETTIMEOFDAY || _LIBC;
23577         otherwise, fall back on plain "time".
23578         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23579
23580         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23581
23582         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23583
23584 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23585
23586         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23587
23588 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23589
23590         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23591         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23592         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23593         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23594
23595 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23596
23597         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23598         Remove workaround macros for hosts that have mbrtowc but not
23599         mbstate_t, as we now insist on proper declarations for both
23600         before using mbrtowc.
23601
23602 2001-02-17  Jim Meyering  <meyering@lucent.com>
23603
23604         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23605         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23606         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23607         UnixWare 7.1.1.
23608
23609         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23610         rather than AC_CACHE_VAL.
23611
23612 2001-02-17  Jim Meyering  <meyering@lucent.com>
23613
23614         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23615         around included file name.
23616
23617         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23618
23619         * lib/strftime.c: Update from GNU libc (the only changes were to
23620         comments).
23621
23622 2001-02-17  Jim Meyering  <meyering@lucent.com>
23623
23624         * lib/regex.c: Update from libc.
23625
23626 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23627
23628         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23629         clash.
23630
23631 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23632
23633         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23634         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23635         Reported by Mark Hounschell via Paul Eggert.
23636
23637 2001-02-07  Jim Meyering  <meyering@lucent.com>
23638
23639         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23640
23641 2001-02-05  Jim Meyering  <meyering@lucent.com>
23642
23643         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23644         it includes the patch required for `large file' support with at least
23645         HP-UX's 10.20 /bin/cc.
23646
23647 2001-02-03  Jim Meyering  <meyering@lucent.com>
23648
23649         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23650         AS_IF, now that it works once again (mysteriously).
23651         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23652
23653 2001-01-30  Jim Meyering  <meyering@lucent.com>
23654
23655         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23656         * m4/chown.m4: Rename conftestchown to conftest.chown.
23657         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23658         s/conftestdir2/conftest.d2/.
23659         * m4/utimes.m4: s/conftestdata/conftest.data/
23660         Inspired by Pavel Roskin's change in autoconf.
23661
23662 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23663
23664         * lib/config.charset: Update for FreeBSD 4.2.
23665
23666 2001-01-27  Jim Meyering  <meyering@lucent.com>
23667
23668         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23669         a use of AS_IF.
23670         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23671
23672 2001-01-26  Jim Meyering  <meyering@lucent.com>
23673
23674         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23675         quotearg.c includes it.
23676
23677 2001-01-26  Jim Meyering  <meyering@lucent.com>
23678
23679         * lib/quotearg.c: Include stddef.h.
23680         * lib/quote.c: Include stddef.h.
23681         Reported by Axel Kittenberger.
23682
23683         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23684         line in double quotes so that it evokes a better diagnostic.
23685         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23686         Reported by Axel Kittenberger.
23687
23688 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23689
23690         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23691         as if it was a `charset'.
23692
23693 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23694
23695         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23696         has const.
23697
23698 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23699
23700         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23701         to avoid a warning.  Add back 'const' to inptr.
23702
23703 2001-01-20  Jim Meyering  <meyering@lucent.com>
23704
23705         Be sure that headers are checked before used in code compiled
23706         for the type checks.
23707         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23708         In place of that, invoke jm_CHECK_ALL_TYPES.
23709         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23710         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23711         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23712         The check for ssize_t was mistakenly run before the test for unistd.h.
23713
23714         The configure-time check for stdbool.h was missing.
23715         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23716         (jm_PREREQ_HASH): New function.
23717
23718 2001-01-17  Jim Meyering  <meyering@lucent.com>
23719
23720         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23721         for autoconf-2.49c.
23722         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23723
23724 2001-01-16  Jim Meyering  <meyering@lucent.com>
23725
23726         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23727         From Bruno Haible.
23728
23729 2001-01-14  Jim Meyering  <meyering@lucent.com>
23730
23731         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23732         foo and bar.  Create conftestdir/ in the script, not in the C code.
23733         Remove directories in the script, not in the C code.
23734         Remove conftestdir{,2} before trying to create the directory.
23735         Make the entire configure script fail if the mkdir fails.
23736
23737 2001-01-14  Jim Meyering  <meyering@lucent.com>
23738
23739         * lib/rename.c: New file.  From Volker Borchert.
23740         Include stdlib.h, string.h or strings.h, and xalloc.h.
23741         Use strip_trailing_slashes rather than open-coding it.
23742
23743 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23744
23745         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23746
23747 2001-01-03  Jim Meyering  <meyering@lucent.com>
23748
23749         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23750         of local `inptr' to avoid warning with some system declarations of
23751         iconv.
23752
23753 2001-01-02  Volker Borchert  <bt@teknon.de>
23754
23755         * m4/rename.m4: New file.
23756         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23757
23758 2001-01-01  Jim Meyering  <meyering@lucent.com>
23759
23760         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23761         even on systems with utmpx.h.  It's necessary for the declaration of
23762         utmp's ut_user member.  Reported by Andreas Jaeger.
23763
23764         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23765         available. They are required for the declarations of getgrgid and
23766         getpwuid resp.
23767         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23768         Reported by Andreas Jaeger.
23769
23770 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23771
23772         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23773         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23774         so `make install' also works in VPATH builds.
23775
23776 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23777
23778         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23779         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23780         can be used in subdirectories.
23781
23782 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23783
23784         * lib/modechange.c: Do not assume that mode_t uses the
23785         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23786         the other-execute bit of FOO even if S_IXOTH != 1.
23787
23788         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23789         WOTH, XOTH, ALLM): New macros.
23790         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23791          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23792         Use them.
23793         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23794         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23795         (mode_compile):
23796         No need to use uintmax_t; unsigned long is long enough.
23797         Don't bother to get suffix since we don't use it.
23798
23799 2000-12-26  Jim Meyering  <meyering@lucent.com>
23800
23801         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23802         better with autoheader.
23803
23804 2000-12-24  Jim Meyering  <meyering@lucent.com>
23805
23806         * lib/hash.c (is_prime): Return explicit boolean values.
23807         (hash_get_first): Return NULL to appease Irix5.6's 89.
23808         Reported by Nelson Beebe.
23809
23810 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23811
23812         * lib/localcharset.c (locale_charset): Add support for Win32.
23813
23814 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23815
23816         * lib/physmem.h, lib/physmem.c: New files.
23817
23818         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23819         (noinst_HEADERS): Add physmem.h.
23820
23821         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23822         't' for compatibility with Solaris 8 sort.
23823
23824 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23825
23826         * lib/config.charset: Add support for BeOS.
23827
23828 2000-12-17  Jim Meyering  <meyering@lucent.com>
23829
23830         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23831         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23832
23833 2000-12-16  Jim Meyering  <meyering@lucent.com>
23834
23835         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23836         N and M) would have treated it like `chown N:N FILE'.
23837
23838         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23839
23840 2000-12-16  Jim Meyering  <meyering@lucent.com>
23841
23842         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23843         SHELLS_FILE to a file name that's useful on djgpp systems.
23844         Include stdlib.h.
23845         (ADDITIONAL_DEFAULT_SHELLS): Define.
23846         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23847         Based mostly on a patch from Prashant TR.
23848
23849 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23850
23851         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23852         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23853         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23854
23855 2000-12-08  Andreas Schwab  <schwab@suse.de>
23856
23857         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23858         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23859
23860 2000-12-07  Jim Meyering  <meyering@lucent.com>
23861
23862         * lib/stripslash.c (ISSLASH): Define.
23863         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23864         `/'.
23865         From Prashant TR.
23866
23867         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23868         (dir_name_r): Declare this function as static.
23869         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23870         manifest itself on a name containing a mix of slashes and
23871         backslashes.
23872         Make this function work with names starting with a DOS-style
23873         drive letter and colon prefix.
23874         (dir_name): Append `.' if necessary.
23875         Based mostly on patches from Prashant TR and Eli Zaretskii.
23876
23877         * lib/dirname.h (dir_name_r): Remove prototype.
23878
23879 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23880
23881         * m4/off_t-format.m4: Remove this file.
23882         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23883
23884 2000-12-06  Jim Meyering  <meyering@lucent.com>
23885
23886         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23887         replacement strtoull, we may well need the replacement strtoul, too.
23888         Check for declarations of strtoul and strtoull.
23889         Check for strtol.  Mainly as a cue to cause automake to include
23890         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23891         Check for limits.h -- strtol.c needs it.
23892
23893 2000-12-05  Jim Meyering  <meyering@lucent.com>
23894
23895         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23896
23897 2000-12-04  Jim Meyering  <meyering@lucent.com>
23898
23899         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23900         Also include memory.h, stdlib.h, unistd.h if appropriate.
23901         Reported by Andreas Jaeger (conflicting declaration of malloc).
23902
23903 2000-12-02  Jim Meyering  <meyering@lucent.com>
23904
23905         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23906         * m4/jm-macros.m4 (jm_MACROS): require it.
23907
23908 2000-12-02  Jim Meyering  <meyering@lucent.com>
23909
23910         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23911
23912 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23913
23914         * lib/memrchr.c: Include <config.h> before any system include file.
23915
23916 2000-11-30  Jim Meyering  <meyering@lucent.com>
23917
23918         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23919
23920 2000-11-30  Jim Meyering  <meyering@lucent.com>
23921
23922         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23923
23924 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23925
23926         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23927
23928 2000-11-26  Jim Meyering  <meyering@lucent.com>
23929
23930         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23931
23932 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23933
23934         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23935         size of (size_t) -1; it's not portable.
23936
23937 2000-11-17  Jim Meyering  <meyering@lucent.com>
23938
23939         * lib/strstr.c: Update from GNU libc.
23940
23941 2000-11-17  Akim Demaille  <akim@epita.fr>
23942
23943         * lib/obstack.h: Formatting changes.
23944         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23945         prevent type checking.
23946         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23947         cast the value to (void *): assigning a `foo *' to a `void *'
23948         variable is valid.
23949         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23950
23951 2000-11-16  Jim Meyering  <meyering@lucent.com>
23952
23953         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23954
23955 2000-11-11  Jim Meyering  <meyering@lucent.com>
23956
23957         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23958
23959 2000-11-10  Jim Meyering  <meyering@lucent.com>
23960
23961         * lib/obstack.h: Update from GNU libc.
23962         * lib/obstack.c: Likewise.
23963
23964 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23965
23966         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23967
23968 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23969
23970         * lib/getusershell.c (setusershell): Use rewind rather than
23971         fseek/fseeko, to avoid configuration hassles with fseeko.
23972         Don't bother opening SHELLS_FILE if shellstream is NULL;
23973         it's not necessary.
23974
23975 2000-11-05  Jim Meyering  <meyering@lucent.com>
23976
23977         * lib/makepath.h (make_dir): Declare.
23978         * lib/makepath.c (make_dir): Remove `static' attribute.
23979         Tweak a comment.
23980
23981 2000-11-04  Jim Meyering  <meyering@lucent.com>
23982
23983         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23984
23985 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23986
23987         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23988         last one in a bucket, advance to the next bucket.
23989
23990 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23991
23992         * lib/fnmatch.c: Do not comment out all the code if we are using
23993         the GNU C library, because in some cases we are replacing buggy
23994         code in the GNU C library itself.
23995
23996 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23997
23998         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23999         (regex_compile): Catch bogus \(\1\).
24000
24001 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24002
24003         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24004         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24005         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24006
24007 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24008
24009         * lib/error.h, getline.h, modechange.h:
24010         Remove "2000" from Copyright line, as the file hasn't been
24011         changed this year other than in the copyright notice.
24012
24013         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24014         was changed this year.
24015
24016 2000-10-29  Jim Meyering  <meyering@lucent.com>
24017
24018         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24019         renaming.
24020         * m4/ls-mntd-fs.m4: Likewise
24021
24022 2000-10-29  Jim Meyering  <meyering@lucent.com>
24023
24024         * lib/xstat.in: Fix grammar in comment.
24025
24026 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24027
24028         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24029         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24030         doesn't define __restrict_arr.
24031
24032 2000-10-28  Jim Meyering  <meyering@lucent.com>
24033
24034         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24035         (jm_PREREQ_MEMCHR): New function.
24036
24037 2000-10-28  Jim Meyering  <meyering@lucent.com>
24038
24039         * lib/memchr.c: Update from libc.
24040         Adjust for portability:
24041         [HAVE_STDLIB_H]: Include stdlib.h.
24042         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24043         Undef __memchr, too.
24044         [!weak_alias]: Define __memchr to memchr.
24045
24046         * lib/regex.c: Update from libc.
24047         * lib/regex.h: Likewise.
24048         * lib/getopt1.c: Likewise.
24049         * lib/memcmp.c: Likewise.
24050
24051         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24052         Avoid using fseek, when possible -- it's broken by design.
24053         Patch by Ulrich Drepper.
24054
24055 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24056
24057         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24058         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24059         Giving in to popular pressure to shut up the compiler with casts.
24060
24061 2000-10-26  Jim Meyering  <meyering@lucent.com>
24062
24063         * lib/strftime.c: Update from libc.
24064
24065 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24066
24067         * regex.c: More `unsigned char' -> `re_char' changes.
24068         Also change several `int' into `re_wchar_t'.
24069         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24070         (PUSH_FAILURE_POINTER): Don't cast any more.
24071         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24072         We want GCC to complain, since this piece of code makes
24073         re_match non-reentrant, which *should* be fixed.
24074         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24075         (EXTEND_BUFFER): Use RETALLOC.
24076         (SET_LIST_BIT): Don't cast.
24077         (re_wchar_t): New type.
24078         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24079         that those two functions will always properly return.
24080         (IMMEDIATE_QUIT_CHECK): Cast to void.
24081         (analyse_first): Use recursion rather than an explicit stack.
24082         (re_compile_fastmap): Can't fail anymore.
24083         (re_search_2): Don't check re_compile_fastmap for failure.
24084         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24085         Now also sets the new value (passed in a new argument).
24086         (re_match_2_internal): Use it.
24087         Also, use a new var `reg' of type size_t when looping through regs
24088         rather than reuse the inappropriate `mcnt'.
24089
24090 2000-10-25  Jim Meyering  <meyering@lucent.com>
24091
24092         * lib/obstack.c: Update from libc.
24093
24094 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24095
24096         * regex.c (regex_compile): Change the way of handling a range from
24097         a char less than 256 to a char not less than 256.
24098
24099 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24100
24101         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24102         NT-Emacs only.
24103         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24104         so that re_search functions only quit when callers expect them to.
24105
24106 2000-10-23  Jim Meyering  <meyering@lucent.com>
24107
24108         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24109         wrong.  That set_locale call must not have any side effects.
24110         From Paul Eggert.
24111
24112 2000-10-22  Jim Meyering  <meyering@lucent.com>
24113
24114         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24115         [CYCLIC]: Remove now-unused definition.
24116
24117         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24118         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24119         Suggestion from Ulrich Drepper.
24120
24121 2000-10-21  Jim Meyering  <meyering@lucent.com>
24122
24123         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24124         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24125         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24126
24127 2000-10-21  Jim Meyering  <meyering@lucent.com>
24128
24129         * lib/dirname.c (memrchr): Declare if necessary.
24130         (dir_name): Remove the restriction that there be no
24131         trailing slashes.  Now, this code skips past them, effectively
24132         ignoring them.
24133         [TEST_DIRNAME] (main): New unit tests.
24134
24135         * lib/memrchr.c: New file from GNU libc.
24136         Undef __memrchr, too.
24137         [!weak_alias]: Define __memrchr to memrchr.
24138         Guard weak_alias use with `#ifdef weak_alias'.
24139
24140 2000-10-21  Jim Meyering  <meyering@lucent.com>
24141
24142         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24143         (dir_name): Use dir_name_r.
24144         * lib/dirname.h (dir_name_r): Declare it.
24145
24146 2000-10-17  Jim Meyering  <meyering@lucent.com>
24147
24148         * lib/quote.h (PARAMS): Define and use.
24149         Reported by Akim Demaille.
24150
24151         * lib/getopt.c: Update from libc.
24152
24153 2000-10-16  Jim Meyering  <meyering@lucent.com>
24154
24155         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24156         setlocale.
24157         From Jan Fedak.
24158
24159 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24160
24161         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24162
24163 2000-09-25  Jim Meyering  <meyering@lucent.com>
24164
24165         * lib/md5.h (rol): Define (from GnuPG).
24166
24167         * lib/sha.c: Give credit (GnuPG) where due.
24168         (M): Use rol rather than open-coding it.
24169         Add a FIXME comment.
24170
24171 2000-09-21  Jim Meyering  <meyering@lucent.com>
24172
24173         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24174         Reported by Michael Stone.
24175
24176 2000-09-20  Jim Meyering  <meyering@lucent.com>
24177
24178         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24179         (noinst_HEADERS): Add sha.h.
24180         Based on code from Scott G. Miller and from GnuPG.
24181
24182 2000-09-18  Jim Meyering  <meyering@lucent.com>
24183
24184         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24185         LIBS. Otherwise, everyone ends up linking with -lelf for some
24186         configurations.
24187         Reported by Mike Stone.
24188
24189 2000-09-15  Jim Meyering  <meyering@lucent.com>
24190
24191         * lib/regex.c: Update from libc.
24192
24193 2000-09-10  Jim Meyering  <meyering@lucent.com>
24194
24195         * lib/getopt.c (_getopt_internal): Update from glibc.
24196
24197 2000-09-09  Jim Meyering  <meyering@lucent.com>
24198
24199         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24200         think it should be used as a general replacement for isascii.
24201         * lib/fnmatch.c: Likewise.
24202         * lib/mbswidth.c: Likewise
24203         * lib/regex.c: Likewise.
24204
24205         Don't use atoi.
24206         * lib/userspec.c: Include sys/param.h and limits.h.
24207         Include xstrtol.h.
24208         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24209         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24210         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24211         UID, GID.  Check range.
24212
24213 2000-09-06  Jim Meyering  <meyering@lucent.com>
24214
24215         * lib/getopt.c (_getopt_internal): Update from glibc.
24216
24217 2000-08-30  Jim Meyering  <meyering@lucent.com>
24218
24219         * lib/strftime.c: Merge in changes from GNU libc.
24220
24221 2000-08-26  Jim Meyering  <meyering@lucent.com>
24222
24223         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24224         * m4/fpending.m4: New file.
24225
24226 2000-08-26  Jim Meyering  <meyering@lucent.com>
24227
24228         * lib/closeout.c: Include "__fpending.h".
24229         (close_stdout_status): Return right away if there's nothing to flush.
24230
24231         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24232         * lib/__fpending.c: New file.
24233         * lib/__fpending.h: New file.
24234
24235 2000-08-20  Jim Meyering  <meyering@lucent.com>
24236
24237         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24238         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24239         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24240
24241 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24242
24243         Improve fileutils installation on systems where running
24244         programs (like install) can't be unlinked.
24245         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24246         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24247
24248 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24249
24250         Standardize on "memory exhausted" instead of "Memory exhausted"
24251         or "virtual memory exhausted".
24252         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24253         "virtual memory exhausted".
24254         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24255         our own message.
24256         * lib/userspec.c (parse_user_spec): Likewise.
24257         * lib/bumpalloc.h: comment fix
24258         * lib/same.c, userspec.c: Include xalloc.h.
24259
24260         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24261         not char *const and pointing to a constant array.
24262         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24263         (xrealloc): Comment fix.
24264
24265         * lib/userspec.c (parse_user_spec):
24266         Don't translate a message until just before returning,
24267         to avoid unnecessary translation.
24268
24269 2000-08-07  Jim Meyering  <meyering@lucent.com>
24270
24271         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24272         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24273         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24274         getgroups.c, gethostname.c, getopt.h, group-member.c,
24275         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24276         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24277         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24278         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24279         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24280         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24281         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24282         yesno.c: Back out Copyright date changes for each file with no change
24283         this year.  This eases coordination with other programs using the same
24284         source code modules.  From Paul Eggert.
24285
24286 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24287
24288         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24289         not char, for compatibility with glibc 2.1.3 strftime.c.
24290
24291 2000-08-03  Greg McGary  <greg@mcgary.org>
24292
24293         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24294         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24295         (EXTEND_BUFFER): Use them.
24296
24297 2000-08-01  Jim Meyering  <meyering@lucent.com>
24298
24299         * lib/dirname.c (ISSLASH): Define.
24300         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24301         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24302         both `\' and `/' may be use as path separators.
24303         Based on a patch from Prashant TR.
24304
24305 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24306
24307         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24308         slot vector a constant, since it might get modified.
24309
24310 2000-07-31  Jim Meyering  <meyering@lucent.com>
24311
24312         * lib/xmalloc.c: Use `virtual memory exhausted', not
24313         `Memory exhausted'.
24314         * lib/obstack.c (print_and_abort): Likewise.
24315
24316 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24317
24318         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24319         buffer, so that the caller can always quote one small
24320         component of a "memory exhausted" message in slot 0.
24321         From a suggestion by Jim Meyering.
24322
24323 2000-07-30  Jim Meyering  <meyering@lucent.com>
24324
24325         * lib/makepath.c (make_path): Quote the other instance, too.
24326
24327         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24328         (STATIC_BUF_SIZE): Define.
24329         (quotearg_n_options): Use only statically allocated storage when
24330         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24331         than STATIC_BUF_SIZE.
24332
24333 2000-07-29  Jim Meyering  <meyering@lucent.com>
24334
24335         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24336         * lib/dirname.c (dir_name): Likewise.
24337
24338         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24339         `/'.
24340
24341         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24342         (dir_name): Assert that there are no trailing slashes.
24343
24344 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24345
24346         * lib/mbswidth.h (mbswidth): Add a flags argument.
24347         (mbswidth): New declaration.
24348         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24349         * lib/mbswidth.c (mbswidth): Add a flags argument.
24350         (mbsnwidth): New function.
24351
24352 2000-07-24  Jim Meyering  <meyering@lucent.com>
24353
24354         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24355
24356 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24357
24358         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24359
24360 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24361
24362         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24363         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24364         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24365         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24366         invoke multibyte primitives.
24367
24368 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24369
24370         * lib/quotearg.c:
24371         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24372         so that mbstate_t is always defined.
24373
24374         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24375         be 1 in at least one GCC installation, and this configuration
24376         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24377         performance on hosts that have mbrtowc but have only unibyte
24378         locales, but I assume these hosts are rare.
24379
24380 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24381
24382         * lib/mbswidth.c (_XOPEN_SOURCE):
24383         Don't define; this causes problems on Solaris 7.
24384         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24385
24386 2000-07-23  Jim Meyering  <meyering@lucent.com>
24387
24388         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24389         too: getgrgid, getpwuid, getuid.
24390
24391 2000-07-23  Jim Meyering  <meyering@lucent.com>
24392
24393         * lib/basename.c (base_name): Add an assertion.
24394
24395 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24396
24397         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24398         shadow its mbsinit function.
24399
24400 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24401
24402         * lib/mbswidth.h: New file.
24403         * lib/mbswidth.c: New file.
24404         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24405         (noinst_HEADERS): Add mbswidth.h.
24406
24407 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24408
24409         * lib/config.charset: Add support for FreeBSD. Improve support for
24410         HP-UX and IRIX 6.
24411
24412 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24413
24414         * m4/mbswidth.m4: New file.
24415         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24416
24417 2000-07-15  Jim Meyering  <meyering@lucent.com>
24418
24419         * lib/makepath.c: Include quote.h.
24420         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24421         corresponding argument in a `quote (...)' call.
24422         Give better diagnostics.
24423
24424         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24425         (noinst_HEADERS): Add quote.h.
24426
24427         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24428         from tar's src/misc.c.
24429         * lib/quote.h: New file.  Prototypes for same.
24430
24431 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24432
24433         From a suggestion by Bruno Haible.
24434         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24435         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24436         to decide whether to define the BeOS workaround macro;
24437         this adjusts to the change to AC_MBSTATE_T.
24438
24439 2000-07-14  Jim Meyering  <meyering@lucent.com>
24440
24441         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24442         jm_AC_TYPE_UINTMAX_T.
24443
24444 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24445
24446         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24447
24448         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24449         quotearg_buffer_restyled): Add support for
24450         clocale_quoting_style.  Undo previous change to
24451         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24452         and "{RIGHT QUOTATION MARK}" msgids.
24453
24454 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24455
24456         From a suggestion by Bruno Haible.
24457         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24458         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24459         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24460         and mbstate_t, to a single-part test that simply defines mbstate_t.
24461         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24462         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24463
24464 2000-07-10  Jim Meyering  <meyering@lucent.com>
24465
24466         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24467
24468         * m4/gnu-source.m4: Output to confdefs.h directly.
24469         Suggestion from Akim Demaille.
24470
24471 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24472
24473         The old behavior of quoting `like this' doesn't look good with
24474         newer, ISO-style fonts.  See:
24475         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24476
24477         Instead, quote "like this" by default.  Let the translator
24478         tailor the locale-specific quoting behavior by providing
24479         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24480
24481         * lib/quotearg.c (N_): New macro.
24482         (gettext_default): New function.
24483         (quotearg_buffer_restyled): Use
24484         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24485         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24486
24487 2000-07-09  Jim Meyering  <meyering@lucent.com>
24488
24489         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24490         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24491
24492         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24493         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24494
24495 2000-07-09  Jim Meyering  <meyering@lucent.com>
24496
24497         * lib/Most files: Update copyright dates to include 2000.
24498
24499 2000-07-08  Jim Meyering  <meyering@lucent.com>
24500
24501         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24502         if not defined.
24503         (xgethostname): Remove now-unnecessary #ifdef.
24504         Move declaration of `err' into loop where it's used.
24505
24506 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24507         and Bruno Haible  <haible@clisp.cons.org>
24508
24509         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24510         only if the test for an object-type mbstate_t fails.  This
24511         prevents us from mistakenly reporting that mbstate_t is a
24512         system object type after we "#define mbstate_t int" to work
24513         around its lack.
24514
24515 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24516         and Bruno Haible  <haible@clisp.cons.org>
24517
24518         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24519
24520 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24521
24522         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24523         to strerror_r.
24524         Include <ctype.h> for use of isalpha.
24525
24526 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24527
24528         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24529         by allocating a larger buffer. Test the gethostname return value for
24530         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24531         returns an error and ENAMETOOLONG isn't defined.
24532
24533 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24534
24535         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24536         dimension.
24537
24538 2000-07-04  Jim Meyering  <meyering@lucent.com>
24539
24540         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24541         of the deprecated AC_CHECKING.
24542
24543 2000-07-04  Jim Meyering  <meyering@lucent.com>
24544
24545         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24546         Reported by Bruno Haible.
24547
24548 2000-07-04  Jim Meyering  <meyering@lucent.com>
24549
24550         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24551         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24552         lacks mbrtowc.
24553
24554 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24555
24556         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24557         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24558
24559 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24560         and Bruno Haible  <haible@clisp.cons.org>
24561
24562         * lib/quotearg.c (mbrtowc):
24563         Assign to *pwc, and return 1 only if result is nonzero.
24564         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24565
24566 2000-07-03  Jim Meyering  <meyering@lucent.com>
24567
24568         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24569
24570 2000-07-03  Jim Meyering  <meyering@lucent.com>
24571
24572         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24573         This is necessary to get a definition of e.g., UTMP_FILE on
24574         HP-UX 10.20.
24575         From Bob Proulx.
24576
24577 2000-07-02  Jim Meyering  <meyering@lucent.com>
24578
24579         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24580
24581         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24582         AC_LIBOBJ(function_name).
24583         * m4/chown.m4: Likewise.
24584         * m4/fnmatch.m4: Likewise.
24585         * m4/ftruncate.m4: Likewise.
24586         * m4/getgroups.m4: Likewise.
24587         * m4/getline.m4: Likewise.
24588         * m4/group-member.m4: Likewise.
24589         * m4/jm-macros.m4: Likewise.
24590         * m4/lstat.m4: Likewise.
24591         * m4/malloc.m4: Likewise.
24592         * m4/memcmp.m4: Likewise.
24593         * m4/nanosleep.m4: Likewise.
24594         * m4/putenv.m4: Likewise.
24595         * m4/realloc.m4: Likewise.
24596         * m4/regex.m4: Likewise.
24597         * m4/stat.m4: Likewise.
24598         * m4/strftime.m4: Likewise.
24599
24600 2000-07-02  Jim Meyering  <meyering@lucent.com>
24601
24602         * lib/quotearg.c (mbstate_t): Don't define here.
24603
24604 2000-07-02  Jim Meyering  <meyering@lucent.com>
24605
24606         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24607
24608 2000-07-01  Jim Meyering  <meyering@lucent.com>
24609
24610         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24611
24612 2000-07-01  Jim Meyering  <meyering@lucent.com>
24613
24614         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24615         problem.
24616
24617 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24618
24619         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24620         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24621
24622 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24623
24624         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24625         per change in ../m4/ls-mntd-fs.m4.
24626         (read_filesystem_list): Ignore symbolic links.
24627
24628 2000-06-29  Jim Meyering  <meyering@lucent.com>
24629
24630         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24631         for declaration of strcmp.
24632
24633         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24634
24635         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24636         Avoid warning by casting result to `char *' to remove `const'.
24637
24638 2000-06-28  Jim Meyering  <meyering@lucent.com>
24639
24640         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24641         included by quotearg.c, for which we perform this test.  From
24642         Bruno Haible.
24643
24644 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24645
24646         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24647         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24648         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24649
24650 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24651
24652         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24653
24654 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24655
24656         savedir now sets errno on failure and invokes xmalloc to get memory.
24657         Fix a couple of other minor bugs while we're at it.
24658
24659         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24660         (NAMLEN): Remove macro.
24661         (malloc, realloc): Remove decls.
24662         (stpcpy): Likewise.
24663         ("xalloc.h"): Include.
24664         (NAME_SIZE_DEFAULT): New macro.
24665         (savedir): Use xmalloc / xrealloc to allocate memory.
24666         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24667         Skip "" directory entries.
24668         Use strlen to calculate directory entry length, since the old method
24669         is rarely used these days and isn't worth supporting.
24670         Don't use a pointer after freeing it.
24671         Check for integer overflow when calculating allocation size.
24672         Use memcpy to copy entries, instead of stpcpy.
24673         Set errno properly when returning NULL.
24674         Check for readdir error.
24675
24676 2000-06-26  Jim Meyering  <meyering@lucent.com>
24677
24678         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24679
24680 2000-06-25  Jim Meyering  <meyering@lucent.com>
24681
24682         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24683         Linux header bug when _XOPEN_SOURCE is defined to 500.
24684
24685 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24686
24687         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24688         deficiency.
24689
24690 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24691
24692         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24693         Include xalloc.h.
24694         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24695
24696 2000-06-24  Jim Meyering  <meyering@lucent.com>
24697
24698         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24699         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24700         for which strerror does return char*, but which lacks a conveniently
24701         accessible declaration of the function.  If the compile-test says
24702         strerror_r doesn't work, then resort to a `run'-test that works on
24703         BeOS and segfaults on DEC Unix.
24704
24705 2000-06-24  Jim Meyering  <meyering@lucent.com>
24706
24707         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24708
24709 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24710
24711         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24712         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24713
24714 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24715
24716         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24717         (mbrtowc, mbstate_t): Define substitutes if
24718         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24719         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24720         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24721
24722 2000-06-23  Jim Meyering  <meyering@lucent.com>
24723
24724         * m4/afs.m4: Add missing AC_MSG_RESULT.
24725         Reported by Bruno Haible.
24726
24727         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24728         Suggestion from Bruno Haible.
24729
24730 2000-06-23  Jim Meyering  <meyering@lucent.com>
24731
24732         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24733
24734 2000-06-21  Jim Meyering  <meyering@lucent.com>
24735
24736         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24737
24738 2000-06-21  Jim Meyering  <meyering@lucent.com>
24739
24740         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24741         (noinst_HEADERS): Add getstr.h.
24742
24743         * lib/getline.c (getstr): Move into a separate file.
24744         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24745         the following changes: new parameter, delim2; both delim[12]
24746         parameters have type `int', not `char'.  The latter would lose
24747         with 8-bit delimiters.
24748         * lib/getstr.h: New file.
24749
24750 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24751
24752         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24753         than 1024, return a memory chunk of least possible size, instead
24754         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24755         Use free/xmalloc instead of xrealloc to avoid copying for very long
24756         paths.
24757
24758 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24759
24760         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24761         the empty string.
24762
24763 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24764
24765         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24766         address, not strdup.  Include <stdlib.h> and don't declare free().
24767
24768 2000-06-19  Jim Meyering  <meyering@lucent.com>
24769
24770         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24771
24772 2000-06-18  Jim Meyering  <meyering@lucent.com>
24773
24774         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24775
24776         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24777         `checking whether...' message to be consistent with that of the
24778         lstat test.
24779
24780 2000-06-18  Jim Meyering  <meyering@lucent.com>
24781
24782         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24783         Besides, these days every porting target provides a mkdir function.
24784
24785         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24786         needed. (this snippet comes from src/system.h).
24787
24788 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24789
24790         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24791
24792 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24793
24794         * lib/human.c (adjust_value): New function.
24795         (human_readable_inexact): Apply rounding style even when
24796         printing approximate values.
24797
24798 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24799
24800         * lib/human.c (human_readable_inexact): Allow an input block
24801         size that is not a multiple of the output block size, and vice versa.
24802         Reported by Piergiorgio Sartor.
24803
24804 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24805
24806         * lib/getdate.y (get_date): Apply relative times after time
24807         zone indicator, not before.  Reported by Todd A. Jacobs.
24808
24809 2000-06-13  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24812
24813         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24814
24815 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24816
24817         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24818
24819 2000-06-12  Jim Meyering  <meyering@lucent.com>
24820
24821         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24822         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24823         optional argument.
24824         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24825         the optional argument, `lib'.
24826
24827 2000-06-08  Jim Meyering  <meyering@lucent.com>
24828
24829         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24830
24831 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24832
24833         Rewrite largefile configuration so that we don't need to run
24834         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24835         AC_CANONICAL_HOST in configure.in -- jmm]
24836
24837         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24838         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24839         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24840         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24841         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24842         All uses changed.
24843         Instead of inspecting the output of getconf, try to compile the
24844         test program without and with the macro definition.
24845         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24846         for getconf.  Instead, check for the needed flags by compiling
24847         test programs.
24848
24849 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24850
24851         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24852
24853 2000-06-04  Jim Meyering  <meyering@lucent.com>
24854
24855         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24856         SunOS 4.1.4 for which gid_t is an unsigned type.
24857
24858 2000-06-03  Jim Meyering  <meyering@lucent.com>
24859
24860         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24861         now that autoconf requires that.
24862
24863         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24864         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24865         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24866
24867 2000-06-03  Jim Meyering  <meyering@lucent.com>
24868
24869         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24870
24871 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24872
24873         * m4/glibc21.m4: New file.
24874         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24875
24876 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24877
24878         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24879         newer, don't install charset.alias.
24880         * lib/config.charset: Change the Linux/glibc rules so they become empty
24881         on glibc-2.1 or newer.
24882
24883 2000-06-02  Jim Meyering  <meyering@lucent.com>
24884
24885         * lib/mountlist.c: Back out last change.  Instead, do this...
24886         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24887         me_dummy member using the same `ignore'-testing code.
24888         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24889         fs_type strings.
24890         From Mark D. Roth.
24891
24892 2000-05-29  Jim Meyering  <meyering@lucent.com>
24893
24894         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24895         mounts with the `ignore' attribute.  Based on a patch from
24896         Mark D. Roth.
24897
24898 2000-05-28  Jim Meyering  <meyering@lucent.com>
24899
24900         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24901         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24902         * m4/stat.m4: Likewise.
24903         * m4/lstat.m4: Likewise.
24904         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24905
24906         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24907         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24908
24909 2000-05-26  Jim Meyering  <meyering@lucent.com>
24910
24911         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24912
24913 2000-05-24  Jim Meyering  <meyering@lucent.com>
24914
24915         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24916         autoconf requires that.
24917         * m4/lib-check.m4: Likewise.
24918         * m4/jm-macros.m4: Likewise.
24919         * m4/strftime.m4: Likewise.
24920
24921         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24922         AC_CHECK_DECLS, now that autoconf requires that.
24923
24924 2000-05-22  Jim Meyering  <meyering@lucent.com>
24925
24926         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24927         * m4/lstat.m4: Likewise.
24928
24929 2000-05-22  Jim Meyering  <meyering@lucent.com>
24930
24931         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24932
24933 2000-05-20  Jim Meyering  <meyering@lucent.com>
24934
24935         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24936         (jm_PREREQ): Use it.
24937
24938 2000-05-18  Jim Meyering  <meyering@lucent.com>
24939
24940         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24941         back, too, since it may have been modified by allocate_entry.
24942         (hash_delete): Rewrite to use neither the assignment operator
24943         nor the comma operator in an if-expression.
24944
24945 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24946
24947         * lib/closeout.c:
24948         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24949         Remove; no longer needed.
24950         "quotearg.h": Add include.
24951         (file_name): Do not bother to explicitly initialize to NULL; it's less
24952         efficient on some hosts.
24953         (close_stdout_status): Remove test as to whether stdout was already
24954         closed; it breaks for the case "echo x | sort >&-".
24955         Quote file name colons.
24956         Do not assume that _("write error") lacks format strings.
24957
24958 2000-05-15  Jim Meyering  <meyering@lucent.com>
24959
24960         * lib/version-etc.c (version_etc_copyright): Update the copyright
24961         string used in all --version output.
24962
24963 2000-05-14  Jim Meyering  <meyering@lucent.com>
24964
24965         * lib/closeout.c (close_stdout_set_file_name): New function.
24966         (close_stdout_status): Use new file-scoped global.
24967         Return right away if fstat says the stdout file descriptor is invalid.
24968         * lib/closeout.h (close_stdout_set_file_name): Declare.
24969
24970 2000-05-10  Jim Meyering  <meyering@lucent.com>
24971
24972         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24973         (close_stdout_set_status): New function.
24974         * lib/closeout.h (close_stdout_set_status): Declare.
24975
24976 2000-05-09  Jim Meyering  <meyering@lucent.com>
24977
24978         * m4/gettext.m4: Rename this...
24979         * m4/libintl.m4: ...to this.
24980
24981 2000-05-08  Jim Meyering  <meyering@lucent.com>
24982
24983         * lib/long-options.c: Don't include closeout.h.
24984         (parse_long_options): Don't call close_stdout for --version.
24985
24986 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24987
24988         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24989         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24990         2.1.3 bug.  This avoids a clash when files like regex.c define
24991         _GNU_SOURCE.
24992
24993 2000-05-06  Jim Meyering  <meyering@lucent.com>
24994
24995         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24996         (AC_REPLACE_FUNCS): Add strnlen.
24997
24998         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24999         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25000
25001         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25002         AC_SEARCH_LIBS call for nanosleep.
25003         (LIB_NANOSLEEP): Set and AC_SUBST.
25004
25005 2000-05-06  Jim Meyering  <meyering@lucent.com>
25006
25007         * lib/strnlen.c: Undefine __strnlen and strnlen.
25008         [!weak_alias]: Define __strnlen to strnlen.
25009
25010         * lib/atexit.c: New file, from libiberty.
25011
25012 2000-05-06  Jim Meyering  <meyering@lucent.com>
25013
25014         * lib/closeout.c (close_stdout_status): Also check for errors on the
25015         stderr stream.
25016
25017 2000-05-05  Jim Meyering  <meyering@lucent.com>
25018
25019         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25020         AC_SEARCH_LIBS call for clock_gettime.
25021         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25022
25023         * m4/search-libs.m4: Update from autoconf.
25024
25025         su doesn't work on Solaris 2.6.
25026         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25027         <shadow.h>.  Reported by Dragos Harabor.
25028
25029 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25030
25031         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25032         memcpy instead of xmalloc, xrealloc, path_concat.
25033         (locale_charset): Treat empty environment variables as absent.
25034         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25035
25036 2000-05-04  Jim Meyering  <meyering@lucent.com>
25037
25038         * lib/getopt.c: Update from glibc.
25039         * lib/obstack.c: Likewise.
25040         * lib/obstack.h: Likewise.
25041         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25042         file
25043
25044         * lib/regex.h: Likewise.
25045         * lib/strndup.c: Likewise.
25046         * lib/strnlen.c: New file, from glibc.
25047
25048 2000-05-03  Jim Meyering  <meyering@lucent.com>
25049
25050         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25051
25052 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25053
25054         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25055         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25056         compile-time test, rather than inspecting host and OS, to
25057         decide whether to define _LARGEFILE_SOURCE.
25058
25059 2000-05-01  Jim Meyering  <meyering@lucent.com>
25060
25061         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25062
25063         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25064         Based on a patch from Bruno Haible.
25065
25066 2000-05-01  Jim Meyering  <meyering@lucent.com>
25067
25068         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25069
25070 2000-04-29  Jim Meyering  <meyering@lucent.com>
25071
25072         * lib/path-concat.c: Declare strdup only if it's not defined.
25073         * lib/canon-host.c: Likewise.
25074
25075 2000-04-28  Jim Meyering  <meyering@lucent.com>
25076
25077         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25078         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25079         is included first, then limits.h is included by locale.h by libintl.h.
25080         From John David Anglin.
25081
25082 2000-04-25  Jim Meyering  <meyering@lucent.com>
25083
25084         * lib/makepath.c (S_IRWXUGO): Define.
25085         (make_path): Always perform explicit chmod if MODE specifies any
25086         of the `special' permission bits.  Prompted by a bug report against
25087         install from Mate Wierdl and Joost van Baal.
25088
25089 2000-04-18  Jim Meyering  <meyering@lucent.com>
25090
25091         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25092         (jm_PREREQ): Use it.
25093
25094 2000-04-18  Jim Meyering  <meyering@lucent.com>
25095
25096         * lib/README: New file.
25097
25098         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25099         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25100
25101 2000-04-17  Jim Meyering  <meyering@lucent.com>
25102
25103         Get it right :-)
25104         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25105         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25106         Suggestion from Akim Demaille.
25107
25108 2000-04-17  Jim Meyering  <meyering@lucent.com>
25109
25110         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25111         the definition of it to rpl_strftime also defined-away the system's
25112         declaration.
25113
25114 2000-04-15  Jim Meyering  <meyering@lucent.com>
25115
25116         Use `C' to denote so-called `contiguous' files, the same way
25117         that tar does.
25118         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25119         (ftypelet): Use S_ISCTG.
25120         From Michael Deutschmann.
25121
25122 2000-04-14  Jim Meyering  <meyering@lucent.com>
25123
25124         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25125         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25126         clobbered.
25127
25128 2000-04-14  Jim Meyering  <meyering@lucent.com>
25129
25130         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25131
25132 2000-04-13  Jim Meyering  <meyering@lucent.com>
25133
25134         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25135         AH_VERBATIM to insert required #ifndef into config.h.in.
25136         Suggestion from Akim Demaille.
25137
25138 2000-04-12  Jim Meyering  <meyering@lucent.com>
25139
25140         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25141         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25142         Christian Krackowizer.
25143
25144         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25145         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25146         (AC_SYS_LARGEFILE): Require.
25147         (AM_C_PROTOTYPES): Require.
25148
25149 2000-04-08  Jim Meyering  <meyering@lucent.com>
25150
25151         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25152         names don't conflict.  Reported by Eli Zaretskii.
25153
25154 2000-04-07  Jim Meyering  <meyering@lucent.com>
25155
25156         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25157         sys/types.h, to work around system header problems on AIX 3.2.5.
25158         From Bruno Haible.
25159
25160 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25161
25162         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25163         bug.  Deal with the different error behavior of Irix iconv.
25164
25165 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25166
25167         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25168         IRIX if the installer said otherwise.
25169
25170 2000-04-05  Jim Meyering  <meyering@lucent.com>
25171
25172         Portability tweaks required for ultrix4.3.
25173         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25174         (jm_CHECK_DECLS): Add getutent to the list of functions.
25175         (_jm_DECL_HEADERS): Add utmpx.h.
25176         From John David Anglin.
25177
25178         * m4/strftime.m4: Back out the 2000-04-02 change.
25179         Instead of that change, simply undefine putenv in the test program.
25180
25181 2000-04-05  Jim Meyering  <meyering@lucent.com>
25182
25183         Portability tweaks required for ultrix4.3.
25184         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25185         getutent.
25186         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25187         * lib/canon-host.c: Declare strdup.
25188         * lib/path-concat.c: Likewise.
25189         From John David Anglin.
25190
25191 2000-04-04  Jim Meyering  <meyering@lucent.com>
25192
25193         Be more DOS 8.3-friendly.
25194         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25195         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25196         * lib/Makefile.am: Reflect renaming.
25197         Reported by Eli Zaretskii.
25198
25199         Use a temporary file name that won't clash with `charset.alias'
25200         in the DOS 8.3 name space.
25201         * lib/Makefile.am (charset_tmp): Define.
25202         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25203         (uninstall-local): Likewise.
25204         Reported by Eli Zaretskii.
25205
25206 2000-04-03  Jim Meyering  <meyering@lucent.com>
25207
25208         * m4/gettext.m4: Fix typo in comment.
25209
25210         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25211         textutils/configure.in).  Suggestion from Paul Eggert.
25212         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25213
25214 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25215
25216         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25217         variable in the shell rather than using putenv, which isn't
25218         portable.  This avoids the configure-time inter-test dependency
25219         on the potentially-renamed putenv function.
25220
25221 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25222
25223         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25224         before checking struct stat.st_blksize, so that
25225         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25226
25227 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25228
25229         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25230         since strftime.c uses HAVE_STRFTIME to decide whether to use
25231         the underlying strftime.
25232
25233 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25234
25235         * lib/time/strftime.c (my_strftime): Make sure we call the system
25236         strftime, not ourselves, when invoking the underlying strftime.
25237
25238 2000-03-24  Jim Meyering  <meyering@lucent.com>
25239
25240         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25241         (charset_alias): Define.
25242         (install-exec-local): Factor out common code.
25243         (uninstall-local): Split lines longer than 80.
25244         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25245         (SUFFIXES): Define.
25246         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25247         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25248
25249 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25250
25251         * lib/config.charset: Output a line containing "Packages using this
25252         file".
25253         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25254         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25255         ref-del.sed): New rules.
25256
25257 2000-03-17  Jim Meyering  <meyering@lucent.com>
25258
25259         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25260         Otherwise, include <strings.h>
25261
25262 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25263
25264         * lib/unicodeio.c (utf8_wctomb): New function.
25265         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25266         format instead of in UCS-4 with platform dependent endianness.
25267
25268 2000-03-10  Jim Meyering  <meyering@lucent.com>
25269
25270         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25271         From Marco Franzen.
25272
25273 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25274
25275         * lib/savedir.c (savedir): Work even if directory size is
25276         negative; this can happen with some screwy NFS configurations.
25277
25278 2000-03-06  Jim Meyering  <meyering@lucent.com>
25279
25280         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25281         if it's NULL (because we ran out of memory).  From Bruno Haible.
25282
25283 2000-03-05  Jim Meyering  <meyering@lucent.com>
25284
25285         * lib/localcharset.c ("path-concat.h"): Include.
25286         (get_charset_aliases): Use path_concat instead of ANSI string
25287         concatenation.
25288
25289         * lib/unicodeio.h (PARAMS): Define.
25290         Use it to guard prototype.
25291
25292 2000-03-04  Jim Meyering  <meyering@lucent.com>
25293
25294         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25295         for lib/localcharset.c.
25296
25297 2000-03-04  Jim Meyering  <meyering@lucent.com>
25298
25299         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25300         installing into it.
25301         (uninstall-local): Uncomment this rule so `make distcheck' works
25302         once again.
25303
25304         * lib/unicodeio.c (<errno.h>): Include it.
25305         (errno): Declare if not defined.
25306
25307         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25308
25309         * lib/config.charset: New version, incorporating remarks from a linux
25310         i18n mailing list.  From Bruno Haible.
25311
25312 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25313
25314         * m4/codeset.m4: New file.
25315         * m4/iconv.m4: New file.
25316         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25317
25318 2000-03-03  Jim Meyering  <meyering@lucent.com>
25319
25320         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25321
25322 2000-03-02  Jim Meyering  <meyering@lucent.com>
25323
25324         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25325         the messages come out on separate lines.
25326
25327         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25328         rather than jm_CHECK_DECLARATIONS.
25329         * m4/decl.m4: Remove now-unused file.
25330
25331         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25332         geteuid.
25333
25334 2000-03-02  Jim Meyering  <meyering@lucent.com>
25335
25336         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25337
25338 2000-03-01  Jim Meyering  <meyering@lucent.com>
25339
25340         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25341         * lib/unicodeio.c: Likewise.
25342
25343 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25344
25345         * lib/config.charset: New file.
25346         * lib/localcharset.c: New file.
25347         * lib/unicodeio.h, lib/unicodeio.c: New files.
25348         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25349         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25350         (noinst_HEADERS): Add unicodeio.h.
25351         (all-local, install-exec-local, charset.alias): New targets.
25352
25353 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25354
25355         * lib/quotearg.c (ALERT_CHAR): New macro.
25356         (quotearg_buffer_restyled): Use it.
25357
25358 2000-02-27  Jim Meyering  <meyering@lucent.com>
25359
25360         * m4/check-decl.m4: Add getenv to the list.
25361
25362 2000-02-27  Jim Meyering  <meyering@lucent.com>
25363
25364         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25365         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25366
25367         * lib/backupfile.c: Guard inclusion of stdlib.h with
25368         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25369         Declare malloc if needed.
25370
25371         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25372         `#ifndef HAVE_DECL..'
25373         now that autoconf always defines the HAVE_DECL_ symbols.
25374         * lib/human.c: Likewise.
25375         * lib/same.c: Likewise.
25376         * lib/strtoumax.c: Likewise.
25377
25378         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25379         declaration check was not run.
25380         * lib/hash.c: Likewise.
25381         * lib/human.c: Likewise.
25382         * lib/same.c: Likewise.
25383         * lib/strtoumax.c: Likewise.
25384
25385         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25386         `.', then first look up the entire `.'-containing string as a login
25387         name.
25388
25389 2000-02-23  Jim Meyering  <meyering@lucent.com>
25390
25391         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25392         in place of my hack.
25393
25394 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25395
25396         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25397         (textint): New typedef.
25398         (parser_control): Member year changed from int to textint.
25399         All uses changed.
25400         (YYSTYPE): Removed; replaced by %union with int and textint members.
25401         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25402         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25403         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25404         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25405         (date, number, to_year): Use width of number in digits, not its value,
25406         to determine whether it's a 2-digit year, or a 2-digit time.
25407         (yylex): Store number of digits of numeric tokens.
25408         Reported by John Kendall.
25409
25410         (parser_control): Changed from struct parser_control to typedef (for
25411         consistency).  All uses changed.
25412
25413         (tID): Removed; not used.
25414         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25415
25416 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25417
25418         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25419         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25420
25421 2000-02-12  Jim Meyering  <meyering@lucent.com>
25422
25423         * lib/userspec.c (ISDIGIT): Define it.
25424         (isdigit): Remove definition.
25425         (is_number): Use ISDIGIT, not isdigit.
25426         <libintl.h>: Include.
25427         (_ and N_): Define.
25428         (parse_user_spec): Mark translatable strings.
25429
25430 2000-02-10  Jim Meyering  <meyering@lucent.com>
25431
25432         With these changes, nanosleep.[ch] are finally enough like the other
25433         lib/* replacement files to compile on a few more losing systems.
25434
25435         * lib/nanosleep.h: Don't include config.h.
25436         Remove prototype from declaration of nanosleep.
25437         (PARAMS): Remove now-unneeded definition.
25438         * lib/nanosleep.c: #undef nanosleep.
25439         (rpl_nanosleep): Rename from nanosleep.
25440
25441 2000-02-10  Jim Meyering  <meyering@lucent.com>
25442
25443         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25444         gnu_nanosleep to rpl_nanosleep.
25445
25446 2000-02-09  Jim Meyering  <meyering@lucent.com>
25447
25448         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25449         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25450
25451 2000-02-08  Akim Demaille  <akim@epita.fr>
25452
25453         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25454         `[' and `]' and remove uses of `changequote'.
25455         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25456         (AC_SYS_LARGEFILE): Likewise.
25457         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25458         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25459         of changequote.
25460         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25461         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25462         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25463         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25464
25465 2000-02-05  Jim Meyering  <meyering@lucent.com>
25466
25467         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25468         Remove explicit use of AC_HEADER_TIME.  It is required by
25469         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25470         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25471         in autoconf whereby the expansion of the latter ended up preceding
25472         the expansion of its prerequisite, AC_HEADER_TIME.
25473         Reported by Volker Borchert.
25474
25475 2000-02-03  Jim Meyering  <meyering@lucent.com>
25476
25477         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25478
25479 2000-02-03  Jim Meyering  <meyering@lucent.com>
25480
25481         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25482         rather than with `#if HAVE_UTMPNAME'.
25483
25484 2000-02-02  Jim Meyering  <meyering@lucent.com>
25485
25486         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25487         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25488         Reported by Eli Zaretskii.
25489
25490 2000-02-01  Jim Meyering  <meyering@lucent.com>
25491
25492         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25493
25494 2000-01-31  Jim Meyering  <meyering@lucent.com>
25495
25496         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25497         functions.  Add the time.h and sys/time.h headers along with the
25498         AC_REQUIRE'ment of AC_HEADER_TIME.
25499
25500 2000-01-31  Jim Meyering  <meyering@lucent.com>
25501
25502         * lib/nanosleep.h (nanosleep): Guard declaration with
25503         `#if ! HAVE_DECL_NANOSLEEP'.
25504         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25505         the declaration in that vendor's sys/timers.h.
25506         Reported by Christian Krackowizer.
25507
25508         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25509         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25510         (ISPRINT): Likewise.
25511         Reported by Tom Tromey.
25512
25513 2000-01-30  Jim Meyering  <meyering@lucent.com>
25514
25515         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25516
25517         * m4/prereq.m4 (utmp_includes): Define.
25518         Check for ut_user and ut_name members in both struct utmpx
25519         and struct utmp.
25520
25521 2000-01-30  Jim Meyering  <meyering@lucent.com>
25522
25523         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25524         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25525         header files where only utmpx.ut_user is declared.
25526
25527         * lib/readutmp.h (UT_USER): Define.
25528
25529 2000-01-29  Jim Meyering  <meyering@lucent.com>
25530
25531         * m4/lib-check.m4: New file containing library-related checks from
25532         fileutils and sh-utils (textutils had none).
25533
25534 2000-01-28  Jim Meyering  <meyering@lucent.com>
25535
25536         * m4/perl.m4: Change format of warning message to look more like that
25537         from the missing script.  Suggestion from François Pinard.
25538
25539 2000-01-25  Jim Meyering  <meyering@lucent.com>
25540
25541         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25542         well as time.h in the compile check.
25543         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25544         Fix typo in cross-compiling case: s/yes/no/.
25545
25546 2000-01-23  Jim Meyering  <meyering@lucent.com>
25547
25548         * m4/jm-macros.m4: Move df-related tests here from
25549         fileutils/configure.in
25550
25551         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25552         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25553
25554         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25555         s/space/ac_fsusage_space/.
25556         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25557
25558         * m4/ftruncate.m4: New file (derived from part of
25559         fileutils/configure.in).
25560         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25561         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25562
25563         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25564         AC_SUBST these here, rather than just in sh-util/configure.in, so
25565         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25566         all the same.
25567         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25568         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25569         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25570         (AC_SUBST(POW_LIBM)): Likewise.
25571         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25572
25573 2000-01-23  Jim Meyering  <meyering@lucent.com>
25574
25575         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25576         obstack.c.
25577
25578 2000-01-22  Jim Meyering  <meyering@lucent.com>
25579
25580         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25581
25582         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25583
25584         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25585         configure.in
25586         (AC_CHECK_HEADERS): Likewise for sh-utils.
25587         (AC_CHECK_HEADERS): Likewise for textutils.
25588         Merge the three lists of headers.
25589
25590         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25591         from fileutils' configure.in.
25592
25593         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25594         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25595         check-decl.m4.
25596
25597         * m4/check-decl.m4: Use #if rather than #ifdef.
25598         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25599         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25600         (_jm_DECL_HEADERS): Define new function.
25601         (jm_CHECK_DECLARATIONS): Require it.
25602
25603 2000-01-22  Jim Meyering  <meyering@lucent.com>
25604
25605         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25606         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25607         Required for some AIX systems.  Reported by Christian Krackowizer.
25608         [TESTING] (main): New function.
25609
25610         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25611         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25612         letters.
25613
25614         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25615         iswprint.
25616
25617         * lib/strverscmp.c (ISDIGIT): Define.
25618         (strverscmp): Use ISDIGIT, not isdigit.
25619
25620 2000-01-19  Jim Meyering  <meyering@lucent.com>
25621
25622         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25623         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25624         defines `struct timespec' in <sys/time.h>
25625
25626         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25627         Thanks to Akim for explaining.
25628
25629 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25630
25631         * lib/nanosleep.c (nanosleep):
25632         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25633         POSIX.1 doesn't require SA_INTERRUPT and some systems
25634         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25635         it's been part of POSIX.1 since day 1 (in 1988).
25636
25637 2000-01-17  Jim Meyering  <meyering@lucent.com>
25638
25639         * lib/interlock: Remove unused file.  Reported by François Pinard.
25640
25641 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25642
25643         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25644         alert, backslash, formfeed, and vertical tab unnecessarily in
25645         shell quoting style.
25646
25647 2000-01-16  Jim Meyering  <meyering@lucent.com>
25648
25649         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25650         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25651         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25652         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25653
25654 2000-01-16  Jim Meyering  <meyering@lucent.com>
25655
25656         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25657         because the latter didn't work.
25658
25659 2000-01-15  Jim Meyering  <meyering@lucent.com>
25660
25661         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25662         (AC_REPLACE_FUNCS): Add memcpy and memset.
25663         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25664         Add strpbrk.
25665         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25666
25667 2000-01-12  Jim Meyering  <meyering@lucent.com>
25668
25669         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25670         (jm_PREREQ): Use it.
25671         (jm_PREREQ_READUTMP): New macro.
25672         (jm_PREREQ): Use it.
25673
25674 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25675
25676         Quote multibyte characters correctly.
25677         * m4/c-bs-a.m4: New file.
25678         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25679         (jm_PREREQ): Use it.
25680
25681 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25682
25683         * m4/uintmax_t.m4: Port to autoconf 2.13.
25684
25685 2000-01-08  Jim Meyering  <meyering@ascend.com>
25686
25687         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25688         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25689
25690 2000-01-04  Jim Meyering  <meyering@ascend.com>
25691
25692         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25693         jm_STRUCT_DIRENT_D_TYPE.
25694         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25695         jm_STRUCT_DIRENT_D_INO.
25696         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25697         jm_STRUCT_UTIMBUF.
25698         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25699         renamings.
25700         * m4/utime.m4: Likewise.
25701
25702         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25703         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25704
25705 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25706
25707         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25708         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25709
25710 2000-01-02  Jim Meyering  <meyering@ascend.com>
25711
25712         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25713         remember if this is necessary.
25714
25715 1999-12-26  Jim Meyering  <meyering@ascend.com>
25716
25717         * m4/jm-macros.m4: Use it here.
25718         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25719
25720 1999-12-23  Jim Meyering  <meyering@ascend.com>
25721
25722         * m4/jm-macros.m4: Check for clock_gettime (moved from
25723         fileutils/configure.in)
25724         Check for gettimeofday.
25725
25726 1999-12-20  Jim Meyering  <meyering@ascend.com>
25727
25728         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25729         autoconf-2.14a-1999-12-20.
25730
25731 1999-12-19  Jim Meyering  <meyering@ascend.com>
25732
25733         * m4/lstat-slash.m4: New file.
25734         * m4/jm-macros.m4: Use the new macro:
25735         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25736
25737 1999-12-07  Jim Meyering  <meyering@ascend.com>
25738
25739         * m4/perl.m4: Require that File::Compare be available, too.
25740         Too many systems seem to lack it.
25741
25742         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25743         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25744
25745 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25746
25747         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25748         problem with the QNX 4.25 shell, which doesn't propagate exit
25749         status of failed commands inside shell assignments.
25750
25751 1999-11-17  Jim Meyering  <meyering@ascend.com>
25752
25753         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25754
25755 1999-11-07  Jim Meyering  <meyering@ascend.com>
25756
25757         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25758
25759 1999-11-06  Jim Meyering  <meyering@ascend.com>
25760
25761         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25762         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25763
25764 1999-11-05  Jim Meyering  <meyering@ascend.com>
25765
25766         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25767         configure.in of textutils, fileutils, and sh-utils into this one
25768         (shared between those packages) file.
25769         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25770         AC_STRUCT_ST_BLKSIZE.
25771
25772 1999-11-03  Jim Meyering  <meyering@ascend.com>
25773
25774         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25775         of AC_CHECK_TYPE checks includes unistd.h.
25776         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25777         Suggestion from Akim Demaille.
25778
25779 1999-10-30  Jim Meyering  <meyering@ascend.com>
25780
25781         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25782         m4-quoted string.
25783         * m4/ls-mntd-fs.m4: Likewise.
25784         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25785         * m4/jm-winsz1.m4: Likewise.
25786
25787         * m4/const.m4: Remove file, since the fix made it into the experimental
25788         version of autoconf.
25789         * m4/mktime.m4: Likewise.
25790
25791         * m4/check-type.m4: Remove file, now that the latest version of
25792         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25793
25794         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25795         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25796         AC_CHECK_TYPE.
25797
25798 1999-10-04  Jim Meyering  <meyering@ascend.com>
25799
25800         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25801
25802 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25803
25804         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25805         2.95.1 bug with HP-UX 10.20.
25806
25807 1999-09-17  Jim Meyering  <meyering@ascend.com>
25808
25809         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25810         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25811         due to missing strdup (against sh-utils-2.0).
25812
25813 1999-08-29  Jim Meyering  <meyering@ascend.com>
25814
25815         * m4/jm-macros.m4: Require jm_BISON.
25816         * m4/bison.m4: New file.
25817
25818 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25819
25820         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25821         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25822
25823 1999-08-05  Jim Meyering  <meyering@ascend.com>
25824
25825         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25826         to avoid conflicts with `conftest' on 8+3 filesystems.
25827         Suggestion from Eli Zaretskii.
25828
25829 1999-08-04  Jim Meyering  <meyering@ascend.com>
25830
25831         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25832         fileutils and sh-utils (textutils's getline test was inadequate).
25833         (AM_FUNC_GETLINE): Run this test.
25834         (AC_CHECK_FUNCS): Check for getdelim.
25835         Reported by Bob Proulx.
25836
25837 1999-08-02  Jim Meyering  <meyering@ascend.com>
25838
25839         * m4/jm-macros.m4: Add a comment.
25840
25841 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25842
25843         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25844         <inttypes.h> defines strtoumax as a macro (and not as a
25845         function).
25846
25847 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25848
25849         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25850         that we can shift, multiply and divide unsigned long long
25851         values; Ultrix cc can't do it.
25852
25853 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25854
25855         * m4/mktime.m4: New file, which is a preview of what should appear
25856         in the next public autoconf release.
25857
25858 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25859
25860         * m4/lfs.m4: Remove this file.
25861         * m4/largefile.m4: New file.  It contains the old contents of
25862         lfs.m4, except that all names with prefix AC_LFS have been
25863         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25864         compatible with future autoconf versions.  Also, some minor m4
25865         quoting problems have been fixed.
25866
25867 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25868
25869         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25870         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25871         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25872         and simplify the shell code.
25873
25874 1999-08-01  Jim Meyering  <meyering@ascend.com>
25875
25876         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25877         m4.
25878
25879 1999-07-20  Jim Meyering  <meyering@ascend.com>
25880
25881         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25882
25883 1999-07-15  Jim Meyering  <meyering@ascend.com>
25884
25885         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25886
25887 1999-05-22  Jim Meyering  <meyering@ascend.com>
25888
25889         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25890
25891 1999-05-20  Jim Meyering  <meyering@ascend.com>
25892
25893         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25894         Add a colon after each `then' in case $4 is empty.
25895
25896 1999-05-16  Jim Meyering  <meyering@ascend.com>
25897
25898         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25899
25900 1999-05-10  Jim Meyering  <meyering@ascend.com>
25901
25902         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25903
25904         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25905         AC_FUNC_MKTIME.
25906
25907 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25908
25909         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25910
25911 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25912
25913         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25914         not CPPFLAGS, so that linking works correctly in IRIX.
25915
25916 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25917
25918         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25919
25920 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25921
25922         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25923         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25924         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25925         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25926         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25927
25928         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25929
25930 1999-04-20  Jim Meyering  <meyering@ascend.com>
25931
25932         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25933         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25934         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25935
25936 1999-04-18  Jim Meyering  <meyering@ascend.com>
25937
25938         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25939         * m4/jm-macros.m4: Use it.
25940
25941 1999-04-06  Jim Meyering  <meyering@ascend.com>
25942
25943         * m4/strftime.m4: Remove test for %f.
25944
25945 1999-03-29  Jim Meyering  <meyering@ascend.com>
25946
25947         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25948         superset of the AC_TYPE_* checks in the textutils, fileutils,
25949         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25950         AC_TYPE_PID_T.
25951
25952 1999-03-28  Jim Meyering  <meyering@ascend.com>
25953
25954         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25955         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25956         replaced e.g., in the *.sh files of the sh-utils.
25957
25958 1999-03-20  Jim Meyering  <meyering@ascend.com>
25959
25960         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25961         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25962         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25963
25964 1999-03-19  Jim Meyering  <meyering@ascend.com>
25965
25966         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25967
25968 1999-03-12  Jim Meyering  <meyering@ascend.com>
25969
25970         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25971
25972 1999-03-07  Jim Meyering  <meyering@ascend.com>
25973
25974         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25975         declared.
25976
25977 1999-02-17  Jim Meyering  <meyering@ascend.com>
25978
25979         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25980         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25981
25982 1999-02-07  Jim Meyering  <meyering@ascend.com>
25983
25984         * m4/group-member.m4: New file -- extracted from sh-utils'
25985         configure.in.
25986
25987         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25988         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25989
25990 1999-02-06  Jim Meyering  <meyering@ascend.com>
25991
25992         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25993         * m4/fnmatch.m4: Likewise.
25994         * m4/getgroups.m4: Likewise.
25995         * m4/lstat.m4: Likewise.
25996         * m4/malloc.m4: Likewise.
25997         * m4/putenv.m4: Likewise.
25998         * m4/realloc.m4: Likewise.
25999         * m4/regex.m4: Likewise.
26000         * m4/stat.m4: Likewise.
26001         * m4/strftime.m4: Likewise.
26002         Suggestion from Alain Magloire.
26003
26004         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26005         * m4/fnmatch.m4: Likewise.
26006         * m4/getgroups.m4: Likewise.
26007         * m4/getline.m4: Likewise.
26008         * m4/lstat.m4: Likewise.
26009         * m4/malloc.m4: Likewise.
26010         * m4/memcmp.m4: Likewise.
26011         * m4/putenv.m4: Likewise.
26012         * m4/realloc.m4: Likewise.
26013         * m4/regex.m4: Likewise.
26014         * m4/stat.m4: Likewise.
26015         * m4/strftime.m4: Likewise.
26016         Suggestion from Alain Magloire.
26017
26018         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26019         an argument.
26020
26021         * m4/regex.m4: Add a run-time Test for proper operation of
26022         re_compile_pattern.
26023
26024 1999-01-31  Jim Meyering  <meyering@ascend.com>
26025
26026         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26027
26028 1999-01-30  Jim Meyering  <meyering@ascend.com>
26029
26030         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26031
26032         * m4/jm-mktime.m4: Make this a wrapper around the official
26033         AM_FUNC_MKTIME rather than my private copy, now that the official one
26034         is up to date.
26035         * m4/mktime.m4: Remove file.
26036
26037         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26038         * m4/uptime.m4: Likewise.
26039         * m4/uintmax_t.m4: Likewise.
26040
26041 1999-01-28  Jim Meyering  <meyering@ascend.com>
26042
26043         * m4/jm-macros.m4: Use jm_AFS.
26044         * m4/afs.m4: New file (from fileutils' configure.in).
26045
26046         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26047         * m4/chown.m4: Likewise.
26048         * m4/d-ino.m4: Likewise.
26049         * m4/d-type.m4: Likewise.
26050         * m4/fnmatch.m4: Likewise.
26051         * m4/getgroups.m4: Likewise.
26052         * m4/gettext.m4: Likewise.
26053         * m4/jm-mktime.m4: Likewise.
26054         * m4/jm-winsz2.m4: Likewise.
26055         * m4/lcmessage.m4: Likewise.
26056         * m4/ls-mntd-fs.m4: Likewise.
26057         * m4/malloc.m4: Likewise.
26058         * m4/memcmp.m4: Likewise.
26059         * m4/putenv.m4: Likewise.
26060         * m4/realloc.m4: Likewise.
26061         * m4/st_mtim.m4: Likewise.
26062         * m4/strftime.m4: Likewise.
26063
26064 1999-01-16  Jim Meyering  <meyering@ascend.com>
26065
26066         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26067         (ARGMATCH_DIE_DECL): Define.
26068
26069 1999-01-12  Jim Meyering  <meyering@ascend.com>
26070
26071         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26072         Reported by Lars Hecking.
26073
26074 1999-01-10  Jim Meyering  <meyering@ascend.com>
26075
26076         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26077         gross kludge.
26078         * m4/inttypes_h.m4: Likewise.
26079         * m4/lstat.m4: Likewise.
26080         * m4/malloc.m4: Likewise.
26081         * m4/readdir.m4: Likewise.
26082         * m4/realloc.m4: Likewise.
26083         * m4/st_dm_mode.m4: Likewise.
26084         * m4/stat.m4: Likewise.
26085         * m4/utimbuf.m4: Likewise.
26086         * m4/utimes.m4: Likewise.
26087
26088         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26089         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26090         comments in config.h.in are meaningful.
26091
26092         * m4/jm-macros.m4: Require autoconf-2.13 here.
26093
26094         * m4/regex.m4: By default, don't use the included regex.c on systems
26095         with glibc 2.  Suggestion from Uli Drepper.
26096
26097 1999-01-02  Jim Meyering  <meyering@ascend.com>
26098
26099         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26100
26101 1998-12-18  Jim Meyering  <meyering@ascend.com>
26102
26103         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26104         Based on a suggestion from Lars Hecking.
26105
26106 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26107
26108         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26109
26110 1998-11-16  Jim Meyering  <meyering@ascend.com>
26111
26112         * m4/lfs.m4: Double-quote the `uname...` expression.
26113
26114 1998-11-14  Jim Meyering  <meyering@ascend.com>
26115
26116         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26117         * m4/stat.m4: Likewise.
26118
26119 1998-11-03  Jim Meyering  <meyering@ascend.com>
26120
26121         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26122         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26123
26124 1998-10-18  Jim Meyering  <meyering@ascend.com>
26125
26126         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26127
26128 1998-10-17  Jim Meyering  <meyering@ascend.com>
26129
26130         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26131         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26132         calls for those previously hard-coded headers.  Instead, take a new
26133         parameter.
26134         (jm_CHECK_DECLARATIONS): Reflect interface change.
26135         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26136         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26137
26138         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26139
26140 1998-10-14  Jim Meyering  <meyering@ascend.com>
26141
26142         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26143         instead of "TZ=America/Vancouver".  From Paul Eggert.
26144
26145 1998-10-11  Jim Meyering  <meyering@ascend.com>
26146
26147         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26148         This adds a test for a recently added compatibility fix for mktime.c.
26149         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26150
26151 1998-09-27  Jim Meyering  <meyering@ascend.com>
26152
26153         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26154
26155         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26156         ../configure.in, including a change from Gordon Matzigkeit to allow
26157         cross-compiling for the Hurd.
26158
26159         * m4/glibc.m4: New file/macro to test for the GNU C Library
26160         versions 1 and 2.  From Gordon Matzigkeit.
26161         Indent.
26162
26163 1998-09-21  Jim Meyering  <meyering@ascend.com>
26164
26165         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26166
26167 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26168
26169         Port nanosecond-resolution times to UnixWare 2.1.2 and
26170         pedantic Solaris 2.6.
26171
26172         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26173         AC_STRUCT_ST_MTIM.
26174         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26175         Generate name of ns member, instead of just 1 or undef.
26176         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26177
26178 1998-08-15  Jim Meyering  <meyering@ascend.com>
26179
26180         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26181         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26182         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26183         instead of jm_TYPE_SSIZE_T.
26184
26185 1998-08-12  Jim Meyering  <meyering@ascend.com>
26186
26187         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26188
26189 1998-08-02  Jim Meyering  <meyering@ascend.com>
26190
26191         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26192         in acconfig.h manually.
26193
26194 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26195
26196         * m4/st_mtim.m4: New file.
26197
26198 1998-07-28  Jim Meyering  <meyering@ascend.com>
26199
26200         * m4/utimes.m4: Undef stat.
26201
26202 1998-07-25  Jim Meyering  <meyering@ascend.com>
26203
26204         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26205         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26206
26207 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26208
26209         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26210         uid and gid actually remain unchanged.
26211
26212 1998-07-07  Jim Meyering  <meyering@ascend.com>
26213
26214         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26215
26216 1998-07-04  Jim Meyering  <meyering@ascend.com>
26217
26218         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26219         to prove that this macro can be used in packages without regex.c.
26220
26221 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26222
26223         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26224         is to be used.
26225
26226 1998-07-03  Jim Meyering  <meyering@ascend.com>
26227
26228         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26229
26230         * m4/gettext.m4: New file -- from gettext-0.10.35.
26231         * m4/lcmessage.m4: Likewise.
26232         * m4/progtest.m4: Likewise.
26233
26234         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26235         * m4/jm-macros.m4: Require the new macro.
26236
26237 1998-06-29  Jim Meyering  <meyering@ascend.com>
26238
26239         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26240         for the definition of NGROUPS (used in a system header included
26241         by sys/mount.h).
26242
26243 1998-06-28  Jim Meyering  <meyering@ascend.com>
26244
26245         * m4/ls-mntd-fs.m4: New file.
26246         * m4/fstypename.m4: New file.
26247
26248         * m4/jm-macros.m4: Require the new macro.
26249         * m4/jm-glibc-io.m4: New file.
26250
26251 1998-05-19  Jim Meyering  <meyering@ascend.com>
26252
26253         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26254         * m4/lchown.m4: New file.
26255
26256         * m4/Makefile.am.in: New file.
26257         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26258
26259 1998-05-14  Jim Meyering  <meyering@ascend.com>
26260
26261         * m4/Makefile.am (EXTRA_DIST): Add them.
26262         * m4/jm-macros.m4: New file.
26263         * m4/utimbuf.m4: New file.
26264
26265 1998-05-12  Jim Meyering  <meyering@ascend.com>
26266
26267         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26268
26269 1998-05-11  Jim Meyering  <meyering@ascend.com>
26270
26271         * m4/isc-posix.m4: New file.
26272
26273 1998-05-10  Jim Meyering  <meyering@ascend.com>
26274
26275         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26276
26277 1998-05-09  Jim Meyering  <meyering@ascend.com>
26278
26279         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26280         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26281         with automake.
26282
26283         * m4/ssize_t.m4: New file.
26284         * m4/mktime.m4: Remove file -- the new automake has this now.
26285
26286 1998-04-26  Jim Meyering  <meyering@ascend.com>
26287
26288         * m4/assert.m4: New file.
26289         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26290
26291 1998-04-05  Jim Meyering  <meyering@ascend.com>
26292
26293         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26294         (jm_PREREQ): Use it here.
26295
26296 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26297
26298         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26299         in acconfig.h.
26300
26301 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26302
26303         * m4/prereq.m4: New file.
26304         * m4/error.m4: New file.
26305         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26306
26307 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26308
26309         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26310         cache-check for the same variable -- that defeated the purpose of
26311         the test; the test program was never run.  This was a problem only
26312         on systems with losing getline functions -- HP-UX 10.20 is one.
26313         Reported by Bjorn Helgaas.
26314
26315 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26316
26317         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26318
26319 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26320
26321         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26322
26323         * m4/const.m4: New file.  Use an initializer in this declaration
26324         typedef int charset[2]; const charset x;
26325         Reported by Bob Glickstein.
26326
26327 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26328
26329         * m4/chown.m4: Fix reversed types on -1 args to chown.
26330         From Kaveh Ghazi.
26331
26332 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26333
26334         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26335         Add lseek and memchr.
26336
26337         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26338         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26339         have a 20-character limit on names.
26340
26341 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26342
26343         * m4/inttypes_h.m4: New file.
26344         * m4/uintmax_t.m4: New file.
26345         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26346
26347 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26348   Free Software Foundation, Inc.
26349 Copying and distribution of this file, with or without modification,
26350 are permitted provided the copyright notice and this notice are preserved.