03a18d9596c589c9a65eadefa39f9901611938ff
[gnulib.git] / ChangeLog
1 2007-02-04  Bruno Haible  <bruno@clisp.org>
2
3         New module mbscasecmp, reduced goal of strcasecmp.
4         * modules/mbscasecmp: New file.
5         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6         (mbscasecmp): Renamed from strcasecmp.
7         * lib/strcasecmp.c: Don't include mbuiter.h.
8         (strcasecmp): Remove support for multibyte locales.
9         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
10         Change the conditional link warning.
11         (mbscasecmp): New declaration.
12         * m4/mbscasecmp.m4: New file.
13         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
14         GNULIB_MBSCASECMP.
15         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
16         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
17
18 2007-02-04  Bruno Haible  <bruno@clisp.org>
19
20         New module mbsstr. Remove module strstr.
21         * modules/mbsstr: New file.
22         * modules/strstr: Remove file.
23         * lib/mbsstr.c: Renamed from lib/strstr.c.
24         (mbsstr): Renamed from strstr.
25         * lib/string_.h (strstr): Remove declaration. Change the conditional
26         link warning.
27         (mbsstr): New declaration.
28         * m4/mbsstr.m4: New file.
29         * m4/strstr.m4: Remove file.
30         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
31         REPLACE_STRSTR.
32         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
33         Don't initialize GNULIB_STRSTR.
34         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
35         substitute GNULIB_STRSTR and REPLACE_STRSTR.
36         * MODULES.html.sh (Internationalization functions): Add mbsstr.
37         (Support for systems lacking ANSI C 89): Remove strstr.
38
39 2007-02-04  Bruno Haible  <bruno@clisp.org>
40
41         New module mbsrchr.
42         * modules/mbsrchr: New file.
43         * lib/mbsrchr.c: New file.
44         * lib/string_.h (strrchr): Add a conditional link warning.
45         (mbsrchr): New declaration.
46         * m4/mbsrchr.m4: New file.
47         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
48         GNULIB_MBSRCHR.
49         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
50         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
51
52 2007-02-04  Bruno Haible  <bruno@clisp.org>
53
54         New module mbschr.
55         * modules/mbschr: New file.
56         * lib/mbschr.c: New file.
57         * lib/string_.h (strchr): Add a conditional link warning.
58         (mbschr): New declaration.
59         * m4/mbschr.m4: New file.
60         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
61         GNULIB_MBSCHR.
62         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
63         * MODULES.html.sh (Internationalization functions): Add mbschr.
64
65 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
66
67         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
68
69         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
70
71 2007-02-04  Bruno Haible  <bruno@clisp.org>
72
73         New module description section 'configure.ac-early'.
74         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
75         (func_get_autoconf_early_snippet): New function.
76         (func_import, func_create_testdir): Use it. Remove special cases for
77         modules 'extensions' and 'lock'.
78         * modules/extensions (configure.ac-early): Require
79         gl_USE_SYSTEM_EXTENSIONS.
80         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
81
82 2007-02-04  Bruno Haible  <bruno@clisp.org>
83
84         Make use of gcj-4.3's -fsource and -ftarget option.
85         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
86         and if so try the options -fsource and -ftarget.
87         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
88         source_version, ftarget_option, target_version arguments.
89         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
90         (is_envjavac_oldgcj_14_14_usable): Renamed from
91         is_envjavac_gcj_14_14_usable.
92         (is_envjavac_oldgcj_14_13_usable): Renamed from
93         is_envjavac_gcj_14_13_usable.
94         (is_gcj_present): Update.
95         (is_gcj_43, is_gcj43_usable): New functions.
96         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
97         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
98         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
99         try the options -fsource and -ftarget.
100
101 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
102
103         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
104         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
105         larger value.
106
107 2007-02-03  Jim Meyering  <jim@meyering.net>
108
109         Give tools a better chance to allocate space for very large buffers.
110         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
111
112         Make pwd and readlink work also when run with an unreadable parent dir
113         on systems with openat support.
114         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
115         provided getcwd function, even when we have openat support.
116         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
117
118 2007-02-02  Bruno Haible  <bruno@clisp.org>
119
120         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
121         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
122         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
123         portability problems if one of these functions is only used on specific
124         platforms.
125         Reported by Paul Eggert.
126
127 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
128
129         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
130         is causing more trouble than it's curing.
131         * lib/regex_internal.h (__mempcpy): Remove.
132         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
133         (and make the code a tad smaller to boot).
134         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
135
136 2007-02-02  Jim Meyering  <jim@meyering.net>
137
138         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
139         section, not in the Makefile.am: one.
140
141 2007-02-02  Eric Blake  <ebb9@byu.net>
142
143         * lib/strchrnul.c: Always include config.h first.
144
145         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
146         gnulib strstr is not necessary here.
147
148 2007-02-02  Simon Josefsson  <simon@josefsson.org>
149
150         * m4/socklen.m4: Fix typo.
151
152 2007-02-02  Eric Blake  <ebb9@byu.net>
153
154         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
155         * modules/netinet_in (Makefile.am): Likewise.
156
157 2007-02-01  Bruno Haible  <bruno@clisp.org>
158
159         * lib/string_.h (GL_LINK_WARNING): New macro.
160         (strcasecmp, strstr, strcasestr): If provided by the system,
161         conditionally define as a macro that leads to a warning instead of to
162         an error.
163         (strncasecmp): Conditionally define as a macro that leads to a warning.
164
165 2007-02-01  Jim Meyering  <jim@meyering.net>
166
167         Give tools a better chance to allocate space for very large buffers.
168         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
169
170 2007-02-01  Karl Berry  <karl@gnu.org>
171
172         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
173
174 2007-02-01  Bruno Haible  <bruno@clisp.org>
175
176         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
177         renamings.
178
179 2007-02-01  Eric Blake  <ebb9@byu.net>
180
181         * modules/regex (Depends-on): Revert dependence on mempcpy.
182         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
183         module's definition of mempcpy.
184         Reported by Paul Eggert.
185
186 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
187
188         * lib/string_.h: If the gnulib module XYZ is not present, undefine
189         the symbol XYZ before redefining it.  This fixes a problem with
190         programs that don't use XYZ, when compiled on systems that define
191         XYZ to something else.
192
193 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
194
195         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
196         occurs when "mkdir -m foo" creates a setgid directory that is (1)
197         writeable to group or other and (2) is intended to have a special
198         mode bit that is set or cleared.  In such a case, the directory
199         should be neither group- nor other-writeable until the special
200         mode bits are right.
201
202 2007-01-31  Eric Blake  <ebb9@byu.net>
203
204         * modules/mountlist (Depends-on): Add strstr.
205
206         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
207         bug.
208         * modules/string (Makefile.am): Remove redundant replacement.
209         * modules/regex (Depends-on): Add mempcpy.
210
211 2007-01-31  Bruno Haible  <bruno@clisp.org>
212
213         New module description field 'Link'.
214         * gnulib-tool (func_usage): Document --extract-link-directive.
215         (sed_extract_prog): Recognize 'Link' directive.
216         (func_get_link_directive): New function.
217         (func_import): Show summary of link directives.
218         Handle --extract-link-directive option.
219         * modules/acl (Link): New section.
220         * modules/clock-time (Link): New section.
221         * modules/euidaccess (Link): New section.
222         * modules/gettext (Link): New section.
223         * modules/iconv (Link): New section.
224         * modules/lock (Link): New section.
225         * modules/nanosleep (Link): New section.
226         * modules/readline (Link): New section.
227
228 2007-01-27  Bruno Haible  <bruno@clisp.org>
229
230         Enforce the use of gnulib modules for unportable <string.h> functions.
231         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
232         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
233         (gl_HEADER_STRING_H_BODY): Require it.
234         * lib/string_.h: If the gnulib module XYZ is not present, redefine
235         the symbol XYZ to one that gives a link error.
236         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
237         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
238         * modules/mempcpy (configure.ac): Likewise.
239         * modules/memrchr (configure.ac): Likewise.
240         * modules/stpcpy (configure.ac): Likewise.
241         * modules/stpncpy (configure.ac): Likewise.
242         * modules/strcase (configure.ac): Likewise.
243         * modules/strcasestr (configure.ac): Likewise.
244         * modules/strchrnul (configure.ac): Likewise.
245         * modules/strdup (configure.ac): Likewise.
246         * modules/strndup (configure.ac): Likewise.
247         * modules/strnlen (configure.ac): Likewise.
248         * modules/strpbrk (configure.ac): Likewise.
249         * modules/strsep (configure.ac): Likewise.
250         * modules/strstr (configure.ac): Likewise.
251         * modules/strtok_r (configure.ac): Likewise.
252
253 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
254
255         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
256
257 2007-01-30  Jim Meyering  <jim@meyering.net>
258
259         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
260
261 2007-01-29  Bruno Haible  <bruno@clisp.org>
262
263         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
264         * lib/execute.c: Likewise.
265         * lib/pipe.c: Likewise.
266         * lib/printf-args.h: Likewise.
267         * lib/printf-args.c: Likewise.
268         * lib/printf-parse.c: Likewise.
269         * lib/vasnprintf.c: Likewise.
270
271 2007-01-29  Eric Blake  <ebb9@byu.net>
272
273         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
274         declaration.
275
276 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
277
278         * lib/strptime.h (strptime): Use 'restrict' for args where
279         POSIX requires this.
280         * lib/strptime.c (strptime): Likewise.
281         Change license notice from LGPL to GPL, since gnulib-tool will
282         change this as needed.
283         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
284         defined.
285         Include "strptime.h" first, to check interface.
286         Do not #undef _LIBC and _NL_CURRENT.
287         Do not include <stdlib.h>; no longer needed.
288         Include "time_r.h" and declare ptime_locale_status
289         only if _LIBC is not defined.
290         (__P): Remove unused macro.
291         (match_string): Bring back glibc version, but use it only if _LIBC
292         is defined.
293         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
294         Remove unnecessary assertion and abort() call.
295         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
296         * m4/strptime.m4: Fix serial number comment.
297         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
298         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
299         (Depends-on): Add time_r.
300
301 2007-01-29  Bruno Haible  <bruno@clisp.org>
302
303         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
304         strptime.
305         * modules/strptime (Depends-on): Add stdbool.
306         * lib/strptime.h: Include <time.h> always. Add comments.
307
308 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
309
310         * modules/strptime: New file.
311         * lib/strptime.h: New file.
312         * lib/strptime.c: New file.
313         * m4/strptime.m4: New file.
314
315 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
316
317         * MODULES.html.sh: New module mpsort.
318         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
319
320         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
321         a circularity problem with HP-UX ia64 reported by Bob Proulx in
322         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
323         All uses changed.
324         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
325         All uses changed.
326         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
327         to _Restrict_.
328         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
329         the parameter matches the prototype.
330
331 2007-01-28  Jim Meyering  <jim@meyering.net>
332
333         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
334         sys/time.h here, reverting that part of the previous patch:
335         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
336
337 2007-01-28  Bruno Haible  <bruno@clisp.org>
338
339         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
340         value of $(SYS_TIME_H).
341         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
342         remove it conditionally, too. [added by Jim Meyering]
343         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
344         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
345         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
346         GETTIMEOFDAY_REPLACEMENT to 1.
347
348 2007-01-28  Bruno Haible  <bruno@clisp.org>
349
350         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
351         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
352         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
353         Set UNISTD_H instead of UNISTD_H2.
354         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
355
356 2007-01-28  Bruno Haible  <bruno@clisp.org>
357
358         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
359         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
360
361 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
362
363         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
364         (func_create_testdir): Ensure C locale for `grep' and `tr'
365         character ranges.
366         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
367         ACLOCAL_AMFLAGS parsing state machine.
368
369 2007-01-27  Bruno Haible  <bruno@clisp.org>
370
371         * modules/unistr/base: Update.
372
373 2007-01-27  Bruno Haible  <bruno@clisp.org>
374
375         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
376         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
377         * modules/unistr/u32-mbtouc-unsafe: Renamed from
378         modules/unistr/u32-mbtouc.
379         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
380         * lib/unistr.h: Update.
381         * lib/linebreak.c: Update.
382         * modules/unistr/u32-mbtouc: Renamed from
383         modules/unistr/u32-mbtouc-safe.
384         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
385         * lib/unistr.h: Update.
386         * lib/unistr/u32-to-u8.c: Update.
387         * lib/unistr/u32-to-u16.c: Update.
388
389 2007-01-27  Bruno Haible  <bruno@clisp.org>
390
391         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
392         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
393         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
394         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
395         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
396         * modules/unistr/u16-mbtouc-unsafe: Renamed from
397         modules/unistr/u16-mbtouc.
398         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
399         * lib/unistr.h: Update.
400         * lib/linebreak.c: Update.
401         * modules/linebreak: Update.
402         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
403         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
404         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
405         * modules/unistr/u16-mbtouc: Renamed from
406         modules/unistr/u16-mbtouc-safe.
407         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
408         * lib/unistr.h: Update.
409         * lib/unistr/u16-to-u8.c: Update.
410         * modules/unistr/u16-to-u8: Update.
411         * lib/unistr/u16-to-u32.c: Update.
412         * modules/unistr/u16-to-u32: Update.
413
414 2007-01-27  Bruno Haible  <bruno@clisp.org>
415
416         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
417         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
418         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
419         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
420         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
421         * modules/unistr/u8-mbtouc-unsafe: Renamed from
422         modules/unistr/u8-mbtouc.
423         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
424         * lib/unistr.h: Update.
425         * lib/striconveh.c: Update.
426         * modules/striconveh: Update.
427         * lib/linebreak.c: Update.
428         * modules/linebreak: Update.
429         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
430         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
431         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
432         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
433         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
434         * lib/unistr.h: Update.
435         * lib/striconveh.c: Update.
436         * modules/striconveh: Update.
437         * lib/unistr/u8-to-u16.c: Update.
438         * modules/unistr/u8-to-u16: Update.
439         * lib/unistr/u8-to-u32.c: Update.
440         * modules/unistr/u8-to-u32: Update.
441
442 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
443
444         Sync from Libtool.
445         * lib/argz.c: Do not include strings.h nor memory.h, include
446         string.h unconditionally.  Patch by Simon Josefsson.
447
448 2007-01-27  Bruno Haible  <bruno@clisp.org>
449
450         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
451         from gl_HEADER_STRING_H_BODY.
452         (gl_HEADER_STRING_H_BODY): Require it.
453         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
454         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
455         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
456         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
457         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
458         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
459         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
460         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
461         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
462         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
463         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
464         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
465         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
466         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
467         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
468
469 2007-01-27  Bruno Haible  <bruno@clisp.org>
470
471         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
472         check_PROGRAMS into noinst_PROGRAMS.
473         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
474         check_PROGRAMS in this case.
475         (func_import): Set for_test to false.
476         (func_create_testdir): Set for_test to true.
477
478 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
479             Bruno Haible  <bruno@clisp.org>
480
481         * modules/strcasestr (Files): Remove lib/strcasestr.h.
482         (Depends-on): Add string.
483         (Includes): Use <string.h> instead of strcasestr.h.
484         * modules/string (Makefile.am): Also substitute the value of
485         REPLACE_STRCASESTR.
486         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
487         assume strcasestr is declared in <string.h> not <strings.h>. Also
488         set REPLACE_STRCASESTR.
489         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
490         REPLACE_STRCASESTR.
491         * lib/strcasestr.h: Remove file.
492         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
493         * lib/string_.h (strcasestr): New declaration.
494
495 2007-01-27  Bruno Haible  <bruno@clisp.org>
496
497         * lib/string_.h: Use 'extern'.
498
499 2007-01-27  Jim Meyering  <jim@meyering.net>
500
501         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
502         of set-but-not-used local, "q".
503
504         * lib/mempcpy.c: Include <config.h> before <string.h>.
505         This fixes a compilation error on HP-UX, due to the system's
506         "restrict"-using mempcpy prototype.
507
508 2007-01-26  Bruno Haible  <bruno@clisp.org>
509
510         Small optimization.
511         * lib/javacomp.c: Include c-strstr.h.
512          (is_envjavac_gcj): Use c_strstr instead of strstr.
513         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
514
515 2007-01-26  Bruno Haible  <bruno@clisp.org>
516
517         * MODULES.html.sh (Unicode string functions): Add the new modules.
518
519         * modules/uniconv/u32-strconv-to-locale: New file.
520         * lib/uniconv/u32-strconv-to-locale.c: New file.
521
522         * modules/uniconv/u16-strconv-to-locale: New file.
523         * lib/uniconv/u16-strconv-to-locale.c: New file.
524
525         * modules/uniconv/u8-strconv-to-locale: New file.
526         * lib/uniconv/u8-strconv-to-locale.c: New file.
527
528         * modules/uniconv/u32-strconv-from-locale: New file.
529         * lib/uniconv/u32-strconv-from-locale.c: New file.
530
531         * modules/uniconv/u16-strconv-from-locale: New file.
532         * lib/uniconv/u16-strconv-from-locale.c: New file.
533
534         * modules/uniconv/u8-strconv-from-locale: New file.
535         * lib/uniconv/u8-strconv-from-locale.c: New file.
536
537         * modules/uniconv/u32-strconv-to-enc: New file.
538         * lib/uniconv/u32-strconv-to-enc.c: New file.
539         * modules/uniconv/u32-strconv-to-enc-tests: New file.
540         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
541
542         * modules/uniconv/u16-strconv-to-enc: New file.
543         * lib/uniconv/u16-strconv-to-enc.c: New file.
544         * lib/uniconv/u-strconv-to-enc.h: New file.
545         * modules/uniconv/u16-strconv-to-enc-tests: New file.
546         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
547
548         * modules/uniconv/u8-strconv-to-enc: New file.
549         * lib/uniconv/u8-strconv-to-enc.c: New file.
550         * modules/uniconv/u8-strconv-to-enc-tests: New file.
551         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
552
553         * modules/uniconv/u32-strconv-from-enc: New file.
554         * lib/uniconv/u32-strconv-from-enc.c: New file.
555         * modules/uniconv/u32-strconv-from-enc-tests: New file.
556         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
557
558         * modules/uniconv/u16-strconv-from-enc: New file.
559         * lib/uniconv/u16-strconv-from-enc.c: New file.
560         * modules/uniconv/u16-strconv-from-enc-tests: New file.
561         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
562
563         * modules/uniconv/u8-strconv-from-enc: New file.
564         * lib/uniconv/u8-strconv-from-enc.c: New file.
565         * lib/uniconv/u-strconv-from-enc.h: New file.
566         * modules/uniconv/u8-strconv-from-enc-tests: New file.
567         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
568
569         * modules/uniconv/u32-conv-from-enc: New file.
570         * lib/uniconv/u32-conv-from-enc.c: New file.
571         * modules/uniconv/u32-conv-from-enc-tests: New file.
572         * tests/uniconv/test-u32-conv-from-enc.c: New file.
573
574         * modules/uniconv/u16-conv-from-enc: New file.
575         * lib/uniconv/u16-conv-from-enc.c: New file.
576         * lib/uniconv/u-conv-from-enc.h: New file.
577         * modules/uniconv/u16-conv-from-enc-tests: New file.
578         * tests/uniconv/test-u16-conv-from-enc.c: New file.
579
580         * modules/uniconv/u8-conv-from-enc: New file.
581         * lib/uniconv/u8-conv-from-enc.c: New file.
582         * modules/uniconv/u8-conv-from-enc-tests: New file.
583         * tests/uniconv/test-u8-conv-from-enc.c: New file.
584
585         * modules/uniconv/base: New file.
586         * lib/uniconv.h: New file.
587
588 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
589
590         * doc/gnulib-tool.texi (Initial import): Update to match current
591         behavior with strdup module.
592         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
593         * lib/memmem.h: Remove; all uses removed.  This is now done
594         by <string.h>.
595         * lib/mempcpy.h: Likewise.
596         * lib/memrchr.h: Likewise.
597         * lib/stpcpy.h: Likewise.
598         * lib/stpncpy.h: Likewise.
599         * lib/strcase.h: Likewise.
600         * lib/strchrnul.h: Likewise.
601         * lib/strdup.h: Likewise.
602         * lib/strndup.h: Likewise.
603         * lib/strnlen.h: Likewise.
604         * lib/strpbrk.h: Likewise.
605         * lib/strsep.h: Likewise.
606         * lib/strstr.h: Likewise.
607         * lib/strtok_r.h: Likewise.
608         * lib/string_.h: New file.
609         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
610         Rely on <string.h> instead.
611         * lib/canon-host.c: Likewise.
612         * lib/chdir-long.c: Likewise.
613         * lib/concatpath.c: Likewise.
614         * lib/exclude.c: Likewise.
615         * lib/fchdir.c: Likewise.
616         * lib/getaddrinfo.c: Likewise.
617         * lib/getcwd.c: Likewise.
618         * lib/getsubopt.c: Likewise.
619         * lib/glob.c: Likewise.
620         * lib/hard-locale.c: Likewise.
621         * lib/iconvme.c: Likewise.
622         * lib/javacomp.c: Likewise.
623         * lib/mempcpy.c: Likewise.
624         * lib/memrchr.c: Likewise.
625         * lib/regex_internal.h: Likewise.
626         * lib/stpncpy.c: Likewise.
627         * lib/strcasecmp.c: Likewise.
628         * lib/strchrnul.c: Likewise.
629         * lib/strdup.c: Likewise.
630         * lib/striconv.c: Likewise.
631         * lib/striconveh.c: Likewise.
632         * lib/striconveha.c: Likewise.
633         * lib/strncasecmp.c: Likewise.
634         * lib/strndup.c: Likewise.
635         * lib/strnlen.c: Likewise.
636         * lib/strsep.c: Likewise.
637         * lib/strstr.c: Likewise.
638         * lib/strtok_r.c: Likewise.
639         * lib/userspec.c: Likewise.
640         * lib/w32spawn.h: Likewise.
641         * lib/xstrndup.c: Likewise.
642         * lib/mountlist.c (strstr): Remove decl.
643         * m4/string_h.m4: New file.
644         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
645         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
646         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
647         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
648         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
649         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
650         Set REPLACE_STRCASECMP if necessary.
651         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
652         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
653         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
654         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
655         HAVE_DECL_STRDUP if necessary.
656         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
657         since gl_FUNC_STRNDUP does that now.
658         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
659         Check for decl here...
660         (gl_PREREQ_STRNLEN): ... not here.
661         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
662         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
663         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
664         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
665         necessary.
666         * modules/string: New file.
667         * modules/memmem (Files): Remove special-purpose include file.
668         (Depends-on): Add string.
669         (Include): Include <string.h>, not the removed file.
670         * modules/mempcpy: Likewise.
671         * modules/memrchr: Likewise.
672         * modules/stpcpy: Likewise.
673         * modules/stpncpy: Likewise.
674         * modules/strcase: Likewise.
675         * modules/strchrnul: Likewise.
676         * modules/strdup: Likewise.
677         * modules/strndup: Likewise.
678         * modules/strnlen: Likewise.
679         * modules/strpbrk: Likewise.
680         * modules/strsep: Likewise.
681         * modules/strstr: Likewise.
682         * modules/strtok_r: Likewise.
683         * tests/test-dirname.c: Don't include "strdup.h", since
684         <string.h> now suffices.
685         * tests/test-memmem.c: Don't include "memmem.h", since
686         <string.h> now suffices.
687
688 2007-01-25  Bruno Haible  <bruno@clisp.org>
689
690         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
691         *resultp is 0.
692
693         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
694         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
695         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
696         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
697
698         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
699         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
700         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
701         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
702         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
703         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
704
705 2007-01-24  Bruno Haible  <bruno@clisp.org>
706
707         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
709         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
710         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
711         gl_FUNC_FTS_CORE.
712         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
713         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
714         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
715         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
716         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
717         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
718         gl_FUNC_FCHOWNAT.
719         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
720         gl_FUNC_STRFTIME.
721         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
722         Reported by Ralf Wildenhues.
723
724 2007-01-24  Bruno Haible  <bruno@clisp.org>
725
726         Drop AC_REQUIRE calls that are redundant with the module dependencies.
727         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
728         gl_GETADDRINFO.
729         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
730         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
731         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
732
733 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
736         Don't use 'exit'; just return from 'main'.
737         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
738
739         * lib/fnmatch_.h: Readjust white space and comments to match
740         glibc, to avoid spurious diffs.
741
742 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
743
744         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
745         2004-12-01 change by Jakub Jelinek, since this code won't compile
746         if !LIBC.  Problem reported by Bob Proulx.
747
748 2007-01-23  Bruno Haible  <bruno@clisp.org>
749
750         * lib/striconveh.c: Include c-strcaseeq.h.
751         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
752         * modules/striconveh (Depends-on): Add c-strcaseeq.
753
754 2007-01-23  Bruno Haible  <bruno@clisp.org>
755
756         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
757
758         * modules/c-strcaseeq: New file.
759         * lib/c-strcaseeq.h: New file.
760
761         * modules/streq: New file.
762         * lib/streq.h: New file.
763
764 2007-01-23  Bruno Haible  <bruno@clisp.org>
765
766         * modules/striconveha-tests: New file.
767         * tests/test-striconveha.c: New file.
768
769         * lib/striconveha.h: Include <stdbool.h>.
770         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
771         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
772         (mem_iconveha_notranslit): Renamed from mem_iconveha.
773         (mem_iconveha): New function.
774         (str_iconveha_notranslit): Renamed from str_iconveha.
775         (str_iconveha): New function.
776         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
777         c-strcase.
778
779 2007-01-23  Bruno Haible  <bruno@clisp.org>
780
781         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
782         encodings without forgiving before trying any encoding with handler.
783         (str_iconveha): Try all encodings without forgiving before trying any
784         encoding with handler.
785
786 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
787
788         Import the following changes from libc.
789
790         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
791
792         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
793
794         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
795
796         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
797         normal_bracket label.
798
799         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
800
801         [BZ #361]
802         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
803         to normal_bracket after fetching the next character.
804
805 2007-01-22  Bruno Haible  <bruno@clisp.org>
806
807         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
808         argument.
809         * lib/striconveh.c (iconv_carefully_1): New function.
810         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
811         argument.
812         (str_cd_iconveh): Update.
813         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
814         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
815         * tests/test-striconveh.c (MAGIC): New macro.
816         (new_offsets): New function.
817         (main): Test call with and without offsets.
818
819 2007-01-22  Bruno Haible  <bruno@clisp.org>
820
821         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
822         * modules/sys_select (Makefile.am): Likewise.
823         * modules/sys_socket (Makefile.am): Likewise.
824         * modules/sys_time (Makefile.am): Likewise.
825
826 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
827
828         * modules/gettimeofday (License): Change from GPL to LGPL, since
829         gettimeofday is a library function.
830
831 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
832
833         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
834
835 2007-01-21  Bruno Haible  <bruno@clisp.org>
836
837         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
838
839 2007-01-21  Bruno Haible  <bruno@clisp.org>
840
841         * modules/striconveha: New file.
842         * lib/striconveha.h: New file.
843         * lib/striconveha.c: New file.
844         * MODULES.html.sh (Internationalization functions): Add striconveha.
845         * lib/striconv.c (str_iconv): Optimize the case of an empty input
846         string.
847         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
848
849 2007-01-21  Bruno Haible  <bruno@clisp.org>
850
851         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
852         * lib/striconveh.c (str_iconveh): Likewise.
853
854 2007-01-21  Bruno Haible  <bruno@clisp.org>
855
856         * lib/striconveh.h (mem_iconveh): New declaration.
857         * lib/striconveh.c (mem_iconveh): New function.
858         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
859
860 2007-01-21  Bruno Haible  <bruno@clisp.org>
861
862         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
863
864         * lib/striconveh.h (mem_cd_iconveh): Change specification.
865         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
866         original result buffer.
867         (str_cd_iconveh): Update.
868         * tests/test-striconveh.c (main): Update.
869
870         * lib/striconv.h (mem_cd_iconv): Change specification.
871         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
872         result buffer.
873         (str_cd_iconv): Update.
874         * tests/test-striconv.c (main): Update.
875
876 2007-01-21  Bruno Haible  <bruno@clisp.org>
877
878         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
879
880 2007-01-20  Jim Meyering  <jim@meyering.net>
881
882         * lib/userspec.c (parse_with_separator): If a user or group string
883         starts with "+", skip the corresponding name-to-ID look-up, since
884         such a look-up must fail: user and group names may not include "+".
885
886 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
887
888         * lib/poll.c: Include sys/time.h and time.h unconditionally,
889         since we now assume the sys_time module.
890         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
891         check for sys/time.h; no longer needed.
892         * modules/poll (Depends-on): Depend on sys_time.
893
894 2007-01-18  Bruno Haible  <bruno@clisp.org>
895
896         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
897         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
898
899         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
900         gettimeofday.
901
902         * tests/test-gettimeofday.c: Include <time.h>.
903         (dummy): Remove variable.
904
905         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
906         gl_HEADER_SYS_TIME_H.
907         (gl_HEADER_SYS_TIME_H): New macro.
908
909         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
910         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
911         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
912         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
913         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
914         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
915         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
916         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
917         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
918         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
919         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
920
921         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
922         last change; it caused a compilation error when cross-compiling to
923         Cygwin.
924
925 2007-01-18  Jim Meyering  <jim@meyering.net>
926
927         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
928         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
929         than the race-prone "test -d sys || mkdir sys".
930         (configure.ac): Use AC_PROG_MKDIR_P.
931         * modules/sys_select: Likewise.
932         * modules/sys_socket: Likewise.
933         * modules/sys_time: Likewise.
934
935 2007-01-18  Eric Blake  <ebb9@byu.net>
936
937         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
938         replace gettimeofday.
939         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
940         name, to avoid infinite recursion.
941
942 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
943
944         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
945         module sys_time.
946         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
947         assume timespec.h defines struct timeval.
948         * lib/settime.c: Likewise.
949         * lib/utimens.c: Likewise.
950         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
951         since we now assume the gettimeofday module.
952         * lib/tempname.c (__gen_tempname): Likewise.
953         * lib/gettimeofday.h: Remove.
954         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
955         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
956         Include <time.h>, for 'time()'.
957         (localtime_buffer_addr): Also use this workaround if
958         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
959         to simplify the uses.  All uses changed.
960         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
961         that #undef is inside {}, and 'const' follows type name consistently.
962         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
963         (gettimeofday): Do not use the maximum possible value for
964         tv->tv_usec, since that might break usages other than ls.c.
965         Instead, we'll leave ls.c alone.  This undoes today's patch
966         by Bruno.  Add a compile-time warning for 1s-clock resolution;
967         we've never observed the problem but might as well keep the
968         canary.
969         * lib/nanosleep.c: Include timespec.h first, for interface check.
970         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
971         now assume the sys_time module.
972         * lib/tempname.c: Likewise.
973         * lib/timespec.h: Likewise.
974         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
975         needed.
976         * lib/strftime.c: Likewise.
977         * lib/timespec.h: Likewise.
978         * lib/posixtm.c: Include posixtm.h first, for interface check.
979         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
980         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
981         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
982         * lib/sys_time_.h: New file.
983         * lib/timespec.h (struct timespec): Use long int, not long.
984         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
985         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
986         Remove obsolescent call to AC_HEADER_TIME.
987         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
989         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
990         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
991         Likewise.
992         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
993         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
994         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
995         into the sys_time module.  Check for gettimeofday just once.
996         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
997         for gettimeofday signature to just check the signature.  Merely
998         compile it, since linking doesn't test signature.  Improve test for
999         whether gettimeofday.o is actually needed.
1000         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1001         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1002         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1003         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1004         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1005         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1006         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1007         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1008         than worrying about sys/time.h.
1009         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1010         Don't bother worrying about TIME_WITH_SYS_TIME.
1011         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1012         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1013         * m4/sys_time_h.m4: New file.
1014         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1015         Don't include sys/time.h.  Return from main rather than exiting.
1016         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1017         all uses changed.
1018         * modules/gethrxtime (Depends-on): Add sys_time.
1019         * modules/gettime (Depends-on): Likewise.
1020         * modules/gettimeofday (Depends-on): Likewise.
1021         * modules/nanosleep (Depends-on): Likewise.
1022         * modules/settime (Depends-on): Likewise.
1023         * modules/tempname (Depends-on): Likewise.
1024         * modules/utimens (Depends-on): Likewise.
1025         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1026         (Include:) Change back to <sys/time.h>.
1027         (Maintainer:) Add self.
1028         * modules/sys_time: New file.
1029         * modules/tempname (Depends-on): Add gettimeofday.
1030         * tests/test-gettimeofday.c: Include <sys/time.h>
1031         rather than gettimeofday.h.
1032
1033 2007-01-17  Bruno Haible  <bruno@clisp.org>
1034
1035         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1036         the license default to GPL.
1037         (func_create_testdir): Don't complain if a module is LGPL and its
1038         tests module depends on GPLed modules.
1039
1040 2007-01-17  Bruno Haible  <bruno@clisp.org>
1041
1042         * lib/gettimeofday.c (gettimeofday): Add code for the case
1043         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1044         maximum possible value for tv->tv_usec, rather than the minimum one.
1045
1046 2005-10-08  Martin Lambers  <marlam@marlam.de>
1047 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1048 2007-01-16  Bruno Haible  <bruno@clisp.org>
1049
1050         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1051         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1052         gl_FUNC_GETTIMEOFDAY.
1053         (Include): Add gettimeofday.h.
1054         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1055         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1056         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1057         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1058         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1059         * lib/gettimeofday.h: New file.
1060         * lib/gettimeofday.c: Include <sys/timeb.h>.
1061         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1062         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1063         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1064         fall back on time().
1065
1066         * tests/test-gettimeofday.c: New file.
1067         * modules/gettimeofday-tests: New file.
1068
1069 2007-01-16  Eric Blake  <ebb9@byu.net>
1070
1071         * modules/fnmatch (Depends-on): Depend on wchar.
1072         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1073         * m4/fnmatch.m4: Likewise.
1074         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1075         * m4/mbchar.m4: Likewise.
1076         * modules/mbswidth (Depends-on): Depend on wchar.
1077         * lib/mbswidth.c: Assume <wchar.h>.
1078         * m4/mbswidth.m4: Likewise.
1079         * modules/quotearg (Depends-on): Depend on wchar.
1080         * lib/quotearg.c: Assume <wchar.h>.
1081         * m4/quotearg.m4: Likewise.
1082         * modules/regex (Depends-on): Depend on wchar.
1083         * lib/regex_internal.h: Assume <wchar.h>.
1084         * m4/regex.m4: Likewise.
1085         * modules/stdint (Depends-on): Depend on wchar.
1086         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1087         * m4/stdint.m4: Likewise.
1088         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1089         * modules/strftime (Depends-on): Depend on wchar.
1090         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1091         * modules/strtol (Depends-on): Depend on wchar.
1092         * lib/strtol.c: Assume <wchar.h>.
1093         * modules/wcwidth (Depends-on): Depend on wchar.
1094         * lib/wcwidth.h: Assume <wchar.h>.
1095         * m4/wcwidth.m4: Likewise.
1096
1097 2007-01-16  Bruno Haible  <bruno@clisp.org>
1098
1099         * modules/csharpexec-script: New, created from...
1100         * modules/csharpexec: ... this.
1101
1102 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1103
1104         * modules/javaexec-script: New, created from...
1105         * modules/javaexec: ... this.
1106
1107 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1108
1109         * modules/poll (Dependencies): Add sys_select.
1110
1111 2007-01-15  Jim Meyering  <jim@meyering.net>
1112
1113         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1114         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1115         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1116         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1117
1118 2007-01-15  Bruno Haible  <bruno@clisp.org>
1119
1120         * modules/striconveh: New file.
1121         * lib/striconveh.h: New file.
1122         * lib/striconveh.c: New file.
1123         * MODULES.html.sh (Internationalization functions): Add striconveh.
1124
1125         * modules/striconveh-tests: New file.
1126         * tests/test-striconveh.c: New file.
1127
1128 2007-01-15  Bruno Haible  <bruno@clisp.org>
1129
1130         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1131         not from GNU libiconv or GNU libc.
1132
1133 2007-01-15  Bruno Haible  <bruno@clisp.org>
1134
1135         * doc/gnulib-intro.texi (Copyright): Explain the different license
1136         terms for module descriptions, autoconf macros, tests, documentation.
1137
1138 2007-01-14  Bruno Haible  <bruno@clisp.org>
1139
1140         * modules/striconv-tests: New file.
1141         * tests/test-striconv.c: New file.
1142
1143 2007-01-14  Bruno Haible  <bruno@clisp.org>
1144
1145         * modules/iconv-tests: New file.
1146         * tests/test-iconv.c: New file.
1147
1148 2007-01-14  Bruno Haible  <bruno@clisp.org>
1149
1150         * gnulib-tool (func_get_license): For test modules, use the license of
1151         the main module.
1152
1153 2007-01-14  Bruno Haible  <bruno@clisp.org>
1154
1155         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1156         if iconv is found to exist.
1157
1158 2007-01-14  Bruno Haible  <bruno@clisp.org>
1159
1160         * modules/c-ctype-tests: New file.
1161         * tests/test-c-ctype.c: New file.
1162
1163 2007-01-14  Bruno Haible  <bruno@clisp.org>
1164
1165         * modules/binary-io-tests: New file.
1166         * tests/test-binary-io.sh: New file.
1167         * tests/test-binary-io.c: New file.
1168
1169 2007-01-14  Bruno Haible  <bruno@clisp.org>
1170
1171         * modules/array-oset-tests: New file.
1172         * tests/test-array_oset.c: New file.
1173
1174 2007-01-14  Bruno Haible  <bruno@clisp.org>
1175
1176         * modules/array-list-tests: New file.
1177         * tests/test-array_list.c: New file.
1178
1179 2007-01-14  Bruno Haible  <bruno@clisp.org>
1180
1181         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1182         and make.
1183         Reported by Simon Josefsson in
1184         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1185
1186 2007-01-14  Bruno Haible  <bruno@clisp.org>
1187
1188         * modules/allocsa-tests: New file.
1189         * tests/test-allocsa.c: New file.
1190
1191 2007-01-14  Bruno Haible  <bruno@clisp.org>
1192
1193         * modules/fchdir (Depends-on): Add absolute-header.
1194         * modules/unistd (Depends-on): Likewise.
1195
1196 2006-12-30  Bruno Haible  <bruno@clisp.org>
1197
1198         * modules/fchdir: New file.
1199         * modules/unistd (Files): Add lib/unistd_.h.
1200         (Makefile.am): Generate unistd.h from unistd_.h.
1201         * lib/fchdir.c: New file.
1202         * lib/dirent_.h: New file.
1203         * lib/unistd_.h: New file.
1204         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1205         * m4/fchdir.m4: New file.
1206         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1207         (gl_HEADER_UNISTD): Invoke it.
1208         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1209         function.
1210         * lib/backupfile.c (opendir, closedir): Undefine.
1211         * lib/chown.c (open, close): Undefine.
1212         * lib/clean-temp.c (open, close): Undefine.
1213         * lib/copy-file.c (open, close): Undefine.
1214         * lib/execute.c (open, close): Undefine.
1215         * lib/fsusage.c (open, close): Undefine.
1216         * lib/gc-gnulib.c (open, close): Undefine.
1217         * lib/getcwd.c (opendir, closedir): Undefine.
1218         * lib/glob.c (opendir, closedir): Undefine.
1219         * lib/javacomp.c (open, close): Undefine.
1220         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1221         * lib/openat-proc.c (open, close): Undefine.
1222         * lib/pagealign_alloc.c (open, close): Undefine.
1223         * lib/pipe.c (open, close): Undefine.
1224         * lib/progreloc.c (open, close): Undefine.
1225         * lib/savedir.c (opendir, closedir): Undefine.
1226         * lib/utime.c (open, close): Undefine.
1227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1228
1229 2007-01-10  Bruno Haible  <bruno@clisp.org>
1230
1231         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1232
1233 2007-01-12  Eric Blake  <ebb9@byu.net>
1234
1235         Provide a robust <wchar.h>.  Further simplifications are now
1236         possible in other modules, but not included here.
1237         * modules/wchar: New module.
1238         * m4/wchar.m4: New file.
1239         * lib/wchar_.h: Likewise.
1240         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1241         of the new module.
1242         * MODULES.html.sh (Extended multibyte and wide character utilities):
1243         New section.
1244
1245 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1246
1247         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1248         to a reasonable default for memory allocation.
1249         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1250         file system that reports garbage st_size values for symlinks.
1251         Problem reported by Liyang Hu.
1252
1253 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1254
1255         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1256         Emacs .#* auto-save files).
1257
1258 2007-01-11  Bruno Haible  <bruno@clisp.org>
1259
1260         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1261         directory.
1262
1263 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1264
1265         Use @...@ consistently in lib/wctype_.h.
1266         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1267         on it being set to 1 or 0.
1268         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1269         go back to AC_SUBSTing it.
1270         * modules/wctype (Makefile.am): Undo previous change.
1271
1272 2007-01-10  Eric Blake  <ebb9@byu.net>
1273
1274         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1275         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1276         * modules/wctype (Makefile.am): Likewise.
1277         Reported by Chris McGuire.
1278
1279 2007-01-10  Jim Meyering  <jim@meyering.net>
1280
1281         fts.c: a small readability/maintainability improvement
1282         * lib/fts.c (fts_read): Make this code slightly more readable and
1283         maintainable by hoisting the "sp->fts_cur = p" assignments to
1284         immediately follow the statements that set P.  Derived from
1285         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1286
1287 2007-01-10  Eric Blake  <ebb9@byu.net>
1288
1289         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1290         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1291         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1292         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1293         Reported by Chris McGuire.
1294
1295 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1296
1297         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1298         in sed script.
1299
1300 2007-01-09  Bruno Haible  <bruno@clisp.org>
1301
1302         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1303         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1304         variables.
1305         (func_module): Use them.
1306
1307 2007-01-09  Bruno Haible  <bruno@clisp.org>
1308
1309         * modules/unistr/base: New file.
1310         * lib/unistr.h: New file.
1311
1312         * modules/unistr/u8-to-u16: New file.
1313         * lib/unistr/u8-to-u16.c: New file.
1314
1315         * modules/unistr/u8-to-u32: New file.
1316         * lib/unistr/u8-to-u32.c: New file.
1317
1318         * modules/unistr/u16-to-u8: New file.
1319         * lib/unistr/u16-to-u8.c: New file.
1320
1321         * modules/unistr/u16-to-u32: New file.
1322         * lib/unistr/u16-to-u32.c: New file.
1323
1324         * modules/unistr/u32-to-u8: New file.
1325         * lib/unistr/u32-to-u8.c: New file.
1326
1327         * modules/unistr/u32-to-u16: New file.
1328         * lib/unistr/u32-to-u16.c: New file.
1329
1330         * modules/unistr/u8-check: New file.
1331         * modules/unistr/u16-check: New file.
1332         * modules/unistr/u32-check: New file.
1333         * lib/unistr/u8-check.c: New file.
1334         * lib/unistr/u16-check.c: New file.
1335         * lib/unistr/u32-check.c: New file.
1336
1337         * modules/unistr/u8-chr: New file.
1338         * modules/unistr/u16-chr: New file.
1339         * modules/unistr/u32-chr: New file.
1340         * lib/unistr/u8-chr.c: New file.
1341         * lib/unistr/u16-chr.c: New file.
1342         * lib/unistr/u32-chr.c: New file.
1343
1344         * modules/unistr/u8-cmp: New file.
1345         * modules/unistr/u16-cmp: New file.
1346         * modules/unistr/u32-cmp: New file.
1347         * lib/unistr/u8-cmp.c: New file.
1348         * lib/unistr/u16-cmp.c: New file.
1349         * lib/unistr/u32-cmp.c: New file.
1350
1351         * modules/unistr/u8-cpy: New file.
1352         * modules/unistr/u16-cpy: New file.
1353         * modules/unistr/u32-cpy: New file.
1354         * lib/unistr/u8-cpy.c: New file.
1355         * lib/unistr/u16-cpy.c: New file.
1356         * lib/unistr/u32-cpy.c: New file.
1357         * lib/unistr/u-cpy.h: New file.
1358
1359         * modules/unistr/u8-cpy-alloc: New file.
1360         * modules/unistr/u16-cpy-alloc: New file.
1361         * modules/unistr/u32-cpy-alloc: New file.
1362         * lib/unistr/u8-cpy-alloc.c: New file.
1363         * lib/unistr/u16-cpy-alloc.c: New file.
1364         * lib/unistr/u32-cpy-alloc.c: New file.
1365         * lib/unistr/u-cpy-alloc.h: New file.
1366
1367         * modules/unistr/u8-endswith: New file.
1368         * modules/unistr/u16-endswith: New file.
1369         * modules/unistr/u32-endswith: New file.
1370         * lib/unistr/u8-endswith.c: New file.
1371         * lib/unistr/u16-endswith.c: New file.
1372         * lib/unistr/u32-endswith.c: New file.
1373         * lib/unistr/u-endswith.h: New file.
1374
1375         * modules/unistr/u8-mblen: New file.
1376         * modules/unistr/u16-mblen: New file.
1377         * modules/unistr/u32-mblen: New file.
1378         * lib/unistr/u8-mblen.c: New file.
1379         * lib/unistr/u16-mblen.c: New file.
1380         * lib/unistr/u32-mblen.c: New file.
1381
1382         * modules/unistr/u8-mbtouc: New file.
1383         * modules/unistr/u16-mbtouc: New file.
1384         * modules/unistr/u32-mbtouc: New file.
1385         * lib/unistr/u8-mbtouc.c: New file.
1386         * lib/unistr/u16-mbtouc.c: New file.
1387         * lib/unistr/u32-mbtouc.c: New file.
1388
1389         * modules/unistr/u8-mbtouc-safe: New file.
1390         * modules/unistr/u16-mbtouc-safe: New file.
1391         * modules/unistr/u32-mbtouc-safe: New file.
1392         * lib/unistr/u8-mbtouc-safe.c: New file.
1393         * lib/unistr/u16-mbtouc-safe.c: New file.
1394         * lib/unistr/u32-mbtouc-safe.c: New file.
1395
1396         * modules/unistr/u8-move: New file.
1397         * modules/unistr/u16-move: New file.
1398         * modules/unistr/u32-move: New file.
1399         * lib/unistr/u8-move.c: New file.
1400         * lib/unistr/u16-move.c: New file.
1401         * lib/unistr/u32-move.c: New file.
1402         * lib/unistr/u-move.h: New file.
1403
1404         * modules/unistr/u8-next: New file.
1405         * modules/unistr/u16-next: New file.
1406         * modules/unistr/u32-next: New file.
1407         * lib/unistr/u8-next.c: New file.
1408         * lib/unistr/u16-next.c: New file.
1409         * lib/unistr/u32-next.c: New file.
1410
1411         * modules/unistr/u8-prev: New file.
1412         * modules/unistr/u16-prev: New file.
1413         * modules/unistr/u32-prev: New file.
1414         * lib/unistr/u8-prev.c: New file.
1415         * lib/unistr/u16-prev.c: New file.
1416         * lib/unistr/u32-prev.c: New file.
1417
1418         * modules/unistr/u8-set: New file.
1419         * modules/unistr/u16-set: New file.
1420         * modules/unistr/u32-set: New file.
1421         * lib/unistr/u8-set.c: New file.
1422         * lib/unistr/u16-set.c: New file.
1423         * lib/unistr/u32-set.c: New file.
1424         * lib/unistr/u-set.h: New file.
1425
1426         * modules/unistr/u8-startswith: New file.
1427         * modules/unistr/u16-startswith: New file.
1428         * modules/unistr/u32-startswith: New file.
1429         * lib/unistr/u8-startswith.c: New file.
1430         * lib/unistr/u16-startswith.c: New file.
1431         * lib/unistr/u32-startswith.c: New file.
1432         * lib/unistr/u-startswith.h: New file.
1433
1434         * modules/unistr/u8-stpcpy: New file.
1435         * modules/unistr/u16-stpcpy: New file.
1436         * modules/unistr/u32-stpcpy: New file.
1437         * lib/unistr/u8-stpcpy.c: New file.
1438         * lib/unistr/u16-stpcpy.c: New file.
1439         * lib/unistr/u32-stpcpy.c: New file.
1440         * lib/unistr/u-stpcpy.h: New file.
1441
1442         * modules/unistr/u8-stpncpy: New file.
1443         * modules/unistr/u16-stpncpy: New file.
1444         * modules/unistr/u32-stpncpy: New file.
1445         * lib/unistr/u8-stpncpy.c: New file.
1446         * lib/unistr/u16-stpncpy.c: New file.
1447         * lib/unistr/u32-stpncpy.c: New file.
1448         * lib/unistr/u-stpncpy.h: New file.
1449
1450         * modules/unistr/u8-strcat: New file.
1451         * modules/unistr/u16-strcat: New file.
1452         * modules/unistr/u32-strcat: New file.
1453         * lib/unistr/u8-strcat.c: New file.
1454         * lib/unistr/u16-strcat.c: New file.
1455         * lib/unistr/u32-strcat.c: New file.
1456         * lib/unistr/u-strcat.h: New file.
1457
1458         * modules/unistr/u8-strchr: New file.
1459         * modules/unistr/u16-strchr: New file.
1460         * modules/unistr/u32-strchr: New file.
1461         * lib/unistr/u8-strchr.c: New file.
1462         * lib/unistr/u16-strchr.c: New file.
1463         * lib/unistr/u32-strchr.c: New file.
1464
1465         * modules/unistr/u8-strcmp: New file.
1466         * modules/unistr/u16-strcmp: New file.
1467         * modules/unistr/u32-strcmp: New file.
1468         * lib/unistr/u8-strcmp.c: New file.
1469         * lib/unistr/u16-strcmp.c: New file.
1470         * lib/unistr/u32-strcmp.c: New file.
1471
1472         * modules/unistr/u8-strcpy: New file.
1473         * modules/unistr/u16-strcpy: New file.
1474         * modules/unistr/u32-strcpy: New file.
1475         * lib/unistr/u8-strcpy.c: New file.
1476         * lib/unistr/u16-strcpy.c: New file.
1477         * lib/unistr/u32-strcpy.c: New file.
1478         * lib/unistr/u-strcpy.h: New file.
1479
1480         * modules/unistr/u8-strcspn: New file.
1481         * modules/unistr/u16-strcspn: New file.
1482         * modules/unistr/u32-strcspn: New file.
1483         * lib/unistr/u8-strcspn.c: New file.
1484         * lib/unistr/u16-strcspn.c: New file.
1485         * lib/unistr/u32-strcspn.c: New file.
1486         * lib/unistr/u-strcspn.h: New file.
1487
1488         * modules/unistr/u8-strdup: New file.
1489         * modules/unistr/u16-strdup: New file.
1490         * modules/unistr/u32-strdup: New file.
1491         * lib/unistr/u8-strdup.c: New file.
1492         * lib/unistr/u16-strdup.c: New file.
1493         * lib/unistr/u32-strdup.c: New file.
1494         * lib/unistr/u-strdup.h: New file.
1495
1496         * modules/unistr/u8-strlen: New file.
1497         * modules/unistr/u16-strlen: New file.
1498         * modules/unistr/u32-strlen: New file.
1499         * lib/unistr/u8-strlen.c: New file.
1500         * lib/unistr/u16-strlen.c: New file.
1501         * lib/unistr/u32-strlen.c: New file.
1502         * lib/unistr/u-strlen.h: New file.
1503
1504         * modules/unistr/u8-strmblen: New file.
1505         * modules/unistr/u16-strmblen: New file.
1506         * modules/unistr/u32-strmblen: New file.
1507         * lib/unistr/u8-strmblen.c: New file.
1508         * lib/unistr/u16-strmblen.c: New file.
1509         * lib/unistr/u32-strmblen.c: New file.
1510
1511         * modules/unistr/u8-strmbtouc: New file.
1512         * modules/unistr/u16-strmbtouc: New file.
1513         * modules/unistr/u32-strmbtouc: New file.
1514         * lib/unistr/u8-strmbtouc.c: New file.
1515         * lib/unistr/u16-strmbtouc.c: New file.
1516         * lib/unistr/u32-strmbtouc.c: New file.
1517
1518         * modules/unistr/u8-strncat: New file.
1519         * modules/unistr/u16-strncat: New file.
1520         * modules/unistr/u32-strncat: New file.
1521         * lib/unistr/u8-strncat.c: New file.
1522         * lib/unistr/u16-strncat.c: New file.
1523         * lib/unistr/u32-strncat.c: New file.
1524         * lib/unistr/u-strncat.h: New file.
1525
1526         * modules/unistr/u8-strncmp: New file.
1527         * modules/unistr/u16-strncmp: New file.
1528         * modules/unistr/u32-strncmp: New file.
1529         * lib/unistr/u8-strncmp.c: New file.
1530         * lib/unistr/u16-strncmp.c: New file.
1531         * lib/unistr/u32-strncmp.c: New file.
1532
1533         * modules/unistr/u8-strncpy: New file.
1534         * modules/unistr/u16-strncpy: New file.
1535         * modules/unistr/u32-strncpy: New file.
1536         * lib/unistr/u8-strncpy.c: New file.
1537         * lib/unistr/u16-strncpy.c: New file.
1538         * lib/unistr/u32-strncpy.c: New file.
1539         * lib/unistr/u-strncpy.h: New file.
1540
1541         * modules/unistr/u8-strnlen: New file.
1542         * modules/unistr/u16-strnlen: New file.
1543         * modules/unistr/u32-strnlen: New file.
1544         * lib/unistr/u8-strnlen.c: New file.
1545         * lib/unistr/u16-strnlen.c: New file.
1546         * lib/unistr/u32-strnlen.c: New file.
1547         * lib/unistr/u-strnlen.h: New file.
1548
1549         * modules/unistr/u8-strpbrk: New file.
1550         * modules/unistr/u16-strpbrk: New file.
1551         * modules/unistr/u32-strpbrk: New file.
1552         * lib/unistr/u8-strpbrk.c: New file.
1553         * lib/unistr/u16-strpbrk.c: New file.
1554         * lib/unistr/u32-strpbrk.c: New file.
1555         * lib/unistr/u-strpbrk.h: New file.
1556
1557         * modules/unistr/u8-strrchr: New file.
1558         * modules/unistr/u16-strrchr: New file.
1559         * modules/unistr/u32-strrchr: New file.
1560         * lib/unistr/u8-strrchr.c: New file.
1561         * lib/unistr/u16-strrchr.c: New file.
1562         * lib/unistr/u32-strrchr.c: New file.
1563
1564         * modules/unistr/u8-strspn: New file.
1565         * modules/unistr/u16-strspn: New file.
1566         * modules/unistr/u32-strspn: New file.
1567         * lib/unistr/u8-strspn.c: New file.
1568         * lib/unistr/u16-strspn.c: New file.
1569         * lib/unistr/u32-strspn.c: New file.
1570         * lib/unistr/u-strspn.h: New file.
1571
1572         * modules/unistr/u8-strstr: New file.
1573         * modules/unistr/u16-strstr: New file.
1574         * modules/unistr/u32-strstr: New file.
1575         * lib/unistr/u8-strstr.c: New file.
1576         * lib/unistr/u16-strstr.c: New file.
1577         * lib/unistr/u32-strstr.c: New file.
1578         * lib/unistr/u-strstr.h: New file.
1579
1580         * modules/unistr/u8-strtok: New file.
1581         * modules/unistr/u16-strtok: New file.
1582         * modules/unistr/u32-strtok: New file.
1583         * lib/unistr/u8-strtok.c: New file.
1584         * lib/unistr/u16-strtok.c: New file.
1585         * lib/unistr/u32-strtok.c: New file.
1586         * lib/unistr/u-strtok.h: New file.
1587
1588         * modules/unistr/u8-uctomb: New file.
1589         * modules/unistr/u16-uctomb: New file.
1590         * modules/unistr/u32-uctomb: New file.
1591         * lib/unistr/u8-uctomb.c: New file.
1592         * lib/unistr/u16-uctomb.c: New file.
1593         * lib/unistr/u32-uctomb.c: New file.
1594
1595         * MODULES.html.sh (Unicode string functions): Add the new modules.
1596
1597 2007-01-08  Bruno Haible  <bruno@clisp.org>
1598
1599         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1600         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1601         subdirectories.
1602
1603 2007-01-08  Karl Berry  <karl@gnu.org>
1604
1605         * doc/error.texi: mention that main() fns must set program_name
1606         when progname is used.
1607
1608 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1609
1610         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1611         WCTYPE_H is empty, for the benefit of builds from non-distclean
1612         directories.  Problem reported by Eric Blake in
1613         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1614
1615 2007-01-08  Bruno Haible  <bruno@clisp.org>
1616
1617         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1618         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1619         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1620         PROVIDE_CANONICALIZE_FILENAME_MODE.
1621         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1622
1623 2007-01-08  Bruno Haible  <bruno@clisp.org>
1624
1625         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1626         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1627         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1628         * lib/fts.c: Likewise.
1629         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1630
1631 2006-12-25  Bruno Haible  <bruno@clisp.org>
1632
1633         * modules/utf8-ucs4-safe: New file.
1634         * lib/utf8-ucs4-safe.h: New file.
1635         * lib/unistr/utf8-ucs4-safe.c: New file.
1636
1637         * modules/utf16-ucs4-safe: New file.
1638         * lib/utf16-ucs4-safe.h: New file.
1639         * lib/unistr/utf16-ucs4-safe.c: New file.
1640
1641         * MODULES.html.sh (Unicode string functions): Add the new modules.
1642
1643 2007-01-08  Bruno Haible  <bruno@clisp.org>
1644
1645         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1646         (Depends-on): Add unitypes.
1647         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1648         (u8_mbtouc_aux): Move out to separate file.
1649         (u8_mbtouc): Use ucs4_t, uint8_t types.
1650         * lib/unistr/utf8-ucs4.c: New file.
1651
1652         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1653         (Depends-on): Add unitypes.
1654         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1655         (u16_mbtouc_aux): Move out to separate file.
1656         (u16_mbtouc): Use ucs4_t, uint16_t types.
1657         * lib/unistr/utf16-ucs4.c: New file.
1658
1659         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1660         (Depends-on): Add unitypes.
1661         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1662         (u8_uctomb_aux): Move out to separate file.
1663         (u8_uctomb): Use ucs4_t, uint8_t types.
1664         * lib/unistr/ucs4-utf8.c: New file.
1665
1666         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1667         (Depends-on): Add unitypes.
1668         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1669         (u16_uctomb_aux): Move out to separate file.
1670         (u16_uctomb): Use ucs4_t, uint16_t types.
1671         * lib/unistr/ucs4-utf16.c: New file.
1672
1673 2006-12-25  Bruno Haible  <bruno@clisp.org>
1674
1675         * modules/unitypes: New file.
1676         * lib/unitypes.h: New file.
1677         * MODULES.html.sh (func_all_modules): New section "Unicode string
1678         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1679         this section. Add unitypes.
1680
1681 2007-01-08  Bruno Haible  <bruno@clisp.org>
1682
1683         Avoid variable names that conflict with those from libtool.
1684         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1685         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1686         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1687         library_names_spec to acl_library_names_spec, hardcode_* to
1688         acl_hardcode_*.
1689         Reported by Ralf Wildenhues.
1690
1691 2007-01-08  Bruno Haible  <bruno@clisp.org>
1692
1693         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1694         definition.
1695         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1696         definition.
1697         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1698         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1699         definition.
1700         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1701         definition.
1702         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1703         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1704         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1705         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1706         definition.
1707         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1708         definition.
1709         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1710         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1711         GC_USE_<algorithm>.
1712         * lib/gc-libgcrypt.c: Likewise.
1713         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1714         * modules/gc-arctwo (configure.ac): Likewise.
1715         * modules/gc-des (configure.ac): Likewise.
1716         * modules/gc-hmac-md5 (configure.ac): Likewise.
1717         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1718         * modules/gc-md2 (configure.ac): Likewise.
1719         * modules/gc-md4 (configure.ac): Likewise.
1720         * modules/gc-md5 (configure.ac): Likewise.
1721         * modules/gc-random (configure.ac): Likewise.
1722         * modules/gc-rijndael (configure.ac): Likewise.
1723         * modules/gc-sha1 (configure.ac): Likewise.
1724
1725 2007-01-08  Bruno Haible  <bruno@clisp.org>
1726
1727         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1728         macro definition.
1729         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1730         definition.
1731         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1732         definition.
1733         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1734         * modules/fcntl-safer (configure.ac): Likewise.
1735         * modules/fopen-safer (configure.ac): Likewise.
1736         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1737         GNULIB_FWRITEERROR macro definition.
1738
1739 2007-01-08  Bruno Haible  <bruno@clisp.org>
1740
1741         * m4/gnulib-common.m4: New file.
1742         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1743         (func_get_filelist): Add m4/gnulib-common.m4.
1744
1745 2007-01-08  Bruno Haible  <bruno@clisp.org>
1746
1747         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1748         command.
1749
1750 2007-01-08  Jim Meyering  <jim@meyering.net>
1751
1752         Use a more robust test for a "can't happen" condition.
1753         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1754         narrowed the st_size value.  Presuming the "can't happen" condition
1755         is true, that narrowing could conceivably convert an invalid st_size
1756         value into a valid one.  Instead, use a change based on Matthew
1757         Woehlke's original patch.
1758
1759         Slight readability improvement: use an assert-like macro
1760         in place of literal "abort ()" uses.
1761         * lib/fts.c (fts_assert): Define.
1762         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1763         Use this macro instead of a bare 'abort'.
1764
1765 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1766
1767         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1768         simply work around them.
1769         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1770         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1771         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1772         Don't bother to define as macros, since the standard doesn't require it.
1773         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1774         longer worry about IRIX 5.3.
1775         (HAVE_WCTYPE_CTMP_BUG): Remove.
1776
1777 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1778
1779         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1780         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1781         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1782         Problems reported by Georg Schwarz for IRIX 5.3.
1783
1784         * gnulib-tool (autoconf_minversion): Take the maximum version number
1785         found, not the minimum.  Problem reported by James Youngman.
1786
1787 2007-01-03  Karl Berry  <karl@gnu.org>
1788
1789         * doc/error.texi: new file, explaining interaction with progname.
1790         * doc/gnulib.texi: include it.  Update copyright.
1791
1792 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1793
1794         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1795         AC_CANONICAL_HOST, to improve autobuild outputs.
1796
1797 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1798             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1799
1800         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1801         sockets, server sockets, and other file descriptors.  Count errors
1802         to compute the return value.  Reorder the code a bit to be easier
1803         to follow.  Don't set event bits that were not requested (except
1804         POLLERR and POLLHUP).
1805
1806 2007-01-01  Bruno Haible  <bruno@clisp.org>
1807
1808         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1809
1810 2007-01-03  Jim Meyering  <jim@meyering.net>
1811
1812         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1813
1814 2007-01-02  Bruno Haible  <bruno@clisp.org>
1815
1816         * modules/settime (Include): Require timespec.h.
1817         * modules/nanosleep (Include): Likewise.
1818
1819 2007-01-01  Bruno Haible  <bruno@clisp.org>
1820
1821         * gnulib-tool (func_emit_copyright_notice): Bump year.
1822         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1823
1824 2007-01-01  Bruno Haible  <bruno@clisp.org>
1825
1826         Improve support for OpenBSD.
1827         * build-aux/config.rpath (libname_spec): Export.
1828         (library_names_spec): New variable. Export.
1829         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1830         library_names_spec from the config.rpath output. Locate shared library
1831         through the name pattern in library_names_spec.
1832
1833 2007-01-01  Eric Blake  <ebb9@byu.net>
1834
1835         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1836
1837 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1838
1839         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1840         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1841         assume the C locale, and avoid an "eval" that could cause trouble.
1842         Problem with SORT reported by Bob Proulx.
1843
1844         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1845         Define.  Trivial patch from Henning Nielsen Lund, originally
1846         sent to bug-grep@gnu.org today.
1847
1848 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1849
1850         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1851         struct stat.  Problem reported by Henning Nielsen Lund.
1852         * lib/acl.c: Include acl.h first, to check interface.  Don't
1853         bother to include sys/types.h and sys/stat.h again.
1854
1855 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1856
1857         Import the following change from libc; problem reported by
1858         Sven Verdoolaege.
1859
1860         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1861
1862         [BZ #1373]
1863         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1864
1865 2006-12-28  Jim Meyering  <jim@meyering.net>
1866
1867         * build-aux/announce-gen: Do not assume that the package
1868         builds any of tar.gz, tar.bz2, and .xdelta files.
1869         Suggestion from Simon Josefsson.
1870
1871 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1872
1873         * modules/announce-gen: New file.
1874
1875 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1876
1877         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1878         handles its gotchas now.
1879         * lib/mbswidth.c: Likewise.
1880         * lib/wcwidth.h: Likewise.
1881         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1882         and iswcntrl; the wctype module does this stuff now.
1883         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1884         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1885         * modules/mbchar (Depends-on): Add wctype.
1886         * modules/mbswidth (Depends-on): Likewise.
1887         * modules/wcwidth (Depends-on): Likewise.
1888
1889 2006-12-27  Eric Blake  <ebb9@byu.net>
1890
1891         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1892         module uses more than what <wctype.h> is required to provide.
1893
1894 2006-12-26  Eric Blake  <ebb9@byu.net>
1895
1896         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1897
1898 2006-12-26  Eric Blake  <ebb9@byu.net>
1899
1900         * modules/absolute-header: New module.
1901         * modules/fcntl (Depends-on): Depend on it.
1902         * modules/inttypes (Depends-on): Likewise.
1903         * modules/stdint (Depends-on): Likewise.
1904         * modules/sys_stat (Depends-on): Likewise.
1905         * modules/wctype (Depends-on): Likewise.
1906         * MODULES.html.sh (Support for building libraries and
1907         executables): Document it.
1908
1909 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1910
1911         * gnulib-tool (SED): Remove, undoing previous change.
1912         The problem was that it broke coreutils on Solaris, because
1913         "sed --posix" leaked into a makefile.
1914         (sed): New alias, if 'alias' and GNU sed.
1915
1916 2006-12-24  Jim Meyering  <jim@meyering.net>
1917
1918         Work around an fchownat bug in glibc-2.4:
1919         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1920         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1921         in spite of the -P option.
1922         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1923         New macros.
1924         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1925         * modules/openat (Files): Add lib/fchownat.c.
1926         * lib/openat.c (fchownat): Don't define here.  Move to...
1927         * lib/fchownat.c: ...this new file.
1928
1929 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1930
1931         Fix bug reported by Bruno Haible in
1932         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1933         where quotearg.c didn't compile on Mac OS X 10.2 because it
1934         lacks <wchar.h> and wint_t.
1935         * lib/wctype_.h (__wctype_wint_t): New type.
1936         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1937         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1938         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1939         Arg is now of type __wctype_wint_t, not wint_t.
1940         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1941         substitute HAVE_WINT_T.
1942         * modules/wctype (Files): Add m4/wint_t.m4.
1943         (wctype.h): Substitute HAVE_WINT_T.
1944
1945 2006-12-23  Bruno Haible  <bruno@clisp.org>
1946
1947         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1948
1949 2006-12-23  Bruno Haible  <bruno@clisp.org>
1950
1951         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1952         S_ISLNK.
1953         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1954         mingw.
1955
1956 2006-12-22  Bruno Haible  <bruno@clisp.org>
1957
1958         * lib/copy-file.c: Include acl.h.
1959         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1960         Close the file descriptors only after being done with copy_acl.
1961         * modules/copy-file (Depends-on): Add acl.
1962
1963 2006-12-22  Bruno Haible  <bruno@clisp.org>
1964
1965         * gnulib-tool (SED): New variable.
1966         Use $SED instead of sed everywhere.
1967
1968 2006-12-22  Bruno Haible  <bruno@clisp.org>
1969
1970         * modules/no-c++: New file.
1971         * m4/no-c++.m4: New file.
1972         * MODULES.html.sh (Support for building libraries and executables):
1973         Add no-c++.
1974
1975 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1976
1977         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1978         Include <limits.h>, and use its INT_MAX to rewrite the
1979         j loop so that it does not overflow 'int'.  Problem reported by
1980         Ralf Wildenhues in
1981         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1982         Play it safe by shifting left by 1 rather than multiplying by 2,
1983         as GCC is less likely to optimize this away when the value
1984         is signed (when it assumes overflow leads to undefined behavior).
1985         Also, don't assume time_t uses two's complement.
1986
1987 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1988
1989         * MODULES.html.sh: New module wctype.
1990         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1991         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1992         <wctype.h>, since the new wctype module should fix this.
1993         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1994         the wctype module should arrange for it.
1995         * lib/regex_internal.h: Likewise.
1996         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1997         since the wctype module should handle this now.
1998         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1999         * modules/fnmatch (Depends-on): Add wctype.
2000         * modules/quotearg (Depends-on): Likewise.
2001         * modules/regex (Depends-on): Likewise.
2002
2003 2006-12-19  Bruno Haible  <bruno@clisp.org>
2004
2005         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2006         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2007
2008 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2009
2010         * modules/savewd (Depends-on): Fix dependency on fcntl.
2011
2012 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2013
2014         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2015         conforms to C99, rather than relying on the user's environment
2016         setting of STDINT_H.
2017
2018 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2019         and Eric Blake  <ebb9@byu.net>
2020
2021         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2022         This is more consistent with the other defines here.
2023         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2024         Port to z/OS.  Problem reported by Paul Gilmartin.
2025         Change local vars to use gl_ prefix rather than ac_.
2026         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2027         with other defines.
2028         * modules/double-slash-root: New module.
2029         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2030         (Depends-on): Add double-slash-root.
2031         * MODULES.html.sh (File system functions): Mention new module.
2032
2033 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2036         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2037         This is for the benefit of gzip, which doesn't do i18n.
2038
2039 2006-12-12  Jim Meyering  <jim@meyering.net>
2040
2041         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2042         Reported by Andreas Schwab <schwab@suse.de>.
2043
2044 2006-12-12  Bruno Haible  <bruno@clisp.org>
2045
2046         Merge these changes.
2047         2006-09-05  Bruno Haible  <bruno@clisp.org>
2048         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2049         iconv_alloc succeeded.
2050         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2051         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2052         test for " && dest " at the end - dest is always != NULL there. Call
2053         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2054         with 2xNULL arguments, also to flush the state storage. Handle the
2055         IRIX iconv behaviour. Realloc the final result, to throw away unused
2056         memory.
2057
2058 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2059
2060         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2061         and fchmodat unconditionally, since glibc 2.4 has them.
2062         Problem reported by Arkadiusz Miskiewicz.
2063
2064 2006-12-10  Bruno Haible  <bruno@clisp.org>
2065
2066         * gnulib-tool (func_import): Show the include files only for those
2067         modules that are copied and specified.
2068         Reported by Karl Berry.
2069
2070 2006-12-08  Jim Meyering  <jim@meyering.net>
2071
2072         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2073         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2074
2075         * build-aux/announce-gen: Add two new options, both optional:
2076         --bootstrap-tools=TOOL_LIST
2077               a comma-separated list of tools, e.g.,
2078               autoconf,automake,bison,gnulib
2079         --gnulib-snapshot-date=DATE
2080               if gnulib is in the bootstrap tool list,
2081               then report this as the snapshot date.
2082               If not specified, use the current date/time.
2083               If you specify a date here, be sure it's UTC.
2084
2085 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2086
2087         * tests/test-argp-2.sh: Fix test to match actual output.
2088         (func_compare): Fix sed script to be portable.
2089
2090 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2091
2092         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2093         workaround for this case.  It is not autoconfigured now; offhand
2094         it's hard to see how to autoconfigure it.
2095
2096 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2097
2098         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2099         a directory that is about to be chowned.  Such a directory's
2100         initial file permissions should permit the owner only and this
2101         should not be changed until after the chown, since the group and
2102         other bits would be incorrect if they granted permission before
2103         the chown.
2104
2105         Fix porting problem for iswctype reported by Georg Schwarz in:
2106         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2107         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2108         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2109         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2110         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2111
2112 2006-12-03  Jim Meyering  <jim@meyering.net>
2113
2114         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2115         p->fts_statp may not yet be defined.
2116         (fts_read): Instead, set it in the caller, once p->fts_statp is
2117         sure to be defined, and corresponds to a top-level directory.
2118         This bug made du -x fail.  Here's the coreutils test case:
2119         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2120         Reported by Mike Frysinger.
2121
2122 2006-12-01  Jim Meyering  <jim@meyering.net>
2123
2124         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2125         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2126         Reported by Simon Josefsson.
2127
2128 2006-11-30  Jim Meyering  <jim@meyering.net>
2129
2130         * m4/warning.m4: Use the all-permissive copyright notice
2131         recommended by RMS (rather than LGPL).
2132         * m4/vararrays.m4: Likewise.
2133         * m4/flexmember.m4: Likewise.
2134
2135 2006-11-29  Bruno Haible  <bruno@clisp.org>
2136
2137         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2138         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2139         using +=.
2140         Reported by Simon Josefsson <simon@josefsson.org>.
2141
2142 2006-11-28  James Youngman <jay@gnu.org>
2143
2144         * README: Advise users that they might find the bug-gnulib@gnu.org
2145         and autotools-announce@gnu.org mailing lists useful.
2146
2147 2006-11-28  Bruno Haible  <bruno@clisp.org>
2148
2149         * m4/ptrdiff_max.m4: Remove file.
2150
2151 2006-11-21  Bruno Haible  <bruno@clisp.org>
2152
2153         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2154         _AC_COMPUTE_INT.
2155         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2156         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2157         _AC_COMPUTE_INT.
2158         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2159         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2160         _AC_COMPUTE_INT.
2161         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2162
2163 2006-11-28  Jim Meyering  <jim@meyering.net>
2164
2165         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2166         warning from "gcc -Wshadow" about shadowing the builtin.
2167
2168 2006-11-27  Bruno Haible  <bruno@clisp.org>
2169
2170         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2171         _AC_COMPUTE_INT.
2172         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2173
2174 2006-11-27  Bruno Haible  <bruno@clisp.org>
2175             Paul Eggert  <eggert@cs.ucla.edu>
2176
2177         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2178
2179 2006-11-26  Bruno Haible  <bruno@clisp.org>
2180
2181         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2182         noinst_LTLIBRARIES.
2183
2184 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2185             Bruno Haible  <bruno@clisp.org>
2186
2187         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2188         if compiling with "gcc -ansi".
2189
2190 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2191
2192         Fix some incompatibilities with gcc -ansi -pedantic.
2193         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2194         if compiling pedantically with GCC, unless it's C99 or later.
2195         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2196         it mishandles gcc -ansi -pedantic as well.
2197         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2198         if gcc -pedantic.
2199         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2200         initializers for struct if -pedantic, unless it's C99 or later.
2201
2202 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2203
2204         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2205         Don't close an fd more than once. Identical atimes indicate
2206         success, not failure.
2207
2208 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2209
2210         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2211
2212 2006-11-23  Jim Meyering  <jim@meyering.net>
2213
2214         * build-aux/announce-gen: New file.  From coreutils.
2215
2216 2006-11-22  Jim Meyering  <jim@meyering.net>
2217
2218         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2219         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2220         (fts_read): Use a temporary to narrow the overused st_size member
2221         before using it in a switch statement.  Reported by Matthew Woehlke.
2222
2223         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2224         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2225
2226 2006-11-20  Bruno Haible  <bruno@clisp.org>
2227
2228         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2229         changequote instead of pairs of brackets.
2230         Reported by Andreas Schwab <schwab@suse.de>.
2231
2232 2006-11-21  Jim Meyering  <jim@meyering.net>
2233
2234         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2235         so as to remain compatible with older compilers.
2236         Patch from Michael Deutschmann.
2237
2238 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2239
2240         * MODULES.html.sh (File system functions): Add openat.
2241
2242         * lib/openat.h (rpl_fstatat): New macro, if
2243         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2244         (fstatat): Define to rpl_fstatat under the same conditions,
2245         unless COMPILING_FSTATAT.
2246         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2247         seems to have the bug.
2248         * lib/fstatat.c: New file.
2249         * modules/openat (Files): Add it.
2250
2251 2006-11-20  Bruno Haible  <bruno@clisp.org>
2252
2253         * Makefile: New file.
2254
2255 2006-11-20  Jim Meyering  <jim@meyering.net>
2256
2257         The beginnings of syntax-related checks for gnulib.
2258         * lib/Makefile: New file.
2259         * lib/t-idcache: New script.  Ensure that the two halves of
2260         idcache.c stay in sync.
2261
2262         * lib/idcache.c: Adjust comments in user- and group- portions to
2263         be more accurate, and to be consistent with one another.
2264
2265 2006-11-20  Jim Meyering  <jim@meyering.net>
2266
2267         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2268         continue using the flexible array member (thus, this module performs
2269         half as many malloc calls), with the addition that...
2270         (getgroup, getuser): Consistently record a non-match via an empty
2271         "name" string, and map an empty string match to a NULL return value.
2272         * modules/idcache (Depends-on): Re-add flexmember.
2273
2274         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2275         (getuidbyname, getgroup, getgidbyname): Likewise.
2276
2277         Use cleaner syntax: NULL rather than 0.
2278         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2279
2280 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2283         It mishandled the case where the group was missing.
2284         Problem reported by Greg Schafer.
2285         * modules/idcache: Likewise.
2286
2287 2006-11-18  Jim Meyering  <jim@meyering.net>
2288
2289         * check-module (%exempt_header): Add exception for some
2290         conditionally-included headers.
2291
2292         * modules/i-ring (Depends-on): Add verify.
2293         (License): Change to LGPL.
2294
2295 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2296
2297         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2298         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2299         and inttostr.h.  Use snprintf rather than uinttostr, so that
2300         LGPLed code doesn't depend on GPLed.
2301
2302 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2303
2304         * modules/inline (License): Change from GPL to LGPL.
2305
2306 2006-11-17  Jim Meyering  <jim@meyering.net>
2307
2308         * modules/d-type (License): Switch to LGPL.
2309
2310 2006-11-15  Bruno Haible  <bruno@clisp.org>
2311
2312         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2313
2314 2006-11-15  Eric Blake  <ebb9@byu.net>
2315
2316         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2317         the module dependency.
2318
2319 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2320             Bruno Haible  <bruno@clisp.org>
2321
2322         * gnulib-tool (func_create_testdir): Add license consistency check.
2323
2324 2006-11-15  Eric Blake  <ebb9@byu.net>
2325
2326         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2327         random "(cached)" in configure output.
2328
2329 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2330
2331         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2332         test for conforming inttypes.h is both announced and cached.
2333
2334         * MODULES.html.sh (seen_modules, seen_files): New variables.
2335         (func_module): Rewrite to use a few less gnulib-tool and sed
2336         invocations.  Avoid a couple of quadratic algorithms for ...
2337         (missed_modules, missed_files): ... these, with ...
2338         (func_append, func_tmpdir): ... these new functions, from
2339         gnulib-tool.  Analogously, install traps for cleanup.
2340
2341         * tests/test-gc.c (main): Remove unused variables.
2342         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2343
2344 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2345
2346         * modules/inttostr (License): Change to LGPL.
2347
2348 2006-11-14  Eric Blake  <ebb9@byu.net>
2349
2350         * modules/tempname (License): Change to LGPL.
2351
2352 2006-11-14  Eric Blake  <ebb9@byu.net>
2353
2354         * doc/functions.texi (Function Portability): *printf functions on
2355         Cygwin now understand all POSIX size specifiers.
2356
2357 2006-11-14  Bruno Haible  <bruno@clisp.org>
2358
2359         * modules/c-ctype (License): Change to LGPL.
2360
2361 2006-11-12  Bruno Haible  <bruno@clisp.org>
2362
2363         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2364         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2365         for GNOME libraries, for which the include files are installed in
2366         subdirectories of $prefix/include.
2367
2368 2006-11-12  Bruno Haible  <bruno@clisp.org>
2369
2370         * m4/lib-link.m4: Require at least autoconf-2.54.
2371         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2372         name to underscores for the --with option.
2373
2374 2006-11-13  Bruno Haible  <bruno@clisp.org>
2375
2376         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2377         the tests directory.
2378         Reported by Ralf Wildenhues.
2379
2380 2006-11-13  Bruno Haible  <bruno@clisp.org>
2381
2382         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2383         (func_emit_initmacro_end): Undo the override here.
2384         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2385         Works around the famous automake error in coreutils.
2386
2387 2006-11-13  Eric Blake  <ebb9@byu.net>
2388
2389         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2390         element, not its node.
2391
2392 2006-11-12  Bruno Haible  <bruno@clisp.org>
2393
2394         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2395         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2396
2397 2006-11-12  Bruno Haible  <bruno@clisp.org>
2398
2399         * gnulib-tool: New option --local-symlink.
2400         (func_usage): Document it.
2401         (lsymbolic): New variable.
2402         (func_import, func_create_testdir): If --symlink was not specified,
2403         test whether --local-symlink was specified and the file comes from
2404         the local_gnulib_dir.
2405
2406 2006-11-12  Bruno Haible  <bruno@clisp.org>
2407
2408         * gnulib-tool (func_ln): New function.
2409         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2410
2411 2006-11-12  Bruno Haible  <bruno@clisp.org>
2412
2413         Finish support for source files in subdirectories.
2414         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2415         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2416         AUTOMAKE_OPTIONS.
2417         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2418
2419 2006-11-12  Bruno Haible  <bruno@clisp.org>
2420
2421         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2422         EXTRA_lib_SOURCES augmentation.
2423         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2424
2425 2006-11-12  Jim Meyering  <jim@meyering.net>
2426
2427         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2428         file descriptors.  This also averts a failure on systems with
2429         native openat support when a traversed directory lacks "x" access.
2430         * lib/fts_.h: Include "i-ring.h"
2431         (struct FTS) [fts_fd_ring]: New member.
2432         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2433         (FCHDIR): Add parentheses.
2434         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2435         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2436         When descending, rather than simply closing the previous
2437         fts_cwd_fd value, push that file descriptor onto the ring.
2438         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2439         (fts_open): Initialize the new fd_ring member.
2440         (fts_close): Clear the ring.
2441         (fts_safe_changedir): When possible, use our new fd_ring to skip
2442         the diropen and fstat and dev/ino comparison that would normally
2443         accompany a virtual `chdir ("..")'.
2444
2445         * modules/fts (Depends-on): Add i-ring.
2446         * modules/i-ring: New module.
2447         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2448         * m4/i-ring.m4: New file.
2449
2450 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2451
2452         * gnulib-tool (func_create_testdir): Fix replacement of
2453         `build-aux' in configure.ac.  Run autotools in gltests
2454         subdirectory.
2455         (func_create_testdir, func_create_megatestdir, test): There is
2456         no need for '--force' in most autotool invocations in a new
2457         tree.  Actually fail the whole test if any of the tools, or the
2458         configure or make stages fail.
2459
2460         Sync from Automake.
2461         * build-aux/gnupload: Revert last change.  Add pointer to upload
2462         instructions of the GNU Maintenance Instructions.
2463         Suggestion by Karl Berry.
2464
2465 2006-11-10  Jim Meyering  <jim@meyering.net>
2466
2467         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2468
2469 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2470
2471         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2472         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2473         (bind_textdomain_codeset) [! ENABLE_NLS]:
2474         Evaluate all the arguments.  That way, callers get compatible behavior
2475         if the arguments have side effects.  Also, it avoids some GCC
2476         diagnostics in some cases; Joel E. Denny reported problems when Bison
2477         was configured with --enable-gcc-warnigs.
2478
2479 2006-11-10  Jim Meyering  <jim@meyering.net>
2480
2481         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2482         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2483         account.
2484
2485 2006-11-10  Jim Meyering  <jim@meyering.net>
2486
2487         * modules/inline: New file/module.
2488         * modules/xalloc (Files): Remove m4/inline.m4.
2489         (Depends-on): Add inline, instead.
2490         * modules/oset: Likewise.
2491         * modules/list: Likewise.
2492
2493 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2494
2495         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2496         Problem reported by Matthew Woehlke.
2497
2498 2006-11-09  Bruno Haible  <bruno@clisp.org>
2499
2500         * lib/tempname.c (gen_tempname): Remove variant that invokes
2501         __gen_tempname.
2502         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2503         __gen_tempname.
2504
2505 2006-11-08  Bruno Haible  <bruno@clisp.org>
2506
2507         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2508         to 'yes' instead of 'cross-compiling'.
2509
2510 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2511
2512         * lib/quotearg.h (quotearg_free): New decl.
2513         * lib/quotearg.c (quotearg_free): New function.
2514         (slot0, nslots, slotvec0, slotvec):
2515         Now file-scope so that quotearg_free can get at them.
2516
2517 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2518
2519         Sync from Automake.
2520         * build-aux/gnupload: Add missing 'gnu' to example URL.
2521         Report by Karl Berry.
2522
2523 2006-11-08  Bruno Haible  <bruno@clisp.org>
2524
2525         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2526         Suggested by Paul Eggert.
2527
2528 2006-11-08  Jim Meyering  <jim@meyering.net>
2529
2530         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2531         It's already included if !_LIBC.
2532         (fts_safe_changedir): Add a comment.
2533
2534 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2535
2536         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2537         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2538         Matthew Woehlke.
2539
2540         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2541         definitions up, to avoid colliding with change below.
2542         (static_inline) [HAVE_INLINE]: New macro.
2543         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2544         Provide extern decls when !HAVE_INLINE.  Do not define unless
2545         static_inline is defined, either by us or by xmalloc.c.  Use
2546         static_inline rather than static inline.
2547         (XCALLOC): Optimize sizeof(T) = 1 case.
2548         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2549
2550 2006-11-07  Bruno Haible  <bruno@clisp.org>
2551
2552         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2553         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2554         AC_C_INLINE.
2555         * modules/xalloc (Files): Add m4/inline.m4.
2556
2557 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2558
2559         * README: Fix typo.
2560         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2561         (Miscellanous Notes): ...from this.
2562
2563 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2564
2565         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2566         Mention that offsetof should be used instead of sizeof.
2567         From Bruno Haible.
2568
2569 2006-11-07  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2572
2573 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2574
2575         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2576         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2577         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2578         (gl_tree_add_before, gl_tree_add_after):
2579         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2580         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2581         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2582         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2583         (gl_linked_add_after, gl_linked_add_at): Likewise.
2584         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2585         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2586         (gl_tree_add_before, gl_tree_add_after): Likewise.
2587         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2588         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2589         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2590
2591 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2592
2593         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2594
2595 2006-11-06  Bruno Haible  <bruno@clisp.org>
2596
2597         * m4/inline.m4: New file.
2598         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2599         * modules/list (Files): Add m4/inline.m4.
2600         * modules/oset (Files): Likewise.
2601
2602 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2603
2604         * lib/idcache.c: Include <stddef.h>, for offsetof.
2605         (struct userid.name): Change from char * to a flexible array member.
2606         All uses changed.
2607         * modules/idcache (Depends-on): Add flexmember.
2608
2609         * MODULES.html.sh (Core language properties): New module flexmember.
2610         * modules/flexmember, m4/flexmember.m4: New files.
2611
2612         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2613         inline functions that are identical with the old xnmalloc_inline,
2614         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2615         that we can avoid some unnecessary integer multiplications and
2616         divisions in the common case where the element size is known at
2617         compile time.
2618         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2619         needed.
2620         (xnboundedmalloc): Remove.
2621         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2622         arguments, for consistency with rest of this header.
2623         (xcharalloc): Rewrite using XNMALLOC.
2624         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2625         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2626         versions have been moved to lib/xalloc.h and renamed to be the
2627         non-*_inline versions.
2628         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2629         and xnrealloc functions, since those functions are now inline and
2630         now call us.
2631         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2632         renaming described above.
2633         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2634         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2635         captures the dependency in AC_C_INLINE.
2636
2637         New module canonicalize-lgpl, proposed by Charles Wilson in
2638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2639         with a few small changes afterwards.
2640         * MODULES.html.sh (File system functions): New module
2641         canonicalize-lgpl.
2642         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2643         and canonicalize_file_name.
2644         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2645         * modules/canonicalize-lgpl: New files.
2646
2647 2006-11-05  Bruno Haible  <bruno@clisp.org>
2648
2649         * gnulib-tool (func_import, func_create_testdir): Create directories
2650         also for files in subdirectories of lib/.
2651
2652 2006-11-05  Bruno Haible  <bruno@clisp.org>
2653
2654         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2655         ANSI C compliant.
2656
2657 2006-11-03  Bruno Haible  <bruno@clisp.org>
2658
2659         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2660         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2661         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2662         (xnboundedmalloc): New inline function.
2663         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2664         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2665         xmalloc.
2666         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2667         xmalloc.
2668         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2669         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2670         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2671         xmalloc.
2672         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2673         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2674         xmalloc.
2675         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2676         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2677         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2678         xmalloc.
2679         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2680         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2681         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2682         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2683         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2684         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2685         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2686
2687 2006-11-03  Bruno Haible  <bruno@clisp.org>
2688
2689         * lib/c-ctype.h [C++]: Define functions without name mangling.
2690         * lib/fwriteerror.h [C++]: Likewise.
2691         * lib/gcd.h [C++]: Likewise.
2692         * lib/linebreak.h [C++]: Likewise.
2693
2694 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2695
2696         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2697         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2698         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2699         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2700         Check for functions and headers just once.
2701         Check for declaration of canonicalize_file_name.
2702         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2703
2704 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2705
2706         * gnulib-tool (func_import): Fix typo in actioncmd.
2707
2708 2006-11-02  Bruno Haible  <bruno@clisp.org>
2709
2710         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2711         newline sequence in the Makefile.am snippet as a space, like "make"
2712         does.
2713         Reported by Roger Persson <perrog@gmail.com>.
2714
2715 2006-11-01  Bruno Haible  <bruno@clisp.org>
2716
2717         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2718         already declared in <string.h>.
2719         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2720
2721 2006-11-01  Bruno Haible  <bruno@clisp.org>
2722
2723         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2724         * lib/strcase.h: Include <string.h>.
2725         (strcasecmp): Define to rpl_strcasecmp here.
2726
2727 2006-11-01  Bruno Haible  <bruno@clisp.org>
2728
2729         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2730
2731 2006-11-01  Eric Blake  <ebb9@byu.net>
2732
2733         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2734
2735         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2736
2737 2006-10-29  Bruno Haible  <bruno@clisp.org>
2738
2739         Make it compile in C++ mode.
2740         * lib/full-write.c (full_rw): Add a cast.
2741
2742 2006-11-01  Bruno Haible  <bruno@clisp.org>
2743
2744         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2745         be POSIX compliant.
2746         Reported by Roger Persson <perrog@gmail.com>.
2747
2748 2006-11-01  Eric Blake  <ebb9@byu.net>
2749
2750         * lib/getopt_.h: Fix comments.
2751
2752 2006-10-31  Eric Blake  <ebb9@byu.net>
2753
2754         * modules/tmpdir (Depends-on): Add sys_stat.
2755         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2756         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2757         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2758         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2759         tempname.
2760
2761 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         Avoid some C++ diagnostics reported by Bruno Haible.
2764         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2765         xmalloc.
2766         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2767         (struct slotvec): Move to top level.
2768         (quotearg_n_options): Rewrite to avoid xmalloc.
2769         * lib/xalloc.h (xcharalloc): New function.
2770         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2771         [defined __cplusplus]: Add function template that provides result
2772         type propagation.  This part of the change is from Bruno Haible.
2773
2774 2006-10-29  Bruno Haible  <bruno@clisp.org>
2775
2776         Make it compile in C++ mode.
2777         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2778         * lib/strnlen1.c (strnlen1): Cast memchr result.
2779         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2780         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2781         (create_temp_dir): Rename local variable 'template'.
2782         (compile_csharp_using_sscli): Add cast.
2783         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2784         * lib/findprog.c (find_in_path): Likewise.
2785         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2786         * lib/wait-process.c (register_slave_subprocess): Likewise.
2787
2788 2006-10-22  Bruno Haible  <bruno@clisp.org>
2789
2790         * modules/tsearch: New file.
2791         * lib/tsearch.h: New file.
2792         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2793         * m4/tsearch.m4: New file.
2794         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2795
2796 2006-10-29  Eric Blake  <ebb9@byu.net>
2797
2798         * lib/arcfour.c: Assume config.h.
2799         * lib/arctwo.c: Likewise.
2800         * lib/base64.c: Likewise.
2801         * lib/check-version.c: Likewise.
2802         * lib/crc.c: Likewise.
2803         * lib/des.c: Likewise.
2804         * lib/gc-gnulib.c: Likewise.
2805         * lib/gc-libgcrypt.c: Likewise.
2806         * lib/gc-pbkdf2-sha1.c: Likewise.
2807         * lib/getaddrinfo.c: Likewise.
2808         * lib/getdelim.c: Likewise.
2809         * lib/getline.c: Likewise.
2810         * lib/hmac-md5.c: Likewise.
2811         * lib/hmac-sha1.c: Likewise.
2812         * lib/iconvme.c: Likewise.
2813         * lib/md2.c: Likewise.
2814         * lib/md4.c: Likewise.
2815         * lib/memxor.c: Likewise.
2816         * lib/read-file.c: Likewise.
2817         * lib/readline.c: Likewise.
2818         * lib/rijndael-alg-fst.c: Likewise.
2819         * lib/rijndael-api-fst.c: Likewise.
2820         * lib/xgetdomainname.c: Likewise.
2821
2822 2006-10-28  Eric Blake  <ebb9@byu.net>
2823
2824         * lib/xstrndup.c: Assume config.h.
2825
2826 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2827
2828         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2829         stat-macros.h is now for our own macros, whereas stat_h is for
2830         macros in the <sys/stat.h> name space.
2831         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2832         (STAT_MACROS_H): Remove.
2833         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2834         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2835         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2836         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2837         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2838         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2839         Move these macros to ...
2840         * lib/stat_.h: here.  Don't include stat-macros.h.
2841         * lib/canonicalize.c: Don't include stat-macros.h.
2842         * lib/chown.c: Likewise.
2843         * lib/euidaccess.c: Likewise.
2844         * lib/file-type.c: Likewise.
2845         * lib/filemode.c: Likewise.
2846         * lib/glob.c: Likewise.
2847         * lib/isapipe.c: Likewise.
2848         * lib/lchown.c: Likewise.
2849         * lib/lstat.c: Likewise.
2850         * lib/mkdir-p.c: Likewise.
2851         * lib/rmdir.c: Likewise.
2852         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2853         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2854         unless mkdir isn't declared, to speed up 'configure'.
2855         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2856         would define all the S_* symbols.
2857         * modules/canonicalize (Depends-on):
2858         Depend on sys_stat, not stat-macros.
2859         * modules/chown: Likewise.
2860         * modules/euidaccess: Likewise.
2861         * modules/filemode: Likewise.
2862         * modules/file-type: Likewise.
2863         * modules/glob: Likewise.
2864         * modules/isapipe: Likewise.
2865         * modules/lchown: Likewise.
2866         * modules/lstat: Likewise.
2867         * modules/mkancesdirs: Likewise.
2868         * modules/rmdir: Likewise.
2869         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2870         * modules/modechange: Likewise.
2871         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2872         (configure.ac): Remove gl_STAT_MACROS.
2873         * modules/sys_stat (Depends-on): Remove stat-macros.
2874
2875 2006-10-27  Bruno Haible  <bruno@clisp.org>
2876
2877         * m4/signed.m4: Remove file.
2878         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2879         invocation.
2880         * modules/vasnprintf (Files): Remove m4/signed.m4.
2881
2882 2006-10-27  Bruno Haible  <bruno@clisp.org>
2883
2884         Update to GNU gettext 0.16.
2885         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2886         m4/inttypes-h.m4, m4/signed.m4.
2887         * m4/gettext.m4: Update to GNU gettext 0.16.
2888         * m4/intl.m4: New file, from GNU gettext.
2889         * m4/intldir.m4: New file, from GNU gettext.
2890         * config/srclist.txt: Update
2891
2892 2006-10-27  Eric Blake  <ebb9@byu.net>
2893
2894         * MODULES.html.sh: Document tempname.
2895         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2896         dependencies.
2897         (Files): Move lib/tempname.c...
2898         * modules/tempname: ...to this new module.
2899         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2900         (gl_PREREQ_TEMPNAME): Move...
2901         * m4/tempname.m4: ...to this new file.
2902         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2903         * modules/sys_stat (Depends-on): Add stat-macros.
2904         * lib/stat_.h (includes): Pick up stat macros.
2905         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2906         if stat macros are broken.
2907         * lib/tempname.c (includes): No need to include "stat-macros.h".
2908         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2909         (direxists, __path_search) [!_LIBC]: Don't compile these in
2910         gnulib; the tmpdir module covers that.
2911         * lib/tempname.h: New file.
2912
2913 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2914
2915         * COPYING: Explain how gnulib-tool converts licence headers.
2916         Almost all wording by Eric Blake.
2917
2918 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2919
2920         * lib/mbchar.h (is_basic_table): Make read-only.
2921         * lib/mbchar.c (is_basic_table): Likewise.
2922         Reported by John Darrington.
2923
2924 2006-10-25  Bruno Haible  <bruno@clisp.org>
2925
2926         * lib/progname.h (set_program_name): Undefine before defining.
2927
2928 2006-10-25  Bruno Haible  <bruno@clisp.org>
2929
2930         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2931         false for non-gcc C++ compilers.
2932         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2933
2934 2006-10-24  Bruno Haible  <bruno@clisp.org>
2935
2936         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2937         iconv implementations like Irix iconv.
2938
2939 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2940
2941         * modules/vararrays: New file.
2942         * m4/vararrays.m4: New file, taken from diffutils.
2943         * MODULES.html.sh: New module vararrays.
2944
2945 2006-10-24  Karl Berry  <karl@gnu.org>
2946
2947         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2948         Don't call GNU Unix.
2949
2950 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2951
2952         * users.txt: Add Libtool.
2953
2954         Sync from Libtool:
2955
2956         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2957
2958         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2959         to gnulib's policy of including config.h unconditionally.
2960
2961 2006-10-24  Bruno Haible  <bruno@clisp.org>
2962
2963         * modules/wcwidth (Files): Add m4/wint_t.m4.
2964         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2965         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2966
2967 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2968
2969         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2970         to pacify GCC with some -W flags enabled.  Problem reported by
2971         Bruno Haible.
2972
2973 2006-10-24  Jim Meyering  <jim@meyering.net>
2974
2975         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2976         Reported by Karl Berry.
2977
2978 2006-10-23  Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2981
2982 2006-10-24  Bruno Haible  <bruno@clisp.org>
2983
2984         * lib/gl_list.h: Use C comment style, not C++ comment style.
2985
2986 2006-10-23  Eric Blake  <ebb9@byu.net>
2987
2988         * lib/getaddrinfo.c (includes): Add missing include.
2989
2990 2006-10-23  Bruno Haible  <bruno@clisp.org>
2991             Paul Eggert  <eggert@cs.ucla.edu>
2992
2993         Ability to rename obstack_free.
2994         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2995         obstack_free.
2996         (obstack_free): Invoke the __obstack_free macro.
2997         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2998
2999 2006-10-23  Bruno Haible  <bruno@clisp.org>
3000             Paul Eggert  <eggert@cs.ucla.edu>
3001
3002         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3003         __argc, __argv from the declaration. (They are defined as macros on
3004         mingw.)
3005
3006 2006-10-22  Bruno Haible  <bruno@clisp.org>
3007
3008         * doc/gnulib-intro.texi: New file.
3009         * doc/gnulib.texi: Include it.
3010
3011 2006-10-21  Bruno Haible  <bruno@clisp.org>
3012
3013         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3014         "Introduction", "Miscellanous Notes", "Particular Modules".
3015
3016 2006-10-21  Bruno Haible  <bruno@clisp.org>
3017
3018         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3019         Change mostlyclean-local rule to avoid sh syntax error from bash
3020         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3021
3022 2006-10-23  Jim Meyering  <jim@meyering.net>
3023
3024         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3025         in place of snprintf.
3026
3027         * modules/inttostr (Files): Add lib/uinttostr.c.
3028         * lib/uinttostr.c (inttostr): New file/function.
3029         * lib/inttostr.h (uinttostr): Declare.
3030         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3031         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3032         Add uinttostr.
3033         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3034
3035 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * lib/canonicalize.c (ELOOP): Define if not already defined.
3038         Problem reported by Bruno Haible in
3039         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3040
3041 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3042
3043         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3044         Problem reported by Perry Smith and Ville Laurikari.
3045
3046         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3047         uses.
3048
3049 2006-10-19  Bruno Haible  <bruno@clisp.org>
3050
3051         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3052         for mingw.
3053
3054 2006-10-19  Bruno Haible  <bruno@clisp.org>
3055
3056         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3057         Needed for mingw.
3058
3059 2006-10-19  Bruno Haible  <bruno@clisp.org>
3060
3061         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3062
3063 2006-10-19  Bruno Haible  <bruno@clisp.org>
3064
3065         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3066         it.
3067
3068 2006-10-19  Bruno Haible  <bruno@clisp.org>
3069
3070         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3071         invocation.
3072
3073 2006-10-19  Bruno Haible  <bruno@clisp.org>
3074
3075         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3076         mountlist by default.
3077
3078 2006-10-16  Bruno Haible  <bruno@clisp.org>
3079
3080         * lib/c-strstr.c: Include c-strstr.h.
3081
3082 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3083
3084         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3085         in a slash.
3086
3087 2006-10-18  Bruno Haible  <bruno@clisp.org>
3088
3089         * lib/lock.h [C++]: Wrap definitions in extern "C".
3090
3091 2006-10-18  Bruno Haible  <bruno@clisp.org>
3092
3093         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3094         gl_LIBOBJS list.
3095
3096 2006-10-18  Bruno Haible  <bruno@clisp.org>
3097
3098         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3099
3100 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         * lib/xstrtol.h: Include gettext.h.
3103         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3104         Problem reported by Eric Blake.
3105         * modules/xstrtol (Depends-on): Add gettext-h.
3106
3107 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3108
3109         * lib/strftime.c (advance): New macro.
3110         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3111         incomplete type, so you can't add 0 to it.  Problem and patch
3112         reported by Eelco Dolstra for dietlibc.
3113
3114 2006-10-18  Jim Meyering  <jim@meyering.net>
3115
3116         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3117         type for a local, and rename it: s/up/user_proc/.
3118
3119 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3120
3121         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3122         READ_UTMP_USER_PROCESS.
3123         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3124
3125 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3126
3127         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3128         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3129
3130 2006-10-17  Eric Blake  <ebb9@byu.net>
3131
3132         * lib/sigprocmask.c (sigprocmask): Fix typo.
3133
3134         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3135
3136         * modules/clean-temp (Makefile.am): Don't add to make output...
3137         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3138         config.h.
3139
3140 2006-10-17  Bruno Haible  <bruno@clisp.org>
3141
3142         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3143         differently if DEFAULT_TEXT_DOMAIN is set.
3144
3145 2006-10-16  Bruno Haible  <bruno@clisp.org>
3146
3147         * lib/clean-temp.c: Include fwriteerror.h.
3148
3149 2006-10-16  Bruno Haible  <bruno@clisp.org>
3150
3151         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3152
3153 2006-10-16  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3156         * lib/sigprocmask.h: Include <sys/types.h>.
3157         (sigset_t): Use the system's definition if present.
3158
3159 2006-10-17  Eric Blake  <ebb9@byu.net>
3160
3161         * lib/xvasprintf.c (includes): Assume config.h.
3162         * lib/xasprintf.c (includes): Likewise.
3163
3164 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3165
3166         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3167         at least as wide as intmax_t.
3168
3169 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3170
3171         (Imported from Automake.)
3172         * build-aux/gnupload: Update to version 1.1 of directive file.
3173
3174 2006-10-16  Eric Blake  <ebb9@byu.net>
3175
3176         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3177         match Automake 1.10a.
3178
3179 2006-10-14  Bruno Haible  <bruno@clisp.org>
3180
3181         * modules/sigprocmask: New file.
3182         * lib/sigprocmask.h: New file.
3183         * lib/sigprocmask.c: New file.
3184         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3185         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3186         request sigprocmask.o.
3187         (gl_PREREQ_SIGPROCMASK): New macro.
3188         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3189         (Depends-on): Add sigprocmask.
3190         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3191         gt_SIGNALBLOCKING. Test for 'raise' only once.
3192         * lib/fatal-signal.c: Include sigprocmask.h.
3193         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3194         unblock_fatal_signals): Define always.
3195         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3196         sigprocmask.
3197
3198 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3199
3200         Sync from Automake.
3201         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3202         which incorrectly sets the mode of an existing destination
3203         directory.  In some cases the unpatched install-sh could do the
3204         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3205         system.  We hope this is rare in practice, but it's clearly worth
3206         fixing.  Problem reported by Alex Unleashed in
3207         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3208         Also, don't bother to check for -m bugs unless we're using -m;
3209         suggested by Stepan Kasal.
3210
3211 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3212
3213         Sync from Automake.
3214         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3215         `-c' flag, so they appear at the same position as in %FASTDEP%
3216         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3217         which ignores unknown options only after the first non-option.
3218         Bug report against M4 by Nelson H. F. Beebe.
3219
3220 2006-10-13  Jim Meyering  <jim@meyering.net>
3221
3222         Fix a bug in yesterday's change.
3223         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3224         p->fts_statp->st_dev would be used uninitialized.
3225         Ensures that we always call fts_stat on the very first entry.
3226         Miklos Szeredi reported that find -xdev stopped working.
3227
3228 2006-10-12  Bruno Haible  <bruno@clisp.org>
3229
3230         * gnulib-tool (func_get_automake_snippet): Append an automatically
3231         computed EXTRA_DIST augmentation.
3232         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3233         * modules/alloca-opt (Makefile.am): Likewise.
3234         * modules/allocsa (Makefile.am): Likewise.
3235         * modules/arcfour (Makefile.am): Likewise.
3236         * modules/arctwo (Makefile.am): Likewise.
3237         * modules/argmatch (Makefile.am): Likewise.
3238         * modules/argz (Makefile.am): Likewise.
3239         * modules/atexit (Makefile.am): Likewise.
3240         * modules/backupfile (Makefile.am): Likewise.
3241         * modules/byteswap (Makefile.am): Likewise.
3242         * modules/c-strtod (Makefile.am): Likewise.
3243         * modules/c-strtold (Makefile.am): Likewise.
3244         * modules/calloc (Makefile.am): Likewise.
3245         * modules/canon-host (Makefile.am): Likewise.
3246         * modules/canonicalize (Makefile.am): Likewise.
3247         * modules/chdir-long (Makefile.am): Likewise.
3248         * modules/chdir-safer (Makefile.am): Likewise.
3249         * modules/check-version (Makefile.am): Likewise.
3250         * modules/chown (Makefile.am): Likewise.
3251         * modules/cloexec (Makefile.am): Likewise.
3252         * modules/close-stream (Makefile.am): Likewise.
3253         * modules/closeout (Makefile.am): Likewise.
3254         * modules/crc (Makefile.am): Likewise.
3255         * modules/csharpexec (Makefile.am): Likewise.
3256         * modules/cycle-check (Makefile.am): Likewise.
3257         * modules/des (Makefile.am): Likewise.
3258         * modules/dev-ino (Makefile.am): Likewise.
3259         * modules/dirfd (Makefile.am): Likewise.
3260         * modules/dirname (Makefile.am): Likewise.
3261         * modules/dup2 (Makefile.am): Likewise.
3262         * modules/eealloc (Makefile.am): Likewise.
3263         * modules/error (Makefile.am): Likewise.
3264         * modules/euidaccess (Makefile.am): Likewise.
3265         * modules/exclude (Makefile.am): Likewise.
3266         * modules/exitfail (Makefile.am): Likewise.
3267         * modules/fcntl-safer (Makefile.am): Likewise.
3268         * modules/fcntl (Makefile.am): Likewise.
3269         * modules/file-type (Makefile.am): Likewise.
3270         * modules/fileblocks (Makefile.am): Likewise.
3271         * modules/filemode (Makefile.am): Likewise.
3272         * modules/filenamecat (Makefile.am): Likewise.
3273         * modules/fnmatch (Makefile.am): Likewise.
3274         * modules/fopen-safer (Makefile.am): Likewise.
3275         * modules/fpending (Makefile.am): Likewise.
3276         * modules/fprintftime (Makefile.am): Likewise.
3277         * modules/free (Makefile.am): Likewise.
3278         * modules/fsusage (Makefile.am): Likewise.
3279         * modules/ftruncate (Makefile.am): Likewise.
3280         * modules/fts (Makefile.am): Likewise.
3281         * modules/gc-arcfour (Makefile.am): Likewise.
3282         * modules/gc-des (Makefile.am): Likewise.
3283         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3284         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3285         * modules/gc-md4 (Makefile.am): Likewise.
3286         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3287         * modules/gc-sha1 (Makefile.am): Likewise.
3288         * modules/gc (Makefile.am): Likewise.
3289         * modules/getaddrinfo (Makefile.am): Likewise.
3290         * modules/getcwd (Makefile.am): Likewise.
3291         * modules/getdelim (Makefile.am): Likewise.
3292         * modules/getdomainname (Makefile.am): Likewise.
3293         * modules/getgroups (Makefile.am): Likewise.
3294         * modules/gethostname (Makefile.am): Likewise.
3295         * modules/gethrxtime (Makefile.am): Likewise.
3296         * modules/getline (Makefile.am): Likewise.
3297         * modules/getloadavg (Makefile.am): Likewise.
3298         * modules/getlogin_r (Makefile.am): Likewise.
3299         * modules/getndelim2 (Makefile.am): Likewise.
3300         * modules/getopt (Makefile.am): Likewise.
3301         * modules/getpagesize (Makefile.am): Likewise.
3302         * modules/getpass-gnu (Makefile.am): Likewise.
3303         * modules/getpass (Makefile.am): Likewise.
3304         * modules/getsubopt (Makefile.am): Likewise.
3305         * modules/gettime (Makefile.am): Likewise.
3306         * modules/gettimeofday (Makefile.am): Likewise.
3307         * modules/getugroups (Makefile.am): Likewise.
3308         * modules/getusershell (Makefile.am): Likewise.
3309         * modules/glob (Makefile.am): Likewise.
3310         * modules/group-member (Makefile.am): Likewise.
3311         * modules/hard-locale (Makefile.am): Likewise.
3312         * modules/hash (Makefile.am): Likewise.
3313         * modules/hmac-md5 (Makefile.am): Likewise.
3314         * modules/hmac-sha1 (Makefile.am): Likewise.
3315         * modules/human (Makefile.am): Likewise.
3316         * modules/idcache (Makefile.am): Likewise.
3317         * modules/imaxabs (Makefile.am): Likewise.
3318         * modules/imaxdiv (Makefile.am): Likewise.
3319         * modules/inet_ntop (Makefile.am): Likewise.
3320         * modules/inet_pton (Makefile.am): Likewise.
3321         * modules/intprops (Makefile.am): Likewise.
3322         * modules/inttostr (Makefile.am): Likewise.
3323         * modules/inttypes (Makefile.am): Likewise.
3324         * modules/isapipe (Makefile.am): Likewise.
3325         * modules/javaversion (Makefile.am): Likewise.
3326         * modules/lchmod (Makefile.am): Likewise.
3327         * modules/lchown (Makefile.am): Likewise.
3328         * modules/localcharset (Makefile.am): Likewise.
3329         * modules/long-options (Makefile.am): Likewise.
3330         * modules/lstat (Makefile.am): Likewise.
3331         * modules/malloc (Makefile.am): Likewise.
3332         * modules/mathl (Makefile.am): Likewise.
3333         * modules/mbchar (Makefile.am): Likewise.
3334         * modules/md2 (Makefile.am): Likewise.
3335         * modules/md4 (Makefile.am): Likewise.
3336         * modules/md5 (Makefile.am): Likewise.
3337         * modules/memcasecmp (Makefile.am): Likewise.
3338         * modules/memchr (Makefile.am): Likewise.
3339         * modules/memcmp (Makefile.am): Likewise.
3340         * modules/memcoll (Makefile.am): Likewise.
3341         * modules/memcpy (Makefile.am): Likewise.
3342         * modules/memmem (Makefile.am): Likewise.
3343         * modules/memmove (Makefile.am): Likewise.
3344         * modules/mempcpy (Makefile.am): Likewise.
3345         * modules/memrchr (Makefile.am): Likewise.
3346         * modules/memset (Makefile.am): Likewise.
3347         * modules/memxor (Makefile.am): Likewise.
3348         * modules/mkancesdirs (Makefile.am): Likewise.
3349         * modules/mkdir-p (Makefile.am): Likewise.
3350         * modules/mkdir (Makefile.am): Likewise.
3351         * modules/mkdtemp (Makefile.am): Likewise.
3352         * modules/mkstemp (Makefile.am): Likewise.
3353         * modules/mktime (Makefile.am): Likewise.
3354         * modules/modechange (Makefile.am): Likewise.
3355         * modules/mountlist (Makefile.am): Likewise.
3356         * modules/nanosleep (Makefile.am): Likewise.
3357         * modules/obstack (Makefile.am): Likewise.
3358         * modules/openat (Makefile.am): Likewise.
3359         * modules/pagealign_alloc (Makefile.am): Likewise.
3360         * modules/pathmax (Makefile.am): Likewise.
3361         * modules/physmem (Makefile.am): Likewise.
3362         * modules/poll (Makefile.am): Likewise.
3363         * modules/posixtm (Makefile.am): Likewise.
3364         * modules/posixver (Makefile.am): Likewise.
3365         * modules/putenv (Makefile.am): Likewise.
3366         * modules/quote (Makefile.am): Likewise.
3367         * modules/quotearg (Makefile.am): Likewise.
3368         * modules/raise (Makefile.am): Likewise.
3369         * modules/read-file (Makefile.am): Likewise.
3370         * modules/readline (Makefile.am): Likewise.
3371         * modules/readlink (Makefile.am): Likewise.
3372         * modules/readtokens (Makefile.am): Likewise.
3373         * modules/readutmp (Makefile.am): Likewise.
3374         * modules/realloc (Makefile.am): Likewise.
3375         * modules/regex (Makefile.am): Likewise.
3376         * modules/rename-dest-slash (Makefile.am): Likewise.
3377         * modules/rename (Makefile.am): Likewise.
3378         * modules/rijndael (Makefile.am): Likewise.
3379         * modules/rmdir (Makefile.am): Likewise.
3380         * modules/rpmatch (Makefile.am): Likewise.
3381         * modules/safe-read (Makefile.am): Likewise.
3382         * modules/safe-write (Makefile.am): Likewise.
3383         * modules/same-inode (Makefile.am): Likewise.
3384         * modules/same (Makefile.am): Likewise.
3385         * modules/save-cwd (Makefile.am): Likewise.
3386         * modules/savedir (Makefile.am): Likewise.
3387         * modules/setenv (Makefile.am): Likewise.
3388         * modules/settime (Makefile.am): Likewise.
3389         * modules/sha1 (Makefile.am): Likewise.
3390         * modules/sig2str (Makefile.am): Likewise.
3391         * modules/snprintf (Makefile.am): Likewise.
3392         * modules/stat-macros (Makefile.am): Likewise.
3393         * modules/stat-time (Makefile.am): Likewise.
3394         * modules/stdbool (Makefile.am): Likewise.
3395         * modules/stdint (Makefile.am): Likewise.
3396         * modules/stdlib-safer (Makefile.am): Likewise.
3397         * modules/stpcpy (Makefile.am): Likewise.
3398         * modules/stpncpy (Makefile.am): Likewise.
3399         * modules/strcase (Makefile.am): Likewise.
3400         * modules/strcasestr (Makefile.am): Likewise.
3401         * modules/strchrnul (Makefile.am): Likewise.
3402         * modules/strcspn (Makefile.am): Likewise.
3403         * modules/strdup (Makefile.am): Likewise.
3404         * modules/strerror (Makefile.am): Likewise.
3405         * modules/strftime (Makefile.am): Likewise.
3406         * modules/strndup (Makefile.am): Likewise.
3407         * modules/strnlen (Makefile.am): Likewise.
3408         * modules/strpbrk (Makefile.am): Likewise.
3409         * modules/strsep (Makefile.am): Likewise.
3410         * modules/strstr (Makefile.am): Likewise.
3411         * modules/strtod (Makefile.am): Likewise.
3412         * modules/strtoimax (Makefile.am): Likewise.
3413         * modules/strtok_r (Makefile.am): Likewise.
3414         * modules/strtol (Makefile.am): Likewise.
3415         * modules/strtoll (Makefile.am): Likewise.
3416         * modules/strtoul (Makefile.am): Likewise.
3417         * modules/strtoull (Makefile.am): Likewise.
3418         * modules/strtoumax (Makefile.am): Likewise.
3419         * modules/strverscmp (Makefile.am): Likewise.
3420         * modules/sys_socket (Makefile.am): Likewise.
3421         * modules/sys_stat (Makefile.am): Likewise.
3422         * modules/sysexits (Makefile.am): Likewise.
3423         * modules/time_r (Makefile.am): Likewise.
3424         * modules/timegm (Makefile.am): Likewise.
3425         * modules/timespec (Makefile.am): Likewise.
3426         * modules/tmpfile-safer (Makefile.am): Likewise.
3427         * modules/trim (Makefile.am): Likewise.
3428         * modules/unistd-safer (Makefile.am): Likewise.
3429         * modules/unlinkdir (Makefile.am): Likewise.
3430         * modules/unlocked-io (Makefile.am): Likewise.
3431         * modules/userspec (Makefile.am): Likewise.
3432         * modules/utime (Makefile.am): Likewise.
3433         * modules/utimecmp (Makefile.am): Likewise.
3434         * modules/utimens (Makefile.am): Likewise.
3435         * modules/vasnprintf (Makefile.am): Likewise.
3436         * modules/vasprintf (Makefile.am): Likewise.
3437         * modules/vsnprintf (Makefile.am): Likewise.
3438         * modules/xalloc (Makefile.am): Likewise.
3439         * modules/xgetcwd (Makefile.am): Likewise.
3440         * modules/xnanosleep (Makefile.am): Likewise.
3441         * modules/xreadlink (Makefile.am): Likewise.
3442         * modules/xstrtod (Makefile.am): Likewise.
3443         * modules/xstrtol (Makefile.am): Likewise.
3444         * modules/xstrtold (Makefile.am): Likewise.
3445         * modules/yesno (Makefile.am): Likewise.
3446         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3447
3448 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3449
3450         * modules/error (Makefile.am): Distribute files through
3451         EXTRA_DIST, not lib_SOURCES.
3452
3453 2006-10-12  Eric Blake  <ebb9@byu.net>
3454
3455         * modules/error (Makefile.am): Distribute files in /lib.
3456         * modules/obstack (Makefile.am): Likewise.
3457
3458 2006-10-12  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/acl (Makefile.am): Distribute all files in lib/ through
3461         EXTRA_DIST.
3462         * modules/arcfour (Makefile.am): Likewise.
3463         * modules/arctwo (Makefile.am): Likewise.
3464         * modules/argmatch (Makefile.am): Likewise.
3465         * modules/argz (Makefile.am): Likewise.
3466         * modules/atexit (Makefile.am): Likewise.
3467         * modules/backupfile (Makefile.am): Likewise.
3468         * modules/c-strtod (Makefile.am): Likewise.
3469         * modules/c-strtold (Makefile.am): Likewise.
3470         * modules/calloc (Makefile.am): Likewise.
3471         * modules/canon-host (Makefile.am): Likewise.
3472         * modules/canonicalize (Makefile.am): Likewise.
3473         * modules/chdir-long (Makefile.am): Likewise.
3474         * modules/chdir-safer (Makefile.am): Likewise.
3475         * modules/check-version (Makefile.am): Likewise.
3476         * modules/chown (Makefile.am): Likewise.
3477         * modules/cloexec (Makefile.am): Likewise.
3478         * modules/close-stream (Makefile.am): Likewise.
3479         * modules/closeout (Makefile.am): Likewise.
3480         * modules/crc (Makefile.am): Likewise.
3481         * modules/cycle-check (Makefile.am): Likewise.
3482         * modules/des (Makefile.am): Likewise.
3483         * modules/dirfd (Makefile.am): Likewise.
3484         * modules/dirname (Makefile.am): Likewise.
3485         * modules/dup2 (Makefile.am): Likewise.
3486         * modules/euidaccess (Makefile.am): Likewise.
3487         * modules/exclude (Makefile.am): Likewise.
3488         * modules/exitfail (Makefile.am): Likewise.
3489         * modules/fcntl-safer (Makefile.am): Likewise.
3490         * modules/file-type (Makefile.am): Likewise.
3491         * modules/fileblocks (Makefile.am): Likewise.
3492         * modules/filemode (Makefile.am): Likewise.
3493         * modules/filenamecat (Makefile.am): Likewise.
3494         * modules/fnmatch (Makefile.am): Likewise.
3495         * modules/fopen-safer (Makefile.am): Likewise.
3496         * modules/fpending (Makefile.am): Likewise.
3497         * modules/fprintftime (Makefile.am): Likewise.
3498         * modules/free (Makefile.am): Likewise.
3499         * modules/fsusage (Makefile.am): Likewise.
3500         * modules/ftruncate (Makefile.am): Likewise.
3501         * modules/fts (Makefile.am): Likewise.
3502         * modules/gc (Makefile.am): Likewise.
3503         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3504         * modules/getaddrinfo (Makefile.am): Likewise.
3505         * modules/getcwd (Makefile.am): Likewise.
3506         * modules/getdelim (Makefile.am): Likewise.
3507         * modules/getdomainname (Makefile.am): Likewise.
3508         * modules/getgroups (Makefile.am): Likewise.
3509         * modules/gethostname (Makefile.am): Likewise.
3510         * modules/gethrxtime (Makefile.am): Likewise.
3511         * modules/getline (Makefile.am): Likewise.
3512         * modules/getloadavg (Makefile.am): Likewise.
3513         * modules/getlogin_r (Makefile.am): Likewise.
3514         * modules/getopt (Makefile.am): Likewise.
3515         * modules/getpass (Makefile.am): Likewise.
3516         * modules/getpass-gnu (Makefile.am): Likewise.
3517         * modules/getsubopt (Makefile.am): Likewise.
3518         * modules/gettime (Makefile.am): Likewise.
3519         * modules/gettimeofday (Makefile.am): Likewise.
3520         * modules/getugroups (Makefile.am): Likewise.
3521         * modules/getusershell (Makefile.am): Likewise.
3522         * modules/glob (Makefile.am): Likewise.
3523         * modules/group-member (Makefile.am): Likewise.
3524         * modules/hard-locale (Makefile.am): Likewise.
3525         * modules/hash (Makefile.am): Likewise.
3526         * modules/hmac-md5 (Makefile.am): Likewise.
3527         * modules/hmac-sha1 (Makefile.am): Likewise.
3528         * modules/human (Makefile.am): Likewise.
3529         * modules/idcache (Makefile.am): Likewise.
3530         * modules/imaxabs (Makefile.am): Likewise.
3531         * modules/imaxdiv (Makefile.am): Likewise.
3532         * modules/inet_ntop (Makefile.am): Likewise.
3533         * modules/inet_pton (Makefile.am): Likewise.
3534         * modules/inttostr (Makefile.am): Likewise.
3535         * modules/isapipe (Makefile.am): Likewise.
3536         * modules/lchown (Makefile.am): Likewise.
3537         * modules/long-options (Makefile.am): Likewise.
3538         * modules/lstat (Makefile.am): Likewise.
3539         * modules/malloc (Makefile.am): Likewise.
3540         * modules/mathl (Makefile.am): Likewise.
3541         * modules/mbchar (Makefile.am): Likewise.
3542         * modules/md2 (Makefile.am): Likewise.
3543         * modules/md4 (Makefile.am): Likewise.
3544         * modules/md5 (Makefile.am): Likewise.
3545         * modules/memcasecmp (Makefile.am): Likewise.
3546         * modules/memchr (Makefile.am): Likewise.
3547         * modules/memcmp (Makefile.am): Likewise.
3548         * modules/memcoll (Makefile.am): Likewise.
3549         * modules/memcpy (Makefile.am): Likewise.
3550         * modules/memmem (Makefile.am): Likewise.
3551         * modules/memmove (Makefile.am): Likewise.
3552         * modules/mempcpy (Makefile.am): Likewise.
3553         * modules/memrchr (Makefile.am): Likewise.
3554         * modules/memset (Makefile.am): Likewise.
3555         * modules/memxor (Makefile.am): Likewise.
3556         * modules/mkancesdirs (Makefile.am): Likewise.
3557         * modules/mkdir (Makefile.am): Likewise.
3558         * modules/mkdir-p (Makefile.am): Likewise.
3559         * modules/mkdtemp (Makefile.am): Likewise.
3560         * modules/mkstemp (Makefile.am): Likewise.
3561         * modules/mktime (Makefile.am): Likewise.
3562         * modules/modechange (Makefile.am): Likewise.
3563         * modules/mountlist (Makefile.am): Likewise.
3564         * modules/nanosleep (Makefile.am): Likewise.
3565         * modules/openat (Makefile.am): Likewise.
3566         * modules/pagealign_alloc (Makefile.am): Likewise.
3567         * modules/physmem (Makefile.am): Likewise.
3568         * modules/poll (Makefile.am): Likewise.
3569         * modules/posixtm (Makefile.am): Likewise.
3570         * modules/posixver (Makefile.am): Likewise.
3571         * modules/putenv (Makefile.am): Likewise.
3572         * modules/quote (Makefile.am): Likewise.
3573         * modules/quotearg (Makefile.am): Likewise.
3574         * modules/raise (Makefile.am): Likewise.
3575         * modules/read-file (Makefile.am): Likewise.
3576         * modules/readline (Makefile.am): Likewise.
3577         * modules/readlink (Makefile.am): Likewise.
3578         * modules/readtokens (Makefile.am): Likewise.
3579         * modules/readutmp (Makefile.am): Likewise.
3580         * modules/realloc (Makefile.am): Likewise.
3581         * modules/regex (Makefile.am): Likewise.
3582         * modules/rename (Makefile.am): Likewise.
3583         * modules/rename-dest-slash (Makefile.am): Likewise.
3584         * modules/rijndael (Makefile.am): Likewise.
3585         * modules/rmdir (Makefile.am): Likewise.
3586         * modules/rpmatch (Makefile.am): Likewise.
3587         * modules/safe-read (Makefile.am): Likewise.
3588         * modules/safe-write (Makefile.am): Likewise.
3589         * modules/same (Makefile.am): Likewise.
3590         * modules/save-cwd (Makefile.am): Likewise.
3591         * modules/savedir (Makefile.am): Likewise.
3592         * modules/setenv (Makefile.am): Likewise.
3593         * modules/settime (Makefile.am): Likewise.
3594         * modules/sha1 (Makefile.am): Likewise.
3595         * modules/sig2str (Makefile.am): Likewise.
3596         * modules/snprintf (Makefile.am): Likewise.
3597         * modules/stdlib-safer (Makefile.am): Likewise.
3598         * modules/stpcpy (Makefile.am): Likewise.
3599         * modules/stpncpy (Makefile.am): Likewise.
3600         * modules/strcase (Makefile.am): Likewise.
3601         * modules/strcasestr (Makefile.am): Likewise.
3602         * modules/strchrnul (Makefile.am): Likewise.
3603         * modules/strcspn (Makefile.am): Likewise.
3604         * modules/strdup (Makefile.am): Likewise.
3605         * modules/strerror (Makefile.am): Likewise.
3606         * modules/strftime (Makefile.am): Likewise.
3607         * modules/strndup (Makefile.am): Likewise.
3608         * modules/strnlen (Makefile.am): Likewise.
3609         * modules/strpbrk (Makefile.am): Likewise.
3610         * modules/strsep (Makefile.am): Likewise.
3611         * modules/strstr (Makefile.am): Likewise.
3612         * modules/strtod (Makefile.am): Likewise.
3613         * modules/strtoimax (Makefile.am): Likewise.
3614         * modules/strtok_r (Makefile.am): Likewise.
3615         * modules/strtol (Makefile.am): Likewise.
3616         * modules/strtoll (Makefile.am): Likewise.
3617         * modules/strtoul (Makefile.am): Likewise.
3618         * modules/strtoull (Makefile.am): Likewise.
3619         * modules/strtoumax (Makefile.am): Likewise.
3620         * modules/strverscmp (Makefile.am): Likewise.
3621         * modules/time_r (Makefile.am): Likewise.
3622         * modules/timegm (Makefile.am): Likewise.
3623         * modules/tmpfile-safer (Makefile.am): Likewise.
3624         * modules/unistd-safer (Makefile.am): Likewise.
3625         * modules/unlinkdir (Makefile.am): Likewise.
3626         * modules/userspec (Makefile.am): Likewise.
3627         * modules/utime (Makefile.am): Likewise.
3628         * modules/utimecmp (Makefile.am): Likewise.
3629         * modules/utimens (Makefile.am): Likewise.
3630         * modules/vasnprintf (Makefile.am): Likewise.
3631         * modules/vasprintf (Makefile.am): Likewise.
3632         * modules/vsnprintf (Makefile.am): Likewise.
3633         * modules/xalloc (Makefile.am): Likewise.
3634         * modules/xgetcwd (Makefile.am): Likewise.
3635         * modules/xnanosleep (Makefile.am): Likewise.
3636         * modules/xreadlink (Makefile.am): Likewise.
3637         * modules/xstrtod (Makefile.am): Likewise.
3638         * modules/xstrtol (Makefile.am): Likewise.
3639         * modules/xstrtold (Makefile.am): Likewise.
3640         * modules/yesno (Makefile.am): Likewise.
3641
3642 2006-10-12  Jim Meyering  <jim@meyering.net>
3643
3644         * m4/getloadavg.m4: Revert the change below.
3645
3646         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3647         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3648         fail with a symlink, which is what coreutils' ./bootstrap now
3649         creates by default.
3650
3651 2006-10-12  Bruno Haible  <bruno@clisp.org>
3652
3653         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3654         mingw.
3655         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3656         MSVC and mingw explicitly.
3657
3658 2006-10-11  Simon Josefsson  <jas@extundo.com>
3659             Bruno Haible  <bruno@clisp.org>
3660
3661         Add support for multiple gnulib-tool invocations in the scope of a
3662         single configure.ac file.
3663         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3664         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3665         with the same contents as the _LIBADD variable.
3666         (func_emit_initmacro_start, func_emit_initmacro_end,
3667         func_emit_initmacro_done): New functions.
3668         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3669         gl_LIBOBJS and gl_LTLIBOBJS.
3670
3671 2006-10-11  Bruno Haible  <bruno@clisp.org>
3672
3673         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3674         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3675         autoreconf. Instead, invoke autopoint explicitly but move back the
3676         *.m4 files from gnulib.
3677
3678 2006-10-11  Bruno Haible  <bruno@clisp.org>
3679
3680         * gnulib-tool (func_usage): Make module names after --create-testdir
3681         optional.
3682         (func_create_testdir): If no module was specified, use nearly all
3683         modules.
3684
3685 2006-10-12  Jim Meyering  <jim@meyering.net>
3686
3687         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3688         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3689         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3690         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3691         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3692         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3693         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3694         (fts_set_stat_required): New function.
3695         (fts_open): Defer the calls to fts_stat, if possible or requested.
3696         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3697         into fts_stat itself.
3698         (fts_read): Perform any required (deferred) fts_stat call.
3699         (fts_build): Likewise, for the directory we're about to open and read.
3700         In the readdir loop, carefully decide whether each entry will require
3701         an eventual call to fts_stat, using dirent.d_type info if available.
3702         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3703         a command line argument into this function.  Update all callers.
3704         Map a return value of FTS_DOT to FTS_D for a command line argument.
3705         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3706         Thanks to Miklos Szeredi for his tenacity and for the initial
3707         bug report about "find" failing on a FUSE-based file system.
3708
3709         * lib/fts.c (fts_open): Use consistent indentation.
3710
3711 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3712
3713         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3714         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3715         reported by Jim Meyering.  All uses of cache variables renamed
3716         to match Autoconf's.
3717         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3718         the other one.
3719
3720         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3721         Fix misspelling in diagnostic.
3722
3723 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3724
3725         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3726         defined.  Problem reported by Matthew Woehlke.
3727
3728         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3729         Add support for Tandem NonStop R series.
3730         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3731         Use new macro.
3732
3733         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3734         (has_trailing_slash): Omit size arg; all callers changed.
3735         Omit 'inline', since it doesn't help performance and we'd
3736         need to configure it.
3737         Don't count //, ///, etc. as having a trailing slash.
3738         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3739         (rpl_rename_dest_slash): On failure, use rename's errno rather
3740         than (in some cases) an incorrect or junk errno.
3741         Simplify code by removing need to compute length; this does
3742         cause it to make two passes instead of one over the file name,
3743         but it's worth it.
3744
3745         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3746         change, since Autoconf's version may no longer be appropriate now
3747         that we are using CVS Autoconf's version.  Add support for Tandem.
3748
3749 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3750             Bruno Haible  <bruno@clisp.org>
3751
3752         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3753         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3754         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3755         gl_AC_TYPE_LONG_LONG.
3756
3757         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3758         instead of HAVE_LONG_LONG.
3759         * lib/printf-args.c (printf_fetchargs): Likewise.
3760         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3761         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3762         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3763         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3764         gl_AC_TYPE_LONG_LONG.
3765
3766 2006-10-11  Bruno Haible  <bruno@clisp.org>
3767
3768         * m4/longlong.m4: Add comments.
3769         * m4/ulonglong.m4: Likewise.
3770
3771 2006-10-10  Bruno Haible  <bruno@clisp.org>
3772
3773         Make it possible to #define stpcpy, strdup to aliases.
3774         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3775         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3776
3777 2006-10-10  Bruno Haible  <bruno@clisp.org>
3778
3779         Make it possible to #define gcd to an alias.
3780         * lib/gcd.c: Include config.h.
3781
3782 2006-10-10  Bruno Haible  <bruno@clisp.org>
3783
3784         Make it possible to #define c_isascii to an alias.
3785         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3786         defined. Undefine the macros before defining them, to avoid gcc
3787         warnings.
3788         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3789         define NO_C_CTYPE_MACROS early.
3790
3791 2006-10-10  Bruno Haible  <bruno@clisp.org>
3792
3793         Make it possible to #define set_program_name to an alias.
3794         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3795         ENABLE_RELOCATABLE early.
3796
3797 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3800         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3801         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3802         More generally, don't assume that 64-bit signed int is available
3803         if unsigned int is, and vice versa.
3804         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3805         unsigned symbols, not on their signed counterparts.
3806         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3807         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3808         (UINT64_C, UINTMAX_C):
3809         Likewise.
3810         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3811         unsigned counterparts.
3812         (Have_long_long, Unsigned): New macros.
3813         (Int): Renamed from INT.
3814         (strtoimax): Use the new macros.
3815         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3816         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3817         * modules/inttypes (inttypes.h): Substitute
3818         HAVE_UNSIGNED_LONG_LONG_INT.
3819         * modules/stdint (stdint.h): Likewise.
3820         (Files): Add m4/ulonglong.m4.
3821
3822 2006-10-10  Bruno Haible  <bruno@clisp.org>
3823
3824         Fix a gcc -Wshadow warning.
3825         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3826         to 'bucket'.
3827         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3828         gl_linked_indexof_from_to): Likewise.
3829         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3830         Likewise.
3831         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3832         Likewise.
3833         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3834         Reported by Eric Blake.
3835
3836 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3839         for NetBSD.  Problem reported by Bruno Haible.
3840
3841 2006-10-09  Jim Meyering  <jim@meyering.net>
3842
3843         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3844         Patch from Bruno Haible.
3845
3846 2006-10-09  Jim Meyering  <jim@meyering.net>
3847
3848         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3849         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3850         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3851
3852 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         Don't include <config.h> twice; this doesn't work in some cases,
3855         e.g., when config.h has "#define intmax_t long long int" and
3856         we include <config.h>, <inttypes.h>, <config.h> in that order.
3857         Problem reported by Matthew Woehlke in:
3858         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3859         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3860         * lib/fts-cycle.c: Don't include config.h.
3861         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3862         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3863         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3864         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3865         inttypes.h.
3866         * lib/xstrtoumax.c: Likewise.
3867         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3868         __strtol and the like, so that this module is more like its siblings.
3869         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3870         Remove; no longer needed now that we assume gnulib inttypes.h.
3871
3872 2006-10-08  Bruno Haible  <bruno@clisp.org>
3873
3874         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3875         option.
3876
3877 2006-10-07  Jim Meyering  <jim@meyering.net>
3878
3879         * modules/inttypes (inttypes.h): Revert what seems to have been
3880         an inadvertent part of today's change: use "|", not "/" in the
3881         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3882
3883 2006-10-07  Bruno Haible  <bruno@clisp.org>
3884
3885         * modules/sublist: New file.
3886
3887 2006-10-07  Bruno Haible  <bruno@clisp.org>
3888
3889         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3890         * modules/argz (argz.h): Likewise.
3891         * modules/arpa_inet (arpa/inet.h): Likewise.
3892         * modules/byteswap (byteswap.h): Likewise.
3893         * modules/configmake (configmake.h): Likewise.
3894         * modules/fcntl (fcntl.h): Likewise.
3895         * modules/fnmatch (fnmatch.h): Likewise.
3896         * modules/getopt (getopt.h): Likewise.
3897         * modules/glob (glob.h): Likewise.
3898         * modules/inttypes (inttypes.h): Likewise.
3899         * modules/netinet_in (netinet/in.h): Likewise.
3900         * modules/poll (poll.h): Likewise.
3901         * modules/stdbool (stdbool.h): Likewise.
3902         * modules/stdint (stdint.h): Likewise.
3903         * modules/sys_select (sys/select.h): Likewise.
3904         * modules/sys_socket (sys/socket.h): Likewise.
3905         * modules/sys_stat (sys/stat.h): Likewise.
3906         * modules/sysexits (sysexits.h): Likewise.
3907         * modules/unistd (unistd.h): Likewise.
3908         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3909         Add a "DO NOT EDIT" comment to the generated file.
3910         (func_import): Likewise for gnulib-comp.m4.
3911
3912 2006-10-07  Bruno Haible  <bruno@clisp.org>
3913
3914         * lib/gl_sublist.h: New file.
3915         * lib/gl_sublist.c: New file.
3916
3917 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3918
3919         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3920         name (relative to the original working directory) and the file
3921         name component (relative to the temporary working directory).  All
3922         callers changed.
3923         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3924         * lib/mkdir-p.c (make_dir_parents): Likewise.
3925         * lib/mkdir-p.h (make_dir_parents): Likewise.
3926
3927 2006-10-06  Eric Blake  <ebb9@byu.net>
3928
3929         Define several macros for use by the clean-temp module.
3930         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3931         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3932         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3933
3934         * lib/clean-temp.h (close_stream_temp): New declaration.
3935         * lib/clean-temp.c (includes): Pull in headers according to what
3936         other modules are in use.
3937         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3938
3939 2006-10-06  Bruno Haible  <bruno@clisp.org>
3940
3941         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3942         instead of fopen, fwriteerror.
3943
3944 2006-10-06  Bruno Haible  <bruno@clisp.org>
3945
3946         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3947         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3948         int.
3949         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3950         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3951         Return an error indicator.
3952         Suggested by Eric Blake.
3953
3954 2006-10-06  Bruno Haible  <bruno@clisp.org>
3955
3956         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3957         Reported by Eric Blake.
3958
3959 2006-10-06  Bruno Haible  <bruno@clisp.org>
3960
3961         * modules/closeout (Description): Mention stderr too.
3962
3963 2006-10-06  Bruno Haible  <bruno@clisp.org>
3964         and Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * lib/closeout.c (close_stdout): Also close stderr.
3967         * lib/closeout.h: Update comment.
3968
3969 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3972         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3973         * lib/dirchownmod.c: Include lchown.h.
3974         * lib/lchown.c: Don't include files that lchown.h now includes.
3975         Don't declare chown, since lchown.h now does that.
3976         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3977         (lchown): Define to rpl_chown if lchown is declared but
3978         does not exist.  Declare using a prototype if lchown is not
3979         declared.  Add a copyright notice.
3980         * lib/mkstemp.h: Include <unistd.h>.
3981         * lib/openat.c: Include lchown.h.
3982
3983         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3984         we now test for that separately.
3985         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3986         rather than O_NOFOLLOW, when testing whether it's possible to
3987         avoid a race condition reliably.
3988         * lib/savewd.c (savewd_chdir): Likewise.
3989
3990         Remove macros that are no longer needed now that stdint.h is
3991         reliable.
3992         * lib/fsusage.c (UINTMAX_MAX): Remove.
3993         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3994         * lib/utimecmp.c (SIZE_MAX): Remove.
3995
3996         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3997
3998         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3999         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4000         O_NOATIME works.
4001
4002 2006-10-05  Bruno Haible  <bruno@clisp.org>
4003
4004         * lib/gl_list.h (gl_sortedlist_search_from_to,
4005         gl_sortedlist_indexof_from_to): New declarations.
4006         (gl_list_implementation): New fields sortedlist_search_from_to,
4007         sortedlist_indexof_from_to.
4008         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4009         inline functions.
4010         * lib/gl_list.c (gl_sortedlist_search_from_to,
4011         gl_sortedlist_indexof_from_to): New functions.
4012         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4013         function.
4014         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4015         (gl_array_sortedlist_search_from_to): New function.
4016         (gl_array_list_implementation): Update.
4017         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4018         function.
4019         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4020         (gl_carray_sortedlist_search_from_to): New function.
4021         (gl_carray_list_implementation): Update.
4022         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4023         gl_linked_sortedlist_indexof_from_to): New functions.
4024         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4025         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4026         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4027         gl_tree_sortedlist_indexof_from_to): New functions.
4028         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4029         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4030         Update.
4031         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4032         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4033         Update.
4034
4035 2006-10-05  Bruno Haible  <bruno@clisp.org>
4036
4037         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4038         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4039         (struct gl_list_implementation): Add fields search_from_to,
4040         indexof_from_to. Remove fields search, indexof.
4041         (gl_list_search): Use the search_from_to method.
4042         (gl_list_search_from, gl_list_search_from_to): New functions.
4043         (gl_list_indexof): Use the indexof_from_to method.
4044         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4045         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4046         (gl_list_search_from, gl_list_search_from_to): New functions.
4047         (gl_list_indexof): Use the indexof_from_to method.
4048         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4049         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4050         gl_array_indexof. Add start_index, end_index arguments.
4051         (gl_array_search_from_to): Renamed from gl_array_search. Add
4052         start_index, end_index arguments.
4053         (gl_array_remove, gl_array_list_implementation): Update.
4054         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4055         gl_carray_indexof. Add start_index, end_index arguments.
4056         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4057         start_index, end_index arguments.
4058         (gl_carray_remove, gl_carray_list_implementation): Update.
4059         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4060         gl_linked_search. Add start_index, end_index arguments.
4061         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4062         start_index, end_index arguments.
4063         (gl_linked_remove): Update.
4064         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4065         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4066         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4067         field to 'size_t'.
4068         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4069         gl_tree_search. Add start_index, end_index arguments.
4070         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4071         start_index, end_index arguments.
4072         (gl_tree_remove): Update.
4073         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4074         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4075         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4076         function.
4077         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4078         gl_tree_search. Add start_index, end_index arguments.
4079         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4080         start_index, end_index arguments.
4081         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4082         Update.
4083         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4084
4085 2006-10-05  Bruno Haible  <bruno@clisp.org>
4086
4087         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4088
4089         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4090         fwriteerror_temp): New declarations.
4091         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4092         (descriptors): New variable.
4093         (cleanup): First, close the descriptors.
4094         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4095         fclose_temp, fwriteerror_temp): New functions.
4096
4097 2006-10-04  Jim Meyering  <jim@meyering.net>
4098
4099         * lib/fts.c (fts_open): Tiny comment change.
4100
4101 2006-10-04  Bruno Haible  <bruno@clisp.org>
4102
4103         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4104         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4105         gl_LOCK_BODY.
4106         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4107         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4108         gl_LOCK_EARLY_BODY.
4109         (gl_LOCK): Require gl_LOCK_BODY.
4110
4111 2006-10-04  Bruno Haible  <bruno@clisp.org>
4112
4113         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4114         (gl_oset_search_atleast): New declaration.
4115         (struct gl_oset_implementation): Add field 'search_atleast'.
4116         (gl_oset_search_atleast): New inline function.
4117         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4118         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4119         (gl_array_oset_implementation): Update.
4120         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4121         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4122         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4123
4124 2006-10-04  Bruno Haible  <bruno@clisp.org>
4125
4126         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4127
4128 2006-10-03  Bruno Haible  <bruno@clisp.org>
4129
4130         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4131         from gl_avltreehash_list_implementation.
4132
4133 2006-10-03  Bruno Haible  <bruno@clisp.org>
4134
4135         * lib/gl_oset.c (gl_oset_add): Fix return type.
4136
4137 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4138
4139         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4140
4141 2006-10-02  Eric Blake  <ebb9@byu.net>
4142
4143         * modules/strnlen (Depends-on): Add extensions.
4144
4145 2006-10-02  Eric Blake  <ebb9@byu.net>
4146
4147         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4148         definition in 2.60+.
4149
4150 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4151
4152         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4153         checks.
4154
4155 2006-10-02  Bruno Haible  <bruno@clisp.org>
4156
4157         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4158         to the AUTOMAKE_OPTIONS.
4159         Reported by Jim Meyering.
4160
4161 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4162
4163         Work around bug in Solaris 10 /proc file system:
4164         /proc/self/fd/NNN/.. isn't the parent directory of
4165         the directory whose file descriptor is NNN.  This needs to
4166         be worked around at run time, not compile time, since a
4167         program might be built on Solaris 8, where things work, and
4168         run on Solaris 10.
4169         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4170         to use the following interface instead:
4171         (OPENAT_BUFFER_SIZE): New macro.
4172         (openat_proc_name): New function.
4173         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4174         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4175         Likewise.
4176         * lib/openat-proc.c: New file.
4177         * modules/openat (Files): Add lib/openat-proc.c.
4178         (Depends-on): Add same-inode, stdbool.
4179         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4180
4181 2006-09-29  Bruno Haible  <bruno@clisp.org>
4182
4183         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4184         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4185         argument. Set stdout_closed before testing for ferror, not after.
4186         (fwriteerror, fwriteerror_no_ebadf): New functions.
4187
4188 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4189
4190         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4191
4192 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4193
4194         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4195         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4196
4197 2006-09-28  Jim Meyering  <jim@meyering.net>
4198
4199         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4200         Include <unistd.h>.
4201
4202 2006-09-28  Bruno Haible  <bruno@clisp.org>
4203
4204         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4205         * modules/linkedhash-list (Depends-on): Likewise.
4206         * modules/rbtreehash-list (Depends-on): Likewise.
4207
4208 2006-09-28  Bruno Haible  <bruno@clisp.org>
4209
4210         * lib/strndup.h: Simplify the redefinition of strndup.
4211         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4212         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4213
4214 2006-09-28  Bruno Haible  <bruno@clisp.org>
4215
4216         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4217         * lib/gl_linkedhash_list.c: Likewise.
4218         * lib/gl_rbtreehash_list.c: Likewise.
4219
4220 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4223         getaddrinfo.
4224
4225         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4226         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4227         it causes <stdio_ext.h> to cause a compile-time error.
4228         Problem reported by Nelson H. F. Beebe.
4229         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4230         of HAVE_DECL___PENDING.
4231
4232         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4233         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4234         declaration.
4235
4236 2006-09-27  Jim Meyering  <jim@meyering.net>
4237
4238         This file could end up with a definition for a function
4239         named __strndup, rather than rpl_strndup on a system with
4240         incomplete weak_alias support.
4241         * lib/strndup.c (strndup): Rename from __strndup.
4242         Remove #defines that used to map __strndup to strndup.
4243         Don't use K&R prototypes.
4244         Remove LIBC-related code, since this file is not sync'd with glibc.
4245         * lib/strndup.h: Revamp, accordingly.
4246         * m4/strndup.m4: Modernize.
4247
4248 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4249
4250         * modules/savewd (Depends-on): Add 'raise'.
4251         * lib/savewd.c: Include <signal.h>, for 'raise'.
4252
4253 2006-09-26  Jim Meyering  <jim@meyering.net>
4254
4255         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4256         when we detect Darwin 8.7.0's acl_get_file bug.
4257         Rearrange to perform the new (below) run-test while $LIBS
4258         contains any acl-related library.  Set USE_ACL at the end.
4259         (gl_ACL_GET_FILE): New function.
4260
4261 2006-09-26  Eric Blake  <ebb9@byu.net>
4262
4263         * lib/verror.c: Include <config.h> unconditionally.
4264
4265 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4266
4267         * modules/clock-time (Maintainer): Add self.
4268         * modules/getlogin_r (Depends-on): Add extensions.
4269
4270 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4271
4272         * modules/clock-time: New module.
4273         * modules/nanosleep (Depends-on): Add clock-time.
4274         * modules/gethrxtime (Depends-on): Likewise.
4275         * modules/gettime (Depends-on): Likewise.
4276         * modules/settime (Depends-on): Likewise.
4277
4278         * modules/fts-lgpl: Depend on openat.
4279         * modules/mkancesdirs: Depend on savewd.
4280         * modules/mkdir-p: Likewise.
4281
4282 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4283
4284         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4285
4286         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4287         `gl_have_arbitrary_file_name_length_limit' to
4288         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4289         actually works between configure runs.
4290
4291 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4292             Bruno Haible  <bruno@clisp.org>
4293
4294         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4295
4296 2006-09-25  Jim Meyering  <jim@meyering.net>
4297
4298         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4299         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4300
4301 2006-09-25  Eric Blake  <ebb9@byu.net>
4302
4303         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4304         exec's in 2006-09-18 patch when shuffling fds.
4305
4306 2006-09-25  Bruno Haible  <bruno@clisp.org>
4307
4308         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4309         Reported by Jim Meyering.
4310
4311 2006-09-24  Jim Meyering  <jim@meyering.net>
4312
4313         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4314         compare a pointer against a literal "0".  That caused failures with
4315         at least HP-UX's hpcc.
4316
4317 2006-09-22  Simon Josefsson  <jas@extundo.com>
4318
4319         * modules/gc-sha1:
4320         * modules/gc-md4:
4321         * modules/gc-hmac-sha1:
4322         * modules/gc-hmac-md5:
4323         * modules/gc-des:
4324         * modules/gc-arcfour: Distribute more files.
4325
4326 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4327
4328         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4329         (gl_linked_iterator_from_to): Initialize struct completely.
4330         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4331         (gl_tree_iterator_from_to): Likewise
4332         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4333         * lib/gl_array_list.c [lint] (gl_array_iterator)
4334         (gl_array_iterator_from_to): Likewise.
4335         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4336         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4337         (gl_carray_iterator_from_to): Likewise.
4338
4339         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4340         * lib/md4.c (md4_process_block): Remove unused variable.
4341         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4342         parentheses for clarity.
4343
4344 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4345
4346         * modules/bison-i18n (Depends-on): Add gettext.
4347
4348 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4349
4350         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4351         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4352         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4353         also add missing comma that caused broken test.
4354         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4355         stdlib.h, for `abort'.
4356         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4357         variables.
4358         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4359         include unistd.h if present, for `rmdir'.
4360         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4361         variables.
4362         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4363         in the process include standard headers for prototypes.
4364         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4365         gets declared on GNU/Linux.
4366         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4367         unistd.h, for `rmdir'.
4368         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4369
4370         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4371         always true.
4372         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4373
4374         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4375
4376 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4377
4378         * gnulib-tool (func_version): Create output all at once.  This
4379         may help avoid triggering unnecessary SIGPIPEs, and at any
4380         rate it doesn't hurt.
4381
4382 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4383             Bruno Haible  <bruno@clisp.org>
4384
4385         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4386         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4387         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4388
4389         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4390         (gl_FUNC_VASPRINTF): Invoke it.
4391
4392 2006-09-22  Bruno Haible  <bruno@clisp.org>
4393
4394         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4395         getloadavg.c as first argument.
4396
4397 2006-09-22  Bruno Haible  <bruno@clisp.org>
4398
4399         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4400         at the beginning of the gl_INIT macro.
4401         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4402         gl_GETLOADAVG.
4403
4404 2006-09-22  Bruno Haible  <bruno@clisp.org>
4405
4406         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4407         module.
4408         Suggested by Ralf Wildenhues.
4409
4410 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4411
4412         Import this patch from libc:
4413
4414         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4415
4416         * lib/regex_internal.c (re_string_reconstruct): Handle
4417         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4418         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4419         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4420         re_string_context_at.
4421
4422         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4423         now requires it.
4424         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4425         gl_REGEX now does it for us.
4426         (gl_REGEX): Add test taken from
4427         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4428
4429         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4430         Check that large offsets work.  Modernize Autoconf usages.
4431         Prefer "yes" to mean a good thing rather than a bad.
4432         Don't put "#define mkstemp" in config.h, as this might interfere
4433         with standard system headers that "#define mkstemp mkstemp64".
4434
4435         * modules/mkstemp (Depends-on): Add extensions, so that
4436         mkstemp is visible on some platforms.
4437         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4438         (Include): Change to "mkstemp.h" from <stdlib.h>.
4439         (Files): Add mkstemp.h.
4440
4441         * lib/mkstemp.h: New file, since some standard headers
4442         #define mkstemp.
4443         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4444         Include "mkstemp.h".
4445         Make the _LIBC code resemble glibc original more,
4446         e.g., use K&R style.
4447         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4448         (mkstemp): Remove, since mkstemp.h does this for us.
4449         * lib/stdlib--.h: Include mkstemp.h.
4450
4451         Import this patch from libc:
4452
4453         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4454
4455         * lib/tempname.c (__gen_tempname): Change attempts_min
4456         into a macro.  Use preprocessor to decide how to initialize
4457         attempts [Coverity CID 67].
4458
4459 2006-09-20  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/mkdtemp.c: Import from libc.
4462         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4463                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4464                 attempts_min into a macro.  Use preprocessor to decide how to
4465                 initialize attempts [Coverity CID 67].
4466         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4467                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4468                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4469
4470 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4471
4472         * gnulib-tool (func_exit): New function, to allow to pass the
4473         exit status portably through the trap.  Use everywhere.
4474         (--help, --version): Signal a write error.
4475         (trap): catch SIGPIPE, for write errors.
4476         Exit at the end of the trap, with the correct exit status.
4477
4478 2006-09-19  Karl Berry  <karl@gnu.org>
4479
4480         * doc/gnulib.texi: note about the license texinfo files.
4481
4482 2006-09-19  Eric Blake  <ebb9@byu.net>
4483
4484         * gnulib-tool: Avoid space-tab.
4485
4486 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4489         that prevented coreutils 6.1 from building.  Problem reported
4490         by Petter Reinholdtsen.
4491
4492 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4493
4494         * gnulib-tool (avoidlist): Fix typo that broke options like
4495         --avoid=lock that are used by coreutils bootstrap.
4496
4497 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4498
4499         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4500         more systematically.
4501
4502 2006-09-18  Jim Meyering  <jim@meyering.net>
4503
4504         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4505
4506 2006-09-18  Bruno Haible  <bruno@clisp.org>
4507
4508         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4509
4510 2006-09-18  Bruno Haible  <bruno@clisp.org>
4511
4512         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4513         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4514         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4515         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4516         * m4/gettext.m4: Require autoconf >= 2.52.
4517         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4518         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4519         of gl_cv_header_inttypes_h.
4520
4521 2006-09-18  Bruno Haible  <bruno@clisp.org>
4522
4523         * lib/javaversion.c: Include configmake.h.
4524
4525 2006-09-18  Bruno Haible  <bruno@clisp.org>
4526
4527         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4528         avoid that the while loops be executed in a subshell.
4529
4530 2006-09-18  Bruno Haible  <bruno@clisp.org>
4531
4532         * MODULES.html.sh (func_module): Break long lines.
4533         Suggested by Bruce Korb <bkorb@gnu.org>.
4534
4535 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4536
4537         Speed up by a factor of 1.12.
4538         * gnulib-tool (nl): New variable.
4539         (func_import): Rewrite include directive extraction to only read each
4540         directive once.
4541
4542 2006-09-17  Bruno Haible  <bruno@clisp.org>
4543
4544         * modules/javaversion (Makefile.am): Remove DEFS setting.
4545         (Depends-on): Add configmake, for PKGDATADIR definition.
4546
4547 2006-09-17  Bruno Haible  <bruno@clisp.org>
4548
4549         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4550
4551 2006-09-17  Bruno Haible  <bruno@clisp.org>
4552
4553         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4554         (func_modules_transitive_closure, func_modules_add_dummy,
4555         func_modules_to_filelist, func_import, func_create_testdir,
4556         func_create_megatestdir, ...): Use it wherever possible.
4557         Suggested by Ralf Wildenhues.
4558
4559 2006-09-16  Karl Berry  <karl@gnu.org>
4560
4561         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4562         to avoid sectioning errors.
4563         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4564         [ifinfo]: blank line after @center-ed titles.
4565         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4566         Spell FSF address consistently with others.
4567         (These changes approved by rms.)
4568
4569 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4570
4571         Speed up by a factor of 1.61.
4572         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4573         already checked module names again.
4574
4575 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4576
4577         Speed up by a factor of 1.13.
4578         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4579         for new_files, and the input to func_add_or_update.
4580
4581 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4582
4583         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4584         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4585
4586 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         * modules/mkancesdirs (Depends-on): Add fcntl.
4589         * modules/savewd: New file.
4590         * MODULES.html.sh (File system functions): Add savewd.
4591
4592         * modules/configmake (Makefile.am): Add support for the
4593         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4594
4595 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4596
4597         * m4/savewd.m4: New file.
4598
4599 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4600
4601         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4602         (dirchownmod): New arg FD.  All callers changed.
4603         Use FD rather than opening the directory ourself, as opening is
4604         now the caller's responsibility.
4605         * lib/dirchownmod.h: Likewise.
4606         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4607         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4608         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4609         (test_dir): Remove.
4610         (mkancesdirs): Return length of prefix of FILE that has already
4611         been made, or -2 if there is a child doing the work.  Redo
4612         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4613         ".", and treat ".." specially since it might stray back into
4614         already-created areas.  Use a subprocess if necessary.  New arg
4615         WD; all users changed.  MAKE_DIR function should now return 1
4616         if it creates a directory that is not readable.  Return -2 if
4617         a child process is spun off.
4618         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4619         Adjust signature to match code.
4620         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4621         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4622         all users changed.
4623         * lib/savewd.c, lib/savewd.h: New files.
4624
4625 2006-09-15  Jim Meyering  <jim@meyering.net>
4626
4627         * modules/rename-dest-slash: New module.
4628         * MODULES.html.sh (posix_compat): Add it here.
4629
4630         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4631
4632 2006-09-15  Jim Meyering  <jim@meyering.net>
4633
4634         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4635         file.
4636
4637         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4638
4639 2006-09-15  Jim Meyering  <jim@meyering.net>
4640
4641         * lib/rename-dest-slash.c (has_trailing_slash): Use
4642         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4643         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4644         test before testing whether SRC is a directory.
4645         Suggestions from Bruno Haible.
4646
4647         Avoid a warning about an unused variable.
4648         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4649         into the #ifdef block where it's used.
4650
4651         * lib/rename-dest-slash.c: New file.
4652
4653 2006-09-14  Bruno Haible  <bruno@clisp.org>
4654
4655         * lib/allocsa.c: Include <config.h> unconditionally.
4656         * lib/asnprintf.c: Likewise.
4657         * lib/asprintf.c: Likewise.
4658         * lib/c-strcasecmp.c: Likewise.
4659         * lib/c-strcasestr.c: Likewise.
4660         * lib/c-strncasecmp.c: Likewise.
4661         * lib/c-strstr.c: Likewise.
4662         * lib/classpath.c: Likewise.
4663         * lib/clean-temp.c: Likewise.
4664         * lib/concatpath.c: Likewise.
4665         * lib/copy-file.c: Likewise.
4666         * lib/csharpcomp.c: Likewise.
4667         * lib/csharpexec.c: Likewise.
4668         * lib/execute.c: Likewise.
4669         * lib/fatal-signal.c: Likewise.
4670         * lib/findprog.c: Likewise.
4671         * lib/fwriteerror.c: Likewise.
4672         * lib/gl_array_list.c: Likewise.
4673         * lib/gl_array_oset.c: Likewise.
4674         * lib/gl_avltree_list.c: Likewise.
4675         * lib/gl_avltree_oset.c: Likewise.
4676         * lib/gl_avltreehash_list.c: Likewise.
4677         * lib/gl_carray_list.c: Likewise.
4678         * lib/gl_linked_list.c: Likewise.
4679         * lib/gl_linkedhash_list.c: Likewise.
4680         * lib/gl_list.c: Likewise.
4681         * lib/gl_oset.c: Likewise.
4682         * lib/gl_rbtree_list.c: Likewise.
4683         * lib/gl_rbtree_oset.c: Likewise.
4684         * lib/gl_rbtreehash_list.c: Likewise.
4685         * lib/imaxabs.c: Likewise.
4686         * lib/imaxdiv.c: Likewise.
4687         * lib/javacomp.c: Likewise.
4688         * lib/javaexec.c: Likewise.
4689         * lib/javaversion.c: Likewise.
4690         * lib/linebreak.c: Likewise.
4691         * lib/localcharset.c: Likewise.
4692         * lib/lock.c: Likewise.
4693         * lib/mbchar.c: Likewise.
4694         * lib/mbswidth.c: Likewise.
4695         * lib/mkdtemp.c: Likewise.
4696         * lib/pipe.c: Likewise.
4697         * lib/printf-args.c: Likewise.
4698         * lib/printf-parse.c: Likewise.
4699         * lib/progname.c: Likewise.
4700         * lib/progreloc.c: Likewise.
4701         * lib/readlink.c: Likewise.
4702         * lib/sh-quote.c: Likewise.
4703         * lib/stpcpy.c: Likewise.
4704         * lib/stpncpy.c: Likewise.
4705         * lib/strcasecmp.c: Likewise.
4706         * lib/strcasestr.c: Likewise.
4707         * lib/strcspn.c: Likewise.
4708         * lib/striconv.c: Likewise.
4709         * lib/strncasecmp.c: Likewise.
4710         * lib/strnlen1.c: Likewise.
4711         * lib/strstr.c: Likewise.
4712         * lib/strtok_r.c: Likewise.
4713         * lib/tls.c: Likewise.
4714         * lib/tmpdir.c: Likewise.
4715         * lib/unicodeio.c: Likewise.
4716         * lib/unsetenv.c: Likewise.
4717         * lib/vasnprintf.c: Likewise.
4718         * lib/vasprintf.c: Likewise.
4719         * lib/wait-process.c: Likewise.
4720         * lib/xallocsa.c: Likewise.
4721         * lib/xsetenv.c: Likewise.
4722         * lib/xstriconv.c: Likewise.
4723
4724 2006-09-13  Simon Josefsson  <jas@extundo.com>
4725
4726         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4727         that internally, suggested by Ralf Wildenhues
4728         <Ralf.Wildenhues@gmx.de>.
4729
4730 2006-09-13  Simon Josefsson  <jas@extundo.com>
4731
4732         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4733         @LIBOBJS@.
4734         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4735
4736 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4737
4738         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4739         longer worry about uses that don't define HAVE_CONFIG_H.
4740         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4741         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4742         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4743         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4744         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4745         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4746         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4747         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4748         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4749         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4750         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4751         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4752         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4753         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4754         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4755         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4756         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4757         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4758         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4759         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4760         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4761         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4762         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4763         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4764         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4765         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4766         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4767         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4768         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4769         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4770         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4771         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4772         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4773         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4774         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4775         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4776         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4777         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4778         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4779         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4780         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4781         Likewise.
4782
4783 2006-09-13  Eric Blake  <ebb9@byu.net>
4784
4785         * lib/getopt.c: Fix typo in last commit.
4786
4787 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4788
4789         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4790         dgettext.
4791
4792 2006-09-12  Jim Meyering  <jim@meyering.net>
4793
4794         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4795         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4796         Reported by Nelson H. F. Beebe.
4797
4798 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4799
4800         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4801         program_invocation_name and program_invocation_short_name are
4802         initialized.
4803         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4804         and program_invocation_short_name to argp.h, so they are visible
4805         to user programs.
4806         * lib/argp.h: Likewise
4807
4808 2006-09-10  Bruno Haible  <bruno@clisp.org>
4809
4810         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4811         m4/inttypes_h.m4, m4/uintmax_t.m4.
4812
4813 2006-09-10  Bruno Haible  <bruno@clisp.org>
4814
4815         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4816         gl_AC_TYPE_UINTMAX_T.
4817
4818 2006-09-10  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4821
4822 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4823
4824         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4825         convention.  Text proposed by Bruno Haible.
4826         (struct argp_option): Document the use of N_() wrappers.
4827
4828         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4829         '\v', and translate the two parts separately, instead of feeding
4830         the whole string to gettext.  This allows to exclude
4831         '\v' from the strings visible to the translator by writing doc
4832         strings as N_("..") "\v" N_("..").
4833
4834 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4835
4836         * config/srclist.txt: Undo latest change; the bug was fixed.
4837
4838 2006-09-09  Bruno Haible  <bruno@clisp.org>
4839
4840         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4841         assignments if building a library without libtool.
4842         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4843         in func_emit_lib_Makefile_am.
4844         (func_import): When building a static library libfoo.a, arrange to
4845         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4846         (func_create_testdir): Likewise.
4847         * modules/gc (configure.ac, Makefile.am): If building statically,
4848         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4849         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4850         * modules/striconv (configure.ac, Makefile.am): Likewise.
4851         Based on a suggestion by Ralf Wildenhues.
4852
4853 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4854
4855         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4856         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4857         Also:
4858
4859         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4860         Add year_2050_test to catch glibc bug 2821
4861         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4862
4863         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4864         Prefer #ifdef to #if.
4865
4866         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4867         Return from 'main' instead of calling 'exit'.
4868
4869 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4870
4871         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4872         returned the maximum time_t value rather than (time_t) -1.
4873         Problem originally reported by William Bardwell
4874         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4875
4876         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4877         Moved to here ...
4878         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4879         ... from here.
4880
4881 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4884         2821 is fixed.
4885
4886 2006-09-08  Jim Meyering  <jim@meyering.net>
4887
4888         Don't make generated files read-only.  That would bother too many
4889         people.  However, do retain the ability to work when targets are
4890         read-only: remove the destination and temporary files before writing
4891         them (when generated via sed or echo), or by using the -f option for
4892         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4893         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4894         * modules/byteswap, modules/configmake, modules/fcntl:
4895         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4896         * modules/localcharset, modules/netinet_in, modules/poll:
4897         * modules/stdbool, modules/stdint, modules/sys_select:
4898         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4899
4900 2006-09-08  Jim Meyering  <jim@meyering.net>
4901
4902         Avoid new build failure on FreeBSD 6.0.
4903         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4904         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4905         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4906
4907 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4908
4909         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4910
4911 2006-09-07  Jim Meyering  <jim@meyering.net>
4912
4913         Fix global typo in last change: use chmod u-w, not chmod u-x.
4914         Spotted by Paul Eggert and Bruce Korb.
4915         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4916         * modules/byteswap, modules/configmake, modules/fcntl:
4917         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4918         * modules/localcharset, modules/netinet_in, modules/poll:
4919         * modules/stdbool, modules/stdint, modules/sys_select:
4920         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4921
4922 2006-09-06  Jim Meyering  <jim@meyering.net>
4923
4924         Make generated files be read-only.
4925         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4926         Ensure that each generated file is now read-only.
4927         * modules/argz: Likewise.
4928         * modules/arpa_inet: Likewise.
4929         * modules/byteswap: Likewise.
4930         * modules/configmake: Likewise.
4931         * modules/fcntl: Likewise.
4932         * modules/fnmatch: Likewise.
4933         * modules/getopt: Likewise.
4934         * modules/glob: Likewise.
4935         * modules/inttypes: Likewise.
4936         * modules/netinet_in: Likewise.
4937         * modules/poll: Likewise.
4938         * modules/stdbool: Likewise.
4939         * modules/stdint: Likewise.
4940         * modules/sys_select: Likewise.
4941         * modules/sys_socket: Likewise.
4942         * modules/sys_stat: Likewise.
4943         * modules/sysexits: Likewise.
4944         * modules/localcharset: Same as above, but continue using temporary
4945         file named "t-$@" (why different?) rather than the "$@-t" used
4946         everywhere else.
4947
4948         * modules/sysexits (Makefile.am): Replace literal occurrences
4949         of "sysexit.h" more readable, and more consistent, "$@".
4950
4951 2006-09-06  Bruno Haible  <bruno@clisp.org>
4952
4953         * modules/striconv: New file.
4954         * modules/xstriconv: New file.
4955         * MODULES.html.sh (Internationalization functions): Add striconv,
4956         xstriconv.
4957
4958 2006-09-06  Bruno Haible  <bruno@clisp.org>
4959
4960         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4961         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4962         not using libtool correctly.
4963
4964 2006-09-06  Bruno Haible  <bruno@clisp.org>
4965
4966         * lib/striconv.h: New file.
4967         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4968         iconvstring.c.
4969         * lib/xstriconv.h: New file.
4970         * lib/xstriconv.c: New file.
4971
4972 2006-09-06  Bruno Haible  <bruno@clisp.org>
4973
4974         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4975         lib_..._LDFLAGS.
4976
4977 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4978
4979         * lib/argz_.h: Sync from Libtool.
4980
4981         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4982                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4983
4984         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4985
4986 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4987
4988         * modules/trim: New file.
4989
4990 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4991
4992         * lib/trim.h: New file.
4993         * lib/trim.c: New file.
4994
4995 2006-09-05  Bruno Haible  <bruno@clisp.org>
4996
4997         * MODULES.html.sh (String handling): Add trim.
4998
4999 2006-09-04  Karl Berry  <karl@gnu.org>
5000
5001         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5002         until next release.
5003
5004 2006-09-03  Bruno Haible  <bruno@clisp.org>
5005
5006         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5007         correctly.
5008
5009 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5010
5011         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5012         not gl_GETLOADAVG.  Omit unneeded semicolons.
5013         Problems reported by Ralf Wildenhues in
5014         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5015         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5016         at the end, which is the usual gnulib style.
5017
5018         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5019         of doing all the work ourselves.
5020         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5021         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5022
5023 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5024
5025         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5026         Problem reported by Ralf Wildenhues in
5027         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5028
5029         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5030         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5031
5032 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5033
5034         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5035         yesterday's patch by changing test -n to test -z.
5036
5037 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5038
5039         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5040         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5041         the former is now obsolescent.
5042
5043         * modules/chdir-long (Depends-on): Add fcntl.
5044
5045 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5046
5047         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5048         obsolescent, and programs should use gnulib instead.
5049         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5050         but with prefixes changed.
5051
5052 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5053
5054         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5055         or stdbool.h, because they might not exist while configuring.
5056
5057         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5058         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5059         does that for us.
5060         (O_DIRECTORY): Remove.
5061
5062 2006-08-31  Eric Blake  <ebb9@byu.net>
5063
5064         * gnulib-tool: Don't let emacs change spaces to TAB.
5065
5066 2006-08-31  Bruno Haible  <bruno@clisp.org>
5067
5068         * gnulib-tool: When calling func_import more than once, do it in a
5069         subshell.
5070         Reported by Eric Blake <ebb9@byu.net>.
5071
5072 2006-08-31  Bruno Haible  <bruno@clisp.org>
5073
5074         * gnulib-tool (nl): Remove variable.
5075         (sed_transform_lib_file): Use more robust test for config-h module.
5076         (func_import): Fix typo in 2006-08-25 patch.
5077
5078 2006-08-31  Bruno Haible  <bruno@clisp.org>
5079
5080         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5081         specified, augment Makefile.am variables instead of assigning them.
5082
5083 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5084
5085         Work around a bug in both the Linux and SunOS 64-bit kernels:
5086         nanosleep mishandles sleeps for longer than 2**31 seconds.
5087         Problem reported by Frank v Waveren in
5088         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5089         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5090         Check for nanosleep bug.
5091         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5092
5093 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5094
5095         Work around a bug in both the Linux and SunOS 64-bit kernels:
5096         nanosleep mishandles sleeps for longer than 2**31 seconds.
5097         Problem reported by Frank v Waveren in
5098         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5099         * lib/nanosleep.c (BILLION): New constant.
5100         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5101         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5102         implementation.
5103
5104 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5105
5106         * modules/nanosleep (Depends-on): Add gettime.
5107
5108 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5109         and Simon Josefsson  <jas@extundo.com>
5110         and Oskar Liljeblad  <oskar@osk.mine.nu>
5111
5112         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5113         * gnulib-tool (func_import): New license type 'unmodifiable license
5114         text'.
5115         * modules/fdl: Use it.  Longer description.
5116         * module/gpl, module/lgpl: New files.
5117
5118 2006-08-30  Jim Meyering  <jim@meyering.net>
5119
5120         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5121         shadowing the parameter.
5122
5123 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5124
5125         Sync from Libtool:
5126
5127         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5128
5129         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5130         sharing with gnulib.  Report by Eric Blake.
5131
5132 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5133
5134         * modules/isapipe: New file.
5135         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5136
5137 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5138
5139         * modules/configmake (Makefile.am): Add a comment, and omit
5140         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5141         by Bruno Haible.
5142
5143 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5144
5145         * m4/isapipe.m4: New file.
5146
5147 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * lib/isapipe.c, lib/isapipe.h: New files.
5150
5151 2006-08-29  Jim Meyering  <jim@meyering.net>
5152
5153         * modules/configmake (Makefile.am): Make configmake.h depend on
5154         Makefile.  Otherwise, a stale configmake.h could hang around.
5155
5156 2006-08-29  Eric Blake  <ebb9@byu.net>
5157
5158         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5159         resolution of upstream bug 3044.
5160
5161 2006-08-29  Bruno Haible  <bruno@clisp.org>
5162
5163         * modules/localcharset (Depends-on): Add configmake.
5164         (Makefile.am): Remove setting of LIBDIR through DEFS.
5165
5166 2006-08-29  Bruno Haible  <bruno@clisp.org>
5167
5168         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5169         defined.
5170
5171 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5172
5173         * modules/fcntl: New file.
5174         * modules/chdir-safer (Depends-on): Add fcntl.
5175         * modules/fts: Likewise.
5176         * modules/mkdir-p: Likewise.
5177
5178         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5179         This undoes the most recent change, since we're now addressing the
5180         problem in a different way.
5181
5182         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5183         into output, since the output might be called Makefile.am even
5184         if $makefile_name is something different.
5185         (func_import): Use $makefile_am rather than
5186         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5187         empty.
5188
5189         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5190
5191 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5192
5193         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5194         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5195         recent change to stdint.m4, since we're now addressing the problem in a
5196         different way.
5197
5198 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5199
5200         * m4/fcntl_h.m4: New file.
5201
5202 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * lib/fcntl_.h: New file.
5205         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5206         the fcntl module.
5207         * lib/dirchownmod.c: Likewise.
5208         * lib/fts.c: Likewise.
5209
5210         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5211         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5212         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5213         just before including <inttypes.h>, to avoid circular inclusion.
5214
5215 2006-08-28  Jim Meyering  <jim@meyering.net>
5216
5217         * doc/visibility.texi: Actually read and correct the grammar of the
5218         sentence affected by yesterday's change.
5219
5220 2006-08-28  Eric Blake  <ebb9@byu.net>
5221
5222         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5223         needs wrapper.
5224
5225 2006-08-28  Eric Blake  <ebb9@byu.net>
5226
5227         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5228
5229 2006-08-28  Eric Blake  <ebb9@byu.net>
5230
5231         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5232
5233 2006-08-28  Bruno Haible  <bruno@clisp.org>
5234
5235         * modules/c-strstr: New file, from GNU gettext.
5236         * MODULES.html.sh (String handling): Add c-strstr.
5237
5238 2006-08-28  Bruno Haible  <bruno@clisp.org>
5239
5240         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5241         macros.
5242         Reported by Eric Blake.
5243
5244 2006-08-28  Bruno Haible  <bruno@clisp.org>
5245
5246         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5247         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5248         * lib/vasprintf.c: Include errno.h, limits.h.
5249         (EOVERFLOW): New fallback definition.
5250         (vasprintf): Test here whether the string length is > INT_MAX.
5251         * lib/vsnprintf.c: Include errno.h, limits.h.
5252         (EOVERFLOW): New fallback definition.
5253         (vsnprintf): Fix bug when generated string was too long for the buffer.
5254         Test here whether the string length is > INT_MAX.
5255
5256 2006-08-28  Bruno Haible  <bruno@clisp.org>
5257
5258         * lib/inttypes_.h (SCNX*): Remove definitions.
5259         Reported by Eric Blake.
5260
5261 2006-08-28  Bruno Haible  <bruno@clisp.org>
5262
5263         * lib/c-strstr.h: New file, from GNU gettext.
5264         * lib/c-strstr.c: New file, from GNU gettext.
5265
5266 2006-08-28  Bruno Haible  <bruno@clisp.org>
5267
5268         * gnulib-tool: Reorder some statements.
5269
5270 2006-08-28  Bruno Haible  <bruno@clisp.org>
5271
5272         * gnulib-tool: New option --makefile-name.
5273         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5274         $makefile_name.
5275         (func_import): Write $makefile_name to the cache file, and read it from
5276         there unless explicitly specified. Use $makefile_name as file name
5277         instead of Makefile.am. Adjust the recommendations accordingly.
5278
5279 2006-08-28  Bruno Haible  <bruno@clisp.org>
5280
5281         * gnulib-tool (func_verify_module): Check against misapplying patch.
5282
5283 2006-08-28  Bruno Haible  <bruno@clisp.org>
5284
5285         * gnulib-tool (func_relativize, func_relconcat): New functions.
5286         Give an error if --local-dir is given with --update.
5287         Remove trailing slashes from $local_gnulib_dir.
5288         (func_import): Store the relativized $local_gnulib_dir in
5289         gnulib-cache.m4, and read it from there if not specified explicitly.
5290
5291 2006-08-28  Bruno Haible  <bruno@clisp.org>
5292
5293         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5294         is the current directory. Respect also $local_gnulib_dir.
5295
5296 2006-08-28  Bruno Haible  <bruno@clisp.org>
5297             Simon Josefsson  <jas@extundo.com>
5298
5299         BeOS portability.
5300         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5301
5302 2006-08-27  Jim Meyering  <jim@meyering.net>
5303
5304         * doc/visibility.texi: Remove duplicate word: "pointer".
5305
5306 2006-08-26  Bruno Haible  <bruno@clisp.org>
5307
5308         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5309         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5310         (Makefile.am): Create inttypes.h from inttypes_.h.
5311         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5312
5313         * modules/imaxabs: New file.
5314
5315         * modules/imaxdiv: New file.
5316
5317 2006-08-26  Bruno Haible  <bruno@clisp.org>
5318
5319         * m4/inttypes.m4: New file.
5320         * m4/_inttypes_h.m4: Remove file.
5321         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5322         PRI_MACROS_BROKEN.
5323         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5324
5325         * m4/imaxabs.m4: New file.
5326
5327         * m4/imaxdiv.m4: New file.
5328
5329 2006-08-26  Bruno Haible  <bruno@clisp.org>
5330
5331         * lib/inttypes_.h: New file.
5332         * lib/inttypes.h: Remove file.
5333         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5334
5335         * lib/imaxabs.c: New file.
5336
5337         * lib/imaxdiv.c: New file.
5338
5339 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5340
5341         New config-h module, so that "make" output needn't be cluttered
5342         by -DHAVE_CONFIG_H.
5343         * MODULES.html.sh (Support for building libraries and executables):
5344         Add config-h.
5345         * modules/config-h: New file.
5346         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5347         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5348         the config-h module is used.
5349
5350         New configmake module, so that "make" output needn't be cluttered
5351         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5352         * MODULES.html.sh (Support for building libraries and executables):
5353         Add configmake.
5354         * modules/configmake: New file.
5355
5356 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5357
5358         * m4/config-h.m4: New file.
5359
5360 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5361
5362         * config/srclist.txt: Add elisp-comp.
5363
5364 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5365
5366         * MODULES.html.sh (Support for building libraries and executables):
5367         Add elisp-comp.
5368         * build-aux/elisp-comp: New file.
5369         * modules/elisp-comp: New file.
5370
5371 2006-08-24  Bruno Haible  <bruno@clisp.org>
5372
5373         * gnulib-tool (func_create_testdir): Use non-default values of
5374         sourcebase and m4base.
5375
5376 2006-08-24  Bruno Haible  <bruno@clisp.org>
5377
5378         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5379         HTML structure.
5380
5381 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5382
5383         * modules/openat (Depends-on): Add lchown.
5384
5385 2006-08-23  Bruno Haible  <bruno@clisp.org>
5386
5387         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5388         of gl_LOCK_EARLY instead of gl_LOCK.
5389
5390 2006-08-23  Bruno Haible  <bruno@clisp.org>
5391
5392         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5393         on OSF/1 to no.
5394         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5395
5396 2006-08-23  Bruno Haible  <bruno@clisp.org>
5397
5398         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5399         as unusable.
5400
5401         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5402         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5403         (gl_LOCK): New macro.
5404
5405 2006-08-22  Simon Josefsson  <jas@extundo.com>
5406
5407         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5408         to md5 module.
5409
5410 2006-08-22  Simon Josefsson  <jas@extundo.com>
5411
5412         * MODULES.html.sh: Add "Support for maintaining and release
5413         projects".
5414
5415         * build-aux/gnupload: New file, from coreutils.
5416
5417 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5418
5419         Avoid the need for AC_LIBSOURCES in m4 macros.
5420         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5421         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5422         * modules/check-version (EXTRA_DIST): Add check-version.h.
5423         * modules/crc (EXTRA_DIST): Add crc.h.
5424         * modules/des (EXTRA_DIST): Add des.h.
5425         * modules/gc (EXTRA_DIST): Add gc.h.
5426         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5427         * modules/getline (EXTRA_DIST): Add getline.h.
5428         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5429         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5430         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5431         * modules/md2 (EXTRA_DIST): Add md2.h.
5432         * modules/md4 (EXTRA_DIST): Add md4.h.
5433         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5434         * modules/read-file (EXTRA_DIST): Add read-file.h.
5435         * modules/readline (EXTRA_DIST): Add readline.h.
5436         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5437         rijndael-api-fst.h.
5438
5439 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * m4/rijndael.m4 (gl_ARCFOUR):
5442         * m4/arctwo.m4 (gl_ARCTWO):
5443         * m4/check-version.m4 (gl_CHECK_VERSION):
5444         * m4/crc.m4 (gl_CRC):
5445         * m4/des.m4 (gl_DES):
5446         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5447         * m4/gc.m4 (gl_GC):
5448         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5449         * m4/getline.m4 (gl_FUNC_GETLINE):
5450         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5451         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5452         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5453         * m4/md2.m4 (gl_MD2):
5454         * m4/md4.m4 (gl_MD4):
5455         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5456         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5457         * m4/readline.m4 (gl_FUNC_READLINE):
5458         * m4/rijndael.m4 (gl_RIJNDAEL):
5459         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5460         to get the necessary .h files and whatnot.
5461
5462 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5463
5464         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5465         gnulib rather than the other way around.
5466         * config/srclistvars.sh (COREUTILS): Remove.
5467
5468 2006-08-22  Jim Meyering  <jim@meyering.net>
5469
5470         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5471
5472         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5473
5474 2006-08-22  Eric Blake  <ebb9@byu.net>
5475
5476         * modules/regexprops-generic: New file.
5477         * MODULES.html.sh (Support for building documentation): List it.
5478
5479 2006-08-22  Eric Blake  <ebb9@byu.net>
5480
5481         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5482         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5483         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5484         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5485
5486 2006-08-22  Bruno Haible  <bruno@clisp.org>
5487
5488         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5489         and lib_LTLIBRARIES like the other lib_* variables.
5490
5491 2006-08-22  Bruno Haible  <bruno@clisp.org>
5492
5493         * build-aux/x-to-1.in: New file, from GNU gettext.
5494
5495 2006-08-22  Bruno Haible  <bruno@clisp.org>
5496
5497         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5498         <utmpx.h> exists.
5499
5500 2006-08-22  Bruno Haible  <bruno@clisp.org>
5501
5502         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5503         <utmpx.h> exists.
5504
5505 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5506
5507         BeOS portability.
5508         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5509         exist.
5510         Problem reported by Bruno Haible.
5511
5512 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5513
5514         Avoid the need for AC_LIBSOURCES in m4 macros.
5515         * modules/acl (EXTRA_DIST): Add acl.h.
5516         * modules/argmatch (Files): Add m4/argmatch.m4.
5517         (configure.ac): Add gl_ARGMATCH.
5518         (EXTRA_DIST): Renamed from lib_SOURCES, for
5519         consistency with the other modules.  Remove argmatch.c.
5520         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5521         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5522         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5523         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5524         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5525         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5526         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5527         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5528         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5529         * modules/closeout (EXTRA_DIST): Add closeout.h.
5530         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5531         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5532         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5533         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5534         dirname.h; remove basename.c and stripslash.c.
5535         * modules/exclude (EXTRA_DIST): Add exclude.h.
5536         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5537         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5538         * modules/file-type (EXTRA_DIST): Add file-type.h.
5539         * modules/filemode (EXTRA_DIST): Add filemode.h.
5540         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5541         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5542         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5543         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5544         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5545         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5546         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5547         * modules/getdate (EXTRA_DIST): Add getdate.c.
5548         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5549         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5550         * modules/getpass (EXTRA_DIST): Add getpass.h.
5551         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5552         * modules/group-member (EXTRA_DIST): Add group-member.h.
5553         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5554         * modules/hash (EXTRA_DIST): Add hash.h.
5555         * modules/human (EXTRA_DIST): Add human.h.
5556         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5557         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5558         * modules/lchown (EXTRA_DIST): Add lchown.h.
5559         * modules/long-options (EXTRA_DIST): Add long-options.h.
5560         * modules/lstat (EXTRA_DIST): Add lstat.h.
5561         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5562         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5563         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5564         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5565         * modules/memxor (EXTRA_DIST): Add memxor.h.
5566         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5567         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5568         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5569         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5570         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5571         * modules/physmem (EXTRA_DIST): Add physmem.h.
5572         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5573         * modules/posixver (EXTRA_DIST): Add posixver.h.
5574         * modules/quote (EXTRA_DIST): Add quote.h.
5575         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5576         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5577         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5578         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5579         regex_internal.h regexec.c.
5580         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5581         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5582         * modules/same (EXTRA_DIST): Add same.h.
5583         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5584         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5585         * modules/savedir (EXTRA_DIST): Add savedir.h.
5586         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5587         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5588         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5589         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5590         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5591         * modules/strdup (EXTRA_DIST): Add strdup.h.
5592         * modules/strftime (EXTRA_DIST): Add strftime.h.
5593         * modules/strndup (EXTRA_DIST): Add strndup.h.
5594         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5595         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5596         * modules/time_r (EXTRA_DIST): Add time_r.h.
5597         * modules/timespec (EXTRA_DIST): Add timespec.h.
5598         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5599         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5600         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5601         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5602         * modules/userspec (EXTRA_DIST): Add userspec.h.
5603         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5604         * modules/utimens (EXTRA_DIST): Add utimens.h.
5605         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5606         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5607         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5608         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5609         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5610         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5611         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5612         * modules/yesno (EXTRA_DIST): Add yesno.h.
5613
5614 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5615
5616         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5617
5618         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5619         * m4/dev-ino.m4, same-inode.m4: Remove.
5620
5621         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5622         * m4/acl.m4 (AC_FUNC_ACL):
5623         * m4/backupfile.m4 (gl_BACKUPFILE):
5624         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5625         * m4/canon-host.m4 (gl_CANON_HOST):
5626         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5627         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5628         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5629         * m4/cloexec.m4 (gl_CLOEXEC):
5630         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5631         * m4/closeout.m4 (gl_CLOSEOUT):
5632         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5633         * m4/dirname.m4 (gl_DIRNAME):
5634         * m4/exclude.m4 (gl_EXCLUDE):
5635         * m4/exitfail.m4 (gl_EXITFAIL):
5636         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5637         * m4/file-type.m4 (gl_FILE_TYPE):
5638         * m4/filemode.m4 (gl_FILEMODE):
5639         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5640         * m4/fpending.m4 (gl_FUNC_FPENDING):
5641         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5642         * m4/fts.m4 (gl_FUNC_FTS):
5643         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5644         * m4/getdate.m4 (gl_GETDATE):
5645         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5646         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5647         * m4/getpass.m4 (gl_FUNC_GETPASS):
5648         * m4/gettime.m4 (gl_GETTIME):
5649         * m4/getugroups.m4 (gl_GETUGROUPS):
5650         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5651         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5652         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5653         * m4/hash.m4 (gl_HASH):
5654         * m4/idcache.m4 (gl_IDCACHE):
5655         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5656         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5657         * m4/long-options.m4 (gl_LONG_OPTIONS):
5658         * m4/lstat.m4 (gl_FUNC_LSTAT):
5659         * m4/md5.m4 (gl_MD5):
5660         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5661         * m4/memcoll.m4 (gl_MEMCOLL):
5662         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5663         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5664         * m4/memxor.m4 (gl_MEMXOR):
5665         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5666         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5667         * m4/modechange.m4 (gl_MODECHANGE):
5668         * m4/mountlist.m4 (gl_MOUNTLIST):
5669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5670         * m4/openat.m4 (gl_FUNC_OPENAT):
5671         * m4/pathmax.m4 (gl_PATHMAX):
5672         * m4/physmem.m4 (gl_PHYSMEM):
5673         * m4/posixtm.m4 (gl_POSIXTM):
5674         * m4/posixver.m4 (gl_POSIXVER):
5675         * m4/quote.m4 (gl_QUOTE):
5676         * m4/quotearg.m4 (gl_QUOTEARG):
5677         * m4/readtokens.m4 (gl_READTOKENS):
5678         * m4/readutmp.m4 (gl_READUTMP):
5679         * m4/regex.m4 (gl_REGEX):
5680         * m4/safe-read.m4 (gl_SAFE_READ):
5681         * m4/safe-write.m4 (gl_SAFE_WRITE):
5682         * m4/same.m4 (gl_SAME):
5683         * m4/save-cwd.m4 (gl_SAVE_CWD):
5684         * m4/savedir.m4 (gl_SAVEDIR):
5685         * m4/settime.m4 (gl_SETTIME):
5686         * m4/sha1.m4 (gl_SHA1):
5687         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5688         * m4/stat-macros.m4 (gl_STAT_MACROS):
5689         * m4/stat-time.m4 (gl_STAT_TIME):
5690         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5691         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5692         * m4/strdup.m4 (gl_FUNC_STRDUP):
5693         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5694         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5695         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5696         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5697         * m4/time_r.m4 (gl_TIME_R):
5698         * m4/timespec.m4 (gl_TIMESPEC):
5699         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5700         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5701         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5702         * m4/userspec.m4 (gl_USERSPEC):
5703         * m4/utimecmp.m4 (gl_UTIMECMP):
5704         * m4/utimens.m4 (gl_UTIMENS):
5705         * m4/xalloc.m4 (gl_XALLOC):
5706         * m4/xgetcwd.m4 (gl_XGETCWD):
5707         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5708         * m4/xreadlink.m4 (gl_XREADLINK):
5709         * m4/xstrtod.m4 (gl_XSTRTOD):
5710         * m4/yesno.m4 (gl_YESNO):
5711         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5712         to get the necessary .h files and whatnot.
5713
5714 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5715             Bruno Haible  <bruno@clisp.org>
5716
5717         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5718         /bin/sh understanding of '!' conditional negation.
5719
5720 2006-08-21  Jim Meyering  <jim@meyering.net>
5721
5722         * modules/openat (Depends-on): Really alphabetize.
5723
5724         * modules/acl (Depends-on): Add error and quote.
5725
5726         * check-module (find_included_lib_files): Add at-func.c to the
5727         ok-to-include-more-than-once white list.
5728
5729         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5730
5731 2006-08-21  Bruno Haible  <bruno@clisp.org>
5732
5733         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5734         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5735         Reported by Martin Lambers <marlam@marlam.de>.
5736
5737 2006-08-21  Bruno Haible  <bruno@clisp.org>
5738
5739         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5740         specify an installation location, don't emit a noinst_LIBRARIES or
5741         noinst_LTLIBRARIES assignment.
5742
5743 2006-08-21  Bruno Haible  <bruno@clisp.org>
5744
5745         BeOS portability.
5746         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5747         BeOS has mbrtowc() but no <wctype.h>.
5748
5749 2006-08-21  Bruno Haible  <bruno@clisp.org>
5750
5751         BeOS portability.
5752         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5753         exist.
5754
5755 2006-08-21  Bruno Haible  <bruno@clisp.org>
5756
5757         BeOS portability.
5758         * lib/mbchar.h: Include <wctype.h> only if it exists.
5759
5760 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5761
5762         Remove files that are no longer needed by their respective modules.
5763         * m4/obstack.m4: Remove.
5764         * m4/strerror_r.m4: Remove.
5765         * m4/uint32_t.m4: Remove.
5766         * m4/uintptr_t.m4: Remove.
5767         * m4/ullong_max.m4: Remove.
5768         * m4/xstrtoimax.m4: Remove.
5769         * m4/xstrtoumax.m4: Remove.
5770
5771         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5772         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5773         dependencies now capture this.
5774
5775         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5776         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5777         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5778         * m4/human.m4 (gl_HUMAN): Likewise.
5779         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5780         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5781
5782         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5783
5784         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5785         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5786         stdint.
5787         * m4/human.m4 (gl_HUMAN): Likewise.
5788         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5789         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5790         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5791         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5792         * m4/xstrtol (gl_XSTRTOL): Likewise.
5793
5794         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5795         AC_TYPE_LONG_LONG_INT.
5796         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5797         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5798         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5799         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5800
5801         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5802         on stdbool.
5803
5804         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5805         (gl_PREREQ_XSTRTOUL): Remove.
5806
5807         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5808
5809         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5810         mode.
5811
5812 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5813
5814         Add and change modules to make it easier for coreutils to use
5815         gnulib-tool.
5816         * modules/backupfile (Files): Remove m4/d-ino.m4.
5817         (Depends-on): Add d-ino.
5818         * modules/cycle-check (Depends-on): Add stdint.
5819         (lib_SOURCES): Add cycle-check.h.
5820         * modules/d-ino: New module.
5821         * modules/d-type: New module.
5822         * modules/error (Files): Remove m4/strerror_r.m4.
5823         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5824         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5825         m4/inttypes_h.m4, m4/uintmax_t.m4.
5826         (Depends-on): Add stdint.
5827         (lib_SOURCES): Add fsusage.h.
5828         * modules/getcwd (Files): Remove d-ino.m4.
5829         (Depends-on): Add d-ino.
5830         * modules/getndelim2 (Depends-on): Add stdint.
5831         * modules/glob (Files): Remove m4/d-type.m4.
5832         (Depends-on): Add d-type.
5833         * modules/host-os: New module.
5834         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5835         m4/inttypes_h.m4, m4/uintmax_t.m4.
5836         * Depends-on: Add stdint.
5837         (lib_SOURCES): Add human.h.
5838         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5839         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5840         m4/uintmax_t.m4, m4/ulonglong.m4.
5841         (Depends-on): Add stdint.
5842         (EXTRA_DIST): Add inttostr.h.
5843         * modules/lchmod: New module.
5844         * modules/link-follow: New module.
5845         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5846         (Depends-on): Add lchmod.
5847         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5848         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5849         (Depends-on): Add stdint.
5850         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5851         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5852         (Depends-on): Add stdint.
5853         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5854         * modules/perl: New module.
5855         * modules/regex (Depends-on): Add stdint.
5856         * modules/rmdir-errno: New module.
5857         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5858         m4/intmax_t.m4.
5859         (Depends-on): Add stdint.
5860         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5861         m4/uintmax_t.m4.
5862         (Depends-on): Add stdint.
5863         * modules/unlink-busy: New module.
5864         * modules/utimecmp (Depends-on): Add stdint.
5865         * modules/uptime: New module.
5866         * modules/winsz-ioctl: New module.
5867         * modules/winsz-termios: New module.
5868         * modules/xnanosleep (Depends-on): Add nanosleep.
5869         * modules/ullong_max: Remove.
5870         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5871         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5872         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5873         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5874         (Depends-on): Add inttypes.
5875         (lib_SOURCES): Add xstrtol.h.
5876         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5877         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5878         * MODULES.html.sh: Move 'assert' into the assert section.
5879         Move 'dummy' into the linking section.
5880         Remove ullong_max.
5881         Add section for compatibility checks for POSIX:2001 functions,
5882         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5883         winsz-ioctl, and winsz-termios into it.
5884         Add lchmod.
5885         Add top-level Misc section and put host-os, perl, and uptime
5886         into it.
5887
5888 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5889
5890         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5891         now assume the stdint module.  Do not include inttypes.h.
5892         * lib/fsusage.h: Likewise.
5893         * lib/getndelim2.c: Likewise.
5894         * lib/human.h: Likewise.
5895         * lib/inttostr.h: Likewise.
5896         * lib/obstack.c: Likewise.
5897         * lib/regex_internal.h: Likewise.
5898         * lib/tempname.c: Likewise.
5899         * lib/utimecmp.c: Likewise.
5900         * lib/xstrtol.h: Likewise.
5901
5902         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5903
5904         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5905         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5906         * lib/xtime.h: Likewise.
5907
5908 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5909
5910         * modules/openat (Files): Add lib/fchmodat.c.
5911         Fixes problem reported by Jay Youngman.
5912
5913 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5914
5915         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5916         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5917
5918 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5919             Bruno Haible  <bruno@clisp.org>
5920
5921         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5922         and is a script that invokes bison. Tighten the code. Add comments.
5923
5924 2006-08-18  Jim Meyering  <jim@meyering.net>
5925
5926         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5927         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5928         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5929         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5930
5931 2006-08-18  Bruno Haible  <bruno@clisp.org>
5932
5933         * modules/bison-i18n: New file.
5934         * MODULES.html.sh (Internationalization functions): Add it.
5935
5936 2006-08-18  Bruno Haible  <bruno@clisp.org>
5937
5938         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5939         sys/statvfs.h. When getmntinfo was found, check its declaration and
5940         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5941
5942 2006-08-18  Bruno Haible  <bruno@clisp.org>
5943
5944         * m4/bison-i18n.m4: New file, from bison.
5945
5946 2006-08-18  Bruno Haible  <bruno@clisp.org>
5947
5948         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5949         (ME_DUMMY): Treat "kernfs" as a dummy.
5950         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5951
5952 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5953
5954         Update from coreutils.
5955
5956         2006-08-15  Jim Meyering  <jim@meyering.net>
5957
5958         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5959
5960         2006-01-17  Jim Meyering  <jim@meyering.net>
5961
5962         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5963
5964         2006-01-11  Jim Meyering  <jim@meyering.net>
5965
5966         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5967         Check for the lchmod function.
5968
5969 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5970
5971         Update from coreutils.
5972
5973         * lib/__fpending.h: Add copyright notice.
5974         * lib/fprintftime.h: Likewise.
5975         * lib/savedir.c: Use (C) in copyright notice.
5976         * lib/savedir.h: Likewise.
5977
5978         2006-08-15  Jim Meyering  <jim@meyering.net>
5979
5980         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5981         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5982         in support of the EXPECTED_ERRNO macro.
5983         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5984         definitions.  Instead, define the appropriate symbols and include
5985         "at-func.c".
5986         * lib/mkdirat.c (mkdirat): Likewise.
5987         * lib/fchmodat.c (fchmodat): Likewise.
5988         (ENOSYS): Remove definition.
5989         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5990         it.  Don't include "unistd--.h" -- it wasn't ever used.
5991
5992         2006-01-17  Jim Meyering  <jim@meyering.net>
5993
5994         Rewrite fts.c not to change the current working directory,
5995         by using openat, fstatat, fdopendir, etc..
5996
5997         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5998         (HAVE_OPENAT_SUPPORT): Define.
5999         [_LIBC] (fchdir): Don't undef or define; no longer used.
6000         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6001         Now, this `function' always succeeds, and consumes its file descriptor
6002         parameter -- so callers must not close such FDs.  Update callers.
6003         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6004         (diropen): Add parameter, SP.  Adjust all callers.
6005         Implement using diropen_fd, rather than open.
6006         (fts_open): Initialize new member, fts_cwd_fd.
6007         Remove fts_rft-setting code.
6008         (fts_close): Close fts_cwd_fd, if necessary.
6009         (__opendir2): Define in terms of opendir or opendirat,
6010         depending on whether the FST_NOCHDIR flag is set.
6011         (fts_build): Since fts_safe_changedir consumes its FD, and since
6012         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6013         and close the dup'd file descriptor upon failure.
6014         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6015         (fts_safe_changedir): Tweak semantics to reflect that this function
6016         now calls cwd_advance_fd and hence consumes its FD argument.
6017         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6018         [struct FTS] (fts_rft): Remove now-unused member.
6019         [struct FTS] (fts_cycle.state): Improve comment.
6020
6021         * lib/openat.c (openat_needs_fchdir): New function.
6022         * lib/openat.h (openat_needs_fchdir): Declare it.
6023
6024 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6025
6026         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6027         Problem and fix reported by Pádraig Brady in
6028         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6029
6030 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6031
6032         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6033
6034 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6035
6036         * lib/memcoll.c (memcoll): Optimize for the common case where the
6037         arguments are bytewise equal.
6038
6039 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6040
6041         * doc/regexprops-generic.texi: Add a copyright notice.
6042
6043 2006-08-15  Bruno Haible  <bruno@clisp.org>
6044
6045         * modules/tmpdir (License): Change to LGPL.
6046
6047 2006-08-15  Bruno Haible  <bruno@clisp.org>
6048
6049         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6050         module.
6051
6052 2006-08-14  Simon Josefsson  <jas@extundo.com>
6053
6054         * config/srclist.txt: Add gnupload.
6055
6056 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6057
6058         Change copyright notice from LGPL 2 to GPL 2, since that's the
6059         standard form used in the gnulib repository.
6060         * tests/test-lock.c: Likewise.
6061         * tests/test-stdint.c: Likewise.
6062         * tests/test-tls.c: Likewise.
6063
6064         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6065         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6066         Add copyright notice.
6067
6068         * check-module: Add copyright notice.  Output a copyright
6069         notice if "--version" is specified.
6070         * modules/COPYING: New file.
6071         * tests/test-getaddrinfo.c: Add copyright notice.
6072         * tests/test-verify.c: Likewise.
6073
6074 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         Change copyright notice from LGPL 2 to GPL 2, since that's the
6077         standard form used in the gnulib repository.
6078         * lib/lock.c: LGPL -> GPL.
6079         * lib/lock.h: Likewise.
6080         * lib/strnlen1.c: Likewise.
6081         * lib/strnlen1.h: Likewise.
6082         * lib/tls.c: Likewise.
6083         * lib/tls.h: Likewise.
6084         * lib/tmpdir.c: Likewise.
6085
6086         * lib/TODO: Remove; this belongs only in coreutils.
6087
6088 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6089
6090         Add copyright notices to long-enough files that lack them, since
6091         otherwise the files aren't clearly free.  Use the same notice that
6092         getdate.texi already uses.
6093         * doc/alloca-opt.texi: Add copyright notice.
6094         * doc/alloca.texi: Likewise.
6095         * doc/ctime.texi: Likewise.
6096         * doc/functions.texi: Likewise.
6097         * doc/gcd.texi: Likewise.
6098         * doc/gnulib-tool.texi: Likewise.
6099         * doc/inet_ntoa.texi: Likewise.
6100         * doc/visibility.texi: Likewise.
6101
6102         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6103         * doc/quote.texi: Add copyright notice.
6104
6105         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6106         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6107         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6108         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6109         is now obsolete, and give a pointer to the Sun list.
6110         Add copyright notice.
6111
6112 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6113
6114         * config/srclistvars.sh: Add copyright notice.
6115
6116 2006-08-14  Eric Blake  <ebb9@byu.net>
6117
6118         Import the following change from libc:
6119
6120         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6121
6122         Upstream bug 2997.
6123         * lib/misc/error.c: Add space between program name and message if file
6124         name is missing.
6125
6126 2006-08-12  Karl Berry  <karl@gnu.org>
6127
6128         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6129         remove, these originate in gnulib now.
6130
6131 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6132
6133         * doc/Makefile (standards.info standards.html standards.dvi):
6134         Also depend on make-stds.texi.
6135
6136 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6137
6138         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6139         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6140
6141         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6142         in wchar_t.  Problem reported by Eric Blake.
6143
6144         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6145         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6146         Also, help the compiler to keep LEN in a register.
6147
6148 2006-08-11  Eric Blake  <ebb9@byu.net>
6149
6150         * users.txt: Sort.  Add tar.
6151
6152 2006-08-11  Bruno Haible  <bruno@clisp.org>
6153
6154         * users.txt: New file.
6155
6156 2006-08-11  Bruno Haible  <bruno@clisp.org>
6157
6158         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6159         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6160
6161 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6162
6163         * modules/snprintf (Depends-on): Remove minmax.
6164         (Maintainer): Add self and Bruno.
6165
6166 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6167
6168         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6169         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6170         (EOVERFLOW): Define if the system does not.
6171         Do not include "minmax.h"; it wasn't used.
6172         (snprintf): Don't assume size_t promotes to an unsigned type.
6173         Fix bug when generated string was too long for the buffer: the
6174         buffer's contents are supposed to be the initial prefix of the
6175         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6176         exceeds INT_MAX; do the check ourselves.
6177
6178         Import the following changes from libc:
6179
6180         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6181
6182         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6183         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6184         set wc to the byte which couldn't be converted.
6185         (re_string_reconstruct): Don't clear valid_raw_len before calling
6186         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6187         tip_context using re_string_context_at.
6188
6189         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6190
6191         * lib/posix/regex.h: g++ still cannot handled [restrict].
6192
6193         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6194
6195         * lib/posix/regex.h: Remove special handling for VMS.
6196
6197 2006-08-10  Jim Meyering  <jim@meyering.net>
6198
6199         * modules/same-inode: New module.
6200         * modules/dev-ino: New module.
6201         * modules/cycle-check: Depend on these modules, rather than simply
6202         including their .h files.
6203         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6204         required via m4/cycle-check.m4.
6205         * modules/same: Depend on new same-inode module, rather than
6206         including same-inode.h.
6207         * modules/chdir-safer: New file.
6208
6209         * modules/chown (Depends-on): Add stat-macros.
6210
6211 2006-08-10  Jim Meyering  <jim@meyering.net>
6212
6213         * m4/cycle-check.m4: New file.
6214         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6215         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6216
6217 2006-08-10  Eric Blake  <ebb9@byu.net>
6218
6219         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6220         in from original proposal.
6221
6222 2006-08-10  Eric Blake  <ebb9@byu.net>
6223         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6224
6225         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6226         namespace.
6227
6228 2006-08-10  Bruno Haible  <bruno@clisp.org>
6229
6230         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6231         as well.
6232
6233 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6234
6235         Sync from coreutils.
6236
6237         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6238
6239         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6240         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6241
6242 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6243
6244         * modules/restrict: Remove; no longer needed now that we assume
6245         Autoconf 2.59 or later.
6246         * MODULES.html.sh: Remove 'restrict'.
6247         * modules/argp (Depends-on): Remove 'restrict'.
6248         * modules/base64 (Depends-on): Likewise.
6249         * modules/gc (Depends-on): Likewise.
6250         * modules/getaddrinfo (Depends-on): Likewise.
6251         * modules/glob (Depends-on): Likewise.
6252         * modules/inet_ntop (Depends-on): Likewise.
6253         * modules/inet_pton (Depends-on): Likewise.
6254         * modules/memxor (Depends-on): Likewise.
6255         * modules/regex (Depends-on): Likewise.
6256         * modules/strtok_r (Depends-on): Likewise.
6257         * modules/time_r (Depends-on): Likewise.
6258
6259 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6260
6261         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6262         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6263         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6264         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6265         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6266         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6267         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6268         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6269
6270         Merge from coreutils.
6271         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6272         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6273         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6274         * m4/time_r.m4 (gl_TIME_R): Likewise.
6275
6276 2006-08-09  Karl Berry  <karl@gnu.org>
6277
6278         * config/srclist.txt: no more gettext-tools, per Bruno.
6279
6280 2006-08-08  Eric Blake  <ebb9@byu.net>
6281
6282         * modules/verror: New module.
6283         * MODULES.html.sh: Document it.
6284
6285 2006-08-08  Eric Blake  <ebb9@byu.net>
6286
6287         * lib/verror.h, lib/verror.c: New files.
6288
6289 2006-08-08  Eric Blake  <ebb9@byu.net>
6290
6291         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6292         verror_at_line output complies with GNU Coding Standards even when
6293         file is NULL.
6294
6295 2006-08-07  Bruno Haible  <bruno@clisp.org>
6296
6297         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6298         versions of AIX.
6299         Reported by Ralf Wildenhues.
6300
6301 2006-08-07  Bruno Haible  <bruno@clisp.org>
6302
6303         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6304         in an AC_DEFUN. Needed so that the autoconf snippets can use
6305         AC_REQUIRE.
6306
6307 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6308
6309         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6310         Initialize pkgdata_DATA.
6311         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6312         overriding it.
6313
6314 2006-08-06  Eric Blake  <ebb9@byu.net>
6315
6316         * lib/error.h: Fold in some upstream changes from glibc.
6317         * lib/error.c: Likewise.
6318
6319 2006-08-04  Bruno Haible  <bruno@clisp.org>
6320
6321         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6322         Make the mostlyclean-local rule depend on mostlyclean-generic.
6323         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6324
6325 2006-07-31  Bruno Haible  <bruno@clisp.org>
6326
6327         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6328         <stdlib.h>, <string.h>.
6329
6330 2006-07-30  Bruno Haible  <bruno@clisp.org>
6331
6332         * modules/readlink (License): Change to LGPL.
6333
6334 2006-07-30  Bruno Haible  <bruno@clisp.org>
6335
6336         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6337         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6338         set PKGDATADIR to point to it.
6339
6340 2006-07-30  Bruno Haible  <bruno@clisp.org>
6341
6342         * modules/csharpexec (configure.ac): Comment out macro invocation.
6343         * modules/javaexec (configure.ac): Likewise.
6344         * modules/javacomp-script (configure.ac): Likewise.
6345
6346         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6347
6348 2006-07-30  Bruno Haible  <bruno@clisp.org>
6349
6350         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6351         linked-list.
6352
6353 2006-07-30  Bruno Haible  <bruno@clisp.org>
6354
6355         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6356
6357 2006-07-30  Bruno Haible  <bruno@clisp.org>
6358
6359         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6360         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6361         get removed.
6362
6363 2006-07-29  Bruno Haible  <bruno@clisp.org>
6364
6365         Make it possible for gnulib-tool to work with locally modified or
6366         augmented gnulib repositories.
6367         * gnulib-tool (func_usage): Document --local-dir option.
6368         (local_gnulib_dir): New variable.
6369         Handle --local-dir option.
6370         (func_lookup_file): New function.
6371         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6372         (func_get_description, func_get_filelist, func_get_description,
6373         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6374         func_get_automake_snippet, func_get_include_directive,
6375         func_get_license, func_get_maintainer): Use func_lookup_file.
6376         (func_import, func_create_testdir): Use func_lookup_file.
6377
6378 2006-07-29  Bruno Haible  <bruno@clisp.org>
6379
6380         * modules/setenv (Depends-on): Add unistd.
6381
6382 2006-07-29  Bruno Haible  <bruno@clisp.org>
6383
6384         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6385
6386 2006-07-29  Bruno Haible  <bruno@clisp.org>
6387
6388         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6389
6390 2006-07-29  Bruno Haible  <bruno@clisp.org>
6391
6392         * gnulib-tool (import, update): If there is no Makefile.am, look at
6393         aclocal.m4, instead of bailing out.
6394
6395 2006-07-29  Bruno Haible  <bruno@clisp.org>
6396
6397         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6398         Categorize the options by when they are useful.
6399
6400 2006-07-29  Bruno Haible  <bruno@clisp.org>
6401
6402         * gnulib-tool (func_usage): Document option --no-libtool.
6403         Handle option --no-libtool.
6404         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6405         for changed semantics of $libtool variable.
6406         (func_import): Likewise. If libtool is not used, show this through
6407         an option --no-libtool.
6408         (func_create_testdir): Update.
6409
6410 2006-07-29  Bruno Haible  <bruno@clisp.org>
6411
6412         * gnulib-tool (func_import): Extend error message about missing
6413         --doc-base.
6414
6415 2006-07-29  Bruno Haible  <bruno@clisp.org>
6416
6417         * gnulib-tool (func_import): Don't create the $docbase directory if
6418         there is no file to store there.
6419
6420 2006-07-29  Bruno Haible  <bruno@clisp.org>
6421
6422         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6423         relevant, look for configure.ac there, not in the current directory.
6424         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6425
6426 2006-07-29  Bruno Haible  <bruno@clisp.org>
6427
6428         * gnulib-tool (SORT): New variable.
6429         (func_usage): Undocument --assume-autoconf option.
6430         Remove --assume-autoconf option handling.
6431         (autoconf_minversion): Determine from the contents of configure.ac.
6432         (func_import): Remove autoconf_minversion handling.
6433         Suggested by Eric Blake.
6434
6435 2006-07-29  Bruno Haible  <bruno@clisp.org>
6436
6437         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6438
6439 2006-07-29  Bruno Haible  <bruno@clisp.org>
6440
6441         * config/srclist.txt (*setenv.[ch]): Remove rules.
6442
6443 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6444
6445         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6446
6447 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6448
6449         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6450         arpa/inet.h.
6451
6452 2006-07-28  Simon Josefsson  <jas@extundo.com>
6453
6454         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6455         * modules/inet_pton (Depends-on): Likewise.
6456
6457 2006-07-28  Simon Josefsson  <jas@extundo.com>
6458
6459         * m4/netinet_in_h.m4: New file.
6460
6461 2006-07-28  Simon Josefsson  <jas@extundo.com>
6462
6463         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6464         #include's.
6465
6466 2006-07-28  Simon Josefsson  <jas@extundo.com>
6467
6468         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6469         #include's.
6470
6471 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6472
6473         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6474         setgid on directories only if they set these bits.
6475         * lib/modechange.h: Remove obsolete comment about masks.
6476
6477 2006-07-28  Eric Blake  <ebb9@byu.net>
6478
6479         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6480         macro expansion.
6481
6482 2006-07-28  Bruno Haible  <bruno@clisp.org>
6483
6484         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6485
6486 2006-07-28  Bruno Haible  <bruno@clisp.org>
6487
6488         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6489
6490 2006-07-28  Bruno Haible  <bruno@clisp.org>
6491
6492         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6493         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6494         Define fallbacks.
6495         Avoids link error on FreeBSD 4.x.
6496         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6497
6498         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6499         encoding.
6500         * lib/mbswidth.c (iswcntrl): Likewise.
6501
6502 2006-07-27  Bruno Haible  <bruno@clisp.org>
6503
6504         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6505         test.
6506
6507 2006-07-27  Bruno Haible  <bruno@clisp.org>
6508
6509         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6510         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6511         defined.
6512
6513 2006-07-26  Eric Blake  <ebb9@byu.net>
6514
6515         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6516
6517 2006-07-26  Eric Blake  <ebb9@byu.net>
6518
6519         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6520         like mingw that lack mkstemp.
6521         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6522         avoid compilation warning on mingw.
6523
6524 2006-07-26  Bruno Haible  <bruno@clisp.org>
6525
6526         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6527         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6528         INT_FAST*_MIN, INTPTR_MIN.
6529
6530 2006-07-25  Bruno Haible  <bruno@clisp.org>
6531
6532         * modules/version-etc (Depends-on): Add stdarg.
6533
6534 2006-07-25  Bruno Haible  <bruno@clisp.org>
6535
6536         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6537         complex commands.
6538
6539 2006-07-25  Bruno Haible  <bruno@clisp.org>
6540
6541         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6542         defined in <stdarg.h> or config.h.
6543
6544 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6545
6546         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6547         (gl_STDIO_SAFER): Remove.
6548
6549 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6550
6551         * MODULES.html.sh (File stream based Input/Output):
6552         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6553         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6554         * modules/fopen-safer, modules/tmpfile-safer: New files.
6555         * modules/stdio-safer: Remove.
6556
6557 2006-07-24  Bruno Haible  <bruno@clisp.org>
6558
6559         * modules/tmpdir: New file.
6560         * MODULES.html.sh (File system functions): Add it.
6561
6562 2006-07-24  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6565         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6566
6567 2006-07-24  Bruno Haible  <bruno@clisp.org>
6568
6569         * modules/clean-temp: New file.
6570
6571 2006-07-24  Bruno Haible  <bruno@clisp.org>
6572
6573         * m4/tmpdir.m4: New file, from GNU gettext.
6574
6575 2006-07-24  Bruno Haible  <bruno@clisp.org>
6576
6577         * lib/tmpdir.h: New file, from GNU gettext.
6578         * lib/tmpdir.c: New file, from GNU gettext.
6579
6580 2006-07-24  Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/clean-temp.h: New file, from GNU gettext.
6583         * lib/clean-temp.c: New file, from GNU gettext.
6584
6585 2006-07-23  Eric Blake  <ebb9@byu.net>
6586
6587         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6588         (Depends-on): Add binary-io.
6589
6590 2006-07-23  Eric Blake  <ebb9@byu.net>
6591
6592         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6593
6594 2006-07-23  Eric Blake  <ebb9@byu.net>
6595
6596         * lib/tmpfile-safer.c: New file.
6597         * lib/stdio-safer.h (fopen_safer): Add prototype.
6598         * lib/stdio--.h (tmpfile): Make safer.
6599
6600 2006-07-23  Bruno Haible  <bruno@clisp.org>
6601
6602         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6603         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6604         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6605         gl_linked_remove_at): Use it.
6606
6607 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6608         and Simon Josefsson <jas@extundo.com>
6609
6610         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6611
6612         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6613
6614 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6615
6616         * modules/close-stream: New file.
6617         * modules/closeout (Description): Make it clear that it exits
6618         with a diagnostic on error.
6619         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6620         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6621
6622 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6623
6624         * m4/close-stream.m4: New file.
6625
6626 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6627
6628         * lib/close-stream.c, lib/close-stream.h: New files.
6629
6630 2006-07-22  Bruno Haible  <bruno@clisp.org>
6631
6632         Merge from GNU gettext 0.15.
6633
6634         2006-05-01  Bruno Haible  <bruno@clisp.org>
6635
6636                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6637
6638         2006-07-22  Bruno Haible  <bruno@clisp.org>
6639
6640                 * modules/javaversion: New file.
6641                 * MODULES.html.sh (Java): Add javaversion.
6642
6643         2006-03-12  Bruno Haible  <bruno@clisp.org>
6644
6645                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6646
6647         2005-12-04  Bruno Haible  <bruno@clisp.org>
6648
6649                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6650                 (untested).
6651
6652         2006-06-21  Bruno Haible  <bruno@clisp.org>
6653
6654                 Avoid warnings from recent versions of mcs.
6655                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6656                 -o, -L, -r any more. Use options documented since mcs-1.0
6657                 instead. Similarly for -g.
6658
6659         2005-12-04  Bruno Haible  <bruno@clisp.org>
6660
6661                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6662                 .resources, not .resource.
6663
6664         2005-07-09  Bruno Haible  <bruno@clisp.org>
6665
6666                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6667                 add a .dll suffix.
6668                 Reported by Mark Junker <mjscod@gmx.de>.
6669
6670         2006-07-22  Bruno Haible  <bruno@clisp.org>
6671
6672                 * modules/gettext: Upgrade to gettext-0.15.
6673                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6674                 m4/visibility.m4.
6675                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6676
6677 2006-07-22  Bruno Haible  <bruno@clisp.org>
6678
6679         Merge from GNU gettext 0.15.
6680
6681         2006-03-25  Bruno Haible  <bruno@clisp.org>
6682
6683                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6684
6685         2006-07-21  Bruno Haible  <bruno@clisp.org>
6686
6687                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6688                 "1.1".
6689
6690         2006-05-09  Bruno Haible  <bruno@clisp.org>
6691
6692                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6693                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6694                 for the conftestver execution.
6695
6696         2006-05-01  Bruno Haible  <bruno@clisp.org>
6697
6698                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6699                 optional target-version argument. Verify that the compiler
6700                 groks source of the specified source-version, or add -source
6701                 option as necessary. Verify that the compiler produces
6702                 bytecode in the specified target-version, or add -target and
6703                 -source options as necessary. Make the result of the test
6704                 available as variable CONF_JAVAC. Also log error output in
6705                 config.log.
6706
6707         2006-03-11  Bruno Haible  <bruno@clisp.org>
6708
6709                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6710
6711         2006-05-09  Bruno Haible  <bruno@clisp.org>
6712
6713                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6714                 CLASSPATH_SEPARATOR to a semicolon.
6715
6716         2006-03-12  Bruno Haible  <bruno@clisp.org>
6717
6718                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6719                 available as variable CONF_JAVA, for subsequent autoconf
6720                 tests. Also log error output in config.log.
6721
6722         2006-07-19  Bruno Haible  <bruno@clisp.org>
6723
6724                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6725                 that getline works on glibc2 systems. Needed to avoid trouble
6726                 in relocatable.c.
6727                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6728
6729         2005-12-04  Bruno Haible  <bruno@clisp.org>
6730
6731                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6732                 launcher (untested).
6733
6734         2005-12-04  Bruno Haible  <bruno@clisp.org>
6735
6736                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6737
6738         2006-07-22  Bruno Haible  <bruno@clisp.org>
6739
6740                 * gettext.m4: Update from GNU gettext-0.15.
6741                 * nls.m4: Likewise.
6742                 * po.m4: Likewise.
6743                 * inttypes-pri.m4: Likewise.
6744                 * inttypes-h.m4: Renamed from inttypes.m4.
6745                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6746
6747 2006-07-22  Bruno Haible  <bruno@clisp.org>
6748
6749         Merge from GNU gettext 0.15.
6750
6751         2005-07-05  Bruno Haible  <bruno@clisp.org>
6752
6753                 * printf-args.c (printf_fetchargs): Work around broken
6754                 definition of wint_t on mingw.
6755
6756         2005-02-12  Bruno Haible  <bruno@clisp.org>
6757
6758                 * xallocsa.h: Add extern "C" for C++.
6759
6760         2006-05-17  Bruno Haible  <bruno@clisp.org>
6761
6762                 Cygwin portability.
6763                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6764
6765         2006-04-30  Bruno Haible  <bruno@clisp.org>
6766
6767                 * progreloc.c: Include <mach-o/dyld.h> if available.
6768                 (find_executable): Use _NSGetExecutablePath when possible.
6769
6770         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6771
6772                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6773                 function.
6774
6775         2005-12-29  Bruno Haible  <bruno@clisp.org>
6776
6777                 * progreloc.c (set_program_name_and_installdir): Fix
6778                 compilation error.
6779
6780         2005-12-04  Bruno Haible  <bruno@clisp.org>
6781
6782                 Cygwin portability.
6783                 * progreloc.c: Include <windows.h> also on Cygwin.
6784                 (find_executable): Add support for Cygwin.
6785                 (set_program_name_and_installdir): Handle also platforms with
6786                 nonempty EXEEXT.
6787
6788         2006-07-11  Bruno Haible  <bruno@clisp.org>
6789
6790                 * javacomp.c: Fix a comment.
6791                 Reported by Jim Meyering.
6792
6793         2006-04-30  Bruno Haible  <bruno@clisp.org>
6794
6795                 * javacomp.h (compile_java_class): Add source_version,
6796                 target_version arguments.
6797                 * javacomp.c: Rewritten to choose only a compiler that
6798                 respects the specified source_version and target_version.
6799
6800         2006-06-27  Bruno Haible  <bruno@clisp.org>
6801
6802                 Assume correct S_ISDIR macro.
6803                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6804
6805         2006-07-22  Bruno Haible  <bruno@clisp.org>
6806
6807                 * javaversion.h: New file, from GNU gettext.
6808                 * javaversion.c: New file, from GNU gettext.
6809                 * javaversion.java: New file, from GNU gettext.
6810                 * javaversion.class: New file, from GNU gettext.
6811
6812         2006-05-17  Bruno Haible  <bruno@clisp.org>
6813
6814                 Cygwin portability.
6815                 * javaexec.c (execute_java_class): Test for jview program
6816                 also on Cygwin.
6817
6818         2006-04-09  Bruno Haible  <bruno@clisp.org>
6819
6820                 * fatal-signal.c: Don't include string.h.
6821                 (at_fatal_signal): Use a copying loop instead of memcpy.
6822
6823         2005-12-04  Bruno Haible  <bruno@clisp.org>
6824
6825                 * csharpexec.c: Add support for 'clix' launcher (untested).
6826                 (execute_csharp_using_sscli): New function.
6827                 (execute_csharp_program): Call it.
6828
6829         2006-06-21  Bruno Haible  <bruno@clisp.org>
6830
6831                 Avoid warnings from recent versions of mcs.
6832                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6833                 -o, -L, -r any more. Use options documented since mcs-1.0
6834                 instead. Similarly for -g.
6835
6836         2005-07-09  Bruno Haible  <bruno@clisp.org>
6837
6838                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6839                 add a .dll suffix.
6840                 Reported by Mark Junker <mjscod@gmx.de>.
6841
6842         2006-06-17  Bruno Haible  <bruno@clisp.org>
6843
6844                 * config.charset: Update for NetBSD 3.0.
6845
6846         2006-05-17  Bruno Haible  <bruno@clisp.org>
6847
6848                 Cygwin portability.
6849                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6850
6851         2006-05-16  Bruno Haible  <bruno@clisp.org>
6852
6853                 * localcharset.c [CYGWIN]: Include <windows.h>.
6854                 (get_charset_aliases): For Cygwin, return the same CPxxx
6855                 aliases list as under WIN32.
6856                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6857                 the environment variables. Fall back to GetACP().
6858
6859         2006-04-05  Bruno Haible  <bruno@clisp.org>
6860
6861                 * config.charset: Update Juan Manuel Guerrero's address.
6862
6863         2005-02-12  Bruno Haible  <bruno@clisp.org>
6864
6865                 * allocsa.h: Add extern "C" for C++.
6866
6867         2005-02-10  Bruno Haible  <bruno@clisp.org>
6868
6869                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6870                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6871
6872         2006-07-22  Bruno Haible  <bruno@clisp.org>
6873
6874                 * gettext.h: Update to GNU gettext-0.15.
6875
6876 2006-07-22  Bruno Haible  <bruno@clisp.org>
6877
6878         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6879         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6880         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6881
6882 2006-07-21  Eric Blake  <ebb9@byu.net>
6883
6884         * modules/stdlib-safer: New file.
6885         * MODULES.html.sh (File stream based Input/Output): Add
6886         stdlib-safer.
6887
6888 2006-07-21  Eric Blake  <ebb9@byu.net>
6889
6890         * lib/stdlib-safer.h: New file from coreutils, required by
6891         stdlib--.h.
6892
6893 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6894
6895         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6896
6897 2006-07-20  Bruno Haible  <bruno@clisp.org>
6898
6899         * gnulib-tool: Recognize new option --assume-autoconf.
6900         (autoconf_minversion): New variable.
6901         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6902
6903 2006-07-20  Bruno Haible  <bruno@clisp.org>
6904
6905         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6906
6907 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6908
6909         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6910         Reindent and repaginate.
6911
6912 2006-07-19  Derek Price  <derek@ximbiot.com>
6913
6914         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6915         Correct grammar.
6916
6917 2006-07-17  Bruno Haible  <bruno@clisp.org>
6918
6919         * modules/list: New file.
6920         * modules/array-list: New file.
6921         * modules/carray-list, modules/carray-list-tests: New files.
6922         * modules/linked-list, modules/linked-list-tests: New files.
6923         * modules/avltree-list, modules/avltree-list-tests: New files.
6924         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6925         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6926         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6927         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6928         * modules/oset: New file.
6929         * modules/array-oset: New file.
6930         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6931         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6932         * tests/test-carray_list.c: New file.
6933         * tests/test-linked_list.c: New file.
6934         * tests/test-avltree_list.c: New file.
6935         * tests/test-rbtree_list.c: New file.
6936         * tests/test-linkedhash_list.c: New file.
6937         * tests/test-avltreehash_list.c: New file.
6938         * tests/test-rbtreehash_list.c: New file.
6939         * tests/test-avltree_oset.c: New file.
6940         * tests/test-rbtree_oset.c: New file.
6941         * MODULES.html.sh (Container data structures): New section.
6942
6943 2006-07-17  Bruno Haible  <bruno@clisp.org>
6944
6945         * m4/gl_list.m4: New file.
6946
6947 2006-07-17  Bruno Haible  <bruno@clisp.org>
6948
6949         * lib/gl_list.h: New file.
6950         * lib/gl_list.c: New file.
6951         * lib/gl_array_list.h: New file.
6952         * lib/gl_array_list.c: New file.
6953         * lib/gl_carray_list.h: New file.
6954         * lib/gl_carray_list.c: New file.
6955         * lib/gl_linked_list.h: New file.
6956         * lib/gl_linked_list.c: New file.
6957         * lib/gl_anylinked_list1.h: New file.
6958         * lib/gl_anylinked_list2.h: New file.
6959         * lib/gl_avltree_list.h: New file.
6960         * lib/gl_avltree_list.c: New file.
6961         * lib/gl_anyavltree_list1.h: New file.
6962         * lib/gl_anyavltree_list2.h: New file.
6963         * lib/gl_rbtree_list.h: New file.
6964         * lib/gl_rbtree_list.c: New file.
6965         * lib/gl_anyrbtree_list1.h: New file.
6966         * lib/gl_anyrbtree_list2.h: New file.
6967         * lib/gl_anytree_list1.h: New file.
6968         * lib/gl_anytree_list2.h: New file.
6969         * lib/gl_linkedhash_list.h: New file.
6970         * lib/gl_linkedhash_list.c: New file.
6971         * lib/gl_anyhash_list1.h: New file.
6972         * lib/gl_anyhash_list2.h: New file.
6973         * lib/gl_avltreehash_list.h: New file.
6974         * lib/gl_avltreehash_list.c: New file.
6975         * lib/gl_rbtreehash_list.h: New file.
6976         * lib/gl_rbtreehash_list.c: New file.
6977         * lib/gl_anytreehash_list1.h: New file.
6978         * lib/gl_anytreehash_list2.h: New file.
6979
6980         * lib/gl_oset.h: New file.
6981         * lib/gl_oset.c: New file.
6982         * lib/gl_array_oset.h: New file.
6983         * lib/gl_array_oset.c: New file.
6984         * lib/gl_avltree_oset.h: New file.
6985         * lib/gl_avltree_oset.c: New file.
6986         * lib/gl_rbtree_oset.h: New file.
6987         * lib/gl_rbtree_oset.c: New file.
6988         * lib/gl_anytree_oset.h: New file.
6989
6990 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * m4/mkancesdirs.m4: New file.
6993         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6994         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6995         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6996         it.
6997
6998 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6999
7000         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7001         * lib/mkancesdirs.h: New files.
7002         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7003         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7004         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7005         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7006         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7007         callers changed.  Revamp internals significantly, by not
7008         attempting to create directories that are temporarily more
7009         permissive than the final results.  Do not attempt to use
7010         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7011         This removes some race conditions, fixes some bugs, and simplifies
7012         things.  Use new dirchownmod function to do owner and mode changes.
7013         * lib/mkdir-p.h: Likewise.
7014         * lib/modechange.c (octal_to_mode): New function.
7015         (struct mode_change): New member mentioned.
7016         (make_node_op_equals): New arg mentioned.  All callers changed.
7017         (mode_compile): Keep track of which mode bits the user has explicitly
7018         mentioned.
7019         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7020         New arg PMODE_BITS, to keep track of which mode bits the user
7021         mentioned; it treats S_ISUID and S_ISGID speciall.
7022         All callers changed.
7023         * lib/modechange.h: Likewise.
7024
7025 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7026
7027         * MODULES.html.sh: Add mkancestors.
7028         * modules/mkancesdirs: New module.
7029         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7030         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7031         The chdir-safer and afs files are now orphans; I'll remove them
7032         unless someone speaks up.
7033         Add lib/dirchownmod.c, lib/dirchownmod.h.
7034         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7035         Add lchown, mkancesdirs.
7036         (Maintainer): Add self.
7037
7038 2006-07-15  Karl Berry  <karl@gnu.org>
7039
7040         * gnulib-tool: help message wording/arrangement.
7041
7042 2006-07-14  Simon Josefsson  <jas@extundo.com>
7043
7044         * doc/gnulib.texi (Libtool and Windows): New section.
7045
7046 2006-07-12  Simon Josefsson  <jas@extundo.com>
7047
7048         * modules/gendocs (License): Fix license, approved by Karl.
7049
7050 2006-07-12  Eric Blake  <ebb9@byu.net>
7051
7052         * MODULES.html.sh: Add gendocs.
7053
7054 2006-07-11  Eric Blake  <ebb9@byu.net>
7055
7056         * modules/fdl: New module, to install doc/fdl.texi.
7057         * MODULES.html.sh: Add new section for documentation modules.
7058         * gnulib-tool: Avoid space-tab.
7059         (--doc-base): New option, to manage files from doc.
7060
7061 2006-07-11  Eric Blake  <ebb9@byu.net>
7062
7063         * m4/absolute-header.m4: Fix comments to match recent change.
7064
7065 2006-07-11  Eric Blake  <ebb9@byu.net>
7066
7067         * gnulib-tool: List --doc-base before --tests-base.
7068
7069 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7070
7071         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7072
7073 2006-07-11  Bruno Haible  <bruno@clisp.org>
7074
7075         * README: Mention where to put documentation.
7076
7077 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7078
7079         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7080
7081 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7082
7083         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7084         to stdint.m4.
7085
7086 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7087
7088         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7089         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7090         "no/such/file/stdint.h" when there is no such file, so that
7091         the resulting C code can be parsed by dodgy compilers.
7092         Problems reported by Bob Proulx.
7093
7094 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7095
7096         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7097         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7098         macros into the GNU _D_EXACT_NAMLEN.
7099         * lib/savedir.c:  Likewise.
7100         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7101
7102 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7103         and Paul Eggert  <eggert@cs.ucla.edu>
7104
7105         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7106         * m4/savedir.m4:
7107         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7108         macros into the GNU _D_EXACT_NAMLEN.
7109
7110 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7111
7112         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7113         around the absolute name, to work around a problem with the HP-UX
7114         11.23 native C compiler, reported by Bob Proulx.
7115
7116 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7117
7118         * doc/maintain.texi, make-stds.texi: Sync from
7119         <http://savannah.gnu.org/projects/gnustandards>.
7120
7121 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7122
7123         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7124
7125 2006-07-09  Jim Meyering  <jim@meyering.net>
7126
7127         * m4/glob.m4: Remove a doubled word in a comment.
7128
7129 2006-07-09  Jim Meyering  <jim@meyering.net>
7130
7131         * lib/argp-pv.c: Remove a doubled word in a comment.
7132         * lib/check-version.c (check_version): Likewise.
7133         * lib/javacomp.c (compile_java_class): Likewise.
7134
7135 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7136
7137         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7138         for the benefit of people using Autoconf 2.60.  If you want to
7139         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7140         (or m4/onceonly.m4, if pre-2.57) manually.
7141
7142 2006-07-08  Jim Meyering  <jim@meyering.net>
7143
7144         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7145         comment.
7146         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7147         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7148         comment.
7149
7150 2006-07-08  Jim Meyering  <jim@meyering.net>
7151
7152         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7153
7154 2006-07-07  Simon Josefsson  <jas@extundo.com>
7155
7156         * tests/test-crc.c: Change expected crc value, the test vector
7157         were probably computed using the old broken crc.c?
7158
7159 2006-07-06  Simon Josefsson  <jas@extundo.com>
7160
7161         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7162         now the canonical place for the M4 file).
7163
7164         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7165         from the sys_socket dependency now.
7166
7167         * modules/inet_pton (Files): Ditto.
7168
7169         * modules/inet_ntop (Files): Ditto.
7170
7171 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7172
7173         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7174         not gl_PREREQ_GETUSERSHELL.
7175
7176 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7177
7178         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7179         with only one argument, for Autoconf 2.60.
7180         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7181         expand to nothing, so add a shell command to avoid syntax error.
7182         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7183
7184 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7185
7186         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7187
7188 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7189
7190         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7191         no longer needed.  Check for isblank decl.
7192         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7193         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7194         of existence.
7195
7196 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7197
7198         * lib/getloadavg.c: Use __VMS, not VMS.
7199         * lib/getopt.c: Likewise.
7200         * lib/getpagesize.h: Likewise.
7201         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7202         and probably does not work.
7203
7204 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7205
7206         * lib/.cppi-disable: Add wcwidth.
7207         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7208         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7209         (ISGRAPH): Remove.  All uses changed to isgraph.
7210         (FOLD) [!defined _LIBC]: Remove special case.
7211         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7212         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7213         HAVE_ISBLANK.
7214         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7215         case.
7216
7217 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7218
7219         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7220         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7221         brackets.  Other minor changes to suppress some compiler
7222         warnings.
7223
7224 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7225         and Paul Eggert  <eggert@cs.ucla.edu>
7226
7227         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7228         of invoking obsolescent AC_HEADER_DIRENT macro.
7229         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7230         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7231         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7232         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7233         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7234         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7235         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7236         * m4/readdir.m4: Remove; no longer needed.
7237
7238 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7239         and Paul Eggert  <eggert@cs.ucla.edu>
7240
7241         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7242         Don't worry about this obsolete case any more.
7243         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7244         directories.
7245         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7246         worry about this obsolete case any more.
7247         * lib/fts.c: Likewise.
7248         * lib/getcwd.c: Likewise.
7249         * lib/glob.h: Likewise.
7250         * lib/savedir.c: Likewise.
7251
7252 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7255         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7256         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7257         needed.
7258         All uses removed.
7259         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7260         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7261         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7262         needed.
7263         * m4/getdate.m4 (gl_GETDATE): Likewise.
7264         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7265         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7266         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7267         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7268         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7269         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7270         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7271         needed.
7272
7273 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7274
7275         * lib/memcasecmp.c: Include <limits.h>.
7276         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7277         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7278         Don't assume isdigit succeeds only on '0' through '9'.
7279
7280 2006-07-05  Eric Blake  <ebb9@byu.net>
7281
7282         * modules/getaddrinfo (Depends-on): Add snprintf.
7283
7284 2006-07-05  Eric Blake  <ebb9@byu.net>
7285
7286         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7287         to avoid 'header present but could not be compiled' on cygwin.
7288
7289 2006-07-05  Eric Blake  <ebb9@byu.net>
7290
7291         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7292         missing from netdb.h.
7293         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7294
7295 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7296
7297         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7298         no longer needed.
7299         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7300         * m4/getdate.m4 (gl_GETDATE): Likewise.
7301         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7302         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7303         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7304         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7306
7307 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7308
7309         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7310         All uses of is_space replaced by isspace.
7311         * lib/exit.h: Don't talk about STDC_HEADERS.
7312         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7313         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7314         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7315         replaced by isprint etc.
7316         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7317         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7318         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7319         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7320         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7321         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7322
7323 2006-07-05  Bruno Haible  <bruno@clisp.org>
7324
7325         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7326         the function exists, before testing against AIX.
7327         Reported by Martin Lambers <marlam@marlam.de>.
7328
7329 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7330
7331         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7332         From Mark D. Baushke.
7333
7334 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7337         to the absolute name, not just one, to bypass Sun C 5.8's
7338         "warning: #include of /usr/include/... may be non-portable".
7339
7340 2006-07-04  Eric Blake  <ebb9@byu.net>
7341
7342         * modules/dirname-tests: New test module.
7343         * tests/test-dirname.c: New file, replacing dirname.c
7344         TEST_DIRNAME section that was recently deleted.
7345
7346 2006-07-04  Bruno Haible  <bruno@clisp.org>
7347
7348         Assume ANSI C header files and <ctype.h> functions.
7349         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7350         (mbsnwidth): Use isprint, iscntrl instead.
7351
7352 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7353
7354         Merge from coreutils.
7355         * MODULES.html.sh: Add xstrtold.
7356         * modules/xstrtold: New file.
7357         * modules/cycle-check (Files): Add lib/same-inode.h.
7358         * modules/dirname (Files): Add m4/double-slash-root.m4.
7359         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7360         * modules/mkdir-p (Files): Add lib/same-inode.h.
7361         * modules/same (Files): Add lib/same-inode.h.
7362
7363 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7364
7365         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7366         This is to keep the terminology clean; POSIX talks about
7367         "absolute pathnames", not "full pathnames", but the GNU
7368         Coding Standards say to use "path" for something else;
7369         so use "absolute" to keep both sides happy.
7370         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7371         Set gl_absolute_header, not gl_full_header_path.
7372         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7373         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7374         All uses changed.
7375
7376         Merge from coreutils.
7377
7378         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7379
7380         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7381         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7382         want to require the building of c-strtod.o.
7383         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7384         needs -lm directly.
7385         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7386
7387         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7388
7389         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7390         --as-needed option if available.  Problem reported by Albert Chin in
7391         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7392         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7393         cc merely issues a bunch of annoying warnings for --as-needed
7394         (this problem was reported by Bob Proulx).  Also, try linking with
7395         -lm to detect a bug in binutils 2.16 (this problem was reported
7396         by Ralf Wildenhues).
7397
7398         2006-06-18  Jim Meyering  <jim@meyering.net>
7399
7400         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7401         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7402         macro.
7403         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7404         also check for glibc-2.4's abort-inducing bug.
7405
7406         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7407         Low-probability clean-up should be to use rmdir to get rid of
7408         the just-created directory, not unlink.
7409
7410         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7411         configure fail, and request a bug report to inform us about it.
7412         Add a comment that, barring reports to the contrary, in 2007 we'll
7413         assume ftruncate is universally available.
7414
7415         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7416
7417         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7418
7419         2006-03-12  Jim Meyering  <jim@meyering.net>
7420
7421         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7422         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7423         * m4/same.m4 (gl_SAME): Likewise.
7424         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7425
7426         2006-03-11  Eric Blake  <ebb9@byu.net>
7427
7428         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7429         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7430         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7431         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7432
7433 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7434
7435         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7436         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7437         reported by Mark D. Baushke, one in
7438         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7439
7440         Merge from coreutils.
7441
7442         * lib/.cppi-disable: Add stdint_.h.
7443         * lib/.cvsignore: Add stdint.h.
7444
7445         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7446
7447         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7448         both double and long double versions.
7449         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7450         * lib/xstrtold.c: New file.
7451         * lib/xstrtod.h (xstrtold): New decl.
7452
7453         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7454
7455         * lib/filemode.c (setst): Remove.
7456         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7457         (arguably) clearer, and the generated code is a bit smaller on my
7458         Debian GNU/Linux stable x86 host.
7459
7460         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7463         Assume that filemode.h includes sys/types.h and sys/stat.h.
7464         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7465         (ftypelet): Reorder to put common cases first, for efficiency.
7466         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7467         to do 'M'.
7468         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7469         of 10, for compatibility with FreeBSD.  All callers changed.
7470         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7471         types that can't be deduced solely from st_mode.  First arg is now a
7472         const pointer.
7473         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7474         (strmode): Renamed from mode_string.
7475         (filemodestring): New decl.
7476         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7477         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7478         needed.
7479         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7480
7481         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7482
7483         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7484         fsusage.h now does that.  Include fsusage.h first, to test interface.
7485         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7486         at most one method (the old code could have generated decls that
7487         didn't conform to C89, not that this was ever exercised).
7488         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7489
7490         2006-03-19  Jim Meyering  <jim@meyering.net>
7491
7492         Work even in a chroot where d_ino values for entries in "/"
7493         don't match the stat.st_ino values for the same names.
7494         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7495         number, iterate through all entries again, using lstat instead.
7496         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7497         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7498
7499         * lib/getcwd.c (__getcwd): Clarify a comment.
7500         Use memcpy in place of a call to strcpy.
7501
7502         2006-03-12  Jim Meyering  <jim@meyering.net>
7503
7504         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7505         matches that of the current directory (which we're about to chdir ".."
7506         out of), then save the dev-ino of the parent, instead.
7507
7508         * lib/same-inode.h (SAME_INODE): New file/macro.
7509         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7510         Include "same-inode.h", instead.
7511         * lib/same.c: Likewise.
7512         * lib/cycle-check.h: Include "same-inode.h".
7513         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7514         * lib/cycle-check.c (SAME_INODE): Remove definition.
7515         * lib/root-dev-ino.h: Include "same-inode.h".
7516
7517         2006-03-11  Eric Blake  <ebb9@byu.net>
7518
7519         * lib/same.c (same_name): s/base_name/last_component/
7520         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7521         * lib/filenamecat.c (file_name_concat): Likewise.
7522
7523         2006-03-11  Eric Blake  <ebb9@byu.net>,
7524                     Paul Eggert  <eggert@cs.ucla.edu>
7525
7526         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7527         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7528         drive prefix.
7529         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7530         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7531         (last_component): New method.
7532         * lib/dirname.c (dir_len): Determine when drive letters need a
7533         subsequent slash.  Preserve // when it is special.
7534         (dir_name): Don't append dot when drive letter is absolute.
7535         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7536         * lib/basename.c (base_name): New semantics - malloc the result.
7537         Preserve // when it is special.  Preserve relative files that look
7538         like drive letters.
7539         (base_len): Preserve // when it is special.
7540         (last_component): New method, similar to old base_name semantics.
7541         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7542         base_name.  Strip redundant slashes from ///.
7543
7544 2006-07-03  Jim Meyering  <jim@meyering.net>
7545
7546         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7547         macro is used before the first cycle_check call.
7548
7549 2006-07-03  Eric Blake  <ebb9@byu.net>
7550
7551         * modules/dirname (Depends-on): Add xstrndup.
7552
7553 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7554
7555         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7556         test cases, so that config.log is a bit easier to follow.
7557
7558 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7559
7560         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7561         both are 64 bits, since this seems to be the tradition, and this
7562         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7563         we ever run into a host that prefers long long to long in this
7564         case, we'll need another configure-time test.  Problem reported by
7565         Jim Meyering.
7566
7567 2006-07-02  Eric Blake  <ebb9@byu.net>
7568
7569         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7570
7571 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7572
7573         * modules/inttypes (Depends-on): No longer depends on stdint.
7574         * modules/stdint (Description): Say more about assumptions.
7575         Say that the fast types might differ.  Say macros are used.
7576         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7577         (Makefile.am): Revise list of substituted symbols to match
7578         new stdint.m4.
7579         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7580         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7581         * tests/test-stdint.c (verify_same_types)
7582         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7583         the code conforms to C99/C89.
7584         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7585         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7586
7587 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7588
7589         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7590         but fix a bug, by requiring at least 64 bits.
7591         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7592         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7593         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7594         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7595
7596         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7597         changes.  Make 2.59 a prerequisite.  Check and substitute for
7598         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7599         inttypes.h.  Do not use special include files; just use the
7600         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7601         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7602         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7603         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7604         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7605         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7606         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7607         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7608         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7609         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7610         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7611         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7612         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7613         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7614         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7615         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7616         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7617         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7618         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7619         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7620         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7621         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7622         not check for things that C99 does not require, e.g., int8_t.  If
7623         a test isn't needed unless <stdint.h> isn't working, and is
7624         unlikely to be needed for any other reason, then don't do it
7625         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7626         size_t, since we assume C89 freestanding at least.  Do not check
7627         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7628         the right thing even if the types are not defined.  Instead use:
7629         (gl_STDINT_TYPE_PROPERTIES): New macro.
7630         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7631         testing whether <sys/types.h> clashes, as Autoconf does this for
7632         us now.  All uses removed.
7633         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7634         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7635         (gl_CHECK_TYPE_SAME):
7636         Remove; no longer needed.
7637         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7638         exists, since we'll return 0 anyway in that case.
7639         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7640
7641 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7642
7643         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7644         possible collision with system files.
7645         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7646         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7647         WCHAR_MIN and WCHAR_MAX in this case.
7648         (<stddef.h>): Do not include; no longer needed.
7649         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7650         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7651         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7652         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7653         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7654         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7655         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7656         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7657         !defined(__c99))]: Include in this case too, since it's harmless
7658         now.
7659         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7660         dangerous to do so.
7661         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7662         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7663         (_STDINT_MIN, _STDINT_MAX): New macros.
7664         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7665         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7666         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7667         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7668         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7669         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7670         macros, not typedefs; this simplifies things quite a bit.
7671         Use long int for all types narrower than int64_t.
7672         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7673         Define in terms of long long int or int64_t or long int,
7674         not int64_t or int32_t.  This saves some compile-time testing.
7675         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7676         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7677         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7678         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7679         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7680         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7681         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7682         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7683         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7684         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7685         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7686         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7687         undef any previous version and define our own version, for
7688         simplicity and consistency with the new macros for types.
7689         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7690         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7691         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7692         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7693         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7694         @WINT_T_SUFFIX@ to keep things simple here.
7695         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7696         Simplify by assuming typical 8/16/32/64 host, since we're
7697         already doing that elsewhere anyway.
7698         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7699         and assume long long int is 64 bits if available.  This
7700         speeds up 'configure'.
7701
7702 2006-07-01  Eric Blake  <ebb9@byu.net>
7703
7704         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7705         Reported by Andreas Buening.
7706
7707 2006-07-01  Eric Blake  <ebb9@byu.net>
7708
7709         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7710
7711 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7712
7713         * lib/getaddrinfo.c: fixed typo
7714
7715 2006-06-29  Jim Meyering  <jim@meyering.net>
7716
7717         * modules/strftime (Maintainer): Add my name, since with the
7718         FPRINTFTIME changes strftime.c has forked from glibc.
7719
7720 2006-06-29  Eric Blake  <ebb9@byu.net>
7721
7722         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7723
7724 2006-06-29  Eric Blake  <ebb9@byu.net>
7725
7726         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7727
7728 2006-06-29  Eric Blake  <ebb9@byu.net>
7729
7730         * lib/stat_.h: New file.
7731
7732 2006-06-29  Eric Blake  <ebb9@byu.net>
7733
7734         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7735         unused static function.
7736
7737 2006-06-29  Eric Blake  <ebb9@byu.net>
7738
7739         * doc/functions.texi (Function Portability): Document missing lstat
7740         on mingw.
7741
7742 2006-06-29  Eric Blake  <ebb9@byu.net>
7743
7744         * MODULES.html.sh: Add sys_stat.
7745         * modules/sys_stat: New module.
7746         * modules/mkstemp (Depends-on): Add sys_stat.
7747
7748 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7749
7750         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7751
7752 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7753
7754         * m4/c-bs-a.m4: Removed.
7755
7756 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7757
7758         * lib/strftime.c: Assume strftime() exists.
7759
7760 2006-06-29  Derek Price  <derek@ximbiot.com>
7761
7762         * modules/c-bs-a: Removed - \a is C89.
7763         * MODULES.html.sh: Remove c-bs-a.
7764
7765 2006-06-29  Bruno Haible  <bruno@clisp.org>
7766
7767         * modules/wcwidth (License): Change to LGPL.
7768
7769 2006-06-28  Simon Josefsson  <jas@extundo.com>
7770
7771         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7772         on _WIN32.
7773
7774         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7775         getnameinfo.
7776
7777 2006-06-28  Simon Josefsson  <jas@extundo.com>
7778
7779         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7780
7781 2006-06-28  Simon Josefsson  <jas@extundo.com>
7782
7783         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7784         functions there.  It will succeed on Windows XP, but on Windows
7785         2000 and (presumably) earlier, it will fail, and use the internal
7786         re-implementation.
7787         (use_win32_p): New function.
7788         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7789         Support AI_NUMERICSERV to disable getservbyname.
7790         (getnameinfo): New function, only supports
7791         NI_NUMERICHOST|NI_NUMERICSERV for now.
7792
7793         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7794         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7795         getnameinfo.
7796
7797 2006-06-28  Eric Blake  <ebb9@byu.net>
7798
7799         * modules/wcwidth: New file.
7800         * modules/mbchar (Depends-on): Add wcwidth.
7801         * modules/mbswidth (Depends-on): Add wcwidth.
7802         * MODULES.html.sh: Add wcwidth.
7803
7804 2006-06-28  Eric Blake  <ebb9@byu.net>
7805
7806         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7807         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7808
7809 2006-06-28  Eric Blake  <ebb9@byu.net>
7810
7811         * lib/xvasprintf.h: Fix comments.
7812
7813 2006-06-28  Eric Blake  <ebb9@byu.net>
7814
7815         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7816         * lib/mbswidth.c (wcwidth): Move from here...
7817         * lib/wcwidth.h: ...to this new file.
7818
7819 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7820
7821         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7822
7823         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7824         it's obsolete.
7825         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7826
7827 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7828
7829         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7830         Autoconf 2.60 says this stuff was obsolete.
7831
7832 2006-06-28  Bruno Haible  <bruno@clisp.org>
7833
7834         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7835
7836 2006-06-28  Bruno Haible  <bruno@clisp.org>
7837
7838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7839         gt_TYPE_WCHAR_T.
7840
7841 2006-06-28  Bruno Haible  <bruno@clisp.org>
7842
7843         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7844         declaration for wcwidth.
7845         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7846
7847 2006-06-28  Bruno Haible  <bruno@clisp.org>
7848
7849         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7850         (mkdir): Define using _mkdir.
7851
7852 2006-06-28  Bruno Haible  <bruno@clisp.org>
7853
7854         * lib/getaddrinfo.h: Fix POSIX URL.
7855         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7856         _WIN32.
7857         (use_win32_p): Make static.
7858         (getaddrinfo): Reject service name if it is empty or does not consist
7859         solely of decimal digits, or if its value is > 65535.
7860         (getnameinfo): Remove useless casts.
7861
7862 2006-06-27  Simon Josefsson  <jas@extundo.com>
7863
7864         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7865         Eggert and Martin Lambers.
7866
7867 2006-06-27  Simon Josefsson  <jas@extundo.com>
7868
7869         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7870         Eggert and Martin Lambers.
7871
7872 2006-06-27  Bruno Haible  <bruno@clisp.org>
7873
7874         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7875         result to 0, not to empty.
7876         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7877
7878 2006-06-27  Bruno Haible  <bruno@clisp.org>
7879
7880         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7881
7882 2006-06-26  Simon Josefsson  <jas@extundo.com>
7883
7884         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7885         present.
7886
7887 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7890         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7891         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7892
7893 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7894
7895         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7896
7897 2006-06-26  Bruno Haible  <bruno@clisp.org>
7898
7899         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7900
7901 2006-06-26  Bruno Haible  <bruno@clisp.org>
7902
7903         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7904
7905 2006-06-26  Bruno Haible  <bruno@clisp.org>
7906
7907         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7908         SGI C compiler in pre-C99 mode.
7909         Suggested by Mark D. Baushke and Larry Jones.
7910
7911 2006-06-26  Bruno Haible  <bruno@clisp.org>
7912
7913         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7914         WCHAR_MAX.
7915         Reported by Mark D. Baushke and Larry Jones.
7916
7917 2006-06-26  Bruno Haible  <bruno@clisp.org>
7918
7919         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7920         in pre-C99 mode.
7921         Suggested by Mark D. Baushke and Larry Jones.
7922
7923 2006-06-23  Simon Josefsson  <jas@extundo.com>
7924             Bruno Haible  <bruno@clisp.org>
7925
7926         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7927         Emit mostlyclean-local rule.
7928         (func_emit_tests_Makefile_am): Likewise.
7929         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7930
7931 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7932
7933         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7934
7935 2006-06-23  Bruno Haible  <bruno@clisp.org>
7936
7937         * tests/test-stdint.c: Update to match ISO C 99 Technical
7938         Corrigendum 1.
7939
7940 2006-06-23  Bruno Haible  <bruno@clisp.org>
7941
7942         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7943
7944 2006-06-23  Bruno Haible  <bruno@clisp.org>
7945
7946         * lib/stdint_.h: Treat IRIX like OpenBSD.
7947
7948 2006-06-23  Bruno Haible  <bruno@clisp.org>
7949
7950         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7951         ISO C 99 Technical Corrigendum 1.
7952
7953 2006-06-22  Simon Josefsson  <jas@extundo.com>
7954
7955         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7956         MinGW.
7957
7958 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7961         needed.  Some compiler complained about some of them.  Problem reported
7962         by Larry Jones in
7963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7964
7965 2006-06-21  Simon Josefsson  <jas@extundo.com>
7966
7967         * tests/test-getaddrinfo.c: New file.
7968
7969         * modules/getaddrinfo-tests: New file.
7970
7971         * MODULES.html.sh: Add inet_pton.
7972
7973         * modules/inet_pton: New file.
7974
7975 2006-06-21  Simon Josefsson  <jas@extundo.com>
7976
7977         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7978         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7979         of using the (limited) gnulib implementation on Windows XP.
7980
7981         * m4/inet_pton.m4: New file.
7982
7983 2006-06-21  Simon Josefsson  <jas@extundo.com>
7984
7985         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7986         variable.
7987
7988         * lib/socket_.h: Don't define WINVER.
7989
7990         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7991         slightly modified to work in gnulib.
7992
7993 2006-06-21  Simon Josefsson  <jas@extundo.com>
7994
7995         * doc/gnulib.texi (Windows sockets): Add.
7996
7997 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7998
7999         * lib/read-file.c (fread_file): Start with buffer allocation of
8000         0 bytes rather than 1 byte; this simplifies the code.
8001         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8002         code to free buffer and save/restore errno.
8003         (internal_read_file): Remove unused local.
8004
8005 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8006
8007         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8008         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8009         Problem reported by Denis Excoffier in
8010         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8011
8012 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8013
8014         * modules/sys_socket, modules/socklen: Include sys/types since
8015         FreeBSD 4.x's sys/socket.h needs it.
8016
8017 2006-06-19  Simon Josefsson  <jas@extundo.com>
8018
8019         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8020
8021 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8022
8023         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8024
8025 2006-06-19  Bruno Haible  <bruno@clisp.org>
8026
8027         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8028         and FULL_PATH_INTTYPES_H in angle brackets.
8029         Reported by Mark D. Baushke <mdb@gnu.org>.
8030
8031 2006-06-17  Eric Blake  <ebb9@byu.net>
8032
8033         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8034         errno.
8035
8036 2006-06-17  Bruno Haible  <bruno@clisp.org>
8037
8038         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8039         <sys/inttypes.h>.
8040
8041 2006-06-17  Bruno Haible  <bruno@clisp.org>
8042
8043         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8044         whether errno is declared. Assume <errno.h> declares errno.
8045
8046 2006-06-17  Bruno Haible  <bruno@clisp.org>
8047
8048         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8049
8050 2006-06-17  Bruno Haible  <bruno@clisp.org>
8051
8052         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8053         problem on Solaris 2.5.1.
8054
8055 2006-06-16  Eric Blake  <ebb9@byu.net>
8056
8057         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8058         * lib/unicodeio.c [!defined errno]: Likewise.
8059         * lib/strtol.c [!defined errno]: Likewise.
8060         * lib/strtod.c [!defined errno]: Likewise.
8061
8062 2006-06-15  Eric Blake  <ebb9@byu.net>
8063
8064         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8065
8066 2006-06-15  Eric Blake  <ebb9@byu.net>
8067
8068         * config/srclist.txt (ssize_t.m4): Lose sync.
8069
8070 2006-06-15  Bruno Haible  <bruno@clisp.org>
8071
8072         * modules/stdint (Files): Include m4/full-header-path.m4,
8073         m4/size_max.m4, m4/wchar_t.m4.
8074         (Makefile.am): Many more substitutions.
8075         * modules/stdint-tests: New file.
8076         * tests/test-stdint.c: New file.
8077
8078 2006-06-15  Bruno Haible  <bruno@clisp.org>
8079
8080         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8081         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8082         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8083         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8084         gl_CHECK_TYPE_SAME): New macros.
8085
8086 2006-06-15  Bruno Haible  <bruno@clisp.org>
8087
8088         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8089
8090 2006-06-15  Bruno Haible  <bruno@clisp.org>
8091
8092         * lib/stdint_.h: Rewritten to be fully auto-configured.
8093         Fixes bug on HP-UX/IA64.
8094
8095 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * lib/getdate.y (__attribute__): Don't define if already defined.
8098         Problem reported by Larry Jones.
8099         * lib/utimens.c (__attribute__): Likewise.
8100
8101 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8102
8103         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8104         reported by Andreas Schwab.
8105
8106 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8107             Bruno Haible  <bruno@clisp.org>
8108
8109         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8110         check for the declaration of strnlen and a run test that exposes the
8111         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8112         rpl_strndup.
8113
8114 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8115             Bruno Haible  <bruno@clisp.org>
8116
8117         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8118
8119 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8120
8121         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8122         compile test, for Tru64 4.0D.
8123
8124 2006-05-28  Karl Berry  <karl@gnu.org>
8125
8126         * config/srclist.txt (printf-args.c): lose sync.
8127
8128 2006-05-26  Martin Lambers  <marlam@marlam.de>
8129
8130         * lib/getpass.c: Updates the test for the native W32 API, and adds
8131         missing includes, thus fixing compilation warnings.
8132
8133 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8134
8135         * lib/exclude.c (exclude_fnmatch): New function.
8136         (excluded_file_name): Call exclude_fnmatch.
8137         * lib/exclude.h (excluded_file_name): New prototype
8138
8139 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8140
8141         * lib/tempname.c (small_open, large_open): New macros.
8142         (__open, __open64) [!_LIBC]: Remove.
8143         (__gen_tempname): Use small_open and large_open instead of __open
8144         and __open64.  This fixes a portability bug on HP-UX 11.11i
8145         reported by Simon Wing-Tang in
8146         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8147
8148 2006-05-24  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8151         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8152         Reported by Thorsten Maerz <torte@netztorte.de> via
8153         Aaron Stone <aaron@serendipity.cx>.
8154
8155 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8156
8157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8158         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8159         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8160         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8161         not really conditional on the cache.
8162         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8163
8164 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8167         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8168         (my_usleep): Don't mishandle maximum value.
8169
8170 2006-05-19  Jim Meyering  <jim@meyering.net>
8171
8172         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8173
8174 2006-05-17  Bruno Haible  <bruno@clisp.org>
8175
8176         Cygwin portability.
8177         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8178
8179 2006-05-17  Bruno Haible  <bruno@clisp.org>
8180
8181         * lib/stdint_.h: Fix recognition of Cygwin.
8182
8183 2006-05-15  Bruno Haible  <bruno@clisp.org>
8184
8185         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8186         on libtool patch by Ralf Wildenhues.
8187
8188 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8189
8190         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8191         test for C99 conformance; (bool) 0.5 is an integer constant
8192         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8193         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8194
8195 2006-05-11  Simon Josefsson  <jas@extundo.com>
8196
8197         * m4/xvasprintf.m4: Fix obvious typo.
8198
8199 2006-05-11  Jim Meyering  <jim@meyering.net>
8200
8201         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8202         James Lemley.
8203
8204 2006-05-10  Simon Josefsson  <jas@extundo.com>
8205
8206         * lib/md4.c: Typo fix, update copyright years.
8207         (K1, K2): Don't use L because it turn computations into 64-bit on
8208         64-bit platforms.
8209
8210 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8211
8212         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8213         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8214         unwanted sign propagation, e.g., on hosts with 64-bit int.
8215         There still are some problems with reeelly weird theoretical hosts
8216         (e.g., 33-bit int) but it's not worth worrying about now.
8217         * lib/sha1.c (rol): Likewise.
8218         (K1, K2, K3, K4): Remove unnecessary L suffix.
8219
8220 2006-05-10  Bruno Haible  <bruno@clisp.org>
8221
8222         * lib/des.c: Cast to avoid warnings.
8223
8224 2006-05-09  Bruno Haible  <bruno@clisp.org>
8225
8226         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8227         (Depends-on): Depend also on xsize, stdarg.
8228         (configure.ac): Add gl_XVASPRINTF.
8229
8230 2006-05-09  Bruno Haible  <bruno@clisp.org>
8231
8232         * m4/xvasprintf.m4: New file.
8233
8234 2006-05-09  Bruno Haible  <bruno@clisp.org>
8235
8236         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8237         (EOVERFLOW): Define fallback value.
8238         (xstrcat): New function.
8239         (xvasprintf): Recognize the special case of a string concatenation.
8240
8241 2006-05-08  Eric Blake  <ebb9@byu.net>
8242
8243         * gnulib-tool (func_version): Base copyright year on CVS date.
8244         (func_emit_copyright_notice): New function.
8245         (func_emit_lib_Makefile_am): Use it.
8246         (func_emit_tests_Makefile_am): Likewise.
8247         (func_import): Likewise.
8248
8249 2006-05-08  Bruno Haible  <bruno@clisp.org>
8250
8251         * modules/stdarg: New file.
8252         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8253
8254 2006-05-08  Bruno Haible  <bruno@clisp.org>
8255
8256         * m4/stdarg.m4: New file, from GNU gettext.
8257
8258 2006-05-08  Bruno Haible  <bruno@clisp.org>
8259
8260         * config/srclist.txt (build-aux/config.rpath): different from latest
8261         release.
8262
8263 2006-05-08  Bruno Haible  <bruno@clisp.org>
8264
8265         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8266
8267 2006-05-05  Jim Meyering  <jim@meyering.net>
8268
8269         * m4/warning.m4: New file, derived from bison's file by the same name.
8270
8271 2006-05-03  Bruno Haible  <bruno@clisp.org>
8272
8273         * lib/stdint_.h: Shorter URL.
8274         * lib/inttypes.h: Likewise.
8275
8276 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8277
8278         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8279
8280 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * lib/verify.h: Document the internals better.  Most of this change
8283         was written by Bruno Haible.
8284
8285 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * doc/verify.texi: New file, partly based on a proposal by
8288         Bruno Haible.
8289
8290 2006-05-02  Bruno Haible  <bruno@clisp.org>
8291
8292         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8293         test from here...
8294         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8295
8296 2006-04-29  Bruno Haible  <bruno@clisp.org>
8297
8298         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8299         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8300
8301 2006-04-29  Bruno Haible  <bruno@clisp.org>
8302
8303         * gnulib-tool: Make --update option actually work.
8304
8305 2006-04-29  Bruno Haible  <bruno@clisp.org>
8306
8307         * doc/gcd.texi: New file.
8308         * doc/gnulib.texi: Include it.
8309
8310 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8311
8312         * lib/getdate.y (get_date): When adding relative date, start with the
8313         initial time, not with the result of the first mktime call.
8314
8315 2006-04-25  Bruno Haible  <bruno@clisp.org>
8316
8317         * gnulib-tool (func_import): Output the include directives in three
8318         blocks, sorted separately.
8319         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8320
8321 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8322
8323         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8324         to define main with arguments, for C++.  Reported by Eric Blake.
8325         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8326         Prefer 'int main ()' to 'int main (void)', for C++.
8327         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8328         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8329         for 'main', for C99 and C++.
8330
8331 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8334         Don't assume that exit status -1 is valid.
8335         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8336         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8337         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8338         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8339         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8340         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8341         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8342         functions can be used without declaring them, or that you can
8343         exit with status -1.
8344         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8345
8346 2006-04-24  Karl Berry  <karl@gnu.org>
8347
8348         * config/srclist.txt (longdouble.m4): sync lost.
8349
8350 2006-04-24  Eric Blake  <ebb9@byu.net>
8351
8352         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8353
8354 2006-04-24  Bruno Haible  <bruno@clisp.org>
8355
8356         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8357         poll() implementation in AIX.
8358         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8359
8360 2006-04-24  Bruno Haible  <bruno@clisp.org>
8361
8362         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8363         assigned exactly once.
8364
8365 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8366             Bruno Haible  <bruno@clisp.org>
8367
8368         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8369         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8370         for AM_CPPFLAGS.
8371
8372 2006-04-23  Bruno Haible  <bruno@clisp.org>
8373
8374         * modules/copy-file: Depend on unistd.
8375         * modules/execute: Likewise.
8376         * modules/fatal-signal: Likewise.
8377         * modules/findprog: Likewise.
8378         * modules/mkdtemp : Likewise.
8379         * modules/pipe: Likewise.
8380         * modules/wait-process: Likewise.
8381
8382 2006-04-23  Bruno Haible  <bruno@clisp.org>
8383
8384         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8385         condition was already detected.
8386         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8387
8388 2006-04-23  Bruno Haible  <bruno@clisp.org>
8389
8390         * lib/copy-file.c: Include <unistd.h> unconditionally.
8391         * lib/execute.c: Likewise.
8392         * lib/fatal-signal.c: Likewise.
8393         * lib/findprog.c: Likewise.
8394         * lib/mkdtemp.c: Likewise.
8395         * lib/pipe.h: Likewise.
8396         * lib/pipe.c: Likewise.
8397         * lib/wait-process.h: Likewise.
8398
8399 2006-04-23  Bruno Haible  <bruno@clisp.org>
8400
8401         * gnulib-tool (func_usage): Fix --import description. Document
8402         --update.
8403         (func_import): Create temporary file in a temporary directory, if
8404         --dry-run is specified. Silence errors from 'grep' when there are no
8405         m4 files in $m4dir.
8406         (func_create_testdir): Silence errors from 'grep' when there are no
8407         m4 files in $m4dir.
8408         Reported by Karl Berry <karl@freefriends.org>.
8409
8410 2006-04-20  Bruno Haible  <bruno@clisp.org>
8411
8412         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8413         one argument, so that the code will be portable to Autoconf 2.60.
8414         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8415         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8416         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8417
8418 2006-04-19  Derek Price  <derek@ximbiot.com>
8419             Eric Blake  <ebb9@byu.net>
8420
8421         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8422         rather than "/full/path.h".  Update comment to match.  Shorten &
8423         generalize m4_translit call via AS_TR_CPP.
8424
8425 2006-04-19  Derek Price  <derek@ximbiot.com>
8426             Eric Blake  <ebb9@byu.net>
8427
8428         * lib/inttypes.h: Correct grammar in comment.
8429
8430 2006-04-18  Derek Price  <derek@ximbiot.com>
8431             Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * modules/inttypes: New file.
8434         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8435
8436 2006-04-18  Derek Price  <derek@ximbiot.com>
8437             Paul Eggert  <eggert@cs.ucla.edu>
8438
8439         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8440         New files.
8441
8442 2006-04-18  Derek Price  <derek@ximbiot.com>
8443             Paul Eggert  <eggert@cs.ucla.edu>
8444
8445         * lib/inttypes.h: New file.
8446         * lib/strtoimax.c: Assume <inttypes.h>.
8447
8448 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8449
8450         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8451         isn't mounted.  Problem reported by Kir Kolyshkin.
8452
8453 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8454
8455         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8456         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8457         Derek R. Price.
8458         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8459         implementation.
8460
8461 2006-04-12  Eric Blake  <ebb9@byu.net>
8462
8463         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8464         is now done automatically by the corresponding Autoconf macro.
8465
8466 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8467
8468         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8469         time_r.h.
8470
8471 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8472
8473         Merge regex changes from libc, removing some of our
8474         POSIX-conformance changes that were rejected and redoing them in a
8475         less-intrusive way.
8476
8477         * lib/regcomp.c (re_compile_internal, init_dfa):
8478         Length arg is now size_t, not Idx.  All uses changed.
8479         (peek_token): Forward decl now says internal_function.
8480         (__re_error_msgid, __re_error_msgid_idx):
8481         Now static rather than extern with attribute_hidden.
8482         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8483         For some reason libc prefers K&R style defns for external functions.
8484         (regerror) [!defined _LIBC]: Likewise.
8485         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8486         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8487         (build_range_exp, build_collating_symbol):
8488         Use K&R-style defn.
8489         (re_compile_fastmap): Use '\0' to memset, not 0.
8490         (utf8_sb_map): Make the calculations more obvious.
8491         (init_dfa, parse_bracket_exp, build_charclass_op):
8492         Call calloc and cast result, as glibc does.
8493         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8494         (build_range_exp, build_collating_symbol):
8495         Now internal functions.
8496
8497         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8498
8499         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8500         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8501         Don't depend on VMS; depend on __VMS instead, for POSIX
8502         namespace cleanness.
8503         (regoff_t): Define to ssize_t, not long int.
8504
8505         Remove the REG_ macros named below.  Instead, make the old names
8506         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8507         __USE_GNU_REGEX.
8508         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8509         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8510         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8511         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8512         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8513         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8514         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8515         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8516         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8517         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8518         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8519         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8520         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8521         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8522         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8523         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8524         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8525         (REG_NREGS):
8526         Remove.  All uses replaced by the old RE_* names.
8527         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8528         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8529         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8530         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8531         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8532         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8533         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8534         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8535         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8536         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8537         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8538         Don't bother having these macros be independent of each others'
8539         values, since they no longer exist in the POSIX name space.
8540
8541         Rename the following member names back to their old names,
8542         unless !__USE_GNU_REGEX.  All uses changed back.
8543         (buffer): Renamed from re_buffer.
8544         (allocated): Renamed from re_allocated.
8545         (used): Renamed from re_used.
8546         (syntax): Renamed from re_syntax.
8547         (fastmap): Renamed from re_fastmap.
8548         (translate): Renamed from re_translate.
8549         (can_be_null): Renamed from re_can_be_null.
8550         (regs_allocated): Renamed from re_regs_allocated.
8551         (fastmap_accurate): Renamed from re_fastmap_accurate.
8552         (no_sub): Renamed from re_no_sub.
8553         (not_bol): Renamed from re_not_bol.
8554         (not_eol): Renamed from re_not_eol.
8555         (newline_anchor): Renamed from re_newline_anchor.
8556         (num_regs): Renamed from rm_num_regs.
8557         (start): Renamed from rm_start.
8558         (end): Renamed from rm_end.
8559
8560         (free_state): Move up a bit.
8561
8562         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8563         #define to be empty.
8564         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8565         when that is what is intended.
8566         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8567         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8568         (MAX): New macro.
8569         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8570         All uses changed back to re_malloc, etc.  It's now the caller's
8571         responsibility to check for overflow; all callers changed.
8572         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8573         (re_x2nrealloc): Remove.
8574         (free_state): Remove decl.
8575
8576         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8577         (re_set_registers, re_exec):
8578         Use K&R-style defn.
8579
8580         2006-01-31  Roland McGrath  <roland@redhat.com>
8581
8582         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8583         Reported by Mike Frysinger <vapier@gentoo.org>.
8584
8585         2006-01-15  Andreas Jaeger  <aj@suse.de>
8586
8587         [BZ #1950]
8588         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8589         build_wcs_upper_buffer change.
8590         (build_wcs_upper_buffer): Change return type.
8591
8592         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8593
8594         * lib/regex_internal.h: Include <stdint.h> if available.
8595
8596         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8597
8598         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8599
8600         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8601
8602         * lib/regcomp.c: Adjust for changed secondary hash function.
8603
8604         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8605
8606         * lib/regex.h: Pretty printing.
8607         Clean up namespace a bit.
8608
8609         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8610
8611         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8612         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8613
8614         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8615                     Ulrich Drepper  <drepper@redhat.com>
8616
8617         [BZ #1302]
8618         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8619         changed.
8620         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8621
8622         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8623
8624         [BZ #281]
8625         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8626         * lib/regcomp.c: Remove unnecessary uses of
8627         unsigned RE_TRANSLATE_TYPE.
8628         * lib/regex_internal.h: Likewise.
8629         * lib/regex_internal.c: Likewise.
8630         * lib/regexec.c: Likewise.
8631         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8632
8633         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8634
8635         * lib/regexec.c (find_recover_state): Remove unnecessary
8636         initialization.
8637         (transit_state_bkref): Make DFA a const pointer.
8638         (get_subexp): Likewise.
8639         (check_arrival): Likewise.
8640         (update_cur_sifted_state): Likewise.
8641         (re_search_internal): Likewise.
8642         (prune_impossible_nodes): Likewise.
8643         (acquire_init_state_context): Likewise.
8644         (proceed_next_node): Likewise.
8645         (set_regs): Likewise.
8646         (free_fail_stack_return): Likewise.
8647         (check_arrival_expand_ecl): Mark DFA parameter as const.
8648         (check_arrival_expand_ecl_sub): Likewise.
8649         (check_subexp_limits): Likewise.
8650         (sub_epsilon_src_nodes):  Likewise.
8651         (add_epsilon_src_nodes):  Likewise.
8652         (merge_state_array): Likewise.
8653         (update_regs): Likewise.
8654         (build_trtable): Likewise.
8655         (sift_states_backward): Mark MCTX parameter as const.
8656         (build_sifted_states): Likewise.
8657         (update_cur_sifted_state): Likewise.
8658         (sift_states_mkref): Likewise.
8659         (check_arrival_expand_ecl): Mark eclosure as const.
8660         (check_dst_limits_calc_pos_1): Likewise.
8661         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8662         pointer.
8663
8664         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8665
8666         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8667         (transit_state_sb): Likewise.
8668         (transit_state_mb): Likewise.
8669         (sift_states_iter_mb): Likewise.
8670         (check_arrival_add_next_nodes): Likewise.
8671         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8672         [_LIBC] (re_search_2_stub): Use mempcpy.
8673
8674         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8675         mbrtowc for very simple UTF-8 case.
8676
8677         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8678         a pointer-to-const.
8679         (re_acquire_state_context): Likewise.
8680         * lib/regex_internal.h: Adjust prototypes.
8681
8682         * lib/regex.c: Prevent using C++ compilers.
8683
8684         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8685         (re_acquire_state_context): Likewise.
8686
8687 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8688
8689         * modules/regex (Depends-on): Add ssize_t.
8690
8691 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8692
8693         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8694         translation table.
8695
8696 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8697
8698         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8699
8700 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8701             Bruno Haible  <bruno@clisp.org>
8702
8703         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8704         <sys/types.h> and <inttypes.h>.
8705
8706 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8707
8708         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8709         `__error_t_defined', so argp.h will not typedef the former.
8710
8711 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8712
8713         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8714         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8715         glibc names.  Even if glibc is changed to conform to POSIX, the
8716         traditional names will be available anyway, since regex depends on
8717         the extensions module.  Also, fix a longstanding typo in the
8718         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8719         reported by Emanuele Giaquinta.  Also, change sense of cached
8720         variable, so that the message makes sense.
8721
8722 2006-03-24  Simon Josefsson  <jas@extundo.com>
8723
8724         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8725         including some doc fixes.
8726         (base64_encode_alloc): Fix +1 bug on allocation failures.
8727
8728 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8729
8730         * lib/base64.c (base64_encode): Do not read past end of array with
8731         unsanitized input on systems with CHAR_BIT > 8.
8732
8733 2006-03-24  Eric Blake  <ebb9@byu.net>
8734
8735         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8736
8737 2006-03-22  Karl Berry  <karl@gnu.org>
8738
8739         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8740         * config/srclistvars.sh (COREUTILS): new var.
8741
8742 2006-03-17  Jim Meyering  <jim@meyering.net>
8743
8744         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8745         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8746
8747 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8748
8749         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8750         no longer needs it.  Instead, check that regoff_t is as least
8751         as wide as ptrdiff_t.
8752
8753         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8754         so that our regex.h stays compatible with the installed regex.
8755         This is helpful for installers who configure --without-included-regex.
8756         Problem reported by Emanuele Giaquinta.
8757
8758 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8759
8760         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8761         Typedef to long int, not to off_, as POSIX will likely change
8762         in that direction.
8763
8764 2006-03-15  Eric Blake  <ebb9@byu.net>
8765
8766         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8767
8768 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8769
8770         * lib/argp-help.c (validate_uparams): Fix typo
8771         * lib/argp-parse.c (argp_default_options): Consistently begin help
8772         messages with a lowercase letter.
8773
8774 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8775
8776         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8777         overrun buffers and shouldn't be used (much as gets shouldn't be
8778         used).
8779         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8780
8781 2006-03-08  Simon Josefsson  <jas@extundo.com>
8782
8783         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8784         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8785
8786 2006-03-08  Simon Josefsson  <jas@extundo.com>
8787
8788         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8789         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8790
8791 2006-03-08  Simon Josefsson  <jas@extundo.com>
8792
8793         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8794         signal that configure disabled the device.
8795
8796 2006-03-08  Simon Josefsson  <jas@extundo.com>
8797
8798         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8799         languages.
8800
8801 2006-03-07  Simon Josefsson  <jas@extundo.com>
8802
8803         * modules/getopt (Depends-on): Add unistd.
8804
8805         * modules/unistd: New file.
8806
8807 2006-03-07  Simon Josefsson  <jas@extundo.com>
8808
8809         * modules/gc-random: New file.
8810
8811 2006-03-07  Simon Josefsson  <jas@extundo.com>
8812
8813         * m4/unistd_h.m4: New file.
8814
8815 2006-03-07  Simon Josefsson  <jas@extundo.com>
8816
8817         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8818         test to be side-effect free by storing the result in the cache
8819         variable gl_cv_lib_readline, and moving the assignment of
8820         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8821         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8822
8823 2006-03-07  Simon Josefsson  <jas@extundo.com>
8824
8825         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8826         error on missing devices (the functions will return an error).
8827
8828         * m4/gc.m4: Move random stuff to gc-random.m4
8829
8830 2006-03-07  Simon Josefsson  <jas@extundo.com>
8831
8832         * lib/unistd_.h: New file.
8833
8834 2006-03-07  Simon Josefsson  <jas@extundo.com>
8835
8836         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8837
8838 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8839
8840         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8841         Problem reported by Juan Manuel Guerrero.
8842
8843 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8846         the unistd module.
8847         * lib/getlogin_r.c: Likewise.
8848         * lib/getlogin_r.h: Likewise.
8849         * lib/glob.c: Likewise.
8850         * lib/pagealign_alloc.c: Likewise.
8851         * lib/unistd_.h: Remove; no longer needed.
8852
8853 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8854
8855         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8856         Add unistd.
8857         * modules/c-stack (Depends-on): Add unistd.
8858         * modules/getlogin_r: Likewise.
8859         * modules/glob: Likewise.
8860         * modules/pagealign_alloc: Likewise.
8861         * modules/unistd (Files): Remove lib/unistd_.h.
8862         (EXTRA_DIST): Remove.
8863         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8864         need unistd_.h.
8865         (MOSTLYCLEANFILES): Remove unistd.h-t.
8866
8867 2006-03-03  Simon Josefsson  <jas@extundo.com>
8868
8869         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8870
8871 2006-03-03  Simon Josefsson  <jas@extundo.com>
8872
8873         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8874         libidn and bison.
8875
8876 2006-03-03  Simon Josefsson  <jas@extundo.com>
8877
8878         * build-aux/maint.mk: Add indent target.
8879
8880 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8881
8882         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8883         our replacement poll.h in any case, to avoid a differing
8884         declaration from a system header.  Seen on AIX.
8885
8886 2006-03-01  Simon Josefsson  <jas@extundo.com>
8887
8888         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8889         <kasal@ucw.cz>.
8890
8891 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8892
8893         * modules/gettime (Depends-on): Add extensions module.
8894         * modules/nanosleep (Depends-on): Likewise.
8895         * modules/settime (Depends-on): Likewise.
8896
8897 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8898
8899         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8900         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8901         pedantically.
8902         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8903         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8904
8905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8906         not "==".  Reported by Ralf Wildenhues.
8907
8908 2006-03-01  Karl Berry  <karl@gnu.org>
8909
8910         * doc/Copyright/request-*: new files, synced from gnuorg.
8911
8912 2006-03-01  Karl Berry  <karl@gnu.org>
8913
8914         * config/srclist.txt (Copyright/*): new entries.
8915
8916 2006-02-28  Simon Josefsson  <jas@extundo.com>
8917
8918         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8919
8920 2006-02-27  Simon Josefsson  <jas@extundo.com>
8921
8922         * lib/base64.h: Indent #define's.  From Jim Meyering
8923         <jim@meyering.net>.
8924
8925 2006-02-27  Jim Meyering  <jim@meyering.net>
8926
8927         Revert the change of 2006-02-24, so these files can continue
8928         to be sync'd from gettext.
8929         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8930         of `config.h'.
8931
8932 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8933
8934         * modules/intprops: New file.
8935         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8936         Add intprops.
8937         * modules/getloadavg (Files): Remove lib/intprops.h.
8938         (Depends-on): Add intprops.
8939         * modules/human: Likewise.
8940         * modules/inttostr: Likewise.
8941         * modules/openat: Likewise.
8942         * modules/sig2str: Likewise.
8943         * modules/userspec: Likewise.
8944         * modules/utimecmp: Likewise.
8945         * modules/xnanosleep: Likewise.
8946         * modules/xstrtol: Likewise.
8947
8948 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8949
8950         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8951         * modules/lock-tests (TESTS): Use $(EXEEXT).
8952         * modules/tls-tests: Likewise.
8953         * modules/argp-tests: Likewise.
8954         (check_PROGRAMS): New var, replacing...
8955         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8956
8957 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8958
8959         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8960         `config.h'.
8961
8962 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8963
8964         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8965
8966 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8967
8968         Sync from coreutils.
8969         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8970         gl_CHDIR_SAFER.
8971
8972 2006-02-22  Jim Meyering  <jim@meyering.net>
8973
8974         Sync from coreutils.
8975         * m4/chdir-safer.m4: New file.
8976
8977 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8978
8979         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8980         AT_FDCWD exceeds INT_MAX.
8981         * lib/openat.h (AT_FDCWD): Likewise.
8982
8983 2006-02-17  Eric Blake  <address@hidden>
8984
8985         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8986
8987 2006-02-16  Simon Josefsson  <jas@extundo.com>
8988
8989         * modules/getaddrinfo (Depends-on): Add sys_socket.
8990
8991 2006-02-15  Simon Josefsson  <jas@extundo.com>
8992
8993         * build-aux/maint.mk: Add dsyntax-check rule.
8994
8995 2006-02-15  Eric Blake  <ebb9@byu.net>
8996
8997         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8998         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8999         'present but cannot compile' warnings on cygwin.
9000         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9001         use ws2tcpip.h if sys/socket.h works.
9002         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9003         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9004
9005 2006-02-14  Simon Josefsson  <jas@extundo.com>
9006
9007         * modules/maintainer-makefile (Files): Rename.
9008
9009         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9010         and (the local) Makefile.cfg to maint-cfg.mk.
9011
9012         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9013         to the latter.
9014
9015         * modules/maintainer-makefile: New module.
9016
9017         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9018         severaly stripped to make it possible to build it up from scratch
9019         with reliable tests.
9020
9021         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9022         fixes to permit overriding the default actions when configure and
9023         makefile are not available.
9024
9025 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9026
9027         Sync from coreutils.
9028         * modules/lstat (Depends-on): Don't depend on xalloc.
9029         (License): Change from GPL to LGPL, since this is now simply a
9030         replacement for a libc function.
9031
9032 2006-02-14  Jim Meyering  <jim@meyering.net>
9033
9034         Sync from coreutils.
9035
9036         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9037         failure on deficient systems, and simplify gnulib lgpl dependencies.
9038         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9039         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9040
9041         * lib/xalloc-die.c: Remove unused definition of N_.
9042
9043 2006-02-14  Jim Meyering  <jim@meyering.net>
9044
9045         Sync from coreutils.
9046         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9047         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9048         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9049         double-quote uses of that variable, to accommodate the rare case in
9050         which getmntent is available in none of the libraries checked.  This
9051         happens at least on FreeBSD 5.0.
9052
9053 2006-02-13  Simon Josefsson  <jas@extundo.com>
9054
9055         * gnulib-tool (Usage): Fix --import, from
9056         karl@freefriends.org (Karl Berry).
9057
9058 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9059
9060         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9061
9062 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9063
9064         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9065         "autoupdate" on 2005-12-12.
9066
9067 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9068
9069         * modules/closeout (Depends-on): Remove atexit.
9070
9071 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9072
9073         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9074         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9075
9076 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9077
9078         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9079         __EXTENSIONS__ if this causes compilation to fail.  Problem
9080         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9081         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9082
9083 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9086         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9087         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9088         All uses changed.
9089
9090 2006-01-26  Simon Josefsson  <jas@extundo.com>
9091
9092         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9093         prototype is visible on mingw32.
9094
9095         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9096         for mingw32.
9097
9098         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9099         mingw32).
9100
9101 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9102
9103         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9104         attempt to open for write; this always fails, at least on POSIX
9105         hosts.  This reinstates the 2006-01-09 change, which was
9106         inadvertently removed.
9107
9108 2006-01-26  Bruno Haible  <bruno@clisp.org>
9109
9110         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9111         Reported by Paul Eggert.
9112
9113 2006-01-26  Bruno Haible  <bruno@clisp.org>
9114             Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         * lib/stdbool_.h (_Bool)
9117         [(! (defined __cplusplus || defined __BEOS__)
9118           && !defined __GNUC__
9119           && !(defined __HP_cc || defined __xlc__
9120                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9121                || defined __sgi))]:
9122         #define to signed char in these cases too; this simplifies
9123         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9124         etc., separately) and makes it more conservative.
9125
9126 2006-01-25  Simon Josefsson  <jas@extundo.com>
9127
9128         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9129         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9130         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9131
9132 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9133
9134         * lib/argp-namefrob.h: Bugfix. Remove stray #
9135
9136 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9137
9138         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9139         so that we test the test.
9140         Check for yet another HP-UX cc bug involving *bool |= bool.
9141
9142 2006-01-25  Karl Berry  <karl@gnu.org>
9143
9144         * config/srclist.txt (vasnprintf.c): sync lost.
9145
9146 2006-01-25  Jim Meyering  <jim@meyering.net>
9147
9148         Sync from the stable (b5) branch of coreutils:
9149
9150         * lib/fts.c (fts_children): Don't let close() clobber errno from
9151         failed fchdir().
9152
9153         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9154         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9155         a dangling symlink.  That can also happen at least for ELOOP.
9156         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9157         FYI, this bug predates the inclusion of fts.c in coreutils.
9158
9159         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9160         in their own block, so pre-c99 compilers don't object.
9161
9162         Avoid the double-free (first in fts_read, second in fts_close) that
9163         would occur when an `active' directory is made inaccessible (e.g.,
9164         via chmod a-x) during a traversal.
9165         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9166         before returning.  Reproduce this failure by
9167         mkdir -p a/b; cd a; chmod a-x . b
9168         Reported by Stavros Passas.
9169
9170 2006-01-25  Jim Meyering  <jim@meyering.net>
9171
9172         * lib/fileblocks.c: Remove more useless parentheses.
9173         * lib/readutmp.h: Likewise.
9174
9175 2006-01-25  Bruno Haible  <bruno@clisp.org>
9176
9177         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9178         warnings.
9179         Reported by Paul Eggert.
9180
9181 2006-01-25  Bruno Haible  <bruno@clisp.org>
9182
9183         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9184         rid of a trap command. For Solaris sh.
9185         Reported by Mark D. Baushke <mdb@gnu.org>.
9186
9187 2006-01-24  Simon Josefsson  <jas@extundo.com>
9188
9189         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9190         Bruno.
9191
9192 2006-01-24  Karl Berry  <karl@gnu.org>
9193
9194         * config/srclist.txt (argp-namefrob.h): sync lost.
9195
9196 2006-01-24  Jim Meyering  <jim@meyering.net>
9197
9198         * modules/openat (Files): Add lib/intprops.h.
9199         From Mark D. Baushke.
9200
9201 2006-01-24  Jim Meyering  <jim@meyering.net>
9202
9203         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9204         Reported by Mark D. Baushke.
9205
9206 2006-01-24  Jim Meyering  <jim@meyering.net>
9207
9208         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9209
9210 2006-01-24  Bruno Haible  <bruno@clisp.org>
9211
9212         * modules/strnlen (Maintainer): Change from glibc to all.
9213
9214 2006-01-24  Bruno Haible  <bruno@clisp.org>
9215
9216         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9217         Patch by Paul Eggert.
9218
9219 2006-01-24  Bruno Haible  <bruno@clisp.org>
9220
9221         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9222         already has it.
9223         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9224         2005-11-26.
9225
9226         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9227         'signed char' to avoid problems with the built-in _Bool type.
9228         Reported by Paul Eggert on 2005-11-26.
9229
9230 2006-01-24  Bruno Haible  <bruno@clisp.org>
9231
9232         * gnulib-tool (func_import): Avoid constructing complicated sed
9233         expressions inside backquote.
9234         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9235
9236 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9237
9238         These changes imported from libc.
9239         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9240         test and two separate function calls.
9241         * lib/strndup.c (__strndup): Add libc_hidden_def.
9242
9243 2006-01-23  Simon Josefsson  <jas@extundo.com>
9244
9245         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9246         Remove the test_*_SOURCES variable: automake infers it by default.
9247         * modules/tls-tests: Likewise.
9248
9249 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9250
9251         Work around porting bugs reported by Dieter in
9252         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9253         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9254         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9255         Include "getopt.h" first, to check interface.
9256         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9257         !HAVE_DECL_GETENV.
9258         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9259         (__strndup): Revert to K&R-style function dfns, the glibc style.
9260         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9261         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9262         Include strnlen.h first, to get prototype properly.
9263         (strnlen): Renamed from __strnlen.
9264         Remove weak alias.
9265
9266 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9267
9268         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9269
9270 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9271
9272         * config/srclist.txt: Adjust to reflect glibc reorganization.
9273         This affects only comments.
9274
9275 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9276
9277          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9278          Reported by Bruce Korb <bkorb@gnu.org>.
9279
9280 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9283         to pacify gcc -Wswitch-default.
9284
9285 2006-01-22  Bruno Haible  <bruno@clisp.org>
9286
9287         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9288         temporary buffer for sprintf, take into account the precision also
9289         for 'd', 'i', 'u', 'o', 'x', 'X'.
9290
9291 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9292
9293         * modules/argp-tests: New module
9294         * tests/test-argp.c: New file
9295         * tests/test-argp-2.sh: New file
9296
9297 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9298
9299         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9300         (__argp_base_name): Removed
9301         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9302         typo.
9303         (__argp_base_name): Provide macro definition or extern declaration
9304         depending on the configuration
9305
9306 2006-01-20  Simon Josefsson  <jas@extundo.com>
9307
9308         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9309
9310 2006-01-20  Simon Josefsson  <jas@extundo.com>
9311
9312         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9313
9314 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9315
9316         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9317         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9318         Suggested by Bruno Haible.
9319
9320 2006-01-20  Karl Berry  <karl@gnu.org>
9321
9322         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9323         until changes propagate, I guess.
9324
9325 2006-01-19  Simon Josefsson  <jas@extundo.com>
9326
9327         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9328
9329 2006-01-19  Simon Josefsson  <jas@extundo.com>
9330
9331         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9332
9333 2006-01-19  Simon Josefsson  <jas@extundo.com>
9334
9335         * gnulib-tool: Set check_PROGRAMS.
9336
9337         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9338         modules/des-tests, modules/gc-arcfour-tests,
9339         modules/gc-arctwo-tests, modules/gc-des-tests,
9340         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9341         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9342         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9343         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9344         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9345         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9346         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9347         test_*_SOURCES.
9348
9349 2006-01-18  Simon Josefsson  <jas@extundo.com>
9350
9351         * modules/socklen (Depends-on): Depend on sys_socket.
9352
9353 2006-01-18  Simon Josefsson  <jas@extundo.com>
9354
9355         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9356         modules/des-tests, modules/gc-arcfour-tests,
9357         modules/gc-arctwo-tests, modules/gc-des-tests,
9358         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9359         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9360         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9361         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9362         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9363         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9364         $(EXEEXT) to automake TESTS variable, for mingw32.
9365
9366 2006-01-17  Simon Josefsson  <jas@extundo.com>
9367
9368         * modules/socklen (Include): Need sys/socket.h.
9369
9370 2006-01-17  Bruno Haible  <bruno@clisp.org>
9371
9372         * modules/ssize_t (Include): Add <sys/types.h>.
9373
9374 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9375
9376         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9377         it's not portable and it doesn't work with cross-compiles.
9378         Problem reported by Bruno Haible.  Fix missing-$ typo in
9379         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9380         -zignore from being used with Sun's C compiler.
9381
9382 2006-01-12  Simon Josefsson  <jas@extundo.com>
9383
9384         * lib/base64.c: Fix warning, reported by Bruno Haible
9385         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9386
9387 2006-01-12  Bruno Haible  <bruno@clisp.org>
9388
9389         * modules/ldd: New file.
9390         * build-aux/ldd.sh.in: New file.
9391         * MODULES.html.sh (Support for building libraries and executables): Add
9392         ldd.
9393
9394 2006-01-12  Bruno Haible  <bruno@clisp.org>
9395
9396         * m4/ldd.m4: New file.
9397
9398 2006-01-12  Bruno Haible  <bruno@clisp.org>
9399
9400         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9401         endless loop while replacing $auxdir with build-aux.
9402
9403 2006-01-11  Simon Josefsson  <jas@extundo.com>
9404
9405         * lib/stdint_.h (SIZE_MAX): Add missing (.
9406
9407 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9408
9409         Sync from coreutils.
9410         * lib/md5.c: Fix commentary typos.
9411         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9412         * lib/md5.h (__attribute__): Remove; unused.
9413         * lib/sha1.c: Fix commentary to match md5 better.
9414         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9415         so that we don't need to worry about alignment.  All uses changed.
9416         This merges the 2005-10-28 md5 change into sha1.
9417
9418 2006-01-11  Jim Meyering  <jim@meyering.net>
9419
9420         Sync from coreutils.
9421         * lib/md5.c (OP): Fix spacing.
9422
9423 2006-01-11  Bruno Haible  <bruno@clisp.org>
9424
9425         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9426         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9427         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9428
9429 2006-01-11  Bruno Haible  <bruno@clisp.org>
9430
9431         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9432         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9433         the "early" section as well.
9434
9435 2006-01-11  Bruno Haible  <bruno@clisp.org>
9436
9437         Avoid "ar: no archive members specified" error on MacOS X.
9438         * gnulib-tool (func_modules_add_dummy): New function.
9439         (func_import, func_create_testdir): Invoke it.
9440
9441 2006-01-11  Bruno Haible  <bruno@clisp.org>
9442
9443         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9444         with $auxdir in AC_CONFIG_FILES statements.
9445
9446 2006-01-11  Bruno Haible  <bruno@clisp.org>
9447
9448         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9449         Initialize also noinst_HEADERS to empty.
9450
9451 2006-01-11  Bruno Haible  <bruno@clisp.org>
9452
9453         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9454         variables.
9455         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9456         autoreconf.
9457
9458 2006-01-11  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9461         overridable by the user.
9462         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9463
9464 2006-01-10  Simon Josefsson  <jas@extundo.com>
9465
9466         * modules/sys_socket: New file.
9467
9468 2006-01-10  Simon Josefsson  <jas@extundo.com>
9469
9470         * m4/sys_socket_h.m4: New file.
9471
9472 2006-01-10  Simon Josefsson  <jas@extundo.com>
9473
9474         * lib/socket_.h: New file.
9475
9476 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9477
9478         * modules/readutmp (Maintainer): Add myself.
9479
9480 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9483         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9484         People who are still concerned with buggy memcmp implementations
9485         can invoke gl_FUNC_MEMCMP themselves.
9486
9487 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9488
9489         * lib/regex_internal.h (BITSET_WORD_BITS):
9490         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9491         preprocessor mishandles large unsigned values as if they were signed.
9492         Problem reported by Claudio Fontana in
9493         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9494
9495 2006-01-10  Jim Meyering  <jim@meyering.net>
9496
9497         Avoid the double-free (first in fts_read, second in fts_close) that
9498         would occur when an `active' directory is made inaccessible (e.g.,
9499         via chmod a-x) during a traversal.
9500         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9501         before returning.  Reproduce this failure by
9502         mkdir -p a/b; cd a; chmod a-x . b
9503         Reported by Stavros Passas.
9504
9505         Sync from coreutils.
9506         * lib/sha1.c: Tweak grammar in a comment.
9507
9508 2006-01-10  Jim Meyering  <jim@meyering.net>
9509
9510         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9511         Patch by Joerg Sonnenberger.
9512
9513 2006-01-10  Bruno Haible  <bruno@clisp.org>
9514
9515         * modules/readutmp: Depend on module free.
9516         * modules/strtok_r: Depend on module restrict.
9517
9518 2006-01-10  Bruno Haible  <bruno@clisp.org>
9519
9520         * modules/gettext (configure.ac): Add an invocation of
9521         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9522
9523 2006-01-10  Bruno Haible  <bruno@clisp.org>
9524
9525         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9526         Reported by Werner Lemberg <wl@gnu.org>.
9527
9528 2006-01-10  Bruno Haible  <bruno@clisp.org>
9529
9530         * lib/localcharset.c: Update from GNU gettext.
9531
9532 2006-01-10  Bruno Haible  <bruno@clisp.org>
9533
9534         * lib/argp.h (__const): Remove macro. Use const instead.
9535         * lib/argp-fmtstream.h (__const): Likewise.
9536         * lib/glob_.h (__const): Remove macro.
9537         * lib/glob-libc.h: Use const instead of __const.
9538
9539 2006-01-10  Bruno Haible  <bruno@clisp.org>
9540
9541         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9542         variable.
9543         Needed to avoid an automake error regarding the 'gettext' module.
9544
9545 2006-01-09  Simon Josefsson  <jas@extundo.com>
9546
9547         * modules/inet_ntop (Depends-on): Add restrict.
9548
9549 2006-01-09  Simon Josefsson  <jas@extundo.com>
9550
9551         * modules/gc-rijndael-tests (License): Put under LGPL.
9552
9553         * modules/gc-des-tests (License): Likewise.
9554
9555         * modules/gc-arcfour-tests (License): Likewise.
9556
9557         * modules/gc-arctwo-tests (License): Likewise.
9558
9559         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9560
9561         * modules/gc-hmac-sha1-tests (Files): Likewise.
9562
9563         * modules/gc-hmac-md5-tests (License): Likewise.
9564
9565         * modules/gc-sha1-tests (License): Likewise.
9566
9567         * modules/gc-md5-tests (License): Likewise.
9568
9569         * modules/gc-md4-tests (License): Likewise.
9570
9571         * modules/gc-md2-tests (License): Likewise.
9572
9573         * modules/gc-tests (License): Likewise.
9574
9575         * modules/des-tests (License): Likewise.
9576
9577         * modules/md4-tests (License): Likewise.
9578
9579         * modules/md2-tests (License): Likewise.
9580
9581 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         Sync from coreutils:
9584
9585         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9586         * modules/lib-ignore: New file.
9587         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9588         chdir-safer.m4, lchmod.m4.
9589         * modules/openat: Add mkdirat.c, openat-priv.h.
9590
9591 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9592
9593         Sync from coreutils.
9594         * m4/lib-ignore.m4: New file.
9595         * m4/lchmod.m4: New file.
9596
9597 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9598
9599         Sync from coreutils.
9600         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9601         for write access: POSIX says that must fail.
9602         * lib/fts.c (diropen): Likewise.
9603         * lib/save-cwd.c (save_cwd): Likewise.
9604         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9605         well, for minor improvements on hosts that lack O_DIRECTORY.
9606         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9607         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9608         Fall back on chown if open failed with EACCES.
9609
9610         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9611         Report an error at compile-time if only a 1-second nominal clock
9612         resolution is found.
9613
9614         * lib/lchmod.h: New file.
9615         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9616         (make_dir_parents): Use lchown rather than chown, and
9617         lchmod rather than chmod.
9618
9619         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9620         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9621         "proc" reported by n0dalus.
9622
9623         * lib/mountlist.c: Include <limits.h>.
9624         (dev_from_mount_options)
9625         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9626         New function.  It no longer assumes "dev=" has the System V meaning
9627         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9628         (read_file_system_list)
9629         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9630         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9631         dev= in that case.
9632
9633         * lib/posixtm.h (PDS_PRE_2000): New macro.
9634         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9635         allow_century.  All usages changed.  Reject dates outside the range
9636         1969-1999 if PDS_PRE_2000 is used.
9637
9638 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         Sync from coreutils.
9641         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9642         (Time of day items): Mention the possibility of leap seconds.
9643         Problem reported by Dr. David Alan Gilbert.
9644
9645 2006-01-09  Jim Meyering  <jim@meyering.net>
9646
9647         Sync from coreutils.
9648
9649         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9650
9651         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9652
9653         * lib/modechange.c (mode_compile): Reject an invalid mode string
9654         that starts with an octal digit.  From Andreas Gruenbacher.
9655
9656         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9657         and dup to open_safer and dup_safer, respectively.
9658         (openat_permissive): Fix typo in comment.
9659
9660         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9661         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9662         (_): Remove; no longer needed.
9663         (openat): Renamed from rpl_openat; no need for rpl_openat
9664         since openat.h renames openat for us.
9665         Replace most of the body with a call to openat_permissive,
9666         to avoid duplicate code.
9667         Port to (probably hypothetical) environments were mode_t is
9668         wider than int.
9669         (openat_permissive): Require mode arg, so that we can check
9670         types better.  Put it just after flags.  Change cwd failure
9671         indicator from pointer-to-bool to pointer-to-errno-value.
9672         All callers changed.
9673         Invoke openat_save_fail and/or openat_restore_fail if
9674         cwd_errno is null, so that openat can call us.
9675         (openat_permissive, fdopendir, fstatat, unlinkat):
9676         Simplify errno handling to avoid some duplicate code,
9677         as it's OK to set errno on success.
9678         * lib/openat.h: Revamp code so that function macros depend on
9679         __OPENAT_PREFIX only, not also on AT_FDCWD.
9680         (openat_ro): Remove.  Caller changed to use openat_permissive.
9681         (openat_permissive): Now a macro, if not a function.
9682         (openat_restore_fail, openat_save_fail): Now always functions,
9683         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9684
9685         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9686         and openat.c.
9687         * lib/mkdirat.c: Include openat-priv.h.
9688         Remove definitions of macros defined therein.
9689         * lib/openat.c: Likewise.
9690
9691         * lib/mkdirat.c (mkdirat): New file and function.
9692         * lib/openat.h (mkdirat): Declare.
9693
9694         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9695
9696         * lib/openat.h (openat_permissive): Declare.
9697         (openat_ro): Define.
9698
9699         * lib/openat.c (EXPECTED_ERRNO): New macro.
9700         (openat_permissive): New function -- used in remove.c rewrite.
9701         (all functions): Set errno just before returning, only if there
9702         was an actual failure.
9703         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9704
9705         Emulate openat-family functions using Linux's procfs, if possible.
9706         Idea and some code based on Ulrich Drepper's glibc changes.
9707
9708         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9709         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9710         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9711         before falling back on save_cwd and restore_cwd.
9712         (fdopendir, fstatat, unlinkat): Likewise.
9713
9714         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9715         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9716
9717         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9718         as second argument to va_arg.  Otherwise, some versions of gcc
9719         warn that `if this code is reached, the program will abort'.
9720
9721 2006-01-09  Jim Meyering  <jim@meyering.net>
9722
9723         Sync from coreutils.
9724         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9725         Require openat-priv.h.
9726
9727 2006-01-09  Bruno Haible  <bruno@clisp.org>
9728
9729         * modules/strnlen (Include): Use strnlen.h.
9730
9731 2006-01-09  Bruno Haible  <bruno@clisp.org>
9732
9733         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9734
9735 2006-01-09  Bruno Haible  <bruno@clisp.org>
9736
9737         * lib/sysexit_.h (EX_OK): New macro.
9738         Suggested by Martin Lambers <marlam@marlam.de>.
9739
9740 2006-01-09  Bruno Haible  <bruno@clisp.org>
9741
9742         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9743         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9744
9745 2006-01-09  Bruno Haible  <bruno@clisp.org>
9746
9747         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9748         numbers.
9749
9750 2006-01-09  Bruno Haible  <bruno@clisp.org>
9751
9752         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9753         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9754         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9755         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9756
9757 2006-01-09  Bruno Haible  <bruno@clisp.org>
9758
9759         * build-aux/javacomp.sh.in: New file, moved from lib/.
9760         * modules/javacomp-script (Files): Update.
9761         (configure.ac): Add AC_CONFIG_FILES invocation.
9762         (EXTRA_DIST): Remove variable.
9763
9764         * build-aux/javaexec.sh.in: New file, moved from lib/.
9765         * modules/javaexec (Files): Update.
9766         (configure.ac): Add AC_CONFIG_FILES invocation.
9767         (EXTRA_DIST): Remove javaexec.sh.in.
9768
9769         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9770         * modules/csharpcomp-script (Files): Update.
9771         (configure.ac): Add AC_CONFIG_FILES invocation.
9772         (EXTRA_DIST): Remove variable.
9773
9774         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9775         * modules/csharpexec (Files): Update.
9776         (configure.ac): Add AC_CONFIG_FILES invocation.
9777         (EXTRA_DIST): Remove csharpexec.sh.in.
9778
9779 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9780
9781         Sync from coreutils.
9782
9783         Add POSIX ACL support
9784         * lib/acl.h (copy_acl, set_acl): Add declarations.
9785         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9786         systems other than Linux.
9787         (chmod_or_fchmod): New function: use fchmod when possible,
9788         and chmod otherwise.
9789         (file_has_acl): Add a POSIX ACL implementation, with a
9790         Linux-specific subcase.
9791         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9792         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9793         acls are unsupported.
9794         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9795         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9796         are unsupported.
9797
9798 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9799
9800         Sync from coreutils.
9801         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9802
9803 2006-01-07  Bruno Haible  <bruno@clisp.org>
9804
9805         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9806         gl_EARLY.
9807
9808 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9809
9810         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9811         Problem reported for Mingw by Mark Junker.
9812
9813 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9814
9815         * README: Gnulib normally doesn't generate a tarball.
9816
9817 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9818
9819         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9820         long int, not int, for nanosecond counts, so that people who are
9821         used to POSIX struct timespec won't be surprised.  Reported by Jim
9822         Meyering.
9823
9824 2005-12-28  Bruno Haible  <bruno@clisp.org>
9825
9826         * build-aux/config.rpath: Update from GNU gettext.
9827
9828 2005-12-16  Jim Meyering  <jim@meyering.net>
9829
9830         * modules/fprintftime: New module.
9831         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9832
9833 2005-12-16  Jim Meyering  <jim@meyering.net>
9834
9835         * m4/fprintftime.m4: New file.
9836
9837 2005-12-16  Jim Meyering  <jim@meyering.net>
9838
9839         * lib/fprintftime.c, lib/fprintftime.h: New files.
9840
9841 2005-12-15  Simon Josefsson  <jas@extundo.com>
9842
9843         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9844         new m4/socklen.m4.
9845
9846 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9847
9848         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9849         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9850
9851 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9852
9853         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9854         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9855         struct uparams is valid. Fall back to the default values if it is
9856         not.
9857
9858 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9859
9860         * modules/argp (Files): Add argp-pin.c
9861         (Depends-on): dirname
9862         (lib_SOURCES): Add argp-pin.c
9863
9864 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9865
9866         * m4/argp.m4:  Check if program_invocation_name and
9867         program_invocation_short_name are declared and define appropriate
9868         macros if they are not.
9869
9870 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9871
9872         * lib/argp-help.c (__argp_base_name): New function
9873         (__argp_short_program_name): Rewrite using __argp_base_name
9874         * lib/argp-namefrob.h: Define program_invocation_name and
9875         program_invocation_short_name if requested
9876         (__argp_base_name): Add prototype
9877         * lib/argp-parse.c (argp_def): Use gettext wrappers
9878         (argp_default_parser): Use __argp_base_name
9879         * lib/argp-pin.c: New file. Defines program_invocation_name and
9880         program_invocation_short_name on systems that lack them.
9881
9882 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9883
9884         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9885         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9886         porting problem reported by Georg Schwarz in
9887         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9888
9889 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9890
9891         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9892         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9893         porting problem reported by Georg Schwarz in
9894         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9895
9896 2005-12-05  Bruno Haible  <bruno@clisp.org>
9897
9898         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9899         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9900         Reported by Mark Junker <mjscod@gmx.de>.
9901
9902 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9903
9904         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9905         Use implementation from Albert Chin, with some
9906         comments/corrections by Stepan Kasal and myself.
9907
9908 2005-12-02  Bruno Haible  <bruno@clisp.org>
9909
9910         * gnulib-tool (func_import): Accept GPLed build tool modules when
9911         --lgpl is given.
9912         * modules/csharpcomp-script: New file.
9913         * modules/csharpcomp: Depend on it.
9914         * modules/javacomp-script: New file.
9915         * modules/javacomp: Depend on it.
9916         Suggested by Simon Josefsson.
9917
9918 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9919
9920         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9921         statement, to work around an HP-UX 10.20 compiler bug reported by
9922         Peter O'Gorman.
9923
9924 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         * modules/savedir (Depends-on): Add openat.
9927
9928 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9929
9930         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9931         (uintmax_t) [defined uintmax_t]: Do not declare.
9932         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9933         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9934         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9935         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9936         sake of portability to weird hosts that C allows (though we don't
9937         know of any practical examples).
9938
9939         * lib/savedir.h (fdsavedir): New decl.
9940         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9941         contains most of the former guts of savedir.
9942         (savedir): Use savedirstream.
9943         Include "openat.h".
9944
9945 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9946
9947         * modules/obstack (Files): Add m4/ulonglong.m4.
9948         Problem reported by Davide Angelocola.
9949
9950 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9951
9952         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9953         coreutils no longer futzes with rounding modes.
9954
9955 2005-11-14  Jim Meyering  <jim@meyering.net>
9956
9957         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9958         replacement of mkstemp.
9959
9960 2005-11-10  Simon Josefsson  <jas@extundo.com>
9961
9962         * lib/readline.c: Remove EOL.
9963
9964 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9965
9966         * modules/gethrxtime (Depends-on): Add gettime.
9967
9968 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9969
9970         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9971         or gettimeofday; no longer needed.
9972
9973 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9974
9975         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9976         time business.
9977         (gethrxtime) [! (HAVE_NANOUPTIME
9978         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9979         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9980         our own approximation.
9981
9982 2005-11-08  Eric Blake  <ebb9@byu.net>
9983
9984         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9985
9986 2005-11-08  Eric Blake  <ebb9@byu.net>
9987
9988         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9989
9990 2005-11-04  Bruno Haible  <bruno@clisp.org>
9991
9992         * gnulib-tool: Implement --update mode.
9993
9994 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9995
9996         Fix porting problem reported by Theodoros V. Kalamatianos.
9997         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9998         Don't assume that futimes failing means we must fail.
9999
10000 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10001
10002         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10003         variables to suggest the intended function of the PATH_MAX check.
10004
10005 2005-10-30  Kean Johnston  <jkj@sco.com>
10006
10007         Trivial changes to support SCO systems.
10008         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10009         as PATH_MAX.
10010         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10011         where __ptr is null when no I/O is pending.
10012
10013 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10014
10015         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10016         leave errno alone.  Problem reported by Dmitry V. Levin.
10017
10018 2005-10-28  Simon Josefsson  <jas@extundo.com>
10019
10020         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10021         Test more.
10022
10023         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10024
10025         * modules/md2, modules/md2-tests: New files.
10026
10027 2005-10-28  Simon Josefsson  <jas@extundo.com>
10028
10029         * m4/inet_ntop.m4: More tests.
10030
10031         * m4/gc-md2.m4, md2.m4: New file.
10032
10033 2005-10-28  Simon Josefsson  <jas@extundo.com>
10034
10035         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10036         "restrict" keywords, as per POSIX.  Protect the function
10037         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10038         Don't use K&R prototypes.  Check the sprintf return values.
10039         Re-define EAFNOSUPPORT if not present.  Indent.
10040
10041         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10042         suggested by Bruno Haible <bruno@clisp.org>.
10043
10044         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10045
10046         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10047
10048         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10049         libgcrypt).
10050
10051         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10052
10053         * lib/md2.h, lib/md2.c: New files.
10054
10055 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10056
10057         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10058         errno alone.  Problem reported by Frederic Jolliton.
10059
10060 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10061
10062         * modules/verify (License): Change from GPL to LGPL.  This is a
10063         tiny module and there are apparently near-equivalents that are
10064         under the BSD license.
10065
10066 2005-10-24  Simon Josefsson  <jas@extundo.com>
10067
10068         * modules/sha1: Relicense to LGPL.
10069
10070 2005-10-24  Simon Josefsson  <jas@extundo.com>
10071
10072         * lib/md4.h: Shrink buffer size, now that we changed the type.
10073
10074 2005-10-23  Simon Josefsson  <jas@extundo.com>
10075
10076         * gnulib-tool (func_import): Fix --tests-base.
10077
10078 2005-10-22  Simon Josefsson  <jas@extundo.com>
10079
10080         * modules/arcfour (Depends-on): Need stdint.
10081
10082 2005-10-22  Simon Josefsson  <jas@extundo.com>
10083
10084         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10085         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10086
10087 2005-10-22  Simon Josefsson  <jas@extundo.com>
10088
10089         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10090         suggested by Bruno Haible <bruno@clisp.org>.
10091
10092 2005-10-22  Simon Josefsson  <jas@extundo.com>
10093
10094         * lib/crc.h: Include stddef.h, for size_t.
10095
10096 2005-10-22  Simon Josefsson  <jas@extundo.com>
10097
10098         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10099         arcfour_context struct (simplify test vector testing in GNU
10100         Shishi).
10101
10102 2005-10-21  Simon Josefsson  <jas@extundo.com>
10103
10104         * modules/des, modules/des-tests: New files.
10105
10106         * modules/gc-des, modules/gc-des-tests: New files.
10107
10108         * tests/test-des.c, tests/test-gc-des.c: New file.
10109
10110 2005-10-21  Simon Josefsson  <jas@extundo.com>
10111
10112         * modules/arctwo, modules/arctwo-tests: New files.
10113
10114         * tests/test-arctwo.c: New file.
10115
10116         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10117
10118         * tests/test-gc-arctwo.c: New file.
10119
10120 2005-10-21  Simon Josefsson  <jas@extundo.com>
10121
10122         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10123         Bruno Haible <bruno@clisp.org>.
10124
10125         * m4/gc-des.m4: New file.
10126
10127 2005-10-21  Simon Josefsson  <jas@extundo.com>
10128
10129         * m4/arctwo.m4: New file.
10130
10131         * m4/gc-arctwo.m4: New file.
10132
10133 2005-10-21  Simon Josefsson  <jas@extundo.com>
10134
10135         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10136         block.
10137
10138 2005-10-21  Simon Josefsson  <jas@extundo.com>
10139
10140         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10141         <bruno@clisp.org>.
10142
10143         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10144
10145         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10146         Bruno Haible <bruno@clisp.org>.
10147
10148         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10149         <bruno@clisp.org>.
10150
10151 2005-10-21  Simon Josefsson  <jas@extundo.com>
10152
10153         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10154
10155 2005-10-21  Simon Josefsson  <jas@extundo.com>
10156
10157         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10158
10159 2005-10-21  Simon Josefsson  <jas@extundo.com>
10160
10161         * lib/des.h, lib/des.c: New files.
10162
10163         * lib/gc-gnulib.c: Support DES.c
10164
10165 2005-10-21  Simon Josefsson  <jas@extundo.com>
10166
10167         * lib/arctwo.h, lib/arctwo.c: New files.
10168
10169         * lib/gc-gnulib.c: Support ARCTWO.
10170
10171 2005-10-21  Simon Josefsson  <jas@extundo.com>
10172
10173         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10174         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10175
10176 2005-10-21  Simon Josefsson  <jas@extundo.com>
10177
10178         * gnulib-tool (func_import, func_create_testdir): Define automake
10179         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10180         Makefile.am snippet),
10181         suggested by Bruno Haible <bruno@clisp.org>.
10182
10183         * modules/gc (Makefile.am): Use it.
10184
10185 2005-10-21  Bruno Haible  <bruno@clisp.org>
10186
10187         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10188         patch.
10189
10190 2005-10-19  Simon Josefsson  <jas@extundo.com>
10191
10192         * tests/test-gc-rijndael.c: New file.
10193
10194         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10195
10196 2005-10-19  Simon Josefsson  <jas@extundo.com>
10197
10198         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10199         interface too.
10200
10201 2005-10-19  Simon Josefsson  <jas@extundo.com>
10202
10203         * tests/test-gc-arcfour.c: New file.
10204
10205         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10206
10207 2005-10-19  Simon Josefsson  <jas@extundo.com>
10208
10209         * modules/gc-md4, modules/gc-md4-tests: New file.
10210
10211         * tests/test-gc-md4.c: New file.
10212
10213 2005-10-19  Simon Josefsson  <jas@extundo.com>
10214
10215         * m4/gc-md4.m4: New file.
10216
10217 2005-10-19  Simon Josefsson  <jas@extundo.com>
10218
10219         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10220         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10221         <kasal@ucw.cz>.
10222
10223 2005-10-19  Simon Josefsson  <jas@extundo.com>
10224
10225         * m4/gc-arcfour.m4: New file.
10226
10227         * m4/gc-rijndael.m4: New file.
10228
10229 2005-10-19  Simon Josefsson  <jas@extundo.com>
10230
10231         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10232
10233 2005-10-19  Simon Josefsson  <jas@extundo.com>
10234
10235         * lib/gc-gnulib.c: Support ARCFOUR.
10236
10237 2005-10-19  Simon Josefsson  <jas@extundo.com>
10238
10239         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10240         support.
10241
10242         * lib/gc.h: Add ECB enum type.
10243
10244         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10245
10246 2005-10-18  Simon Josefsson  <jas@extundo.com>
10247
10248         * tests/test-md5.c: New file.
10249
10250         * modules/md5-tests: New file.
10251
10252 2005-10-18  Simon Josefsson  <jas@extundo.com>
10253
10254         * tests/test-md4.c: New file.
10255
10256         * modules/md4, modules/md4-tests: New files.
10257
10258 2005-10-18  Simon Josefsson  <jas@extundo.com>
10259
10260         * m4/md4.m4: New file.
10261
10262 2005-10-18  Simon Josefsson  <jas@extundo.com>
10263
10264         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10265
10266 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10267
10268         * gnulib-tool (func_create_testdir): Omit the second check whether
10269         BUILT_SOURCES in nonempty.
10270
10271 2005-10-17  Simon Josefsson  <jas@extundo.com>
10272
10273         * tests/test-rijndael.c: New file.
10274
10275 2005-10-17  Simon Josefsson  <jas@extundo.com>
10276
10277         * modules/sha1: Depend on stdint instead of md5.
10278
10279         * modules/md5: Depend on stdint, remove uint32_t.
10280
10281 2005-10-17  Simon Josefsson  <jas@extundo.com>
10282
10283         * modules/gc-sha1-tests: New file.
10284
10285         * tests/test-gc-sha1.c: New file.
10286
10287 2005-10-17  Simon Josefsson  <jas@extundo.com>
10288
10289         * m4/md5.m4: Remove call to uint32_t.m4.
10290
10291 2005-10-17  Simon Josefsson  <jas@extundo.com>
10292
10293         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10294
10295         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10296         md5.h.
10297
10298         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10299
10300         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10301
10302 2005-10-17  Simon Josefsson  <jas@extundo.com>
10303
10304         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10305
10306 2005-10-17  Simon Josefsson  <jas@extundo.com>
10307
10308         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10309
10310 2005-10-17  Simon Josefsson  <jas@extundo.com>
10311
10312         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10313
10314         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10315
10316 2005-10-17  Bruno Haible  <bruno@clisp.org>
10317
10318         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10319         that it can also be used in a test.
10320
10321 2005-10-16  Bruno Haible  <bruno@clisp.org>
10322
10323         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10324         TESTS_ENVIRONMENT, so that individual tests can augment it.
10325
10326         * gnulib-tool (func_create_testdir): Use an intermediate target for
10327         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10328         macros, like $(ALLOCA_H), which cannot be passed through the command
10329         line.
10330
10331 2005-10-15  Simon Josefsson  <jas@extundo.com>
10332
10333         * modules/rijndael-tests: New file.
10334
10335         * modules/rijndael: New file.
10336
10337 2005-10-15  Simon Josefsson  <jas@extundo.com>
10338
10339         * m4/rijndael.m4: New file.
10340
10341 2005-10-15  Simon Josefsson  <jas@extundo.com>
10342
10343         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10344
10345         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10346
10347 2005-10-14  Simon Josefsson  <jas@extundo.com>
10348
10349         * tests/test-arcfour.c: New file.
10350
10351         * modules/arcfour, modules/arcfour-tests: New files.
10352
10353 2005-10-14  Simon Josefsson  <jas@extundo.com>
10354
10355         * m4/arcfour.m4: New file.
10356
10357 2005-10-14  Simon Josefsson  <jas@extundo.com>
10358
10359         * lib/arcfour.h, lib/arcfour.c: New files.
10360
10361 2005-10-14  Roland McGrath  <roland@redhat.com>
10362
10363         Import from libc.  [BZ #1331]
10364         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10365         macro argument.
10366         Reported by Matej Vela <vela@debian.org>.
10367
10368 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10371         include <wchar.h>; no longer needed.
10372
10373 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10374
10375         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10376
10377 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10378         and  Ulrich Drepper  <drepper@redhat.com>
10379
10380         Import from libc.
10381         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10382         instead of inline stream orientation test and two separate
10383         function calls.  Pay no attention to USE_IN_LIBIO.
10384
10385 2005-10-13  Simon Josefsson  <jas@extundo.com>
10386
10387         * modules/gc-hmac-md5-tests: New file.
10388
10389         * tests/test-gc-hmac-sha1.c: New file.
10390
10391         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10392
10393         * modules/gc-hmac-md5-tests: New file.
10394
10395         * tests/test-gc-md5.c: New file.
10396
10397         * modules/gc-md5-tests: New file.
10398
10399 2005-10-13  Simon Josefsson  <jas@extundo.com>
10400
10401         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10402         Move memory allocation outside of loop.
10403
10404 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10405
10406         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10407         intermediate directory is in a read-only file system.  Problem
10408         reported by Eric Blake.
10409
10410 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10411
10412         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10413
10414 2005-10-12  Simon Josefsson  <jas@extundo.com>
10415
10416         * tests/test-hmac-sha1.c: New file.
10417
10418         * modules/hmac-sha1-tests: New file.
10419
10420         * modules/hmac-sha1: New file.
10421
10422 2005-10-12  Simon Josefsson  <jas@extundo.com>
10423
10424         * modules/gc-sha1: New file.
10425
10426 2005-10-12  Simon Josefsson  <jas@extundo.com>
10427
10428         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10429
10430         * tests/test-gc-pbkdf2-sha1.c: New file.
10431
10432 2005-10-12  Simon Josefsson  <jas@extundo.com>
10433
10434         * modules/gc-md5, modules/gc-hmac-md5: New files.
10435
10436         * modules/gc (Files): Remove md5, memxor and hmac files.
10437
10438 2005-10-12  Simon Josefsson  <jas@extundo.com>
10439
10440         * m4/gc-pbkdf2-sha1.m4: New file.
10441
10442         * m4/gc-hmac-sha1.m4: New file.
10443
10444         * m4/gc-sha1: New file.
10445
10446         * m4/hmac-sha1.m4: New file.
10447
10448 2005-10-12  Simon Josefsson  <jas@extundo.com>
10449
10450         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10451
10452         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10453
10454 2005-10-12  Simon Josefsson  <jas@extundo.com>
10455
10456         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10457         suggested by Bruno Haible <bruno@clisp.org>.
10458
10459 2005-10-12  Simon Josefsson  <jas@extundo.com>
10460
10461         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10462
10463 2005-10-12  Simon Josefsson  <jas@extundo.com>
10464
10465         * lib/gc-pbkdf2-sha1.c: New file.
10466
10467         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10468
10469 2005-10-12  Simon Josefsson  <jas@extundo.com>
10470
10471         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10472
10473         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10474
10475 2005-10-12  Simon Josefsson  <jas@extundo.com>
10476
10477         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10478         GC_USE_HMAC_MD5, respectively.
10479
10480         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10481         (gc_md5): Fix typo.
10482
10483         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10484
10485         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10486
10487         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10488
10489 2005-10-12  Bruno Haible  <bruno@clisp.org>
10490
10491         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10492         Reported by Stepan Kasal <kasal@ucw.cz>.
10493
10494 2005-10-11  Simon Josefsson  <jas@extundo.com>
10495
10496         * tests/test-crc.c: New file.
10497
10498         * modules/crc, modules/crc-tests: New files.
10499
10500 2005-10-11  Simon Josefsson  <jas@extundo.com>
10501
10502         * m4/crc.m4: New file.
10503
10504 2005-10-11  Simon Josefsson  <jas@extundo.com>
10505
10506         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10507
10508         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10509
10510         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10511
10512 2005-10-11  Simon Josefsson  <jas@extundo.com>
10513
10514         * lib/crc.h, lib/crc.c: New files.
10515
10516         * lib/gc.h (gc_hash_buffer): Add doc.
10517
10518 2005-10-11  Bruno Haible  <bruno@clisp.org>
10519
10520         * modules/c-strcasestr: New file.
10521         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10522
10523 2005-10-11  Bruno Haible  <bruno@clisp.org>
10524
10525         * modules/c-strcase: New file.
10526         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10527
10528 2005-10-11  Bruno Haible  <bruno@clisp.org>
10529
10530         * lib/strcasecmp.c: Include limits.h.
10531         (strcasecmp): Avoid integer overflow on exotic platforms.
10532         * lib/strncasecmp.c: Include limits.h.
10533         (strncasecmp): Avoid integer overflow on exotic platforms.
10534         Reported by Paul Eggert.
10535
10536 2005-10-11  Bruno Haible  <bruno@clisp.org>
10537
10538         * lib/c-strcasestr.h: New file, from GNU gettext.
10539         * lib/c-strcasestr.c: New file, from GNU gettext.
10540
10541 2005-10-11  Bruno Haible  <bruno@clisp.org>
10542
10543         * lib/c-strcase.h: New file, from GNU gettext.
10544         * lib/c-strcasecmp.c: New file, from GNU gettext.
10545         * lib/c-strncasecmp.c: New file, from GNU gettext.
10546
10547 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10548
10549         * modules/mempcpy (License): GPL -> LGPL.
10550         * modules/strchrnul (License): Likewise.
10551         * modules/sysexits (License): Likewise.
10552
10553 2005-10-08  Simon Josefsson  <jas@extundo.com>
10554
10555         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10556
10557 2005-10-07  Simon Josefsson  <jas@extundo.com>
10558
10559         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10560
10561 2005-10-06  Simon Josefsson  <jas@extundo.com>
10562
10563         * tests/test-hmac-md5.c: New file.
10564
10565         * modules/hmac-md5-tests: New file.
10566
10567         * modules/hmac-md5: New file.
10568
10569 2005-10-06  Simon Josefsson  <jas@extundo.com>
10570
10571         * m4/hmac-md5.m4: New file.
10572
10573         * m4/memxor.m4: Require gl_C_RESTRICT.
10574
10575 2005-10-06  Simon Josefsson  <jas@extundo.com>
10576
10577         * lib/memxor.c (memxor): Avoid casts and warnings.
10578
10579 2005-10-06  Simon Josefsson  <jas@extundo.com>
10580
10581         * lib/hmac-md5.c: New file.
10582
10583         * lib/hmac.h: New file.
10584
10585 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10586
10587         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10588         promotes to int, not unsigned int, to catch the AIX 5.3
10589         compiler bug.
10590
10591 2005-10-05  Simon Josefsson  <jas@extundo.com>
10592
10593         * modules/memxor: New file.
10594
10595         * modules/iconv (Files): Move config.rpath to havelib, it is used
10596         there.
10597
10598         * modules/havelib (Files): Add config.rpath.
10599
10600 2005-10-05  Simon Josefsson  <jas@extundo.com>
10601
10602         * m4/memxor.m4: New file.
10603
10604 2005-10-05  Simon Josefsson  <jas@extundo.com>
10605
10606         * lib/memxor.c (memxor): Fix compiler error.
10607
10608         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10609         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10610
10611         * lib/memxor.h, lib/memxor.c: New files.
10612
10613         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10614         we assume all systems have it, suggested by Jim Meyering
10615         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10616         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10617         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10618         same reasons.
10619
10620 2005-10-05  Simon Josefsson  <jas@extundo.com>
10621
10622         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10623
10624 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10625
10626         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10627         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10628         needed, since the source code now assumes these .h files.
10629
10630 2005-10-05  Derek Price  <derek@ximbiot.com>
10631
10632         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10633
10634 2005-10-05  Bruno Haible  <bruno@clisp.org>
10635
10636         * modules/stdint (License): Change to LGPL.
10637
10638 2005-10-04  Simon Josefsson  <jas@extundo.com>
10639
10640         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10641         D. Baushke" <mdb@gnu.org>.
10642
10643 2005-10-04  Bruno Haible  <bruno@clisp.org>
10644
10645         * lib/verify.h (verify_true): Provide alternative definition for C++.
10646
10647 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10650         (SSIZE_MAX): New macro, if not already defined.
10651         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10652         than 2 GiB.
10653
10654 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10655
10656         Sync from coreutils.
10657         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10658         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10659         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10660         ULLONG_MAX doesn't work with 2.7.2.1.
10661
10662 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10663
10664         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10665         From Ben Pfaff.
10666
10667         * modules/exclude (Depends-on): Depend on verify.
10668         * modules/strtoimax (Depends-on): Likewise.
10669         * modules/utimecmp (Depends-on): Likewise.
10670
10671 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10672
10673         * lib/exclude.c: Include verify.h.
10674         (verify): Remove.  All callers changed to use verify.h's version.
10675         * lib/strtoimax.c: Likewise.
10676         * lib/utimecmp.c: Likewis.e
10677
10678         Sync from coreutils.
10679         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10680         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10681         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10682         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10683         bother returning ENOSYS if settimeofday or stime fails; just let
10684         them return whatever errno they want to return.
10685         * lib/utimens.c: Include unistd.h, for dup2.
10686         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10687         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10688
10689 2005-10-02  Jim Meyering  <jim@meyering.net>
10690
10691         Sync from coreutils.
10692         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10693         from glibc-2.2.5 that fails for read-only files.
10694
10695 2005-10-02  Jim Meyering  <jim@meyering.net>
10696
10697         Sync from coreutils.
10698         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10699         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10700         `#if HAVE_CONFIG_H'.
10701         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10702         Remove AT_FDCWD test.
10703         Do not consume the fd unless successful.
10704         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10705         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10706         block, so that we don't even try to compile it if settimeofday is
10707         available.  This works around a compilation failure on OSF1 V5.1,
10708         due to stime requiring a `long int*' while tv_sec is `int'.
10709
10710 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10711
10712         Sync from coreutils.
10713         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10714         against `yes', rather than just testing for nonempty.
10715
10716 2005-10-01  Simon Josefsson  <jas@extundo.com>
10717
10718         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10719         and Darwin.
10720
10721         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10722         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10723         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10724         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10725         Check if struct addrinfo is declared.
10726
10727 2005-10-01  Simon Josefsson  <jas@extundo.com>
10728
10729         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10730         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10731         AI_* and EAI_* definitions.  Protect function declarations.
10732
10733 2005-10-01  Jim Meyering  <jim@meyering.net>
10734
10735         Sync from coreutils.
10736
10737         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10738         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10739         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10740         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10741         in the inet and nsl libraries.  Required on Solaris 5.7.
10742
10743 2005-10-01  Jim Meyering  <jim@meyering.net>
10744
10745         Sync from coreutils.
10746         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10747         in the inet and nsl libraries.  Required on Solaris 5.7.
10748
10749 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10750
10751         * lib/getdelim.c (getdelim): Remove unused variables.
10752
10753 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10754
10755         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10756         so that the code works even with ancient cpp.  Portability problem
10757         with GCC 2.7.2.1 reported by Thomas M.Ott.
10758
10759 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10760
10761         * modules/regex (Depends-on): Add strcase.
10762
10763         * modules/gethostname (Licence): Change from GPL to LGPL, since
10764         gethostname.c is a trivial implementation of a standard library
10765         function.
10766         * modules/poll (License): Change from GPL to LGPL, since it's
10767         derived from LGPL code.
10768
10769 2005-09-27  Jim Meyering  <jim@meyering.net>
10770
10771         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10772         HAVE_CONFIG_H.
10773
10774         * lib/intprops.h (signed_type_or_expr__): Define.
10775         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10776         for unsigned types.
10777
10778 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10779
10780         * lib/verify.h (verify_expr): Remove, replacing with:
10781         (verify_true): New macro that returns true instead of void.
10782         (verify_type__): Remove.
10783         (verify): Use verify_true rather than verify_type__.
10784
10785 2005-09-26  Bruno Haible  <bruno@clisp.org>
10786
10787         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10788         is necessary.
10789         (lib_SOURCES): Remove mbchar.c.
10790         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10791         (Files): Add m4/mbrtowc.m4.
10792         * modules/mbiter: Likewise.
10793         * modules/mbuiter: Likewise.
10794
10795 2005-09-26  Bruno Haible  <bruno@clisp.org>
10796
10797         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10798         compile mbchar.c if they are not both present.
10799         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10800         * m4/mbiter.m4 (gl_MBITER): Likewise.
10801         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10802         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10803         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10804
10805 2005-09-25  Jim Meyering  <jim@meyering.net>
10806
10807         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10808         also uses socklen_t.
10809
10810 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10811
10812         * lib/utimens.c (ENOSYS): Define if not already defined.
10813         (futimens): Support having a null PATH if the file descriptor
10814         is nonnegative.
10815
10816         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10817         Remove.
10818         (__attribute): Define to empty unless GCC 3.1 or later.
10819         This works around a core dump on OpenBSD 3.4, which has GCC
10820         2.95.3, which dumps core when given __attribute__(()).  It also
10821         simplifies other tests, since we really don't want to bother with
10822         worrying about which ancient version of GCC supported what.
10823         Original problem reported by Yoann Vandoorselaere, with part of
10824         the fix suggested by Derek Price.
10825
10826 2005-09-24  Jim Meyering  <jim@meyering.net>
10827
10828         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10829         so we can once again use a positive bitfield width of 1 -- now we
10830         don't have to explain why we were using a bitfield width of 2.
10831
10832 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10833
10834         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10835         and similarly for the other external symbols.  Problem reported
10836         by James Gallager.
10837
10838         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10839         bug reported by Jim Meyering.
10840
10841         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10842         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10843         not needed, since socklen is a prerequisite module.
10844
10845 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10846
10847         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10848         Problem reported by Eric Blake.
10849         (getaddrinfo): Initialize se so that it's not garbage.
10850         Redo internal storage allocation so that it doesn't make unportable
10851         assumptions about alignment.
10852         Fix a memory leak.
10853
10854         * lib/utimens.c (futimens): Use futimesat if available.
10855         Prefer it to futimes since it doesn't have the futimes bug.
10856
10857         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10858         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10859         Instead, declare a function that returns a pointer to an array,
10860         and use verify_type__ to declare the size of the array.
10861         Problem and germ of a solution reported by Bruno Haible.
10862         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10863         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10864
10865 2005-09-23  Jim Meyering  <jim@meyering.net>
10866
10867         Sync from coreutils.
10868         Correct build failure (socklen_t not defined) on at least
10869         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10870         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10871
10872 2005-09-23  Jim Meyering  <jim@meyering.net>
10873
10874         * modules/getaddrinfo (Depends-on): Add socklen.
10875
10876 2005-09-23  Bruno Haible  <bruno@clisp.org>
10877
10878         * tests/test-verify.c: New file.
10879
10880 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         Sync from coreutils.
10883
10884         * modules/argmatch (Depends-on): Add verify.
10885         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10886         unistd-safer.
10887         * modules/save-cwd (Depends-on): Likewise.
10888
10889         * modules/openat (Files): Add lib/openat-die.c.
10890         (Depends-on): Remove error, exitfail.
10891         Add dirname.
10892
10893         * modules/verify: New file.
10894         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10895         with "verify" module.
10896
10897 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10898
10899         Sync from coreutils.
10900
10901         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10902         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10903         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10904         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10905         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10906         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10907         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10908         Don't bother checking for string.h, stdlib.h, unistd.h.
10909         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10910         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10911         module's job.
10912         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10913         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10914
10915         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10916         (gl_GETDATE): Use it.
10917
10918         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10919
10920 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10921
10922         Sync from coreutils.
10923
10924         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10925         stat-time.h.
10926         * lib/argmatch.h: Include verify.h
10927         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10928         (ARGMATCH_ASSERT): Remove; unused.
10929         * lib/canonicalize.c: Assume STDC_HEADERS.
10930         * lib/exclude.c: Include "strcase.h".
10931         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10932         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10933         and stdio-safer.h.
10934         (getusershell): Call fopen, not fopen_safer.
10935         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10936         Do not include unistd-safer.h.
10937         (save_cwd): Don't call fd_safer; no longer needed
10938         now that we include fcntl--.h.
10939
10940         * lib/getdate.y (relative_time): New type.
10941         (RELATIVE_TIME_0): New constant.
10942         (parser_control): Use relative_time instead of doing it ourselves.
10943         (%union): Add new relative_time rel member.
10944         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10945         Now typeless.
10946         (relunit, relunit_snumber): Now of type rel.
10947         (zone, rel, relunit, get_date): Adjust to above changes.
10948
10949         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10950         Do not include unistd-safer.h.
10951         (getloadavg): Don't call fd_safer; no longer needed
10952         now that we include fcntl--.h.
10953
10954         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10955         (make_dir_parents): Treat ENOSYS like EEXIST.
10956
10957         Improve quality of diagnostics on restore_cwd failure.
10958         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10959         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10960         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10961         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10962         each time through the loop.  Do not diagnose restore_cwd failure;
10963         that is the caller's job (and perhaps the caller does not care).
10964
10965         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10966         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10967         If the file already exists but is not a directory, don't bother
10968         to try to make its parents.
10969         Close potential file descriptor leak if we can't chdir("/") (!).
10970         Don't always return true if chdir($PWD) fails; return true only
10971         if the requested action was done successfully (except for the
10972         chdir($PWD)).
10973         Don't log final directory unless we actually made it.
10974         Refactor to avoid duplicate code to fix up permissions.
10975         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10976
10977         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10978         to make it a bit faster and (I hope) clearer.
10979         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10980         Fix bug in formats like %2N.
10981
10982         * lib/verify.h: New file.
10983
10984 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10985
10986         Sync from coreutils.
10987         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10988
10989 2005-09-22  Jim Meyering  <jim@meyering.net>
10990
10991         Sync from coreutils.
10992
10993         * m4/lstat.m4 (gl_FUNC_LSTAT):
10994         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10995         Remove obsolete comment.
10996         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10997         * m4/xstrtod.m4: Likewise.
10998
10999         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11000
11001 2005-09-22  Jim Meyering  <jim@meyering.net>
11002
11003         Sync from coreutils.
11004
11005         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11006
11007         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11008         the .tm_year member, since otherwise gcc-4.0 would now warn about
11009         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11010
11011         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11012         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11013
11014         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11015         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11016         when run in a time zone for which daylight savings time is in effect
11017         for the starting date.
11018
11019         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11020         stop us from restricting permissions of just-created absolute-named
11021         directories.
11022         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11023         to restore initial working directory.
11024         * lib/mkdir-p.c (make_dir_parents): New parameter:
11025         different_working_dir, to tell caller if/when we change the working
11026         directory and are unable to return to the initial one.
11027         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11028         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11029         `return false'.  This fixes a bug introduced on 2004-07-30.
11030
11031         * lib/openat.c (fdopendir): Be sure to close the supplied
11032         file descriptor before returning.  This makes our replacement
11033         implementation a little closer to Solaris's, where fdopendir
11034         ties the file descriptor to the returned DIR* pointer.
11035         * lib/openat.c (unlinkat): New function.
11036         * lib/openat.h (unlinkat): Add prototype.
11037         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11038         (openat_restore_fail): Rename from openat_restore_die.
11039         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11040
11041         Provide an alternative to exiting immediately upon save_cwd or
11042         restore_cwd failure.  Now, an application can arrange e.g.,
11043         to perform a longjump in that case.
11044         * lib/openat.c: Include dirname.h.
11045         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11046         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11047         and openat_restore_die rather than calling error directly.
11048         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11049
11050         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11051         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11052         define.
11053
11054         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11055         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11056                             int utc, int nanoseconds);
11057         Background:
11058         date should not have to allocate a megabyte of virtual memory to
11059         handle a format argument like +%1048575T.  When implemented with
11060         strftime, it must allocate such a buffer, use strftime to fill it
11061         in, print it, then free it.
11062         With fprintftime, it simply prints everything and exits.
11063         With no need for memory allocation, that's one fewer way to fail.
11064         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11065         optional field width, not before, so we accept %9:z, not %:9z.
11066         (my_strftime): Be sure to use L_('x') for literals.
11067
11068         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11069         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11070         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11071         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11072         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11073         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11074         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11075         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11076         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11077         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11078         * lib/xgethostname.c, lib/xreadlink.c:
11079         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11080
11081         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11082         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11083         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11084         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11085         and don't include <sys/file.h>).
11086
11087 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11088
11089         Sync from coreutils.
11090
11091         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11092         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11093         [!LDAV_DONE]: Avoid unused variable warning.
11094
11095 2005-09-21  Bruno Haible  <bruno@clisp.org>
11096
11097         * lib/unicodeio.h (unicode_to_mb): New declaration.
11098
11099 2005-09-20  Derek Price  <derek@ximbiot.com>
11100
11101         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11102         getaddrinfo.h.
11103
11104 2005-09-20  Bruno Haible  <bruno@clisp.org>
11105
11106         * gnulib-tool: Remove trailing slashes from the values specified for
11107         --source-base, --m4-base, --tests-base, --aux-dir.
11108         Suggested by Simon Josefsson <jas@extundo.com>.
11109
11110 2005-09-20  Bruno Haible  <bruno@clisp.org>
11111
11112         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11113         func_modules_to_filelist, func_import, func_create_testdir): Make all
11114         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11115         change when gnulib-tool is invoked in a different locale.
11116
11117 2005-09-19  Simon Josefsson  <jas@extundo.com>
11118
11119         * m4/socklen.m4: Fix typo.
11120
11121 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11122
11123         Use a consistent style for including <config.h>.
11124         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11125         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11126         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11127         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11128         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11129         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11130         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11131         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11132         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11133         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11134         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11135         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11136         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11137         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11138         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11139         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11140         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11141         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11142         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11143         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11144         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11145         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11146         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11147         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11148         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11149         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11150         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11151         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11152         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11153         lib/xstrtoumax.c, lib/yesno.c:
11154         Standardize inclusion of config.h.
11155         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11156         lib/inttostr.h:  Removed inclusion of config.h from header files.
11157         * lib/inttostr.c:  Adjusted in-tree users.
11158         * lib/timespec.h: Remove superfluous warning to include config.h.
11159         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11160         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11161         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11162         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11163         config.h with HAVE_CONFIG_H.
11164
11165 2005-09-19  Jim Meyering  <jim@meyering.net>
11166
11167         * modules/pathmax (License): Change to LGPL.
11168
11169 2005-09-19  Derek Price  <derek@ximbiot.com>
11170
11171         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11172
11173 2005-09-19  Bruno Haible  <bruno@clisp.org>
11174
11175         * gnulib-tool (import): Provide default for --tests-base.
11176
11177 2005-09-19  Bruno Haible  <bruno@clisp.org>
11178
11179         * doc/quote.texi: New file, extracted from gnulib.texi.
11180         * doc/ctime.texi: New file, extracted from gnulib.texi.
11181         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11182         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11183         * doc/gnulib.texi: Include them.
11184
11185 2005-09-18  Bruno Haible  <bruno@clisp.org>
11186
11187         Portability fix.
11188         * gnulib-tool (func_readlink): New function.
11189         (func_ln_if_changed): Use it.
11190
11191 2005-09-18  Bruno Haible  <bruno@clisp.org>
11192
11193         * gnulib-tool: Support --with-tests also with --import.
11194         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11195         (func_import): Use variables $testsbase and $inctests. Emit a
11196         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11197         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11198         SUBDIRS += $testsdir.
11199         (func_create_testdir): Update.
11200
11201 2005-09-18  Bruno Haible  <bruno@clisp.org>
11202
11203         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11204         instead of $dry_run.
11205         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11206         (func_ln_if_changed): Don't handle dry-run here.
11207         (func_import): In dry-run mode, detect more precisely which actions
11208         would be performed, and don't use "...ing" verbs.
11209
11210 2005-09-18  Bruno Haible  <bruno@clisp.org>
11211
11212         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11213         (func_import): Use join on two temporary files instead of three nested
11214         loops, in order to determine which files are new or old.
11215
11216 2005-09-18  Bruno Haible  <bruno@clisp.org>
11217
11218         * gnulib-tool (func_import): Comment out code that spits out the
11219         new files with --dry-run.
11220
11221 2005-09-18  Bruno Haible  <bruno@clisp.org>
11222
11223         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11224
11225 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11226
11227         * lib/stat-time.h: New file.
11228         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11229         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11230         in a different way.
11231         (timespec_cmp): New function.
11232         * lib/utimecmp.c: Include stat-time.h.
11233         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11234         members exist, not on the obsolescent ST_MTIM_NSEC.
11235         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11236
11237 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11240
11241 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         * MODULES.html.sh (File system functions): Add stat-time.
11244         * modules/stat-time: New file.
11245         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11246         is now done in a different way, by the stat-time module.
11247         * modules/utimecmp (Depends-on): Add stat-time.
11248
11249 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * m4/st_mtim.m4: Remove.  Superseded by...
11252         * m4/stat-time.m4: New file.
11253         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11254         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11255
11256 2005-09-15  Derek Price  <derek@ximbiot.com>
11257
11258         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11259
11260 2005-09-15  Derek Price  <derek@ximbiot.com>
11261
11262         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11263         * lib/regex_internal.c: Ditto, using this...
11264         (__GNUC_PREREQ): ...new macro.
11265         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11266         using...
11267         (__GNUC_PREREQ): ...this new macro.
11268
11269         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11270
11271 2005-09-15  Derek Price  <derek@ximbiot.com>
11272             Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11275         changes, consolidating in...
11276         * lib/regex_internal.h: ...this file.
11277
11278 2005-09-13  Jim Meyering  <jim@meyering.net>
11279
11280         * lib/canon-host.c: Filter through gnu indent and reword comments
11281         slightly.
11282         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11283
11284 2005-09-13  Derek Price  <derek@ximbiot.com>
11285
11286         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11287         failure.
11288         Reported by Jim Meyering  <jim@meyering.net>.
11289
11290 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11291
11292         * lib/base64.c: Typo.
11293         (base64_encode): Put b64str in initialized data section.
11294
11295 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11296
11297         Merge glibc and coreutils changes into gnulib, plus a few
11298         extra fixes.
11299         * lib/md5.c: Use #error rather than a string.
11300         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11301         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11302         (__attribute__): Define to empty for non recent-GCC.
11303         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11304         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11305         Renamed from their non-__ counterparts, with new macros replacing
11306         them if not _LIBC.  Add __THROW attribute.
11307         (rol): Remove.
11308         (struct md5_ctx): Align buffer if using GCC.
11309         * lib/sha1.h (struct sha1_ctx): Likewise.
11310         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11311         The old name was backwards.
11312         (NOTSWAP): Remove; not used.
11313         (rol): New macro, moved here from md5.h.
11314         (sha1_process_block): Remove a FIXME that doesn't make sense.
11315
11316 2005-09-12  Derek Price  <derek@ximbiot.com>
11317
11318         Return usable errors from canon-host.
11319         * lib/canon-host.h: New file.
11320         * lib/canon-host.c (canon_host): Wrap...
11321         (canon_host_r): ...this new function, which now relies exclusively on
11322         getaddrinfo.
11323         (ch_strerror): New function.
11324         (last_cherror): New global.
11325         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11326         interface.
11327         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11328         void *.
11329         (freeaddrinfo): Free ai->ai_canonname when set.
11330
11331 2005-09-12  Derek Price  <derek@ximbiot.com>
11332
11333         Make canon-host require getaddrinfo.
11334         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11335         AC_LIBSOURCE canon-host.h.  Call...
11336         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11337         gl_GETADDRINFO.
11338         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11339
11340 2005-09-12  Derek Price  <derek@ximbiot.com>
11341
11342         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11343         LGPL.
11344         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11345
11346 2005-09-12  Derek Price  <derek@ximbiot.com>
11347
11348         * lib/gai_strerror.c: Include config.h when available.  Include
11349         getaddrinfo.h before other headers to test interface.
11350         Reported by Larry Jones <lawrence.jones@ugs.com>.
11351
11352 2005-09-12  Derek Price  <derek@ximbiot.com>
11353             Paul Eggert  <eggert@cs.ucla.edu>
11354
11355         * modules/glob (Files): Add glob-libc.h.
11356
11357 2005-09-12  Derek Price  <derek@ximbiot.com>
11358             Paul Eggert  <eggert@cs.ucla.edu>
11359
11360         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11361         glob_.h, glob-libc.h.
11362         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11363
11364 2005-09-12  Derek Price  <derek@ximbiot.com>
11365             Paul Eggert  <eggert@cs.ucla.edu>
11366
11367         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11368         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11369         protecting things that should be done only in gnulib contexts.
11370         * lib/glob_.h: New file, containing only the glob things needed for
11371         gnulib.
11372         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11373         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11374         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11375         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11376         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11377         and to respect the namespace rules better.
11378
11379 2005-09-08  Simon Josefsson  <jas@extundo.com>
11380
11381         * modules/socklen: New file.
11382
11383 2005-09-08  Simon Josefsson  <jas@extundo.com>
11384
11385         * m4/socklen.m4: New file.
11386
11387 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11388
11389         * modules/utimens (Files): Add m4/utimbuf.m4, since
11390         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11391         Reported by Sergey Poznyakoff.
11392
11393 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11394
11395         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11396         definitions, since that's the preferred style in glibc.
11397         Fix a minor spacing issue, and update copyright notice to match
11398         glibc's.
11399
11400 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11403
11404 2005-09-06  Simon Josefsson  <jas@extundo.com>
11405
11406         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11407         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11408
11409 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11410
11411         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11412         warning.
11413
11414 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11415
11416         * config/srclist.txt: Add glibc bug 1302.
11417
11418 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11419
11420         Change bitset word type from unsigned int to unsigned long int,
11421         as this has better performance on typical 64-bit hosts.
11422         Port bitset code to hosts with unusual word sizes.
11423         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11424         (build_collating_symbol):
11425         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11426         argument is a bitset.  This is merely a style issue, but it makes
11427         it clearer that an entire array is expected.
11428         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11429         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11430         Port to the case where bitset_word is not the same as unsigned int.
11431         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11432         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11433         Likewise.
11434         * lib/regexec.c (check_dst_limits_calc_pos_1,
11435         check_subexp_matching_top):
11436         (build_trtable, group_nodes_into_DFAstates):
11437         Likewise.
11438         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11439         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11440         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11441         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11442         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11443         * lib/regcomp.c (optimize_subexps, lower_subexp):
11444         Work even if bitset_word has holes in its bitwise representation.
11445         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11446         * lib/regexec.c (check_dst_limits_calc_pos_1,
11447         check_subexp_matching_top):
11448         Likewise.
11449         * lib/regex_internal.c (re_string_reconstruct):
11450         Don't assume UCHAR_MAX == 255.
11451         * lib/regex_internal.h (bitset_set_all): Likewise.
11452         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11453         All uses changed.
11454         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11455         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11456         All uses changed.
11457         (BITSET_WORD_MAX): New macro.
11458         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11459         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11460         (bitset_empty, bitset_copy):
11461         Prefer sizeof (bitset) to multiplying it out ourselves.
11462         (bitset_not_merge): Remove; unused.
11463         (bitset_contain): Return bool, not unsigned int with one bit on.
11464         All callers changed.
11465         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11466         alignment than re_node_set; do this by defining a new internal
11467         type struct dests_alloc and using it to allocate memory.
11468
11469 2005-09-05  Bruno Haible  <bruno@clisp.org>
11470
11471         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11472         links.
11473
11474 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11475
11476         * modules/size_max (Makefile.am): Add size_max.h
11477
11478 2005-09-04  Derek Price  <derek@ximbiot.com>
11479
11480         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11481
11482 2005-09-03  Simon Josefsson  <jas@extundo.com>
11483
11484         * gnulib-tool: Fix typo.
11485
11486 2005-09-03  Simon Josefsson  <jas@extundo.com>
11487
11488         * config/srclist.txt: Add glibc bug 1293.
11489
11490 2005-09-03  Derek Price  <derek@ximbiot.com>
11491
11492         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11493         From Larry Jones <lawrence.jones@ugs.com>.
11494
11495 2005-09-02  Simon Josefsson  <jas@extundo.com>
11496
11497         * modules/socklen: New file.
11498
11499 2005-09-02  Simon Josefsson  <jas@extundo.com>
11500
11501         * modules/havelib: New module.
11502
11503         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11504         Use havelib.
11505
11506 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11507
11508         Check for arithmetic overflow when calculating sizes, to prevent
11509         some buffer-overflow issues.  These patches are conservative, in the
11510         sense that when I couldn't determine whether an overflow was possible,
11511         I inserted a run-time check.
11512         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11513         macros.
11514         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11515         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11516         (re_xnrealloc, re_x2nrealloc): New inline functions.
11517         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11518         parse_bracket_exp):
11519         (build_equiv_class, build_charclass): Check for arithmetic overflow
11520         in size expression calculations.
11521         * lib/regex_internal.c (re_string_realloc_buffers):
11522         (build_wcs_upper_buffer, re_node_set_add_intersect):
11523         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11524         (re_dfa_add_node, register_state): Likewise.
11525         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11526         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11527         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11528         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11529
11530 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11533         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11534
11535 2005-09-02  Bruno Haible  <bruno@clisp.org>
11536
11537         Support for lib vs. lib64 distinction on biarch platforms.
11538         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11539         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11540         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11541
11542 2005-09-02  Bruno Haible  <bruno@clisp.org>
11543
11544         * gnulib-tool (import): In the other first-use case, provide defaults
11545         as well.
11546
11547 2005-09-02  Bruno Haible  <bruno@clisp.org>
11548
11549         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11550         patches not yet found in the latest gettext release.
11551
11552 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11553
11554         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11555         to avoid a collision with bits/local_lim.h in glibc.
11556         All uses changed.  Problem reported by Dmitry V. Levin in
11557         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11558
11559         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11560         bugs in int versus size_t comparisons.
11561         (re_string_context_at): Fix bug where the code assumed that
11562         Idx is signed.
11563
11564         Use bool where appropriate.
11565         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11566         All callers changed.
11567         (calc_eclosure_iter): Likewise, for ROOT arg.
11568         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11569         (build_charclass_op): Likewise, for NON_MATCH arg.
11570         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11571         (re_string_construct_common): Likewise, for ICASE arg.
11572         * lib/regexec.c (re_search_2_stub, re_search_stub):
11573         Likewise, for RET_LEN arg.
11574         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11575         (set_regs): Likewise, for FL_BACKTRACK arg.
11576         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11577         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11578         (calc_eclosure_iter, parse_bracket_exp):
11579         Use bool for internal variables that are booleans.
11580         * lib/regexec.c (re_search_internal, check_matching,
11581         proceed_next_node):
11582         (set_regs, build_sifted_states, sift_states_bkref):
11583         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11584         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11585         (find_collation_sequence_value):
11586         Likewise.
11587         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11588         (re_node_set_compare):
11589         Return bool, not int. All callers changed.
11590         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11591         (build_trtable, check_node_accept): Likewise.
11592         * lib/regex_internal.h: Include stdbool.h.
11593
11594         Fix bugs uncovered when converting to bool.
11595         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11596         failure instead of charging ahead blindly.
11597         * lib/regex_internal.c (register_state): Likewise.
11598         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11599         for freeing internal storage.
11600         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11601         bitset pieces used as boolean, to avoid undefined behavior
11602         on hosts that do int overflow checking.
11603
11604 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11605
11606         * config/srclist.txt: Add glibc bugs 1285-1287.
11607
11608 2005-09-01  Jim Meyering  <jim@meyering.net>
11609
11610         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11611         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11612         Require gl_STAT_MACROS, too.
11613
11614 2005-09-01  Bruno Haible  <bruno@clisp.org>
11615
11616         * gnulib-tool (import): In the first-use case, provide defaults.
11617
11618 2005-09-01  Bruno Haible  <bruno@clisp.org>
11619
11620         * gnulib-tool (func_import): Remove the .tmp files.
11621
11622 2005-09-01  Bruno Haible  <bruno@clisp.org>
11623
11624         * gnulib-tool (func_import): Fix handling of symbolic links.
11625
11626 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11629         old glibc regex code mishandles strings longer than 2**31 bytes.
11630         This patch fixes this when the regex code is used in gnulib
11631         (i.e., outside glibc).
11632
11633         This patch should not affect the use of the regex code inside
11634         glibc.  No doubt this problem also needs to be handled for glibc
11635         as well, but the result will be an incompatible change to the
11636         glibc ABI, and the old ABI will have to be supported too.  That
11637         can be the the subject for another patch.
11638
11639         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11640         governing whether the rest of this patch is active.  By default,
11641         the macro is disabled and the patch has no effect.
11642         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11643         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11644         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11645         (re_match_2, re_set_registers): Use the new types.
11646         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11647         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11648         New macros.
11649         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11650         (re_string_context_at, bin_tree_t, re_dfastate_t):
11651         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11652         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11653         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11654         (re_string_char_size_at, re_string_wchar_at):
11655         (re_string_elem_size_at):
11656         Use the new types and macros to port to 64-bit hosts.
11657         Use unsigned types for internal values, so that the code
11658         mostly works even for arrays larger than SSIZE_MAX.
11659         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11660         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11661         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11662         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11663         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11664         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11665         (calc_inveclosure, parse_dup_op, build_range_exp):
11666         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11667         (fetch_number, create_token_tree, mark_opt_subexp):
11668         Likewise.
11669         * lib/regex_internal.c (re_string_construct_common,
11670         create_ci_newstate):
11671         (create_cd_newstate, re_string_allocate, re_string_construct):
11672         (re_string_realloc_buffers, build_wcs_upper_buffer):
11673         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11674         (re_string_reconstruct, re_string_peek_byte_case):
11675         (re_string_fetch_byte_case, re_string_context_at):
11676         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11677         (re_node_set_init_copy, re_node_set_add_intersect):
11678         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11679         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11680         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11681         (re_acquire_state, re_acquire_state_context, register_state):
11682         Likewise.
11683         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11684         search_cur_bkref_entry):
11685         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11686         (re_search_internal, re_search_2_stub, re_search_stub)
11687         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11688         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11689         (update_cur_sifted_state, check_dst_limits):
11690         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11691         (check_subexp_limits, sift_states_bkref, merge_state_array):
11692         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11693         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11694         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11695         (expand_bkref_cache, check_node_accept_bytes):
11696         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11697         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11698         (acquire_init_state_context, check_halt_node_context):
11699         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11700         (sift_states_backward, clean_state_log_if_needed):
11701         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11702         (find_recover_state, transit_state_sb, transit_state_mb):
11703         (transit_state_bkref, build_trtable, match_ctx_clean):
11704         Likewise.
11705         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11706         to work around an assumption that REG_MISSING is negative.
11707
11708         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11709         (seek_collating_symbol_entry) [defined _LIBC]:
11710         (lookup_collation_sequence_value) [defined _LIBC]:
11711         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11712         Use prototypes rather than old-style function definitions.
11713         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11714         (transit_state_sb) [0]:
11715         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11716
11717         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11718         rm_eo.
11719
11720         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11721         (optimize_subexps, lower_subexp):
11722         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11723         since the signed shift might overflow.  Use 1u<<31 instead.
11724         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11725         Likewise.
11726         * lib/regexec.c (check_dst_limits_calc_pos_1,
11727         check_subexp_matching_top): Likewise.
11728
11729         * lib/regcomp.c (optimize_subexps, lower_subexp):
11730         Use CHAR_BIT rather than 8, for clarity.
11731         * lib/regexec.c (check_dst_limits_calc_pos_1):
11732         (check_subexp_matching_top): Likewise.
11733         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11734         have to worry about portability issues when shifting it left.
11735         Remove no-longer-needed test for table_size > 0.
11736         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11737         in a word, as the resulting behavior is undefined.
11738         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11739         in one case, a <= should have been an <, and in another case the
11740         whole test was missing.
11741         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11742         the standard name CHAR_BIT.
11743         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11744         this is not true on one's complement and signed-magnitude hosts.
11745
11746         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11747         next_last_offset.
11748         (struct re_dfa_t): Remove unused member states_alloc.
11749         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11750
11751 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11752
11753         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11754         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11755         and large-file glibc and in 32-bit large-file Solaris.
11756
11757 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11758
11759         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11760         lengths fit in regoff_t; this isn't true if regoff_t is the same
11761         width as size_t.
11762         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11763         (= START + RANGE) instead of RANGE.  This avoids overflow
11764         problems when regoff_t is the same width as size_t.
11765         All callers changed.
11766         (re_search_2_stub): Check for overflow when adding the
11767         sizes of the two strings.
11768         (re_search_stub): Check for overflow when adding START
11769         to RANGE; if it occurs, substitute the extreme value.
11770
11771 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11774
11775 2005-08-31  Jim Meyering  <jim@meyering.net>
11776
11777         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11778         a pointer-to-const.
11779         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11780         (register_state): Likewise.
11781         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11782         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11783         (group_nodes_into_DFAstates): Likewise.
11784
11785 2005-08-31  Jim Meyering  <jim@meyering.net>
11786
11787         * check-module: Add a FIXME comment.
11788
11789 2005-08-31  Eric Blake  <ebb9@byu.net>
11790
11791         * modules/unistd-safer (Files): Add unistd--.h.
11792         * modules/stdio-safer (Files): Add stdio--.h.
11793
11794 2005-08-31  Derek Price  <derek@ximbiot.com>
11795
11796         * lib/getdelim.c (getdelim): Return EOF on EOF.
11797         Reported by Larry Jones <lawrence.jones@ugs.com>.
11798
11799 2005-08-31  Bruno Haible  <bruno@clisp.org>
11800
11801         Avoid unnecessary diffs in the generated lib/Makefile.am.
11802         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11803         the generated files.
11804         (func_import): Don't set cmd.
11805
11806 2005-08-31  Bruno Haible  <bruno@clisp.org>
11807
11808         * lib/strstr.c: Include <stddef.h>, for NULL.
11809         * lib/strcasestr.c: Likewise.
11810         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11811
11812 2005-08-31  Bruno Haible  <bruno@clisp.org>
11813
11814         * gnulib-tool: New option --macro-prefix.
11815         (func_import): Use macro_prefix.
11816         (import): Handle option --macro-prefix.
11817
11818 2005-08-31  Bruno Haible  <bruno@clisp.org>
11819
11820         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11821         Also use new variables cached_lgpl, cached_libtool.
11822
11823 2005-08-31  Bruno Haible  <bruno@clisp.org>
11824
11825         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11826         always instantiating them.
11827
11828 2005-08-31  Bruno Haible  <bruno@clisp.org>
11829
11830         * gnulib-tool (func_import): Read the previous cached settings
11831         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11832         earlier added by gnulib but are now dropped. Warn when a gnulib file
11833         overwrites a non-gnulib file.
11834
11835 2005-08-31  Bruno Haible  <bruno@clisp.org>
11836
11837         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11838         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11839         projects that don't keep autogenerated files in CVS. Put into
11840         actioncmd only the specified modules, not the transitive closure.
11841
11842 2005-08-31  Bruno Haible  <bruno@clisp.org>
11843
11844         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11845         Create directories that shall be filled.
11846         (import): Don't look for gl_* macros in configure.ac. Recurse across
11847         all directories containing a gnulib-cache.m4 files, if meaningful.
11848
11849 2005-08-31  Bruno Haible  <bruno@clisp.org>
11850
11851         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11852         (import): Set seen_libtool when we see gl_LIBTOOL.
11853
11854 2005-08-31  Bruno Haible  <bruno@clisp.org>
11855
11856         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11857         declaration macro definitions from generated gnulib.m4.
11858
11859 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11860
11861         * lib/iconvme.h: Add prototype for iconv_alloc.
11862
11863 2005-08-29  Simon Josefsson  <jas@extundo.com>
11864
11865         * lib/iconvme.c: Fix errno.
11866
11867 2005-08-29  Bruno Haible  <bruno@clisp.org>
11868
11869         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11870         that it works when the directory contains spaces.
11871
11872 2005-08-29  Bruno Haible  <bruno@clisp.org>
11873
11874         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11875
11876 2005-08-29  Bruno Haible  <bruno@clisp.org>
11877
11878         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11879         Emit more advice.
11880
11881 2005-08-29  Bruno Haible  <bruno@clisp.org>
11882         and Stepan Kasal  <kasal@ucw.cz>
11883
11884         * check-module: If more parameters are given, check each of them
11885         separately; add more exceptions, as noted by Jim Meyering.
11886         (check_module): New procedure.
11887         (%exempt_header): Now contains all exceptions.
11888
11889 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11890
11891         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11892
11893 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11894
11895         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11896
11897 2005-08-28  Bruno Haible  <bruno@clisp.org>
11898
11899         * m4/gnulib-tool.m4: New file.
11900
11901 2005-08-27  Jim Meyering  <jim@meyering.net>
11902
11903         * modules/unistd-safer (Files): Add pipe-safer.c.
11904         * modules/fcntl-safer (Files): Add creat-safer.c.
11905
11906 2005-08-27  Jim Meyering  <jim@meyering.net>
11907
11908         * m4/stdlib-safer.m4: New file.  From coreutils.
11909         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11910         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11911         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11912         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11913         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11914
11915 2005-08-27  Jim Meyering  <jim@meyering.net>
11916
11917         * lib/fopen-safer.c: Merge minor changes from coreutils.
11918         * lib/dup-safer.c: Likewise.
11919         * lib/fd-safer.c: Likewise.
11920
11921         Merge from coreutils.
11922         * lib/stdio--.h: New file.
11923         * lib/stdlib--.h: New file.
11924         * lib/mkstemp-safer.c: New file.
11925
11926         GNU tar needs these.
11927         * lib/pipe-safer.c: New file.
11928         * lib/creat-safer.c: New file.
11929         * lib/fcntl--.h (creat): Define to creat_safer.
11930         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11931         * lib/unistd--.h (pipe): Define to pipe_safer.
11932         * lib/unistd-safer.h: Declare pipe_safer.
11933
11934 2005-08-26  Simon Josefsson  <jas@extundo.com>
11935
11936         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11937         Haible <bruno@clisp.org>.
11938
11939 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11940
11941         * lib/regex_internal.h: Remove all references to
11942         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11943         or better.
11944         (bitset_not, bitset_merge, bitset_not_merge):
11945         (bitset_mask, re_string_allocate, re_string_construct):
11946         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11947         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11948         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11949         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11950         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11951         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11952         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11953         (re_acquire_state_context):
11954         Remove unnecessary forward decls.
11955         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11956         Put __attribute at function definition,
11957         now that the function decl has been removed.
11958         * lib/regex_internal.c (re_string_peek_byte_case):
11959         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11960         Likewise.
11961
11962 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11963
11964         * m4/regex.m4: Add AC_PREREQ(2.50).
11965         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11966
11967 2005-08-25  Simon Josefsson  <jas@extundo.com>
11968
11969         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11970         __fsetlocking.
11971
11972 2005-08-25  Simon Josefsson  <jas@extundo.com>
11973
11974         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11975         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11976         GLIBC specific code.
11977
11978 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11979
11980         Make regex safe for g++.  This fixes one real bug (an "err"
11981         that should have been "*err").  g++ problem reported by
11982         Sam Steingold.
11983         * lib/regex_internal.h (re_calloc): New macro, consistent with
11984         re_malloc etc.  All callers of calloc changed to use re_calloc.
11985         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11986         not int.  All callers changed.
11987         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11988         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11989         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11990         (find_recover_state): Change "err" to "*err"; this fixes what
11991         appears to be a real bug.
11992         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11993         versus int.
11994
11995 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * modules/regex (Depends-on): Add malloc, since the code
11998         assumes that !malloc(0) means failure.
11999
12000 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12001
12002         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12003
12004         alloca modernization/simplification for regex.
12005         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12006         needs to be at the start of the file, and can be moved into
12007         regex_internal.h and simplified.
12008         * lib/regex_internal.h: Include <alloca.h>.
12009         (__libc_use_alloca) [!defined _LIBC]: New macro.
12010         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12011         now works outside glibc.
12012
12013 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * config/srclist.txt: Add glibc bugs 1241, 1245.
12016
12017 2005-08-25  Jim Meyering  <jim@meyering.net>
12018
12019         * lib/open-safer.c: Include <config.h>.
12020         Otherwise, we'd lose LARGEFILE support in any file using
12021         e.g. "fcntl--.h"
12022
12023 2005-08-25  Bruno Haible  <bruno@clisp.org>
12024
12025         * m4/minmax.m4: Require autoconf 2.52.
12026         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12027         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12028         alternatives of translit over the alphabet.
12029         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12030
12031 2005-08-24  Simon Josefsson  <jas@extundo.com>
12032
12033         * tests/test-getpass.c: New file.
12034
12035 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12036
12037         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12038         for GNU regex features.
12039
12040 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12043         * lib/regex.h (regerror): Likewise.
12044
12045         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12046         requires this.  (The code never needed it.)
12047
12048         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12049         All uses of recently-renamed identifiers changed to use the new,
12050         POSIX-compliant names.  The code will build and run just fine
12051         without these changes, but it's better to eat our own dog food
12052         and use the standard-conforming names.
12053
12054         * lib/regex.h: Fix a multitude of POSIX name space violations.
12055         These changes have an effect only for programs that define
12056         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12057         do not change anything for programs compiled in the normal way.
12058         Also, there is no effect on the ABI.
12059
12060         (_REGEX_SOURCE): New macro.
12061         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12062         defined and _GNU_SOURCE is not; this fixes a name space violation.
12063
12064         Rename the following macros to obey POSIX requirements.
12065         The old names are still visible as macros if _REGEX_SOURCE is defined.
12066         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12067         RE_BACKSLASH_ESCAPE_IN_LISTS.
12068         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12069         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12070         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12071         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12072         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12073         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12074         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12075         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12076         (REG_INTERVALS): renamed from RE_INTERVALS.
12077         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12078         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12079         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12080         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12081         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12082         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12083         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12084         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12085         RE_UNMATCHED_RIGHT_PAREN_ORD.
12086         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12087         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12088         (REG_DEBUG): renamed from RE_DEBUG.
12089         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12090         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12091         unusual, since we can't clash with the POSIX REG_ICASE.
12092         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12093         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12094         (REG_NO_SUB): renamed from RE_NO_SUB.
12095         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12096         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12097         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12098         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12099         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12100         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12101         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12102         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12103         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12104         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12105         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12106         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12107         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12108         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12109         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12110         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12111         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12112         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12113         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12114         (REG_FIXED): Renamed from REGS_FIXED.
12115         (REG_NREGS): Renamed from RE_NREGS.
12116
12117         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12118         of other REG_* macros, since POSIX says the user is allowed to
12119         #undef these macros selectively.
12120
12121         (reg_errcode_t): Update comment stating what other tables need
12122         to be consistent.
12123
12124         Rename the following enum values to obey POSIX requirements.
12125         The old names are still visible as macros.
12126         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12127         is not defined, since GNU is supposed to be a superset of POSIX as
12128         much as possible, and since we want reg_errcode_t to be a signed
12129         type for implementation consistency.
12130         (_REG_NOERROR): Renamed from REG_NOERROR.
12131         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12132         (_REG_BADPAT): Renamed from REG_BADPAT.
12133         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12134         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12135         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12136         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12137         (_REG_EBRACK): Renamed from REG_EBRACK.
12138         (_REG_EPAREN): Renamed from REG_EPAREN.
12139         (_REG_EBRACE): Renamed from REG_EBRACE.
12140         (_REG_BADBR): Renamed from REG_BADBR.
12141         (_REG_ERANGE): Renamed from REG_ERANGE.
12142         (_REG_ESPACE): Renamed from REG_ESPACE.
12143         (_REG_BADRPT): Renamed from REG_BADRPT.
12144         (_REG_EEND): Renamed from REG_EEND.
12145         (_REG_ESIZE): Renamed from REG_ESIZE.
12146         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12147         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12148         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12149         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12150         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12151
12152         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12153         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12154         changed.  But support the old name if the new one is not defined
12155         and if _REGEX_SOURCE.
12156
12157         Change the following member names in struct re_pattern_buffer.
12158         The old names are still supported if !_REGEX_SOURCE.
12159         The new names are always supported, regardless of _REGEX_SOURCE.
12160         (re_buffer): Renamed from buffer.
12161         (re_allocated): Renamed from allocated.
12162         (re_used): Renamed from used.
12163         (re_syntax): Renamed from syntax.
12164         (re_fastmap): Renamed from fastmap.
12165         (re_translate): Renamed from translate.
12166         (re_can_be_null): Renamed from can_be_null.
12167         (re_regs_allocated): Renamed from regs_allocated.
12168         (re_fastmap_accurate): Renamed from fastmap_accurate.
12169         (re_no_sub): Renamed from no_sub.
12170         (re_not_bol): Renamed from not_bol.
12171         (re_not_eol): Renamed from not_eol.
12172         (re_newline_anchor): Renamed from newline_anchor.
12173
12174         Change the following member names in struct re_registers.
12175         The old names are still supported if !_REGEX_SOURCE.
12176         The new names are always supported, regardless of _REGEX_SOURCE.
12177         (rm_num_regs): Renamed from num_regs.
12178         (rm_start): Renamed from start.
12179         (rm_end): Renamed from end.
12180
12181         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12182         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12183         Prepend __ to parameter names.
12184
12185         Undo yesterday's changes.
12186
12187 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12190         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12191         lib/regex.c.
12192
12193 2005-08-24  Jim Meyering  <jim@meyering.net>
12194
12195         Sync from coreutils.
12196         * m4/fcntl-safer.m4: New file.
12197
12198         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12199         and object files for this module.
12200
12201 2005-08-24  Jim Meyering  <jim@meyering.net>
12202
12203         Sync from coreutils.
12204         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12205
12206 2005-08-24  Jim Meyering  <jim@meyering.net>
12207
12208         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12209         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12210
12211 2005-08-24  Jim Meyering  <jim@meyering.net>
12212
12213         * modules/fcntl-safer: New module.
12214         * modules/fts (Depends-on): Add fcntl-safer.
12215         * MODULES.html.sh (File descriptor based Input/Output):
12216         Add fcntl-safer.
12217
12218 2005-08-24  Bruno Haible  <bruno@clisp.org>
12219
12220         Support for unit test modules.
12221         * modules/README: Mention tests modules.
12222         * modules/TEMPLATE-TESTS: New file.
12223         * gnulib-tool: New options --extract-tests-module, --with-tests and
12224         --tests-base (unused for the moment).
12225         (testsbase, inctests): New variables.
12226         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12227         (func_verify_module): Exclude TEMPLATE-TESTS.
12228         (func_verify_nontests_module, func_verify_tests_module): New functions.
12229         (func_get_dependencies): Add implicit dependency for tests modules.
12230         (func_get_tests_module): New function.
12231         (func_modules_transitive_closure): When --with-tests was specified,
12232         include the unit tests as well, unless explicitly avoided.
12233         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12234         (func_emit_tests_Makefile_am): New function.
12235         (func_create_testdir): When --with-tests was specified, emit a
12236         tests/ directory.
12237         * MODULES.html.sh (Future developments): Update.
12238
12239 2005-08-24  Bruno Haible  <bruno@clisp.org>
12240
12241         * modules/tls-tests: New file.
12242         * tests/test-tls.c: New file, from GNU gettext.
12243
12244 2005-08-24  Bruno Haible  <bruno@clisp.org>
12245
12246         * modules/lock-tests: New file.
12247         * tests/test-lock.c: New file, from GNU gettext.
12248
12249 2005-08-24  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/lock.h: Add multiple inclusion guard.
12252         * lib/tls.h: Add multiple inclusion guard.
12253
12254 2005-08-24  Bruno Haible  <bruno@clisp.org>
12255
12256         * gnulib-tool: Add support for the --aux-dir option to
12257         --create-testdir, --create-megatestdir, --test, --megatest.
12258         (func_create_testdir, func_create_megatestdir): Optionally emit a
12259         AC_CONFIG_AUX_DIR directive.
12260         (create-testdir, create-megatestdir, test, megatest): Provide a
12261         default value for $auxdir.
12262
12263 2005-08-24  Bruno Haible  <bruno@clisp.org>
12264
12265         * gnulib-tool (import): Use compound statement instead of subshell
12266         where possible.
12267
12268 2005-08-24  Bruno Haible  <bruno@clisp.org>
12269
12270         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12271
12272 2005-08-24  Bruno Haible  <bruno@clisp.org>
12273
12274         * gnulib-tool (func_version): Update.
12275
12276 2005-08-24  Bruno Haible  <bruno@clisp.org>
12277
12278         * gnulib-tool (func_import, func_create_testdir,
12279         func_create_megatestdir): Quote all autoconf macro arguments.
12280
12281 2005-08-24  Bruno Haible  <bruno@clisp.org>
12282
12283         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12284         option --force, because --force causes the aclocal.m4 of each
12285         subdirectory to be newer than the corresponding config.h.in.
12286
12287 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12288
12289         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12290         All contents moved to gl_REGEX.
12291         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12292         assume that it does.
12293
12294 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * lib/regex.h (REG_NOSYS)
12297         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12298         Define, since POSIX requires it as of 2001.
12299         (_REG_ENOSYS)
12300         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12301         New private symbol, used to keep the enum signed in all cases.
12302         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12303         Youngman in
12304         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12305
12306         * lib/regex_internal.c (re_string_skip_chars, register_state):
12307         (calc_state_hash):
12308         Remove forward decls; no longer needed now that we use prototypes.
12309         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12310         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12311         (clean_state_log_if_needed): Likewise.
12312
12313 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12314
12315         * config/srclist.txt: Add glibc bugs 1231-1233.
12316
12317 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12318
12319         Fix problems reported by Sam Steingold in
12320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12321         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12322         assumed that reg_errcode_t is a signed type, which is not
12323         necessarily true if _XOPEN_SOURCE is not defined.
12324         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12325         since some compilers warn about it otherwise.
12326
12327 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12328
12329         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12330         (init_word_char, create_initial_state, duplicate_node_closure):
12331         (fetch_token, peek_token_bracket, build_range_exp):
12332         (build_collating_symbol): Remove forward decls; no longer needed
12333         now that we use prototypes.
12334
12335         * lib/regcomp.c:
12336         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12337         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12338         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12339         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12340         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12341         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12342         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12343         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12344         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12345         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12346         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12347         (build_charclass, build_charclass_op, fetch_number, create_tree):
12348         (create_token_tree, mark_opt_subexp, duplicate_tree):
12349         Use prototypes rather than old-style definitions.
12350
12351         * lib/regex_internal.c:
12352         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12353         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12354         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12355         (re_string_reconstruct, re_string_peek_byte_case):
12356         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12357         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12358         (re_node_set_init_copy, re_node_set_add_intersect):
12359         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12360         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12361         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12362         (re_acquire_state, re_acquire_state_context, register_state):
12363         (create_ci_newstate, create_cd_newstate, free_state):
12364         Likewise.
12365         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12366         re_search_2):
12367         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12368         (re_search_internal, prune_impossible_nodes):
12369         (acquire_init_state_context, check_matching, static):
12370         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12371         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12372         (update_regs, sift_states_backward, build_sifted_states):
12373         (clean_state_log_if_needed, merge_state_array):
12374         (update_cur_sifted_state, add_epsilon_src_nodes):
12375         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12376         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12377         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12378         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12379         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12380         (check_arrival, check_arrival_add_next_nodes):
12381         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12382         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12383         (check_node_accept_bytes, check_node_accept, extend_buffers):
12384         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12385         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12386         (sift_ctx_init):
12387         Likewise.
12388
12389         * lib/regex_internal.h:
12390         (re_string_allocate, re_string_construct, re_string_reconstruct):
12391         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12392         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12393         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12394         (re_string_context_at, re_string_peek_byte_case):
12395         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12396         is defined, since we now use prototypes always.
12397
12398         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12399         C89 or better.  All uses removed.
12400
12401 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12402
12403         * config/srclist.txt: Add glibc bugs 1220-1227.
12404
12405 2005-08-20  Jim Meyering  <jim@meyering.net>
12406
12407         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12408         of unused local, dfa.
12409
12410 2005-08-20  Bruno Haible  <bruno@clisp.org>
12411
12412         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12413
12414 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12415
12416         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12417         (re_node_set_insert_last, re_dfa_add_node):
12418         Rename local variables to avoid GCC shadowing warnings.
12419
12420 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12421
12422         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12423         [defined lint]: Suppress bogus uninitialized-variable warnings.
12424
12425         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12426         and let the caller return REG_ESPACE if out of space.  This
12427         removes an uninitialied-variable warning with GCC 4.0.1, and also
12428         avoids taking the address of a local variable.  All callers
12429         changed.
12430
12431 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12432
12433         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12434         $LIBCSRC/posix/regexec.c.
12435         Add glibc bug 1217 for regcomp.c.
12436
12437 2005-08-19  Jim Meyering  <jim@meyering.net>
12438
12439         * lib/regexec.c (proceed_next_node): Redo local variables to
12440         avoid GCC shadowing warnings.
12441
12442 2005-08-18  Bruno Haible  <bruno@clisp.org>
12443
12444         * lib/strstr.c (strstr): Fix return value in multibyte case.
12445         * lib/strcasestr.c (strcasestr): Likewise.
12446
12447 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12448
12449         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12450
12451 2005-08-17  Jim Meyering  <jim@meyering.net>
12452
12453         Make the %s format (seconds since the epoch) work for a negative
12454         number and when used with a zero-padded field width, e.g. %015s.
12455
12456         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12457         label so that it precedes the code to set `digits'.  Otherwise,
12458         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12459         print `00-22'.  Now, it prints `-0022', as it should.
12460
12461 2005-08-17  Bruno Haible  <bruno@clisp.org>
12462
12463         * modules/strstr (Files): Add m4/mbrtowc.m4.
12464         (Depends-on): Add mbuiter.
12465
12466 2005-08-17  Bruno Haible  <bruno@clisp.org>
12467
12468         * modules/strcasestr: New file.
12469         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12470         strcasestr.
12471
12472 2005-08-17  Bruno Haible  <bruno@clisp.org>
12473
12474         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12475
12476 2005-08-17  Bruno Haible  <bruno@clisp.org>
12477
12478         * modules/mbuiter: New file.
12479         * MODULES.html.sh (Extended multibyte and wide character utilities):
12480         Add mbuiter.
12481
12482 2005-08-17  Bruno Haible  <bruno@clisp.org>
12483
12484         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12485         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12486
12487 2005-08-17  Bruno Haible  <bruno@clisp.org>
12488
12489         * m4/strcasestr.m4: New file.
12490
12491 2005-08-17  Bruno Haible  <bruno@clisp.org>
12492
12493         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12494         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12495
12496 2005-08-17  Bruno Haible  <bruno@clisp.org>
12497
12498         * lib/strcasestr.h: New file.
12499         * lib/strcasestr.c: New file.
12500
12501 2005-08-17  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/strcasecmp.c: Use mbuiter.h.
12504
12505 2005-08-17  Bruno Haible  <bruno@clisp.org>
12506
12507         * lib/mbuiter.h: New file.
12508
12509 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12510
12511         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12512         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12513         and gl_GETOPT are both invoked via different paths (as happens
12514         with GNU tar CVS because it uses both argp and getopt), the former
12515         wins.
12516
12517 2005-08-16  Bruno Haible  <bruno@clisp.org>
12518
12519         * modules/tls: New file.
12520         * MODULES.html.sh (Multithreading): Add tls.
12521
12522 2005-08-16  Bruno Haible  <bruno@clisp.org>
12523
12524         * modules/strnlen1: New file.
12525         * MODULES.html.sh (String handling): Add strnlen1.
12526
12527 2005-08-16  Bruno Haible  <bruno@clisp.org>
12528
12529         * modules/strcase (Files): Add m4/mbrtowc.m4.
12530         (Depends-on): Add strnlen1, mbchar.
12531
12532 2005-08-16  Bruno Haible  <bruno@clisp.org>
12533
12534         * modules/mbiter: New file.
12535         * MODULES.html.sh (Extended multibyte and wide character utilities):
12536         Add mbiter.
12537
12538 2005-08-16  Bruno Haible  <bruno@clisp.org>
12539
12540         * modules/mbfile: New file.
12541         * MODULES.html.sh (Extended multibyte and wide character utilities):
12542         Add mbfile.
12543
12544 2005-08-16  Bruno Haible  <bruno@clisp.org>
12545
12546         * modules/mbchar: New file.
12547         * MODULES.html.sh (Extended multibyte and wide character utilities):
12548         New section.
12549
12550 2005-08-16  Bruno Haible  <bruno@clisp.org>
12551
12552         * m4/tls.m4: New file, from GNU gettext.
12553
12554 2005-08-16  Bruno Haible  <bruno@clisp.org>
12555
12556         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12557         always.
12558         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12559
12560 2005-08-16  Bruno Haible  <bruno@clisp.org>
12561
12562         * m4/mbiter.m4: New file.
12563
12564 2005-08-16  Bruno Haible  <bruno@clisp.org>
12565
12566         * m4/mbfile.m4: New file.
12567
12568 2005-08-16  Bruno Haible  <bruno@clisp.org>
12569
12570         * m4/mbchar.m4: New file.
12571
12572 2005-08-16  Bruno Haible  <bruno@clisp.org>
12573
12574         * lib/tls.h: New file, from GNU gettext.
12575         * lib/tls.c: New file, from GNU gettext.
12576
12577 2005-08-16  Bruno Haible  <bruno@clisp.org>
12578
12579         * lib/strnlen1.h: New file.
12580         * lib/strnlen1.c: New file.
12581
12582 2005-08-16  Bruno Haible  <bruno@clisp.org>
12583
12584         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12585         (mbi_init): Update.
12586         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12587         NUL byte, not after it.
12588
12589 2005-08-16  Bruno Haible  <bruno@clisp.org>
12590
12591         * lib/strcase.h (strcasecmp): Add note in comments.
12592         * lib/strncasecmp.c: Use code from strcasecmp.c.
12593         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12594         (strcasecmp): Work correctly in multibyte locales.
12595
12596 2005-08-16  Bruno Haible  <bruno@clisp.org>
12597
12598         * lib/mbiter.h: New file.
12599
12600 2005-08-16  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/mbfile.h: New file.
12603
12604 2005-08-16  Bruno Haible  <bruno@clisp.org>
12605
12606         * lib/mbchar.h: New file.
12607         * lib/mbchar.c: New file.
12608
12609 2005-08-16  Bruno Haible  <bruno@clisp.org>
12610
12611         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12612         the valid ones. Makes the comparison operations transitive:
12613         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12614         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12615
12616 2005-08-15  Simon Josefsson  <jas@extundo.com>
12617
12618         * modules/ssize_t (License): Change to 'unlimited'.
12619
12620         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12621
12622 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12625         Add comments for each pending glibc patch.
12626
12627 2005-08-15  Bruno Haible  <bruno@clisp.org>
12628
12629         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12630         __cplusplus is defined.
12631
12632 2005-08-14  Jim Meyering  <jim@meyering.net>
12633
12634         Sync from coreutils.
12635
12636         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12637         Use the hash-table-based cycle-detection code not just when
12638         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12639         Reported by James Youngman in
12640         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12641         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12642         FTS_TIGHT_CYCLE_CHECK.
12643         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12644         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12645         once again.
12646         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12647         * lib/fts.c (fd_safer): Remove decl.
12648         Include fcntl--.h rather than unistd-safer.h
12649         (fts_safe_changedir): Don't call fd_safer; no longer needed
12650         now that we include fcntl--.h.
12651
12652 2005-08-12  Simon Josefsson  <jas@extundo.com>
12653
12654         * modules/getndelim2: Use ssize_t module.
12655         * modules/getnline: Likewise.
12656         * modules/safe-read: Likewise.
12657         * modules/xreadlink: Likewise.
12658
12659         * modules/ssize_t: New file.
12660
12661 2005-08-12  Simon Josefsson  <jas@extundo.com>
12662
12663         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12664
12665 2005-08-12  Simon Josefsson  <jas@extundo.com>
12666
12667         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12668         ssize_t.
12669
12670 2005-08-12  Simon Josefsson  <jas@extundo.com>
12671
12672         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12673         readline, getdelim and check_version.
12674         (Support for systems lacking ISO C 99: Sizes of integer types):
12675         Add size_max.
12676
12677 2005-08-12  Bruno Haible  <bruno@clisp.org>
12678
12679         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12680
12681 2005-08-11  Simon Josefsson  <jas@extundo.com>
12682
12683         * modules/readline: New file.
12684
12685         * modules/strnlen (Files): Add strnlen.h.
12686
12687 2005-08-11  Simon Josefsson  <jas@extundo.com>
12688
12689         * m4/readline.m4: New file.
12690
12691 2005-08-11  Simon Josefsson  <jas@extundo.com>
12692
12693         * lib/readline.h, readline.c: New file.
12694
12695 2005-08-11  Simon Josefsson  <jas@extundo.com>
12696
12697         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12698         gl_AVOID.
12699
12700 2005-08-11  Bruno Haible  <bruno@clisp.org>
12701
12702         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12703
12704 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12705
12706         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12707
12708 2005-08-10  Simon Josefsson  <jas@extundo.com>
12709
12710         * tests/test-iconvme.c: New file.
12711
12712 2005-08-10  Simon Josefsson  <jas@extundo.com>
12713
12714         * m4/strnlen.m4: New file.
12715
12716         * m4/strndup.m4: Don't check for strnlen declaration, done in
12717         strnlen.m4.
12718
12719 2005-08-10  Simon Josefsson  <jas@extundo.com>
12720
12721         * lib/strndup.c: Use strnlen.h.
12722
12723         * lib/strnlen.h: New file.
12724
12725 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12726
12727         * README: Typos.
12728
12729 2005-08-02  Simon Josefsson  <jas@extundo.com>
12730
12731         * modules/readline: New file.
12732
12733 2005-08-02  Simon Josefsson  <jas@extundo.com>
12734
12735         * modules/getdelim: New file.
12736
12737         * modules/getline: Rewrite, don't use getndelim2.
12738
12739 2005-08-02  Simon Josefsson  <jas@extundo.com>
12740
12741         * m4/getline.m4: Separate out getdelim stuff into separate module.
12742
12743         * m4/getdelim.m4: New file.
12744
12745 2005-08-02  Simon Josefsson  <jas@extundo.com>
12746
12747         * lib/getline.h, getline.c: Rewrite.
12748
12749         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12750
12751 2005-07-31  Bruno Haible  <bruno@clisp.org>
12752
12753         * lib/lock.h (gl_lock_initializer): New macro.
12754         (gl_lock_define_initialized): Use it.
12755         (gl_rwlock_initializer): New macro.
12756         (gl_rwlock_define_initialized): Use it.
12757         (gl_recursive_lock_initializer): New macro.
12758         (gl_recursive_lock_define_initialized): Use it.
12759
12760 2005-07-30  Karl Berry  <karl@gnu.org>
12761
12762         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12763         Report from Ben Pfaff, regarding getopt.
12764
12765 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12766
12767         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12768         normal way.
12769         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12770         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12771         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12772         (gl_GETOPT): Use the new macros.  Most of the implementation
12773         is moved to the new macros.  This is for programs like Emacs
12774         that don't want all the functionality of gl_GETOPT.
12775
12776 2005-07-26  Bruno Haible  <bruno@clisp.org>
12777
12778         * m4/lock.m4: Update from GNU gettext.
12779
12780 2005-07-26  Bruno Haible  <bruno@clisp.org>
12781
12782         * lib/lock.h: Update from GNU gettext.
12783         * lib/lock.c: Update from GNU gettext.
12784
12785 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12786
12787         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12788         obsolescent AC_TRY_RUN.  Include the default includes files, for
12789         'exit'.
12790
12791 2005-07-24  Bruno Haible  <bruno@clisp.org>
12792
12793         * modules/visibility: New file.
12794         * MODULES.html.sh (Misc): Add visibility.
12795
12796 2005-07-24  Bruno Haible  <bruno@clisp.org>
12797
12798         * m4/visibility.m4: New file.
12799
12800 2005-07-24  Bruno Haible  <bruno@clisp.org>
12801
12802         * doc/visibility.texi: New file.
12803
12804 2005-07-22  Bruno Haible  <bruno@clisp.org>
12805
12806         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12807         $(ALLOCA_H), redundant through BUILT_SOURCES.
12808         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12809         redundant through BUILT_SOURCES.
12810         * modules/byteswap (Makefile.am): Remove explicit dependency on
12811         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12812         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12813         $(FNMATCH_H), redundant through BUILT_SOURCES.
12814         * modules/getopt (Makefile.am): Remove explicit dependency on
12815         $(GETOPT_H), redundant through BUILT_SOURCES.
12816         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12817         redundant through BUILT_SOURCES.
12818         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12819         redundant through BUILT_SOURCES.
12820         * modules/stdbool (Makefile.am): Remove explicit dependency on
12821         $(STDBOOL_H), redundant through BUILT_SOURCES.
12822         * modules/stdint (Makefile.am): Remove explicit dependency on
12823         $(STDINT_H), redundant through BUILT_SOURCES.
12824         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12825         Remove explicit dependency on $(SYSEXITS_H).
12826         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12827
12828 2005-07-18  Simon Josefsson  <jas@extundo.com>
12829
12830         * lib/check-version.c (check_version): Accept identical versions too.
12831
12832 2005-07-18  Bruno Haible  <bruno@clisp.org>
12833
12834         * modules/lock: New file.
12835         * MODULES.html.sh (Multithreading): New section.
12836
12837 2005-07-18  Bruno Haible  <bruno@clisp.org>
12838
12839         * m4/lock.m4: New file, from GNU gettext.
12840
12841 2005-07-18  Bruno Haible  <bruno@clisp.org>
12842
12843         * lib/lock.h: New file, from GNU gettext.
12844         * lib/lock.c: New file, from GNU gettext.
12845
12846 2005-07-18  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/lock.h (gl_once_t): New type.
12849         (gl_once_define, gl_once): New macros.
12850         * lib/lock.c (fresh_once): New variable.
12851         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12852         functions.
12853
12854 2005-07-16  Simon Josefsson  <jas@extundo.com>
12855
12856         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12857         workaround, suggested by Bruno.
12858
12859 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * modules/xalloc (Depends-on): Add xalloc-die.
12862         * modules/xvasprintf (Depends-on): Add xalloc-die.
12863
12864 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12867         with a minor change.
12868
12869 2005-07-15  Bruno Haible  <bruno@clisp.org>
12870
12871         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12872         When using lib/poll.c, define poll as rpl_poll.
12873
12874 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * modules/argp (Depends-on): Remove unlocked-io.
12877
12878 2005-07-14  Derek Price  <derek@ximbiot.com>
12879
12880         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12881         for glob symlink bug.
12882
12883 2005-07-14  Bruno Haible  <bruno@clisp.org>
12884
12885         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12886         Instead, test for *_unlocked function declarations directly.
12887
12888 2005-07-11  Simon Josefsson  <jas@extundo.com>
12889
12890         * modules/size_max: New file.
12891
12892         * modules/xsize: Depend on size_max module for size_max.m4.
12893
12894 2005-07-11  Simon Josefsson  <jas@extundo.com>
12895
12896         * lib/size_max.h: New file.
12897
12898 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12899
12900         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12901         copyright symbol and the year.
12902         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12903         (version_etc_va): Use parameterized copyright notice.
12904         Reword to conform to the current GNU coding standards.
12905
12906 2005-07-11  Karl Berry  <karl@gnu.org>
12907
12908         * doc/gnulib.texi (Quoting): new node.
12909         (Initial import): more info, from Patrice.
12910
12911 2005-07-11  Bruno Haible  <bruno@clisp.org>
12912
12913         * gnulib-tool (func_usage): Document option --avoid.
12914         (Command line options): Handle --avoid.
12915         (func_acceptable): New function.
12916         (func_modules_transitive_closure): Use it.
12917
12918 2005-07-11  Bruno Haible  <bruno@clisp.org>
12919
12920         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12921         Reported by Jim Meyering.
12922
12923 2005-07-10  Bruno Haible  <bruno@clisp.org>
12924
12925         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12926         Needed when size_t is smaller than 'unsigned int'.
12927         Reported by Paul Eggert.
12928
12929 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12930
12931         * modules/argp (Depends-on): Add unlocked-io
12932
12933 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12934
12935         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12936         block of defines.
12937
12938 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12941         fix now.
12942
12943 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12944         and Paul Eggert  <eggert@cs.ucla.edu>
12945
12946         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12947         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12948
12949 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12950
12951         * modules/regex (Files): Add lib/regex_internal.c,
12952         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12953         (Depends-on): Add extensions.
12954         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12955
12956 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12959         pathconf.
12960         * m4/same.m4 (gl_SAME): Likewise.
12961         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12962
12963         * m4/regex.m4: Adjust to new libc regex implementation.
12964         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12965         all the .c and .h parts of (the new) regex.
12966         Quote the m4 stuff better.
12967         Check for RE_ICASE bug of old gnulib.
12968         Check for REG_STARTEND of recent libc.
12969         Rename local variables from jm_* to gl_*.
12970         Quote operand of "test -f".
12971         Say "recent enough" version of libc, not "version 2".
12972         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12973         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12974         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12975         Remove check for btowc, isascii.
12976         Require AM_LANGINFO_CODESET.
12977
12978 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * lib/regex.c, regex.h: Sync from libc.
12981         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12982         * lib/regexec.c:
12983         New files, synced from libc, except that regex_internal.h
12984         currently has a small porting fix.
12985
12986 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12989         regex_internal.c, regexec.c.
12990         Add regex_internal.h too, but as a comment, since the libc version
12991         is currently broken in gnulib mode.
12992
12993 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12994
12995         Support programs like Emacs that use gnulib but not gettext.
12996         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12997         * modules/gettext-h: New file.
12998         * modules/gettext (Files): Remove lib/gettext.h.
12999         (Depends-on): Add gettext-h.
13000         (Makefile.am): Remove lib_SOURCES.
13001         * modules/argmatch, modules/c-stack, modules/closeout:
13002         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13003         * modules/execute, modules/file-type, modules/getaddrinfo:
13004         * modules/getopt, modules/human, modules/javacomp:
13005         * modules/javaexec, modules/mkdir-p, modules/obstack:
13006         * modules/openat, modules/pagealign_alloc, modules/pipe:
13007         * modules/quotearg, modules/regex, modules/rpmatch:
13008         * modules/unicodeio, modules/userspec, modules/version-etc:
13009         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13010         * modules/xsetenv:
13011         Depend on gettext-h, not gettext.
13012
13013 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * gnulib-tool (func_import): Add support for 'public domain' license.
13016         * modules/alloca, modules/atexit, modules/memmove:
13017         Now public domain, not GPL.
13018         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13019         * modules/realloc, modules/strerror, modules/strtod:
13020         Now LGPL, not GPL.
13021
13022 2005-07-05  Bruno Haible  <bruno@clisp.org>
13023
13024         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13025         autoconf CVS. Needed for mingw.
13026
13027 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         Remove the dependency of the strftime module on the tzset module.
13030         * modules/strftime (Depends-on): Remove dependency on tzset.
13031
13032 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13033
13034         Remove the dependency of the strftime module on the tzset module.
13035         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13036         gl_FUNC_TZSET_CLOBBER.
13037
13038 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13039
13040         Remove the dependency of the strftime module on the tzset module.
13041         * lib/strftime.c (my_strftime)
13042         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13043         Copy the input structure, to work around some of the bug with
13044         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13045         Solaris releases, you should also use the tzset module, but we won't
13046         require it as a dependency any more since we don't want LGPLed code
13047         to depend on GPLed code.
13048
13049 2005-07-02  Jim Meyering  <jim@meyering.net>
13050
13051         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13052         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13053         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13054         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13055
13056 2005-07-02  Jim Meyering  <jim@meyering.net>
13057
13058         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13059
13060 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13063         declares only 'struct timespec;' (!).
13064
13065 2005-07-01  Jim Meyering  <jim@meyering.net>
13066
13067         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13068         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13069         * lib/save-cwd.c, tempname.c:
13070         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13071         and don't include <sys/file.h>).
13072
13073 2005-06-29  Jim Meyering  <jim@meyering.net>
13074
13075         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13076         type name.  Use the variable name instead.
13077         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13078         Likewise.
13079
13080 2005-06-28  Simon Josefsson  <jas@extundo.com>
13081
13082         * modules/check-version (Files): Add check-version.m4.
13083
13084 2005-06-28  Simon Josefsson  <jas@extundo.com>
13085
13086         * m4/check-version.m4: New file, suggested by Jim Meyering
13087         <jim@meyering.net>.
13088
13089 2005-06-28  Simon Josefsson  <jas@extundo.com>
13090
13091         * lib/check-version.h, lib/check-version.c: New files.
13092
13093 2005-06-28  Simon Josefsson  <jas@extundo.com>
13094
13095         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13096         collision with global variable.  Better indentation.  Don't
13097         increment buffer pointer beyond buffer end.  Based on comments
13098         from Paul Eggert <eggert@cs.ucla.edu>.
13099
13100         * lib/base64.h: Indent.
13101
13102 2005-06-28  Simon Josefsson  <jas@extundo.com>
13103
13104         * doc/gnulib.texi (Library version handling): New section.
13105
13106 2005-06-28  Jim Meyering  <jim@meyering.net>
13107
13108         * check-module (find_included_lib_files): Hard-code another
13109         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13110         but modules/fts-lgpl (correctly) does not list those files.
13111
13112         * modules/canonicalize (Files): Add lib/pathmax.h.
13113
13114 2005-06-25  Simon Josefsson  <jas@extundo.com>
13115
13116         * modules/check-version: New file.
13117
13118 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13119
13120         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13121         initializer of struct addrinfo, as an indication that we don't
13122         care how many members the structure has.
13123
13124 2005-06-24  Derek Price  <derek@ximbiot.com>
13125         and Bruno Haible  <bruno@clisp.org>
13126
13127         Remove stat module & update lstat.
13128         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13129         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13130         * m4/stat.m4: Remove this file.
13131
13132 2005-06-24  Derek Price  <derek@ximbiot.com>
13133         and Bruno Haible  <bruno@clisp.org>
13134
13135         Remove stat module & update lstat.
13136         * lib/stat.c: Remove this file...
13137         (slash_aware_lstat): ...moving this content and its support...
13138         * lib/lstat.c (rpl_lstat): ...into here.
13139         * lib/lstat.h: New file.
13140
13141 2005-06-24  Derek Price  <derek@ximbiot.com>
13142         and Bruno Haible  <bruno@clisp.org>
13143
13144         Remove stat module & update lstat.
13145         * config/srclist.txt (libc sources): Remove stat.
13146
13147 2005-06-24  Derek Price  <derek@ximbiot.com>
13148         and Bruno Haible  <bruno@clisp.org>
13149
13150         Remove stat module & update lstat.
13151         * MODULES.html.sh (stat): Remove.
13152         * MODULES.html: Regenerated.
13153         * modules/lstat (Description): Correct function name.
13154         (Files): Add "lstat.h".
13155         (Depends-on): Remove stat, add xalloc, stat-macros.
13156         * modules/stat: Remove this file.
13157         (Include): Add "lstat.h", remove <sys/stat.h>.
13158
13159 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13160
13161         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13162         (ranged_convert): Don't save conversion in a temporary struct.
13163         This causes a warning with GCC 4.0.0, and anyway in the typical
13164         case it's not worth the extra 100 bytes or so of code.
13165         (ranged_convert, __mktime_internal): When calling a function via a
13166         pointer P, use P () rather than (*P) (), as we now assume C89 or
13167         better.
13168
13169 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13170
13171         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13172         "who -r" failed to give output.  Problem reported by Tim Waugh.
13173
13174         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13175         (xcalloc): Use it to avoid needless tests.
13176         Problem reported by Jim Meyering.
13177
13178 2005-06-20  Derek Price  <derek@ximbiot.com>
13179
13180         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13181         unnecessary for Autoconfs > 2.59c.
13182
13183 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13184
13185         * lib/argp.h (__option_is_short): Check upper limit of
13186         __key. Isprint() requires its argument to have the value
13187         of an unsigned char or EOF.
13188
13189 2005-06-16  Jim Meyering  <jim@meyering.net>
13190
13191         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13192         when either N or S is zero.
13193
13194 2005-06-16  Derek Price  <derek@ximbiot.com>
13195
13196         * m4/bison.m4: Declare YACC & YFLAGS precious.
13197
13198 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13201         multibyte string or pattern, fall back on unibyte matching.
13202         Problem reported by James Youngman.
13203
13204 2005-06-08  Bruno Haible  <bruno@clisp.org>
13205
13206         * modules/csharpcomp: New file.
13207         * MODULES.html.sh (C#): Add csharpcomp.
13208
13209 2005-06-08  Bruno Haible  <bruno@clisp.org>
13210
13211         * m4/csharpcomp.m4: New file, from GNU gettext.
13212
13213 2005-06-08  Bruno Haible  <bruno@clisp.org>
13214
13215         * lib/csharpcomp.h: New file, from GNU gettext.
13216         * lib/csharpcomp.c: New file, from GNU gettext.
13217         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13218
13219 2005-06-08  Bruno Haible  <bruno@clisp.org>
13220
13221         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13222         warning on mingw.
13223
13224 2005-06-07  Derek Price  <derek@ximbiot.com>
13225
13226         Sync from CVS.
13227         * lib/glob_.h: Indent nested #ifdef.
13228
13229 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         Sync from coreutils.
13232         Use "file name" when talking about file names, instead of "filename"
13233         or "path", as per the GNU coding standards.
13234         * lib/mkdir-p.c: Renamed from makepath.c.
13235         (make_dir_parents): Renamed from make_path.  All callers changed.
13236         * lib/mkdir-p.h: Likewise.  All includers changed.
13237         * lib/filenamecat.c: Renamed from path-concat.c.
13238         (file_name_concat): Renamed from path_concat.  All callers changed.
13239         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13240         * lib/filenamecat.h: Likewise.  All includers changed.
13241         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13242         in comments or local variable names.
13243         * lib/basename.c: Likewise.
13244         * lib/canonicalize.c, canonicalize.h: Likewise.
13245         * lib/dirname.c, dirname.h: Likewise.
13246         * lib/euidaccess.c: Likewise.
13247         * lib/exclude.c: Likewise
13248         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13249         * lib/fsusage.c, fsuage.h: Likewise.
13250         * lib/fts.c, fts_.h: Likewise.
13251         * lib/getcwd.c: Likewise.
13252         * lib/getloadavg.c: Likewise.
13253         * lib/mkstemp.c: Likewise.
13254         * lib/mountlist.c, mountlist.h: Likewise.
13255         * lib/openat.c, openat.h: Likewise.
13256         * lib/readlink-stub.c: Likewise.
13257         * lib/readutmp.c, readutmp.h: Likewise.
13258         * lib/rename.c: Likewise.
13259         * lib/rmdir.c: Likewise.
13260         * lib/same.c: Likewise.
13261         * lib/savedir.c: Likewise.
13262         * lib/stripslash.c: Likewise.
13263         * lib/tempname.c: Likewise.
13264         * lib/xreadlink.c: Likewise.
13265         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13266         All uses changed.
13267         * lib/exclude.h: Likewise.
13268
13269         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13270         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13271         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13272         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13273         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13274         files have been getting away with it for years (MORE/BSD 4.3
13275         is extinct now).
13276         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13277         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13278
13279         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13280         Define to 256, not 255, as per modern POSIX.
13281
13282 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         Sync from coreutils.
13285         Use "file name" when talking about file names, instead of "filename"
13286         or "path", as per the GNU coding standards.
13287         * MODULES.html.sh: mkdir-p renamed from makepath.
13288         filenamecat renamed from path-concat.
13289         * modules/filenamecat: Renamed from modules/path-concat.
13290         (Files): filenamecat.h and filenamecat.c renamed from
13291         path-concat.h and path-concat.c.
13292         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13293         (Include): filenamecat.h, not path-concat.h.
13294         * modules/mkdir-p: Renamed from modules/makepath.
13295         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13296         makepath.c.
13297         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13298         (Include): mkdir-p.h, not makepath.h.
13299
13300 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         Sync from coreutils.
13303         * m4/mkdir-p.m4: Renamed from makepath.m4.
13304         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13305         Rename files from makepath.c to mkdir-p.c, and from
13306         makepath.h to mkdir-p.h.
13307         * m4/filenamecat.m4: Renamed from path-concat.m4.
13308         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13309         Rename files from path-concat.c to filenamecat.c,
13310         and from path-concat.h to filenamecat.h.
13311         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13312         "file name" in local variables or comments.
13313         * m4/rename.m4: Likewise.
13314
13315 2005-06-01  Bruno Haible  <bruno@clisp.org>
13316
13317         * modules/csharpexec: New file.
13318         * MODULES.html.sh (C#): New section.
13319
13320 2005-06-01  Bruno Haible  <bruno@clisp.org>
13321
13322         * m4/csharp.m4: New file, from GNU gettext.
13323         * m4/csharpexec.m4: New file, from GNU gettext.
13324
13325 2005-06-01  Bruno Haible  <bruno@clisp.org>
13326
13327         * lib/csharpexec.h: New file, from GNU gettext.
13328         * lib/csharpexec.c: New file, from GNU gettext.
13329         * lib/csharpexec.sh.in: New file, from GNU gettext.
13330
13331 2005-05-31  Derek Price  <derek@ximbiot.com>
13332             Paul Eggert  <eggert@cs.ucla.edu>
13333
13334         Sync from cvs.
13335         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13336
13337 2005-05-31  Derek Price  <derek@ximbiot.com>
13338             Paul Eggert  <eggert@cs.ucla.edu>
13339
13340         Sync from cvs.
13341         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13342
13343 2005-05-29  Derek Price  <derek@ximbiot.com>
13344
13345         * config/srclist.txt (glob_.h, glob.c): Add these files.
13346
13347 2005-05-29  Derek Price  <derek@ximbiot.com>
13348
13349         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13350         * modules/glob: New file.
13351         * modules/getlogin_r: Add link to POSIX spec in description.
13352
13353 2005-05-29  Derek Price  <derek@ximbiot.com>
13354             Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * m4/glob.m4: New file.
13357
13358 2005-05-29  Derek Price  <derek@ximbiot.com>
13359             Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * lib/glob_.h, lib/glob.c: New files.
13362
13363 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13364
13365         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13366         * modules/fts-lgpl (Depends-on): Remove gettext.
13367
13368 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13371         and don't require gt_INTTYPES_PRI.
13372
13373 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13376
13377         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13378         the configuration hassle isn't worth it.
13379         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13380         (LONGEST_MODIFIER, PRIuMAX): Remove.
13381
13382 2005-05-27  Bruno Haible  <bruno@clisp.org>
13383
13384         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13385
13386 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13389         _POSIX_PTHREAD_SEMANTICS for Solaris.
13390
13391 2005-05-25  Derek Price  <derek@ximbiot.com>
13392
13393         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13394
13395 2005-05-25  Derek Price  <derek@ximbiot.com>
13396             Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13399         * lib/getlogin_r.c, getlogin_r.h: New files.
13400
13401 2005-05-25  Bruno Haible  <bruno@clisp.org>
13402             Derek Price  <derek@ximbiot.com>
13403
13404         * lib/getlogin_r.h: Simplify API documentation.
13405
13406 2005-05-23  Derek Price  <derek@ximbiot.com>
13407
13408         * modules/minmax (Files): Add m4/minmax.m4.
13409         (configure.ac): Add gl_MINMAX.
13410
13411 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13412
13413         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13414         so that unistd-safer.h (GPL'ed code) need not be included.
13415
13416 2005-05-22  Bruno Haible  <bruno@clisp.org>
13417
13418         * m4/minmax.m4: New file.
13419         Based on a patch by Derek Price <derek@ximbiot.com>.
13420
13421 2005-05-22  Bruno Haible  <bruno@clisp.org>
13422
13423         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13424         (INT64_MIN): Fix definition.
13425         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13426
13427         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13428         NEED_SIGNED_INT_TYPES.
13429
13430         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13431         HAVE_SYSTEM_INTTYPES.
13432
13433 2005-05-22  Bruno Haible  <bruno@clisp.org>
13434
13435         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13436         Also include <sys/param.h> if it defines MIN, MAX.
13437         Based on a patch by Derek Price <derek@ximbiot.com>.
13438
13439 2005-05-21  Jim Meyering  <jim@meyering.net>
13440
13441         * modules/fts (Files): Add m4/inttypes-pri.m4.
13442         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13443
13444 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13445
13446         New fts module.
13447         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13448         (setup_dir, free_dir): New functions.
13449         (enter_dir, leave_dir): Define trivial
13450         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13451         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13452         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13453         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13454         Move to fts-cycle.c.
13455         (fts_open): Use setup_dir.
13456         (fts_close): Use free_dir.
13457         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13458         This adds a label and some gotos, but the alternatives were messier.
13459         Check for memory allocation failure when entering a dir.
13460         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13461         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13462         (FTS): New member fts_cycle, that is a union that contains the
13463         old active_dir_ht and cycle_state.  All uses changed to mention
13464         fts_cycle.ht and fts_cycle.state.
13465         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13466         fts.c, with the following changes:
13467         (setup_dir, free_dir): New functions.
13468         (enter_dir): Now returns bool.  Return true if successful, false
13469         if memory exhausted.  All callers changed.
13470         Do not bother partly cleaning up on
13471         memory allocation failure; that is free_dir's job.
13472         However, free ad if hash_insert fails, to avoid memory leak.
13473         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13474         fts->fts_options to see which union member to use.
13475
13476 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13479         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13480
13481 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13482
13483         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13484
13485 2005-05-20  Jim Meyering  <jim@meyering.net>
13486
13487         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13488         Now a macro, to pacify GCC.
13489
13490 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13491
13492         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13493         of -1.
13494
13495 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13496
13497         * lib/chown.c (rpl_chown): Return -1 on failure.
13498
13499 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13500
13501         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13502         Don't check for stddef.h.
13503         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13504         don't use its results.
13505         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13506         since we include them unconditionally.  Don't require
13507         AM_STDBOOL_H, since stdbool is a prerequisite.
13508         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13509         since we assume C89 or better.
13510         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13511         as we don't use their results.
13512         Don't check for fchdir, memmove, memset, strrchr, as we use
13513         them unconditionally.
13514         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13515         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13516
13517 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13520         Include <stddef.h> unconditionally, since we assume C89 now.
13521         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13522         * lib/fts.c: Include fts_.h first, to check interface.
13523         Do not include intprops.h; no longer needed.
13524         Include cycle-check.h and hash.h, since fts_.h no longer does.
13525         Remove unnecessary casts of closedir to void.
13526         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13527         decide whether to decrement nlinks.
13528         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13529         (FTS): Use struct hash_table * instead of Hash_table, so that
13530         we no longer need to include hash.h here.
13531
13532 2005-05-18  Jim Meyering  <jim@meyering.net>
13533
13534         * modules/dirfd (License): Change to LGPL.  Most of the code
13535         is already in the public domain.
13536
13537 2005-05-18  Jim Meyering  <jim@meyering.net>
13538
13539         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13540         Reported by Yoann Vandoorselaere.
13541
13542 2005-05-17  Jim Meyering  <jim@meyering.net>
13543
13544         * m4/fts.m4: New file, from coreutils.
13545
13546 2005-05-17  Jim Meyering  <jim@meyering.net>
13547
13548         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13549
13550 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13551
13552         Sync from coreutils.
13553         * m4/unlinkdir.m4: New file.
13554
13555 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13556
13557         Sync from coreutils.
13558         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13559         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13560         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13561         White space changes only.
13562         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13563         special.
13564         * lib/yesno.c: Include getline.h, not ctype.h.
13565         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13566         Use getline to remove arbitrary restriction on response length.
13567
13568 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         * config/srclist-update: Spell out "Street" in FSF postal
13571         mail address; this is the style the FSF seems to prefer.
13572
13573         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13574         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13575         this updates FSF postal mail address.
13576
13577         Sync from coreutils.
13578         * modules/unlinkdir: New file.
13579         * modules/yesno (Depends-on): Add getline.
13580         * MODULES.html.sh (File system functions): Add unlinkdir.
13581
13582 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13583
13584         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13585         lib/strsep.h:
13586         Change the initial comment to refer to GPL, not LGPL.
13587         gnulib-tool will change it to LGPL as needed.
13588
13589         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13590         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13591         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13592         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13593         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13594         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13595         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13596         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13597         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13598         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13599         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13600         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13601         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13602         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13603         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13604         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13605         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13606         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13607         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13608         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13609         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13610         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13611         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13612         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13613         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13614         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13615         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13616         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13617         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13618         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13619         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13620         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13621         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13622         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13623         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13624         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13625         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13626         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13627         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13628         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13629         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13630         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13631         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13632         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13633         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13634         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13635         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13636         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13637         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13638         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13639         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13640         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13641         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13642         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13643         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13644         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13645         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13646         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13647         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13648         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13649         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13650         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13651         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13652         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13653         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13654         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13655         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13656         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13657         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13658         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13659         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13660         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13661         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13662         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13663         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13664         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13665         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13666         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13667         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13668         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13669         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13670         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13671         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13672         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13673         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13674         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13675         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13676         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13677         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13678         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13679         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13680         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13681         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13682         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13683         lib/yesno.c, lib/yesno.h:
13684         Update FSF postal mail address.
13685
13686 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13689         tests/test-memmem.c, tests/test-stpncpy.c:
13690         Update FSF postal mail address.
13691
13692 2005-05-13  Bruno Haible  <bruno@clisp.org>
13693
13694         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13695         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13696         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13697         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13698         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13699         Add support for 64-bit integers in the MSVC compiler.
13700
13701 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13702
13703         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13704
13705 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13706
13707         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13708
13709 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13710
13711         * doc/getdate.texi (General date syntax): Don't say that date
13712         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13713         Problem reported by Nic Ferrier.
13714
13715 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13716
13717         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13718         specified in ai_socktype. Fix invalid ai_protocol
13719         check. ai_protocol is usually set to 0 or depending on
13720         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13721         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13722         ai_socktype / ai_protocol in the returned addrinfo structure.
13723
13724 2005-05-10  Simon Josefsson  <jas@extundo.com>
13725
13726         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13727         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13728
13729 2005-05-10  Karl Berry  <karl@gnu.org>
13730
13731         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13732         (from http://www.gnu.org/licenses).
13733         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13734         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13735         fdl.texi suffices.
13736
13737 2005-05-10  Karl Berry  <karl@gnu.org>
13738
13739         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13740         (COPYING.DOC): remove.
13741
13742         * config/srclist-update: new FSF address.
13743
13744 2005-05-10  Derek Price  <derek@ximbiot.com>
13745
13746         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13747         possible.
13748
13749 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13750             Bruno Haible  <bruno@clisp.org>
13751
13752         * modules/inet_ntop: New file.
13753         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13754         inet_ntop.
13755
13756 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13757             Bruno Haible  <bruno@clisp.org>
13758
13759         * m4/inet_ntop.m4: New file.
13760
13761 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13762             Bruno Haible  <bruno@clisp.org>
13763
13764         * lib/inet_ntop.h: New file.
13765         * lib/inet_ntop.c: New file, from glibc with modifications.
13766
13767 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * modules/time_r (License): Change to LGPL.
13770         * modules/extensions (License): Change to LGPL.  Actually,
13771         the license is more permissive than that, but currently gnulib-tool
13772         doesn't know how to handle more-permissive licenses.
13773
13774         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13775         Problem reported by Dave Love.
13776
13777 2005-05-08  Jim Meyering  <jim@meyering.net>
13778
13779         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13780         blank.
13781
13782 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * modules/argmatch (Depends-on): Add stdbool.
13785         * modules/backupfile (Depends-on): Likewise.
13786         * modules/chdir-long (Depends-on): Likewise.
13787         * modules/closeout (Depends-on): Likewise.
13788         * modules/cycle-check (Depends-on): Likewise.
13789         * modules/dirname (Depends-on): Likewise.
13790         * modules/fnmatch (Depends-on): Likewise.
13791         * modules/fsusage (Depends-on): Likewise.
13792         * modules/fwriteerror (Depends-on): Likewise.
13793         * modules/getcwd (Depends-on): Likewise.
13794         * modules/getloadavg (Depends-on): Likewise.
13795         * modules/hard-locale (Depends-on): Likewise.
13796         * modules/makepath (Depends-on): Likewise.
13797         * modules/mountlist (Depends-on): Likewise.
13798         * modules/nanosleep (Depends-on): Likewise.
13799         * modules/posixtm (Depends-on): Likewise.
13800         * modules/quotearg (Depends-on): Likewise.
13801         * modules/readtokens (Depends-on): Likewise.
13802         * modules/readtokens0 (Depends-on): Likewise.
13803         * modules/readutmp (Depends-on): Likewise.
13804         * modules/save-cwd (Depends-on): Likewise.
13805         * modules/strftime (Depends-on): Likewise.
13806         * modules/userspec (Depends-on): Likewise.
13807         * modules/utimecmp (Depends-on): Likewise.
13808         * modules/xgetcwd (Depends-on): Likewise.
13809         * modules/xnanosleep (Depends-on): Likewise.
13810         * modules/xstrtod (Depends-on): Likewise.
13811         * modules/yesno (Depends-on): Likewise.
13812
13813 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13816         needless checks.
13817
13818 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13819
13820         Merge from coreutils.  Among other things,
13821         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13822         * lib/fd-safer.c: New file.
13823         * lib/fcntl-safer.h, open-safer.c: Remove.
13824         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13825         * lib/dup-safer.c: Include unistd-safer.h first.
13826         Don't include errno.h.
13827         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13828         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13829         * lib/file-type.c: Rely on file-type.h change.
13830         * lib/getloadavg.c: Include unistd-safer.h.
13831         (getloadavg): Use safer open.
13832         * lib/getusershell.c: Include "stdio-safer.h".
13833         (getusershell): Use safer fopen.
13834         * lib/long-options.c (long_options): Use NULL rather than 0.
13835         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13836         'free'.
13837         * lib/modechange.c: Likewise.
13838         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13839         (MODE_DONE): New constant.
13840         (struct mode_change): Remove 'next' member.
13841         (make_node_op_equals): New function; like the old one of the
13842         same name, except it allocates an array.
13843         (mode_compile, mode_create_from_ref): Use it.
13844         (mode_compile): Allocate result as an array, not a linked list.
13845         Parse octal string ourself, so that we catch mistakes like "+0".
13846         (mode_adjust): Arg is an array, not a linked list.
13847         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13848         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13849         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13850         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13851         Remove.  This is now stat-macros.h's job.
13852         (talloc): Remove.  All callers replaced by xalloc, so that
13853         our invokers don't have to worry about reporting memory failures.
13854         (make_node_op_equals): Remove.
13855         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13856         New constants.
13857         (struct mode_change): Moved here from modechange.h.
13858         (mode_append_entry): Remove.
13859         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13860         apps to have incorrect behavior.  Use simpler algorithm for head
13861         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13862         Detect more invalid usages rather than having somewhat-random behavior.
13863         Don't insert an "a=" action, as that leads to incorrect behavior.
13864         (mode_compile, mode_create_from_ref): Return NULL on error instead
13865         of an enum, since now there's only one way to have an error.  All
13866         callers changed.
13867         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13868         at the correct time.  Simplify calculation of "+u" and its ilk.
13869         Don't mishandle "+X".
13870         (mode_free): Remove "register" and localize decls.
13871         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13872         (struct mode_change): Move to modechange.c; callers don't
13873         need to see this stuff.
13874         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13875         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13876         (mode_change, mode_adjust): Reflect the new signatures noted above.
13877         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13878         that might redefine system include files.
13879         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13880         (my_usleep): Use NULL rather than (void *) 0.
13881         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13882         Use siginterrupt to specify that system calls should be interrupted.
13883         (rpl_nanosleep): Move initialization of suspended closer to call of
13884         my_usleep.
13885         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13886         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13887         (desirable_utmp_entry): New function.
13888         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13889         using x2nrealloc, to simplify logic.
13890         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13891         size calculation.  Do not assume utmp file is a regular file.
13892         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13893         (READ_UTMP_CHECK_PIDS): New constant.
13894         * lib/save-cwd.c: Include unistd-safer.h.
13895         (save_cwd): Use fd_safer.
13896         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13897         [!_LIBC] Include "stat-macros.h" instead.
13898         * lib/unistd-safer.h (fd_safer): New decl.
13899
13900 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13901
13902         * modules/getloadavg (Depends-on): Add unistd-safer.
13903         * modules/getusershell (Depends-on): Add stdio-safer.
13904         * modules/lstat (Depends-on): Remove xalloc.
13905         * modules/mkstemp (Depends-on): Add stat-macros.
13906         * modules/modechange (Depends-on): Remove xstrtol.
13907         Add stat-macros, xalloc.
13908         * modules/save-cwd (Depends-on): Add unistd-safer.
13909         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13910         * modules/unistd-safer (Files): Add lib/fd-safer.c
13911         (Makefile.am): Remove lib_SOURCES.
13912
13913         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13914         Remove fcntl-safer; unistd-safer supersedes it.
13915
13916 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13917
13918         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13919         AC_HEADER_STAT.
13920         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13921         (gl_PREREQ_CHOWN): Remove.
13922         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13923         it.  Don't require AC_HEADER_STAT.
13924         (gl_PREREQ_LSTAT): Remove.
13925         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13926         Don't require AC_HEADER_STAT.
13927         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13928         (gl_PREREQ_RMDIR): Remove.
13929         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13930         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13931         the stat-macros module a prerequisite.
13932         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13933         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13934         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13935         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13936         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13937         variable names.
13938         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13939         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13940         variable prefixes.
13941         * m4/fcntl-safer.m4: Remove.
13942         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13943         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13944         Invoke gl_PREREQ_FD_SAFER.
13945         (gl_PREREQ_FD_SAFER): New macro.
13946         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13947         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13948         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13949         Remove duplicate call to AC_LIBOBJ(readutmp).
13950         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13951
13952         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13953         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13954
13955 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * MODULES.html.sh (Misc): Add byteswap.
13958
13959 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13960
13961         * modules/getcwd (Depends-on): Add extensions.
13962         * modules/openat (Depends-on): Likewise.
13963
13964 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13965
13966         * modules/byteswap: New file.
13967
13968 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13969
13970         * m4/byteswap.m4: New file.
13971
13972 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13973
13974         * lib/byteswap_.h: New file.
13975
13976 2005-04-25  Karl Berry  <karl@gnu.org>
13977
13978         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13979
13980 2005-04-25  Albert Chin  <china@thewrittenword.com>
13981
13982         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13983         Toolkit C bug.
13984
13985 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13986
13987         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13988         (func_ln_if_changed) Remove forcibly for no error message
13989         in case file does not exist.
13990
13991 2005-04-19  Simon Josefsson  <jas@extundo.com>
13992
13993         * gnulib-tool (Options): Make --symlink mean --symbolic.
13994
13995 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13996
13997         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13998
13999 2005-04-16  Simon Josefsson  <jas@extundo.com>
14000
14001         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14002
14003 2005-04-15  Simon Josefsson  <jas@extundo.com>
14004
14005         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14006
14007 2005-04-15  Simon Josefsson  <jas@extundo.com>
14008
14009         * gnulib-tool: Rename --symlink to --symbolic.
14010
14011 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14012
14013         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14014         symbolic links to files instead of copying/moving.  Add --aux-dir,
14015         specifying directory relative --dir where auxiliary build tools
14016         are placed.
14017
14018 2005-04-14  Bruno Haible  <bruno@clisp.org>
14019
14020         * modules/allocsa (License): Change to LGPL.
14021         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14022
14023 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14024
14025         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14026         that "UTC +1 second" continues to work.  Problem reported
14027         by Dmitry V. Levin.
14028         (relunit_snumber): New rule.
14029         (relunit): Use it.
14030
14031 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * lib/getdate.y (universal_time_zone_table): New constant.
14034         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14035         universal_time_zone_table.
14036         (lookup_zone): Prefer universal_time_zone_table to
14037         local_time_zone_table, so that "GMT" time stamps are allowed in
14038         London during the summer.  Problem reported by Ian Abbott.
14039
14040 2005-04-12  Jim Meyering  <jim@meyering.net>
14041
14042         * lib/human.c (humblock): Set *options even when returning due to
14043         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14044         warning from gcc-4.
14045
14046 2005-04-09  Jim Meyering  <jim@meyering.net>
14047
14048         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14049         -Wuninitialized: initialize tm0.tm_year.
14050
14051 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14052
14053         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14054         count, since there's no maximum.  All uses changed.
14055         Add member dsts_seen.
14056         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14057         not being INT_MAX.
14058         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14059         Use pc_rels_seen to decide whther a date is absolute.
14060
14061         * lib/getdate.y (number): Don't overwrite year.
14062         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14063         check.
14064
14065 2005-04-02  Simon Josefsson  <jas@extundo.com>
14066
14067         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14068         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14069
14070 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14071
14072         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14073         where no absolute path name can be longer than PATH_MAX.
14074
14075 2005-03-27  Jim Meyering  <jim@meyering.net>
14076
14077         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14078
14079 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14082         "one's complement" -> "ones' complement" in comment, as per Knuth.
14083         "value of type" -> "type or expression" in comment.
14084         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14085
14086 2005-03-26  Jim Meyering  <jim@meyering.net>
14087
14088         Comment nits.
14089         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14090         Correct typos: s/or/of/.
14091
14092 2005-03-26  Jim Meyering  <jim@meyering.net>
14093
14094         * modules/check-include-files: Move to ../ and rename to...
14095         * check-module: ...this.
14096
14097 2005-03-25  Jim Meyering  <jim@meyering.net>
14098
14099         * modules/xvasprintf (Files): Add xalloc.h.
14100
14101 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14102
14103         * modules/gettext (Files): config/config.rpath ->
14104         build-aux/config.rpath
14105         * modules/iconv (Files): Likewise.
14106         Problem reported by Oskar Liljeblad.
14107
14108 2005-03-23  Jim Meyering  <jim@meyering.net>
14109
14110         * modules/check-include-files: New script to check for
14111         missing dependencies, multiple includes, etc.
14112
14113         * modules/c-strtold (Depends-on): Add xalloc.
14114         * modules/c-strtod (Depends-on): Add xalloc.
14115         * modules/hash (Depends-on): Add xalloc.
14116         (Files): Remove lib/xalloc.h.
14117
14118         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14119         * modules/userspec (Files): Add lib/inttostr.h.
14120
14121 2005-03-23  Jim Meyering  <jim@meyering.net>
14122
14123         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14124
14125 2005-03-22  Jim Meyering  <jim@meyering.net>
14126
14127         * modules/stat-macros: New module.
14128         * modules/canonicalize, modules/euidaccess, modules/file-type,
14129         * modules/filemode, modules/lchown, modules/makepath,
14130         * modules/rmdir, modules/stat: Depend on new stat-macros module
14131         rather than listing lib/stat-macros.h manually.
14132         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14133
14134 2005-03-22  Jim Meyering  <jim@meyering.net>
14135
14136         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14137
14138 2005-03-22  Bruno Haible  <bruno@clisp.org>
14139
14140         * config/srclist.txt: Replace target directory 'config' with
14141         'build-aux'.
14142         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14143         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14144         ../build-aux/.
14145
14146 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14147
14148         * modules/chdir-long (Depends-on): Add mempcpy.
14149
14150         * modules/acl, modules/backupfile, modules/c-strtod,
14151         modules/c-strtold, modules/canon-host, modules/canonicalize,
14152         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14153         modules/exclude, modules/exitfail, modules/file-type,
14154         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14155         modules/getdate, modules/getline, modules/getpagesize,
14156         modules/getpass, modules/getugroups, modules/group-member,
14157         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14158         modules/inttostr, modules/long-options, modules/makepath,
14159         modules/md5, modules/memcasecmp, modules/memcoll,
14160         modules/modechange, modules/mountlist, modules/path-concat,
14161         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14162         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14163         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14164         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14165         modules/strftime, modules/strndup, modules/strverscmp,
14166         modules/timespec, modules/unlocked-io, modules/userspec,
14167         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14168         modules/yesno:
14169         Remove lib_SOURCES line from Makefile.am section, as this is now
14170         done automatically by the corresponding Autoconf macro.
14171
14172 2005-03-21  Jim Meyering  <jim@meyering.net>
14173
14174         Changes imported from coreutils.
14175
14176         * lib/cycle-check.c: Don't include xalloc.h.
14177
14178         * lib/path-concat.c: Don't include assert.h.
14179         (path_concat): Remove assertion that would have triggered
14180         for ABASE starting with more than one slash.
14181         Reported by Andreas Schwab.
14182
14183         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14184         properly when ABASE is an absolute file name.
14185         Correct the description of this function.
14186         Include <assert.h>.
14187         Add an assertion and a test driver.
14188         This fixes a bug introduced on 2004-07-02.
14189         Andreas Schwab reported the resulting failure of cp --parents:
14190         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14191
14192 2005-03-21  Jim Meyering  <jim@meyering.net>
14193
14194         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14195         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14196
14197 2005-03-21  Jim Meyering  <jim@meyering.net>
14198         and  Paul Eggert  <eggert@cs.ucla.edu>
14199
14200         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14201         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14202         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14203         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14204         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14205         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14206         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14207         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14208         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14209         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14210         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14211         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14212         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14213         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14214         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14215         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14216         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14217         for these modules.
14218
14219 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14220
14221         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14222         (which shouldn't happen), generate nothing instead of returning 0
14223         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14224
14225 2005-03-16  Bruno Haible  <bruno@clisp.org>
14226
14227         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14228         HAVE_LONGLONG_64BIT.
14229
14230 2005-03-16  Bruno Haible  <bruno@clisp.org>
14231
14232         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14233         HAVE_LONGLONG_64BIT.
14234
14235 2005-03-16  Bruno Haible  <bruno@clisp.org>
14236
14237         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14238         HAVE_LONGLONG_64BIT.
14239
14240 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14241
14242         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14243         reliably distinguish strftime failure from empty output on POSIX
14244         hosts.
14245
14246 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14247
14248         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14249         (iconv_string): Don't guess a size-zero buffer, as that might cause
14250         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14251         result would be 'too large', where 'too large' is (heuristically)
14252         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14253         overflow concerns.  This will prevent some unwanted malloc failures
14254         when the inputs are very large.
14255
14256 2005-03-15  Karl Berry  <karl@gnu.org>
14257
14258         * config/srclist.txt (config.rpath): from gettext.
14259         * config/config.rpath: update.
14260
14261 2005-03-15  Bruno Haible  <bruno@clisp.org>
14262
14263         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14264         to 'negate'.
14265
14266         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14267         variable.
14268
14269         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14270         results.
14271
14272 2005-03-14  Simon Josefsson  <jas@extundo.com>
14273
14274         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14275         <fx@gnu.org>.
14276
14277 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14280         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14281         intprops.h.
14282         * lib/strtol.c: Likewise.
14283
14284 2005-03-14  Jim Meyering  <jim@meyering.net>
14285
14286         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14287         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14288         to be nonzero so that we (and caller) can detect the difference
14289         between a valid zero-length expansion and an error return, even
14290         when the underlying strftime fails before writing anything into
14291         that location.
14292
14293 2005-03-14  Bruno Haible  <bruno@clisp.org>
14294
14295         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14296         Update from GNU gettext 0.14.3.
14297
14298 2005-03-10  Jim Meyering  <jim@meyering.net>
14299
14300         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14301
14302 2005-03-10  Jim Meyering  <jim@meyering.net>
14303
14304         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14305         so that this module works on systems without fchdir.
14306
14307 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         Factor int-properties macros into a single file, except for
14310         glibc-related files.
14311         * lib/intprops.h: New file.
14312         * lib/getloadavg.c: Include it instead of limits.h.
14313         (INT_STRLEN_BOUND): Remove.
14314         * lib/human.c: Include intprops.h.
14315         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14316         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14317         302/1000.
14318         * lib/inttostr.h: Include intprops.h instead of limits.h.
14319         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14320         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14321         for consistency with intprops.h.
14322         (time_t_is_integer, twos_complement_arithmetic): Use them.
14323         * lib/sig2str.h: Include <signal.h>, intprops.h.
14324         (INT_STRLEN_BOUND): Remove.
14325         * lib/strftime.c (TYPE_SIGNED): Remove.
14326         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14327         * lib/strtol.c: Adjust comments to match intprops.h.
14328         * lib/userspec.c: Include intprops.h.
14329         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14330         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14331         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14332         instead of rolling our own expressions.
14333         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14334
14335         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14336         instead of int.
14337         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14338         the right thing even if adding 1900 would overflow.  Similarly
14339         for tm_mon + 1 and tm_yday + 1.
14340         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14341         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14342         (DO_SIGNED_NUMBER): New macro.
14343         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14344
14345 2005-03-07  Bruno Haible  <bruno@clisp.org>
14346
14347         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14348
14349 2005-03-07  Bruno Haible  <bruno@clisp.org>
14350
14351         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14352
14353 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14354
14355         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14356         (func_import): Only replace files via --import when they have actually
14357         changed.
14358
14359 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14360
14361         * m4/mmap-anon.m4: New file.
14362         * m4/pagealign_alloc.m4: New file.
14363
14364 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14365             Bruno Haible  <bruno@clisp.org>
14366
14367         * modules/pagealign_alloc: New file.
14368         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14369
14370 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14371             Bruno Haible  <bruno@clisp.org>
14372
14373         * lib/pagealign_alloc.h: New file.
14374         * lib/pagealign_alloc.c: New file.
14375
14376 2005-03-03  Bruno Haible  <bruno@clisp.org>
14377
14378         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14379         Use an all-permissive copyright notice, recommended by RMS.
14380
14381 2005-03-02  Bruno Haible  <bruno@clisp.org>
14382
14383         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14384         of AIX, the replacement has to be done only after <string.h> is
14385         included, therefore not in config.h. stpncpy.h does the replacement,
14386         and stpncpy.c uses it.
14387
14388 2005-03-02  Bruno Haible  <bruno@clisp.org>
14389
14390         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14391         stpncpy.c uses it.
14392
14393 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14396         The workaround isn't strictly needed for POSIX conformance, and
14397         it's too much of a pain to configure and maintain.  We'll ask
14398         people to fix their kernels instead.
14399         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14400         (NANOSLEEP_BUG_WORKAROUND): Remove.
14401         (xnanosleep): Remove the workaround.
14402
14403 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14404
14405         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14406         Reported by Derek Price.
14407         (Include): Add "timespec.h".
14408
14409         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14410
14411 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14414         to detect nanosleep bug.
14415
14416 2005-03-01  Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14419
14420 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * modules/gethrxtime: New file.
14423         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14424         (Depends-on): Add gethrxtime.
14425         (configure.ac): Add gl_XNANOSLEEP.
14426         (Makefile.am): Remove lib_SOURCES line.
14427
14428 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14431         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14432
14433 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14434
14435         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14436         * lib/timespec.h (gettime): Return void, since it always
14437         succeeds now.  All uses changed.
14438         * lib/gettime.c (gettime) Likewise.
14439         [HAVE_NANOTIME]: Prefer nanotime.
14440         Assume gettimeofday succeeds, as POSIX requires.
14441         Assime time () succeeds, since other code already does.
14442         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14443         (timespec_subtract): Remove.
14444         (NANOSLEEP_BUG_WORKAROUND): New constant.
14445         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14446         things considerably.  Use it only on GNU/Linux hosts, since the
14447         workaround shouldn't be needed elsewhere.
14448
14449 2005-02-24  Bruno Haible  <bruno@clisp.org>
14450
14451         * modules/gettext (Files): Add m4/glibc2.m4.
14452
14453 2005-02-24  Bruno Haible  <bruno@clisp.org>
14454
14455         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14456         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14457         * m4/progtest.m4:
14458         Update from GNU gettext 0.14.2.
14459         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14460
14461 2005-02-24  Bruno Haible  <bruno@clisp.org>
14462
14463         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14464         * lib/config.charset: Update from GNU gettext 0.14.2.
14465
14466 2005-02-24  Bruno Haible  <bruno@clisp.org>
14467
14468         * lib/gettext.h: Update from GNU gettext 0.14.2.
14469
14470 2005-02-23  Simon Josefsson  <jas@extundo.com>
14471
14472         * m4/iconvme.m4: New file.
14473
14474 2005-02-23  Jim Meyering  <jim@meyering.net>
14475
14476         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14477         change.
14478         Thanks to Bruno Haible for catching it.
14479
14480 2005-02-22  Simon Josefsson  <jas@extundo.com>
14481
14482         * modules/iconvme: New file.
14483
14484         * MODULES.html.sh: Add iconvme.
14485
14486 2005-02-22  Simon Josefsson  <jas@extundo.com>
14487
14488         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14489
14490 2005-02-22  Simon Josefsson  <jas@extundo.com>
14491
14492         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14493
14494 2005-02-22  Jim Meyering  <jim@meyering.net>
14495
14496         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14497         s/ifndef/ifdef/.
14498
14499 2005-02-20  Neil Conway  <neilc@samurai.com>
14500
14501         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14502         returned by OSX/Darwin if the specified buffer is not large
14503         enough for the hostname.
14504
14505 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14506
14507         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14508         pass it to _help, otherwise the latter coredumps trying to
14509         dereference state.root_argp.
14510
14511 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         * modules/chdir-long (Depends-on): Add memrchr.
14514         * modules/memrchr (Files): Add lib/memrchr.h.
14515         (Include): "memrchr.h".
14516
14517 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14518
14519         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14520
14521 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14522
14523         * lib/memrchr.h: New file.
14524         * lib/chdir-long.c: Include it.
14525         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14526         Don't bother including stddef.h.
14527
14528 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14529
14530         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14531         inclusion.
14532         Include <sys/types.h>, for dev_t.
14533         (ME_DUMMY, ME_REMOTE): Move from here....
14534         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14535         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14536         Dmitry V. Levin.
14537         Include mountlist.h first, to test the interface.
14538
14539 2005-01-29  Bruno Haible  <bruno@clisp.org>
14540
14541         * lib/progname.c (program_name): Initialize.
14542         Needed when linking statically on MacOS X.
14543
14544 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         Sync from coreutils.
14547         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14548         (Depends-on): Add c-strtod.
14549         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14550
14551 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14552
14553         Sync from coreutils.
14554         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14555
14556         Remove files that are specific to coreutils.
14557         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14558
14559 2005-01-28  Bruno Haible  <bruno@clisp.org>
14560
14561         * modules/javacomp: New file.
14562         * MODULES.html.sh (Java): Add javacomp.
14563
14564 2005-01-28  Bruno Haible  <bruno@clisp.org>
14565
14566         * m4/javacomp.m4: New file, from GNU gettext.
14567
14568 2005-01-28  Bruno Haible  <bruno@clisp.org>
14569
14570         * lib/javacomp.sh.in: New file, from GNU gettext.
14571         * lib/javacomp.h: New file, from GNU gettext.
14572         * lib/javacomp.c: New file, from GNU gettext.
14573
14574 2005-01-26  Simon Josefsson  <jas@extundo.com>
14575
14576         * lib/gai_strerror.c: Use GPL in header.
14577
14578 2005-01-26  Bruno Haible  <bruno@clisp.org>
14579
14580         * modules/javaexec: New file.
14581         * MODULES.html.sh (Java): Add javaexec.
14582
14583 2005-01-26  Bruno Haible  <bruno@clisp.org>
14584
14585         * m4/javaexec.m4: New file, from GNU gettext.
14586
14587 2005-01-26  Bruno Haible  <bruno@clisp.org>
14588
14589         * lib/javaexec.sh.in: New file, from GNU gettext.
14590         * lib/javaexec.h: New file, from GNU gettext.
14591         * lib/javaexec.c: New file, from GNU gettext.
14592
14593 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14594
14595         * modules/lchown (Depends-on): Remove lchown.h
14596
14597 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14598
14599         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14600         must be defined if the header file was not found, in order
14601         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14602
14603 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14604
14605         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14606         initializers for struct pentry_state.
14607         (__argp_error): Check return value of __asprintf
14608         (__argp_failure): Translate error message
14609
14610         * lib/argp-parse.c: Removed braces around the expansion of N_()
14611
14612 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14615         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14616         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14617         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14618         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14619         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14620         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14621         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14622         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14623         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14624         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14625         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14626         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14627         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14628         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14629         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14630         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14631         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14632         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14633         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14634         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14635         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14636         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14637         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14638         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14639         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14640         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14641         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14642         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14643         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14644         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14645         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14646         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14647         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14648         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14649         Use an all-permissive copyright notice, recommended by RMS.
14650
14651 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14652
14653         * modules/chdir-long (Depends-on): Remove mempcpy.
14654
14655 2005-01-21  Jim Meyering  <jim@meyering.net>
14656
14657         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14658         same value as for Solaris 9.
14659
14660         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14661         component length.  This included changing the parameter to be
14662         of type `char *' rather than `char const *'.
14663         * lib/chdir-long.h (chdir_long): Update prototype.
14664
14665         * lib/openat.c (fdopendir, fstatat): New functions.
14666         * lib/openat.h: Include headers required for use of DIR and struct
14667         stat.
14668         [AT_SYMLINK_NOFOLLOW]: Define.
14669         (fdopendir, fstatat): Add prototypes.
14670
14671 2005-01-21  Bruno Haible  <bruno@clisp.org>
14672
14673         * modules/classpath: New file.
14674         * MODULES.html.sh (Java): Add classpath.
14675
14676 2005-01-21  Bruno Haible  <bruno@clisp.org>
14677
14678         * lib/classpath.h: New file, from GNU gettext.
14679         * lib/classpath.c: New file, from GNU gettext.
14680
14681 2005-01-20  Simon Josefsson  <jas@extundo.com>
14682
14683         * modules/version-etc-fsf: New file.
14684
14685 2005-01-20  Simon Josefsson  <jas@extundo.com>
14686
14687         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14688         * lib/version-etc.c: Remove version_etc_copyright.
14689         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14690         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14691
14692 2005-01-20  Simon Josefsson  <jas@extundo.com>
14693
14694         * lib/base64.h (isbase64): Add.
14695
14696         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14697         using a unsigned prototype, don't inline.
14698         (base64_decode): Use it.
14699
14700 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14703         it.
14704
14705 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * lib/save-cwd.c (save_cwd): Remove code to support the case
14708         where fchdir is missing or flaky.
14709
14710 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14713
14714 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14715
14716         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14717         AC_LIBSOURCES now does this.
14718         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14719         with new ullong_max module.
14720
14721 2005-01-19  Bruno Haible  <bruno@clisp.org>
14722
14723         * modules/sh-quote: New file.
14724         * MODULES.html.sh (Executing programs): Add sh-quote.
14725
14726 2005-01-19  Bruno Haible  <bruno@clisp.org>
14727
14728         * lib/sh-quote.h: New file, from GNU gettext.
14729         * lib/sh-quote.c: New file, from GNU gettext.
14730
14731 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         Merge from coreutils.
14734         * m4/ullong_max.m4: New file.
14735         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14736         (gl_MACROS): Assume localeconv exists.
14737
14738 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14739
14740         Merge changes from coreutils, as described below in several
14741         changelogs dated today.
14742
14743         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14744         (O_DIRECTORY): Remove; not needed here, since "." must be
14745         a directory.  All uses removed.
14746         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14747         universal on Suns, and we also need to test for IRIX.
14748         Revamp code to use 'if' rather than '#if'.
14749         Avoid unnecessary comparison of cwd->desc to 0.
14750
14751         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14752         for known valid error numbers rather than observed invalid ones.
14753
14754 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * modules/ullong_max: New file.
14757
14758         * modules/chdir-long, modules/openat: New files.
14759         * modules/save-cwd (Depends-on): Depend on chdir-long.
14760         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14761
14762 2005-01-18  Jim Meyering  <jim@meyering.net>
14763
14764         Merge from coreutils.
14765         * m4/chdir-long.m4, m4/openat.m4: New files.
14766         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14767         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14768         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14769         is sane and DOES follow symlinks.  Besides, testing 20 different
14770         systems found no broken chown implementations.
14771         Prompted by a change in rsync's copy of this macro.
14772         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14773
14774         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14775
14776         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14777         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14778         NULL-means-set-to-current-time semantics.
14779         Remove temporary file immediately, rather than waiting
14780         for configure's at-exit trap code to do it.
14781
14782 2005-01-18  Jim Meyering  <jim@meyering.net>
14783
14784         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14785
14786         * lib/utimens.c (futimens): Account for the fact that futimes
14787         can also fail with errno == ENOSYS or errno == ENOENT.
14788         Patch from Dmitry V. Levin.
14789
14790         Change the name of the robust chdir function from chdir to chdir_long.
14791         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14792         (restore_cwd): Use chdir_long, not chdir.
14793         * lib/chdir-long.c: Renamed from chdir.c.
14794         * lib/chdir-long.h: Renamed from chdir.h.
14795         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14796         Hurd.
14797
14798 2005-01-18  Bruno Haible  <bruno@clisp.org>
14799
14800         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14801         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14802         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14803         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14804         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14805         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14806         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14807         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14808         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14809         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14810         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14811         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14812         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14813         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14814         Use an all-permissive copyright notice, recommended by RMS.
14815
14816 2005-01-18  Bob Proulx  <bob@proulx.com>
14817
14818         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14819         simplify offsetof() macro construct to avoid compile failure with
14820         native HP-UX 11.0 ANSI C compiler.
14821
14822 2005-01-17  Bruno Haible  <bruno@clisp.org>
14823
14824         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14825         redundant because stpncpy.m4 takes care of it.
14826
14827 2005-01-17  Bruno Haible  <bruno@clisp.org>
14828
14829         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14830
14831 2005-01-17  Bruno Haible  <bruno@clisp.org>
14832
14833         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14834         used.
14835
14836 2005-01-17  Bruno Haible  <bruno@clisp.org>
14837
14838         * lib/fwriteerror.h (fwriteerror): Change specification to include
14839         fclose.
14840         * lib/fwriteerror.c: Include <stdbool.h>.
14841         (fwriteerror): At the end, close the file stream. Record whether
14842         stdout was already closed.
14843
14844 2005-01-17  Bruno Haible  <bruno@clisp.org>
14845
14846         * lib/execute.c (environ): Declare if needed.
14847         * lib/pipe.c (environ): Likewise.
14848         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14849
14850 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14851
14852         * modules/argp: Depend on vsnprintf
14853
14854 2005-01-10  Jim Meyering  <jim@meyering.net>
14855
14856         * modules/closeout (Depends-on): Add atexit.
14857
14858 2005-01-06  Bruno Haible  <bruno@clisp.org>
14859
14860         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14861
14862 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14863
14864         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14865         definitions to be after all include files, to avoid collisions.
14866         Problem reported by Bob Proulx.
14867
14868 2005-01-04  Jim Meyering  <jim@meyering.net>
14869
14870         Changes imported from coreutils.
14871         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14872         as the mkstemp template, use a temporary directory and an
14873         8.3-friendly template to avoid trouble on systems like DJGPP.
14874         Reported by Juan M. Guerrero via Stepan Kasal.
14875         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14876         close. Remove the temporary directory right away, rather than waiting
14877         for configure's at-exit trap code to do it.
14878         Suggestion from Stepan Kasal.
14879
14880 2005-01-01  Simon Josefsson  <jas@extundo.com>
14881
14882         * gnulib-tool: Print #include directives when --import'ing.
14883
14884 2004-12-28  Simon Josefsson  <jas@extundo.com>
14885
14886         * tests/test-base64.c: Include required header files.  Remove
14887         unused variables.
14888
14889 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14890
14891         * modules/error (Depends-on): Remove gettext.
14892
14893 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14894
14895         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14896         not needed.  This removes a dependency on the gettext module.
14897         [defined _LIBC]: Do not include <libintl.h>; not needed.
14898
14899 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14900
14901         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14902         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14903
14904 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14907         HAVE_DECL_STRTOLD.
14908
14909 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14910
14911         * modules/getdate (Depends-on): Remove alloca-opt.
14912
14913 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14916
14917 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14918
14919         * lib/argp-parse.c: Include <stddef.h>.
14920         (alignof, alignto): New macros.
14921         (parser_init): Don't assume that void * is aligned sufficiently
14922         for struct option.
14923
14924         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14925         need to extend the stack.
14926         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14927         large.
14928
14929 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14930
14931         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14932
14933 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14936         (2004-10-24) change.  Apparently this was a false alarm.
14937
14938         * modules/getdate: Depend on alloca-opt, not alloca.
14939
14940 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14941
14942         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14943         Remove now-obsolete comment about AIX.
14944         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14945         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14946         (YYMAXDEPTH): New macro.
14947
14948 2004-12-18  Simon Josefsson  <jas@extundo.com>
14949
14950         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14951
14952 2004-12-18  Bruno Haible  <bruno@clisp.org>
14953
14954         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14955
14956 2004-12-18  Bruno Haible  <bruno@clisp.org>
14957
14958         * lib/fatal-signal.c (fatal_signals): Make non-const.
14959         (init_fatal_signals): New function.
14960         (uninstall_handlers, install_handlers): Ignore signals that were set to
14961         SIG_IGN.
14962         (at_fatal_signal): Call init_fatal_signals.
14963         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14964         SIG_IGN.
14965         Reported by Paul Eggert.
14966
14967 2004-12-18  Bruno Haible  <bruno@clisp.org>
14968
14969         * doc/alloca.texi: New file.
14970         * doc/alloca-opt.texi: New file.
14971
14972 2004-12-17  Jim Meyering  <jim@meyering.net>
14973
14974         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14975         Otherwise, install-sh could exit with improper exit status when
14976         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14977
14978 2004-12-16  Simon Josefsson  <jas@extundo.com>
14979
14980         * tests/test-base64.c: Add license.
14981
14982 2004-12-15  Stepan Kasal  <address@hidden>
14983
14984         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14985
14986 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * modules/getcwd (Files): Add m4/d-ino.m4.
14989         Suggested by Mark D. Baushke.
14990
14991 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * lib/getdate.y (textint): New member "negative".
14994         (time_zone_hhmm): New function.
14995         Expect 14 shift-reduce conflicts, not 13.
14996         (o_colon_minutes): New rule.
14997         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14998         (yylex): Set the "negative" member of signed numbers.
14999
15000 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15001
15002         * doc/getdate.texi (Time of day items, Time zone items):
15003         Describe new formats +00:00, UTC+00:00.
15004
15005 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15008         spurious "-l"s.  Problem reported by Stepan Kasal.
15009
15010 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15013         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15014
15015 2004-12-04  Simon Josefsson  <jas@extundo.com>
15016
15017         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15018         Vandoorselaere <yoann@prelude-ids.org>.
15019
15020 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         Changes imported from coreutils.
15023         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15024         exist.
15025         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15026
15027 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         Changes imported from coreutils.
15030         * lib/hard-locale.c: Assume <locale.h> exists.
15031         Include "strdup.h".
15032         (GLIBC_VERSION): New macro.
15033         (hard_locale): Assume setlocale exists.
15034         Rewrite to avoid #ifdef.
15035         Use strdup rather than malloc + strcpy.
15036         * lib/human.c: Assume <locale.h> exists.
15037         (human_readable): Assume localeconv exists.
15038
15039 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15040
15041         * modules/hard-locale (Depends-on): Add strdup.
15042
15043 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15044
15045         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15046         convert T2, not T.  (Imported from libc.)
15047
15048 2004-11-30  Simon Josefsson  <jas@extundo.com>
15049
15050         * modules/restrict (License): Change to LGPL.
15051
15052 2004-11-30  Simon Josefsson  <jas@extundo.com>
15053
15054         * m4/restrict.m4: Add copyright and copying conditions.
15055
15056 2004-11-30  Simon Josefsson  <jas@extundo.com>
15057
15058         * m4/base64.m4: New file.
15059
15060 2004-11-30  Simon Josefsson  <jas@extundo.com>
15061
15062         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15063         base64.
15064
15065         * tests/test-base64.c: New file.
15066
15067         * modules/base64: New file.
15068
15069 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15072         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15073
15074         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15075
15076 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15079         (__getcwd.c): Don't restore errno; glibc doesn't.
15080         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15081         first, falling back to our code only if its results look suspicious.
15082         Ensure that the resulting buffer is only as large as necessary.
15083
15084         * lib/readutmp.c: Include readutmp.h first.
15085         Include <errno.h>, since readutmp.h no longer does that.
15086         * lib/readutmp.h: Don't include <errno.h>,
15087         <sys/param.h>, <time.h>; not needed to establish interface.
15088         (errno): Remove decl.
15089         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15090         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15091         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15092
15093 2004-11-28  Simon Josefsson  <jas@extundo.com>
15094
15095         * lib/base64.h, base64.c: New file.
15096
15097 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15100
15101 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15102
15103         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15104         (Depends-on): Remove pathmax, same.  Add mempcpy.
15105         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15106         (Makefile.am): Append getcwd.h to lib_SOURCES.
15107         (Include): Add getcwd.h.
15108         (Maintainer): Change from Jim Meyering to "all, glibc",
15109         since getdate now uses intended-for-glibc code.
15110         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15111         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15112
15113 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15116         HP's ANSI C compiler.
15117         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15118         Declaring int functions causes warnings on some modern systems and
15119         shouldn't be needed to compile on ancient ones.
15120         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15121         defined.
15122
15123         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15124         with the following changes.
15125         (__set_errno): Parenthesize properly.
15126         Include <stdbool.h>.
15127         (MIN, MAX, MATCHING_INO): New macros.
15128         (__getcwd): Define with prototype, not K&R form.
15129         Use heuristics to allocate default buffer on stack if possible.
15130         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15131         behavior, and to avoid the PATH_MAX limit when computing
15132         ../../../../...
15133         Use MATCHING_INO to compare inode number to file.
15134         Check for arithmetic overflow in size calculations.
15135         Fix bug in reallocation of dot array that caused getcwd to fail
15136         on directories nested deeper than 75.
15137         Be more careful about saving errno on error.
15138         Do not use realloc; use only free+malloc, as this is a bit
15139         more flexible and avoids a needless copy operation.
15140         Do not inspect st_dev and st_ino for symbolic links; POSIX
15141         doesn't specify the latter.
15142         Check for closedir errors.
15143         Avoid needless casts.
15144         Use "#ifdef weak_alias" around weak_alias, to be like other
15145         glibc code.
15146         The following changes to getcwd.c have effect only when used in
15147         gnulib; they have no effect inside glibc proper.
15148         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15149         as alloca isn't used.
15150         (alloca, __alloca): Likewise.
15151         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15152         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15153         unconditionally, as gnulib assumes C89 or better.
15154         Do not include <sys/param.h>.
15155         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15156         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15157         better.
15158         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15159         Include <dirent.h> in a way that is compatible with modern Autoconf.
15160         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15161         New macros, if not already defined.
15162         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15163         Use "_LIBC", not "defined _LIBC", for consistency.
15164         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15165         a mempcpy module.
15166         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15167         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15168         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15169         credit only to Jim Meyering and adjust the copyright dates.
15170         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15171         <stdlib.h>, <unistd.h>, "pathmax.h".
15172         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15173         (INITIAL_BUFFER_SIZE): Remove.
15174         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15175
15176 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15179         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15180         Use the _ONCE methods, for efficiency.
15181         Check for fcntl.h.  In test program, include <errno.h>
15182         and <fcntl.h> if available.  Remove old K&R cruft from
15183         test program.  Check for common errors in GNU/Linux,
15184         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15185         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15186         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15187         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15188         name accordingly.
15189         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15190         accommodate new getcwd.c.
15191         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15192         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15193         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15194         that's all we need now.
15195
15196 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15197
15198         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15199         argp-parse.c depends on getopt internals, that means we should
15200         always use our getopt, to be on the safe side.
15201         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15202         order not to spoil the result of an eventual previous invocation
15203         of gl_GETOPT_SUBSTITUTE.
15204
15205 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15206
15207         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15208         redefinition warnings. To avoid them, include the defines
15209         in `#if !defined __need_getopt ... #endif'. The only place
15210         where __getopt_argv_const is used is in definitions
15211         of getopt_long and getopt_long_only below, which are as well
15212         protected by `#ifndef __need_getopt'.
15213         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15214         __need_getopt after including <stdio.h> and <unistd.h> These
15215         headers might have defined it.
15216
15217 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15218
15219         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15220
15221 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15222
15223         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15224         (futimens): New function, which uses futimes if available.
15225         (futimens, utimens): Support timespec==NULL, with same semantics
15226         as utime and utimens.
15227         * lib/utimens.h (futimens): New decl.
15228
15229 2004-11-23  Jim Meyering  <jim@meyering.net>
15230
15231         * lib/getopt_.h: Remove trailing blanks.
15232
15233 2004-11-23  Jim Meyering  <jim@meyering.net>
15234
15235         * lib/__fpending.c: Add comment.
15236
15237 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15238
15239         * modules/canonicalize (Depends-on): Add xreadlink.
15240         Problem reported by James Youngman.
15241
15242 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15245         New macros.
15246         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15247         optopt): Use them instead of invoking ## directly; otherwise, the
15248         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15249
15250 2004-11-19  Bruno Haible  <bruno@clisp.org>
15251
15252         * lib/strtok_r.c: Move comments from here...
15253         * lib/strtok_r.h: ... to here.
15254
15255 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15258         implementations that mishandle size_t overflow.
15259
15260 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15263         might fail.  Problem reported by Yoann Vandoorselaere.
15264         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15265         implementations that mishandle size_t overflow.
15266
15267 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/canon-host (Depends-on): Add strdup.
15270
15271 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15274
15275 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15276
15277         * lib/canon-host.c: Include "strdup.h".
15278         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15279         Use strdup instead of malloc/strcpy to duplicate strings.
15280
15281         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15282         (human_space_before_unit): New constant.
15283         * lib/human.c (human_readable): Support it.
15284
15285         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15286         (xgetcwd): Set errno correctly when failing.
15287         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15288         the failure is actually due to a PATH_MAX problem.
15289
15290         Further getopt changes to make it more likely that glibc will
15291         buy the changes back.
15292         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15293         (getopt): Use it, so to preserve glibc semantic
15294         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15295         when compiling for libc.
15296         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15297         (getopt_long, getopt_long_only): Use it.
15298
15299         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15300         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15301         (getopt): Argv is now char * const *, as per standard.
15302         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15303         not char *__getopt_argv_const *.
15304         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15305         _getopt_long_only_r): Likewise.
15306         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15307         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15308         _getopt_long_r, _getopt_long_only_r): Likewise.
15309         * lib/getopt_.h (__getopt_argv_const): Remove.
15310         (getopt): Argv is now char * const *, as per standard.
15311
15312         * lib/getdate.y (tORDINAL): New token.
15313         (day, relunit): Allow it for relative times.
15314         (relative_time_table): Use tORDINAL for ordinals.
15315
15316 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15317
15318         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15319         Document that "second" isn't allowed as an ordinal number.
15320
15321 2004-11-16  Jim Meyering  <jim@meyering.net>
15322
15323         * modules/closeout (Depends-on): Add fpending.
15324
15325 2004-11-15  Jim Meyering  <jim@meyering.net>
15326
15327         * lib/closeout.c: Include "__fpending.h" once again.
15328         Include <stdbool.h>.
15329         (close_stdout): Don't fail just because stdout was closed initially,
15330         since some programs don't write to stdout in the normal course of
15331         operation (other than --version and --help), and we don't want this
15332         function to make e.g. `touch file >&-' fail.
15333         But do fail if it was closed and someone has tried to write to it.
15334         E.g., `printf foo >&-' must fail.
15335
15336 2004-11-13  Jim Meyering  <jim@meyering.net>
15337
15338         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15339
15340 2004-11-12  Simon Josefsson  <jas@extundo.com>
15341
15342         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15343         small doc fix is still pending.
15344
15345 2004-11-11  Simon Josefsson  <jas@extundo.com>
15346
15347         * modules/strtok_r: New file.
15348
15349         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15350         strtok_r.
15351
15352 2004-11-11  Simon Josefsson  <jas@extundo.com>
15353
15354         * m4/strtok_r.m4: New file.
15355
15356         * m4/getopt.m4: Replace opterr.
15357
15358 2004-11-11  Simon Josefsson  <jas@extundo.com>
15359
15360         * lib/strtok_r.h, strtok_r.c: New file.
15361
15362 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15363
15364         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15365         of replacing opterr, getopt, etc.  This should handle the
15366         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15367
15368 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15371         we can stop lying to compilers about the constness of argv when we
15372         are compiled outside glibc.
15373         (getopt, getopt_long, getopt_long_only): Use it.
15374         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15375         _getopt_internal, getopt): Likewise.
15376         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15377         _getopt_long_only_r): Likewise.
15378         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15379         _getopt_long_r, _getopt_long_only_r): Likewise.
15380
15381         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15382         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15383         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15384         the other external symbols.
15385         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15386         declaration, since the above renaming now works around collisions.
15387
15388 2004-11-11  Jim Meyering  <jim@meyering.net>
15389
15390         * lib/linebreak.c: Remove trailing blanks.
15391         * lib/alloca_.h: Likewise.
15392         * lib/acosl.c: Likewise.
15393         * lib/euidaccess.c: Likewise.
15394         * lib/allocsa.h: Likewise.
15395
15396 2004-11-10  Simon Josefsson  <jas@extundo.com>
15397
15398         * m4/getaddrinfo.m4: New file.
15399
15400 2004-11-10  Simon Josefsson  <jas@extundo.com>
15401
15402         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15403
15404 2004-11-10  Simon Josefsson  <jas@extundo.com>
15405
15406         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15407         getaddrinfo.
15408
15409         * modules/getaddrinfo: New file.
15410
15411 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15412
15413         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15414
15415 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15416
15417         * lib/mktime.c (SHR): New macro, which is a portable
15418         substitute for >> that should work even on Crays.
15419         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15420         Problem reported by Mark D. Baushke in
15421         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15422         * lib/getdate.y (SHR): Likewise.
15423         (tm_diff): Use it.
15424         * lib/strftime.c (SHR): Likewise.
15425         (tm_diff): Use it.
15426         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15427         quote_these_too, so that right shifts are well defined.  All uses
15428         changed.
15429
15430 2004-11-10  Jim Meyering  <jim@meyering.net>
15431
15432         Ensure that no close failure goes unreported.
15433         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15434         return early when it seems there's nothing to flush.
15435         Don't include __fpending.h.
15436
15437 2004-11-10  Jim Meyering  <jim@meyering.net>
15438
15439         * modules/closeout (Depends-on): Remove fpending.
15440
15441 2004-11-10  Jim Meyering  <jim@meyering.net>
15442
15443         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15444
15445 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15448         gl_FUNC_STRFTIME.
15449         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15450         and AC_REQUIRE when possible, to avoid duplicate checks.
15451         Check for <wchar.h>.
15452
15453 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15454
15455         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15456
15457 2004-11-09  Bruno Haible  <bruno@clisp.org>
15458
15459         * m4/sockpfaf.m4: New file.
15460
15461 2004-11-05  Bruno Haible  <bruno@clisp.org>
15462
15463         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15464         Reported by Mark D. Baushke <mdb@cvshome.org>.
15465
15466 2004-11-04  Bruno Haible  <bruno@clisp.org>
15467
15468         2004-09-11  Bruno Haible  <bruno@clisp.org>
15469                 * allocsa.valgrind: New file.
15470         2004-02-06  Bruno Haible  <bruno@clisp.org>
15471                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15472                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15473                 Reported by Christopher Seip <chris.seip@hp.com>.
15474
15475 2004-11-04  Bruno Haible  <bruno@clisp.org>
15476
15477         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15478         (Makefile.am): Distribute it.
15479
15480 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15481
15482         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15483         with errno == ERANGE if the buffer is too small.
15484         Problem reported by Mark D. Baushke.
15485
15486 2004-11-03  Albert Chin  <china@thewrittenword.com>
15487             Paul Eggert  <eggert@cs.ucla.edu>
15488
15489         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15490         equivalent, substitute $ac_type for equivalent type rather than
15491         blindly using uint32_t *always* which won't work if uint32_t is not
15492         available.  Define _UINT32_T to work around typedef of uint32_t if
15493         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15494         2.5.1.
15495
15496 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * m4/jm-macros.m4: Sync from coreutils.
15499         (gl_MACROS): Check for mbrlen, for pathchk.
15500         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15501
15502 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15503
15504         * lib/xreadlink.c (MAXSIZE): New macro.
15505         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15506         size does not exceed MAXSIZE.  Avoid cast.
15507         As suggested by Mark D. Baushke in
15508         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15509         if readlink fails with buffer size just under MAXSIZE, try again
15510         with MAXSIZE.
15511
15512 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15515
15516 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15517         and  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15520         (get_date): Overparenthesize to avoid GCC warning.
15521
15522 2004-11-02  Bruno Haible  <bruno@clisp.org>
15523
15524         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15525         returns void.
15526
15527 2004-11-02  Bruno Haible  <bruno@clisp.org>
15528
15529         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15530         function returns void.
15531
15532 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15535         fflush_unlocked, flockfile, funlockfile, funlockfile,
15536         fputs_unlocked, putc_unlocked.
15537
15538 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15539
15540         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15541         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15542         already declared.
15543
15544 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15545
15546         * modules/getdate (Files): Add doc/getdate.texi.
15547         (Depends-on): Add setenv, xalloc.
15548
15549 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15550
15551         * lib/getdate.y: Add support for TZ="foo" within a date string.
15552         Fix some bugs near time_t boundaries.  Reject dates with
15553         out-of-range components, e.g., "Sept 31".
15554         Include <stdlib.h>, "setenv.h", "xalloc.h".
15555         (ISDIGIT_LOCALE): Remove; unused.
15556         Note that the TZ and time functions used here are not reentrant.
15557         (mktime_ok, get_tz): New functions.
15558         (TZBUFSIZE): New constant.
15559         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15560         This requires that we sometimes generate our own TZ="XXX..." setting.
15561
15562 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         * doc/getdate.texi: New file, from coreutils with modifications for
15565         the new TZ parsing.
15566
15567 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15568
15569         * lib/mktime.c (not_equal_tm): Remove redundant check.
15570
15571 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * modules/regex (lib_SOURCES): Add regex.c.
15574         Reported by James Youngman in
15575         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15576
15577 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * lib/getdate.y: Use Bison 1.875 features, and some minor
15580         code cleanups.  This change does not affect semantics.
15581         Don't include <stdlib.h>; no longer needed.
15582         Don't include unlocked-io.h; only the "#if TEST" code uses
15583         stdio, and performance isn't crucial there.
15584         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15585         Bison 1.875 features as described below.
15586         All uses of "PC." replaced by "pc->".
15587         (YYSTYPE): Add a forward declaration.
15588         (yylex, yyerror): Use full prototypes in forward decls.
15589         Use "%pure-parser" rather than obsolescent "%pure_parser".
15590         Use %parse-param and %lex-param instead of obsolescent
15591         YYPARSE_PARAM and YYLEX_PARAM.
15592         (meridian_table, month_and_day_table, time_units_table,
15593         relative_time_table, time_zone_table, military_table,
15594         lookup_zone, lookup_word, get_date):
15595         Use NULL instead of 0 where appropriate.
15596         (to_hour): Avoid abort (), to avoid a dependency on
15597         stdlib.h.
15598         (yyerror, yylex): Now accepts parser_control * arg.
15599         (main) [TEST]: Use '\0' rather than 0 for char.
15600
15601 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15604
15605 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15606
15607         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15608         It's now the caller's responsibility to handle the case where
15609         !HAVE_GETPAGESIZE && !defined getpagesize.
15610
15611         * lib/mktime.c (leapyear): Arg is long int, not int.
15612
15613 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15616
15617 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15618
15619         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15620         missing.  Problem reported by James Youngman.
15621
15622 2004-10-16  Simon Josefsson  <jas@extundo.com>
15623
15624         * gnulib-tool: Fix comments.  Fix parse problem.
15625         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15626
15627 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15630         implementation of getopt_long.  Problem reported by Alexander Taler in:
15631         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15632
15633 2004-10-15  Bruno Haible  <bruno@clisp.org>
15634
15635         * gnulib-tool: Untabify. Initialize supplied_libname.
15636         (func_usage): More homogenous output.
15637         (func_modules_transitive_closure, func_modules_to_filelist,
15638         func_emit_lib_Makefile_am): New functions.
15639         (func_import): New function, extracted from big case statement. Use
15640         func_get_license, func_modules_transitive_closure,
15641         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15642         opt_lgpl. Don't use test -a, as it's not portable.
15643         (func_create_testdir): Use func_modules_transitive_closure,
15644         func_modules_to_filelist, func_emit_lib_Makefile_am.
15645
15646 2004-10-15  Bruno Haible  <bruno@clisp.org>
15647
15648         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15649
15650 2004-10-15  Bruno Haible  <bruno@clisp.org>
15651
15652         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15653         the portions belonging to each module.
15654         Suggested by Derek Robert Price <derek@ximbiot.com>.
15655
15656 2004-10-12  Simon Josefsson  <jas@extundo.com>
15657
15658         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15659         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15660         to real functions.
15661
15662 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15663
15664         * modules/vsnprintf: New file.
15665
15666 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15667
15668         * m4/vsnprintf.m4: New file.
15669
15670 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15671
15672         * lib/vsnprintf.h: New file.
15673         * lib/vsnprintf.c: New file.
15674
15675 2004-10-11  Bruno Haible  <bruno@clisp.org>
15676
15677         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15678         vsnprintf.
15679
15680 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15681
15682         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15683
15684 2004-10-07  Bruno Haible  <bruno@clisp.org>
15685
15686         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15687         fits into the provided buffer.
15688
15689 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15690
15691         * lib/diacrit.c, diacrit.h: Add GPL notice.
15692
15693         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15694         notice.
15695         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15696         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15697         This avoids a potential constant-folding bug.
15698
15699 2004-10-05  Bruno Haible  <bruno@clisp.org>
15700
15701         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15702         for the declaration of strsep.
15703
15704 2004-10-05  Bruno Haible  <bruno@clisp.org>
15705
15706         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15707
15708 2004-10-04  Simon Josefsson  <jas@extundo.com>
15709
15710         * modules/memmem: New file.
15711         * tests/test-memmem.c: New file.
15712         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15713
15714 2004-10-04  Simon Josefsson  <jas@extundo.com>
15715
15716         * m4/memmem.m4: New file.
15717
15718 2004-10-04  Simon Josefsson  <jas@extundo.com>
15719
15720         * lib/memmem.h: New file.
15721         * lib/memmem.c: New file, taken from glibc.
15722
15723 2004-10-04  Simon Josefsson  <jas@extundo.com>
15724
15725         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15726         '#ifdef USE_UNLOCKED_IO'.
15727
15728 2004-10-04  Simon Josefsson  <jas@extundo.com>
15729
15730         * config/srclist.txt: Add memmem from glibc.
15731
15732 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15735
15736         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15737         modules/exclude, modules/getdate, modules/getline,
15738         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15739         modules/getusershell, modules/linebuffer, modules/md5,
15740         modules/mountlist, modules/posixtm, modules/readtokens,
15741         modules/readutmp, modules/regex, modules/sha1,
15742         modules/version-etc, modules/yesno:
15743         Remove dependency on unlocked-io.
15744
15745 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15746
15747         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15748
15749         * m4/unlocked-io.m4: Add copyright notice.
15750         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15751
15752 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15755         * lib/xmalloc.c (xmemdup): Likewise.
15756         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15757         XFREE): Remove these long-obsolescent macros.
15758         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15759         * lib/xstrdup.c: Remove.
15760
15761         * lib/regex.c (re_comp): Cast gettext return value to char *,
15762         Problem reported by Martin Neitzel via Mark D. Baushke.
15763
15764 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15767         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15768         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15769         regex.c, sha1.c, version-etc.c, yesno.c:
15770         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15771         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15772         the includer's responsibility.
15773
15774         Sync from coreutils.
15775
15776         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15777         points to the start of a string, as the C Standard says the
15778         resulting behavior is undefined.
15779
15780         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15781         simple -> simple_backups, numbered_existing ->
15782         numbered_existing_backups, numbered -> numbered_backups
15783         to avoid shadowing problems.  All uses changed.
15784         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15785         * lib/backupfile.c (check_extension, numbered_backup):
15786         Rename locals to avoid shadowing 'basename'.
15787         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15788         once.
15789
15790         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15791         * lib/.cvsignore: Add getopt.h.
15792
15793 2004-10-04  Bruno Haible  <bruno@clisp.org>
15794
15795         * modules/README: New file.
15796         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15797         not a module.
15798
15799 2004-10-02  Jim Meyering  <jim@meyering.net>
15800
15801         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15802
15803 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15804
15805         * modules/strsep: New file.
15806
15807 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15808
15809         * m4/strsep.m4: New file.
15810
15811 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15812
15813         * lib/strsep.h: New file.
15814         * lib/strsep.c: New file.
15815
15816 2004-10-01  Simon Josefsson  <jas@extundo.com>
15817
15818         * lib/snprintf.c (snprintf): Handle size==0.
15819
15820 2004-10-01  Simon Josefsson  <jas@extundo.com>
15821             Bruno Haible  <bruno@clisp.org>
15822
15823         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15824         (snprintf): Declare 'args'.
15825
15826 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15827
15828         * lib/snprintf.c: Remove comments as to why each header is needed.
15829
15830 2004-10-01  Bruno Haible  <bruno@clisp.org>
15831
15832         * MODULES.html.sh: Add strsep.
15833
15834 2004-09-30  Simon Josefsson  <jas@extundo.com>
15835
15836         * modules/snprintf: New file.
15837
15838 2004-09-30  Simon Josefsson  <jas@extundo.com>
15839
15840         * m4/snprintf.m4: New file.
15841
15842 2004-09-30  Simon Josefsson  <jas@extundo.com>
15843
15844         * lib/snprintf.h, lib/snprintf.c: New files.
15845
15846 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15847
15848         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15849         (hol_entry_help): Never translate an empty string.
15850         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15851         * lib/argp.h (OPTION_NO_TRANS): New option.
15852
15853 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15854
15855         * modules/argp (Maintainer): Replace Simon Josefsson
15856         by Sergey Poznyakoff.
15857
15858 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15859
15860         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15861         changes merged back into glibc.
15862
15863 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15864
15865         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15866
15867 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15868
15869         * lib/xvasprintf.c: Include xalloc.h.
15870         (xvasprintf): Use xalloc_die, not xmalloc_die.
15871
15872 2004-09-29  Bruno Haible  <bruno@clisp.org>
15873
15874         * modules/alloca-opt: New file, derived from modules/alloca.
15875         * modules/allocsa: Depend on alloca-opt instead of alloca.
15876         * modules/setenv: Likewise.
15877         * modules/vasnprintf: Likewise.
15878         * MODULES.html.sh: Add alloca-opt.
15879
15880 2004-09-28  Simon Josefsson  <jas@extundo.com>
15881
15882         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15883         LGPL, and to replace license template from GPL to LGPL.
15884
15885 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * modules/dummy: Change license to LGPL.
15888
15889 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15890
15891         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15892
15893 2004-09-24  Simon Josefsson  <jas@extundo.com>
15894
15895         * modules/minmax (License): Change from GPL to LGPL.
15896
15897 2004-09-23  Simon Josefsson  <jas@extundo.com>
15898
15899         * gnulib-tool (--import): Typo.
15900
15901 2004-09-23  Simon Josefsson  <jas@extundo.com>
15902
15903         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15904
15905 2004-09-22  Bruno Haible  <bruno@clisp.org>
15906
15907         * modules/*: Add 'License' field.
15908         * gnulib-tool: Accept --extract-license option.
15909         (func_get_license): New function.
15910
15911 2004-09-21  Bruno Haible  <bruno@clisp.org>
15912
15913         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15914         Reported by Simon Josefsson.
15915
15916 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15917
15918         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15919         gl_AC_TYPE_LONG_LONG.
15920
15921 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15922
15923         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15924
15925 2004-09-18  Simon Josefsson  <jas@extundo.com>
15926         and  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15929         calls with autoreconf.  Define GL_LIB.
15930
15931 2004-09-14  Karl Berry  <karl@gnu.org>
15932
15933         * config/srclist.txt: unsync setenv.c, sigh.
15934
15935 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15936
15937         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15938         Problem reported by Bruno Haible in:
15939         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15940
15941 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         * config/srclist.txt: Comment out argp-pvh.c.
15944
15945 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15946
15947         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15948         in case some system header has #define'd it.  Problem reported by
15949         Soeren D. Schulze in
15950         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15951
15952 2004-09-09  Karl Berry  <karl@gnu.org>
15953
15954         * regex.[ch]: delete from the root.  These were supposed to be
15955                 synced with emacs cvs, but this has not happened for about
15956                 a year, and anyway nothing else uses emacs regex.[ch].
15957                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15958                 lib/regex[.ch] is untouched.
15959
15960 2004-09-09  Bruno Haible  <bruno@clisp.org>
15961
15962         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15963
15964 2004-09-09  Bruno Haible  <bruno@clisp.org>
15965
15966         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15967         modifications.
15968         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15969
15970 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15971
15972         * modules/xvasprintf: New file.
15973         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15974
15975 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15976
15977         * lib/xvasprintf.h: New file.
15978         * lib/xvasprintf.c: New file.
15979         * lib/xasprintf.c: New file.
15980
15981 2004-09-08  Bruno Haible  <bruno@clisp.org>
15982
15983         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15984
15985 2004-09-08  Bruno Haible  <bruno@clisp.org>
15986
15987         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15988         length is > INT_MAX.
15989         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15990         more.
15991
15992 2004-09-08  Bruno Haible  <bruno@clisp.org>
15993
15994         * lib/stdint_.h: New file, taken from GNU clisp.
15995
15996 2004-09-08  Bruno Haible  <bruno@clisp.org>
15997             Oskar Liljeblad  <oskar@osk.mine.nu>
15998
15999         * modules/stdint: New file.
16000         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16001
16002 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         Import from coreutils.
16005         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16006         strings on unbounded length.  alloca's performance benefits aren't
16007         that important here.
16008         (V_STRDUP): Remove.
16009         (parse_with_separator): New function, with most of the internals
16010         of the old parse_user_spec.  Allow user to omit both user and group,
16011         for compatibility with FreeBSD.
16012         Clone only the user name, not the entire spec.
16013         Do not set *uid, *gid unless entirely successful.
16014         Avoid memory leak in some failing cases.
16015         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16016         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16017         (parse_user_spec): Rewrite to use parse_with_separator.
16018
16019 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * modules/userspec: Don't depend on alloca.
16022
16023 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16024
16025         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16026
16027 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16028
16029         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16030         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16031         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16032
16033 2004-08-16  Simon Josefsson  <jas@extundo.com>
16034
16035         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16036         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16037         Add --dry-run for --import.
16038         Let user provided command line parameters override configure.ac
16039         settings.
16040
16041 2004-08-12  Simon Josefsson  <jas@extundo.com>
16042
16043         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16044         as discussed with Paul Eggert in threads rooted at
16045         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16046         and
16047         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16048         Before, the test was empty, and relied on ELIDE_CODE in source
16049         code.)
16050         (gl_PREREQ_GETOPT): New macro.
16051         (gl_GETOPT): Use them.
16052
16053 2004-08-12  Simon Josefsson  <jas@extundo.com>
16054
16055         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16056         * lib/getopt_.h: Renamed from getopt.h.
16057
16058 2004-08-12  Simon Josefsson  <jas@extundo.com>
16059
16060         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16061         Change default library name from libfoo to libgnu.
16062         Now, if you have a configure.ac that says:
16063                 gl_SOURCE_BASE(gl)
16064                 gl_M4_BASE(gl/m4)
16065                 gl_MODULES(error getopt etcetera)
16066                 gl_INIT
16067         you can import all you need by running:
16068                 ../gnulib/gnulib-tool --import
16069
16070         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16071         (Makefile.am): Rewrite, use logic from argz.
16072         (Include): Use <getopt.h> instead of "getopt.h".
16073
16074 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * modules/argp (Files): Add m4/unlocked-io.m4.
16077         (Depends-on): Add extensions.
16078
16079 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16080
16081         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16082         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16083         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16084         Check for program_invocation_name, program_invocation_short_name,
16085         flockfile, funlockfile, features.h, _getopt_long_only_r.
16086
16087 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16090         its complicated substitute.
16091         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16092         and program_invocation_name.
16093         (__argp_basename) [!_LIBC]: Remove; the only use was
16094         replaced by its body.
16095         (__argp_short_program_name): Change condition from
16096         !defined __argp_short_program_name to
16097         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16098         to match argp-namefrob.h.
16099         (__argp_failure): Don't assume strerror_r returns char *.
16100         * lib/argp-parse.c (N_): Define unconditionally.
16101         (argp_default_options): Fill out initializers with 0 to avoid
16102         gcc warnings.
16103
16104 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16107         getopt1.c.
16108
16109 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         Merge from coreutils.
16112
16113         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16114
16115         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16116         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16117
16118 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         Merge from coreutils.
16121
16122         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16123         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16124         for Reliant Unix 5.43.
16125
16126         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16127         (union fooround): Use uintmax_t, not long int.
16128         The rest is a merge from libc:
16129         [defined _LIBC]: Include <shlib-compat.h>.
16130         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16131
16132         * lib/settime.c (settime): Recode to avoid warning with
16133         Sun Forte C 6U2.
16134
16135         * lib/strverscmp.c: Convert to UTF-8.
16136
16137 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16140         m4/uintmax_t.m4.
16141
16142 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * modules/xalloc-die: New file.
16145         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16146
16147         * modules/md5 (Files): Add m4/uint32_t.m4.
16148         * modules/sha1: Renamed from modules/sha.
16149         (Files):
16150         Rename lib/sha.h to lib/sha1.h.
16151         Rename lib/sha.c to lib/sha1.c.
16152         Rename m4/sha.m4 to m4/sha1.m4.
16153         (lib_SOURCES): Likewise.
16154         (configure.ac): Rename gl_SHA to gl_SHA1.
16155         (Include): sha.h -> sha1.h.
16156
16157 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16160         * m4/sha1.m4: Renamed from sha.m4.
16161         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16162
16163 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * lib/obstack.h (obstack_empty_p):
16166         Don't assume that chunk->contents is suitably aligned.
16167         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16168         Likewise. Problem reported by Benno in
16169         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16170
16171         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16172         readable.  This could be improved further but it'd take some work.
16173
16174 2004-08-08  Simon Josefsson  <jas@extundo.com>
16175
16176         * modules/xgethostname (Depends-on): Remove exit and error (not
16177         used).
16178
16179         * modules/getpass-gnu: Add getpass.h.
16180         (Depends-on): Add stdbool.
16181         * modules/getpass: Add getpass.h.
16182
16183 2004-08-08  Simon Josefsson  <jas@extundo.com>
16184
16185         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16186         Check getpass declaration.
16187
16188 2004-08-08  Simon Josefsson  <jas@extundo.com>
16189
16190         * lib/xgethostname.c: Don't include error.h (not used).
16191
16192         * lib/getpass.h: Add.
16193         * lib/getpass.c: Include getpass.h first.
16194
16195 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * lib/xalloc-die.c: New file.
16198         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16199         All uses removed.
16200         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16201         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16202         xalloc-die.c.
16203         (_, N_, xalloc_die): Move to xalloc-die.c.
16204         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16205         so that we needn't mess with xalloc_msg_memory_exhausted.
16206
16207         * lib/sha1.h: Renamed from sha.h.
16208         (SHA1_H): Renamed from _SHA_H.
16209         (sha1_ctx): Renamed from sha_ctx.
16210         (sha1_init_ctx): Renamed from sha_init_ctx.
16211         (sha1_process_block): Renamed from sha_process_block.
16212         (sha1_process_bytes): Renamed from sha_process_bytes.
16213         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16214         (sha1_read_ctx): Renamed from sha_read_ctx.
16215         (sha1_stream): Renamed from sha_stream.
16216         (sha1_buffer): Renamed from sha_buffer.
16217         * lib/sha1.c: Likewise; renamed from sha.c.
16218         Do not include <sys/types.h>.
16219         Include <stddef.h> rather than <stdlib.h>.
16220
16221 2004-08-08  Bruno Haible  <bruno@clisp.org>
16222
16223         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16224         FILESYSTEM_PREFIX_LEN.
16225         * lib/progreloc.c: Likewise.
16226         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16227
16228 2004-08-06  Simon Josefsson  <jas@extundo.com>
16229
16230         * modules/progname (Depends-on): Don't depend on stdbool.
16231
16232 2004-08-06  Simon Josefsson  <jas@extundo.com>
16233
16234         * modules/getsubopt: New file.
16235         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16236         getsubopt.
16237
16238 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         More merge from coreutils.
16241
16242         * m4/utimens.m4, m4/utimecmp.m4: New files.
16243         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16244         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16245         prereq.m4, sha.m4: Import changes from coreutils.
16246
16247 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16248
16249         More merge from coreutils.
16250         * modules/raise, modules/readtokens0, modules/utimens:
16251         * modules/utimecmp, module/xnanosleep: New files.
16252         * modules/strftime: Add lib/strftime.h.
16253         Change include from <time.h> to "strftime.h".
16254         * modules/yesno: Add lib/yesno.h.
16255         * modules/backupfile: Remove lib/addext.c.
16256         * modules/euidaccess: Add stat-macros.h.
16257         * modules/canonicalize, modules/euidaccess,
16258         modules/filemode, modules/lchown, modules/makepath,
16259         modules/rmdir, modules/stat: Likewise.
16260
16261 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         Merge from tar.
16264         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16265         SIZE_MAX is a valid preprocessor constant.
16266         (__argp_basename): Change from "#ifndef _LIBC"
16267         to "#ifndef __argp_short_program_name", so that
16268         we don't compile these functions for tar.
16269
16270         More merges from coreutils.
16271         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16272         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16273         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16274         * lib/addext.c: Remove; no longer needed.
16275         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16276         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16277         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16278         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16279         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16280         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16281         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16282         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16283         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16284         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16285         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16286         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16287         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16288         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16289         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16290         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16291         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16292         Import changes from coreutils.
16293
16294 2004-08-05  Simon Josefsson  <jas@extundo.com>
16295
16296         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16297
16298 2004-08-05  Simon Josefsson  <jas@extundo.com>
16299
16300         * m4/getsubopt.m4: New file.
16301
16302 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16303
16304         Merge from coreutils.
16305
16306         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16307         * m4/getcwd-path-max.m4: New files.
16308
16309         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16310         FILESYSTEM_PREFIX_LEN ->
16311         FILE_SYSTEM_PREFIX_LEN.
16312         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16313         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16314         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16315         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16316
16317         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16318         prerequisite modules now handle the DOS stuff.
16319         Don't check for unistd.h.
16320
16321 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         Merge from coreutils.
16324
16325         * lib/.gdb-history: Remove; this doesn't belong here.
16326
16327         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16328         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16329         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16330         * lib/getcwd.c: New files.
16331
16332         * lib/dirname.h: Include <stdbool.h>.
16333         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16334         for consistency with POSIX terminology.  All uses changed.
16335         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16336         (strip_trailing_slashes): Use bool for booleans.
16337         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16338
16339         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16340         sometimes returns a positive errno value even when it succeeds.
16341         (print_errno_message) [!LIBC]: Fall back on strerror if
16342         __strerror_r fails.
16343
16344         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16345         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16346         (longest_relative_suffix): New function.
16347         (path_concat): Use it.  Assume first argument is not NULL.
16348         Port to DOS.  Omit redundant separators.
16349         Report an error instead of returning NULL.
16350         Use mempcpy instead of memcpy.
16351         (xpath_concat): Remove: not declared or used.
16352
16353         * lib/same.h: Include <stdbool.h>
16354         (same_name): Return bool, not int.
16355         * lib/same.c (same_name): Likewise.
16356         (errno): Don't declare; we assume C89 or better now.
16357
16358         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16359         if not already defined.
16360
16361         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16362         * lib/dup-safer.c (errno): Likewise.
16363
16364 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         Merge from coreutils.
16367         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16368         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16369         * modules/path-concat: Don't depend on strdup.
16370
16371 2004-08-03  Simon Josefsson  <jas@extundo.com>
16372
16373         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16374         * lib/progname.h: Don't include stdbool.h.
16375
16376 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16377
16378         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16379         * MODULES.html.sh (func_all_modules): Remove fatal.
16380
16381 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16382
16383         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16384
16385 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16388         working.
16389
16390 2004-08-02  Simon Josefsson  <jas@extundo.com>
16391
16392         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16393         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16394         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16395
16396 2004-08-01  Simon Josefsson  <jas@extundo.com>
16397
16398         * lib/xgetdomainname.c: Include stdlib.h, for free().
16399
16400 2004-07-19  Bruno Haible  <bruno@clisp.org>
16401
16402         * MODULES.html.sh (func_all_modules): Add dummy.
16403
16404 2004-07-16  Simon Josefsson  <jas@extundo.com>
16405
16406         * modules/dummy: New file.
16407
16408 2004-07-16  Simon Josefsson  <jas@extundo.com>
16409
16410         * lib/dummy.c: New file.
16411
16412 2004-07-16  Bruno Haible  <bruno@clisp.org>
16413
16414         * lib/backupfile.h: Add extern "C" for C++.
16415         * lib/closeout.h: Likewise.
16416         * lib/copy-file.h: Likewise.
16417         * lib/findprog.h: Likewise.
16418         * lib/full-write.h: Likewise.
16419         * lib/pathname.h: Likewise.
16420         * lib/progname.h: Likewise.
16421         * lib/stpcpy.h: Likewise.
16422         * lib/stpncpy.h: Likewise.
16423         * lib/strcase.h: Likewise.
16424         * lib/strstr.h: Likewise.
16425         * lib/xalloc.h: Likewise.
16426
16427         * lib/mbswidth.h: Add extern "C" for C++.
16428         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16429
16430 2004-07-13  Robert Millan  <robertmh@gnu.org>
16431
16432         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16433
16434 2004-07-09  Simon Josefsson  <jas@extundo.com>
16435
16436         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16437         failed without this.)
16438
16439 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16440
16441         * modules/chown (Files): Add lib/fchown-stub.c, since
16442         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16443
16444 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         * lib/fchown-stub.c: New file.
16447
16448 2004-06-24  Jim Meyering  <jim@meyering.net>
16449
16450         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16451
16452 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16453
16454         * modules/argz: Omit "#include".
16455
16456         * MODULES.html.sh (func_all_modules): Add calloc, to match
16457         2004-06-01 addition of calloc module.
16458
16459 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * m4/argz.m4: New file, which is autoupdated from libtool.
16462
16463 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16464
16465         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16466         libtool.
16467
16468 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         * config/srclist-update: Don't insist on "USA." before the
16471         close-comment, as libtool omits the period and puts the */ on a
16472         separate line.
16473         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16474         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16475
16476 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16477
16478         * modules/argz: New file.
16479         * MODULES.html.sh (func_all_modules): Add argz.
16480
16481 2004-06-12  Jim Meyering  <jim@meyering.net>
16482         and  Paul Eggert  <eggert@cs.ucla.edu>
16483
16484         * modules/hash (Files): Add lib/xalloc.h.
16485         * modules/pipe (Depends-on): Add wait-process.
16486         * modules/stat (Depends-on): Add xalloc.
16487         * modules/userspec (Files): Add lib/userspec.h.
16488         * modules/xstrto
16489
16490         Upgrade from gettext-0.13.
16491         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16492         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16493         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16494
16495 2004-06-10  Jim Meyering  <jim@meyering.net>
16496
16497         * lib/calloc.c: New file.
16498
16499 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16500
16501         * lib/getdate.y (yylex): Allow space between sign and number.
16502         Problem reported by Dan Jacobson.
16503
16504 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16505
16506         Merge from coreutils CVS.
16507
16508         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16509         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16510         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16511         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16512         xstrtol.m4: Fix copyright date and/or serial number.
16513
16514         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16515         See if we need an fchown replacement.
16516         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16517         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16518         and use the replacement function if we detect either defect.
16519
16520         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16521         gl_UTIMECMP.
16522
16523 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16524         and  Jim Meyering  <jim@meyering.net>
16525
16526         Merge from coreutils CVS.
16527
16528         * lib/stat-macros.h: New file, with contents from file-type.h
16529         and coreutils' system.h.
16530         * lib/file-type.c: Include "stat-macros.h".
16531         * lib/file-type.h (file_type): Move all macro definitions to new file,
16532         stat-macros.h.
16533
16534         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16535         Wrap old code with this conditional.
16536         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16537         function that does not dereference symlinks.
16538         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16539
16540         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16541         dependency problems.
16542         (xreadlink): Accept new arg SIZE, for efficiency.
16543         All decls and uses changed.
16544         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16545
16546         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16547         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16548
16549         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16550         sysexits.h.
16551
16552 2004-06-01  Jim Meyering  <jim@meyering.net>
16553
16554         * m4/calloc.m4: New file.
16555
16556 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16557
16558         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16559         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16560         Also, fix a typo in a diagnostic.
16561
16562 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16565         or AC_FUNC_REALLOC.
16566
16567 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16568
16569         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16570         macros to be defined.
16571         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16572         the allocator returns NULL because the requested size is zero.
16573
16574 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16575
16576         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16577         var.  Add comment explaining why libc still defines it.  This
16578         merges the following patch from glibc:
16579         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16580
16581 2004-05-20  Andreas Schwab  <schwab@suse.de>
16582
16583         * m4/free.m4: Replace free if it not known to work, not the other
16584         way round.
16585
16586 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16587
16588         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16589         present in glibc since revision 1.1 of this file.
16590         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16591         obstack_alignment_mask, obstack_alloc, obstack_base,
16592         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16593         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16594         obstack_grow0, obstack_init, obstack_int_grow,
16595         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16596         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16597         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16598         nonexistent functions.
16599
16600 2004-05-18  Karl Berry  <karl@gnu.org>
16601
16602         * config/srclist.txt: break link for vasnprintf.c.
16603
16604 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         Port obstack to the AS/400, where pointers are 16 bytes wide and
16607         you cannot cast an integer to a valid pointer.  This patch is
16608         currently waiting to be integrated into glibc; see
16609         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16610
16611         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16612         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16613         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16614         (struct obstack): temp member is now a union of a pointer and
16615         an integer, instead of an integer.  All integer uses changed.
16616         This does not affect the physical layout of struct obstack,
16617         except on hosts (like the AS/400) where the size or alignment of
16618         void * is greater than that of ptrdiff_t.
16619         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16620         __STDC__)]: Store temporary in pointer member of union, not
16621         integer member.
16622         * lib/obstack.c: Include <stddef.h>, for offsetof.
16623         (struct fooalign): Remove; it doesn't need a name.
16624         (union fooround): Change double to long double, and add void *.
16625         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16626         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16627         not a macro.  Hence the values are always int; so remove all
16628         casts-to-int in uses.
16629
16630 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16633         we can get this patch merged into glibc.
16634
16635 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16636             Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * m4/argp: Depend on alloca.
16639
16640 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16641             Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16644         freecoding.
16645
16646 2004-05-17  Bruno Haible  <bruno@clisp.org>
16647
16648         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16649         precision that consists of a '.' followed by an empty digit string.
16650         Patch by Tor Lillqvist <tml@iki.fi>.
16651
16652 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16653
16654         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16655         for backward compatibility with older code.  We need our own
16656         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16657         it under some other name, and our alloca.h will define it.
16658
16659 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16660             Derek Price  <derek@ximbiot.com>
16661
16662         * lib/alloca.c: Include <alloca.h>, to get our interface.
16663         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16664         include <alloca.h> first.  Use C89 prototype for alloca; this
16665         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16666         Use #elif for simplicity, since we can assume C89 now.
16667         Don't try to source the system alloca.h since it will not be found
16668         and to prevent recursively including its replacement.
16669         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16670         * lib/regex.c: Likewise.
16671
16672 2004-05-16  Derek Price  <derek@ximbiot.com>
16673             Paul Eggert  <eggert@cs.ucla.edu>
16674
16675         getline cleanup.  This changes the getndelim2 API: both order of
16676         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16677         no delimiter).
16678
16679         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16680         interface does that.
16681         (getline): Always use getdelim, so that we don't have two
16682         copies of this code.
16683         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16684         if available.
16685         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16686         (GETNDELIM2_MAXIMUM): New macro.
16687         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16688         instead of the old practice of delim2==0.  All callers changed.
16689         Return -1 on overflow, instead of returning junk.
16690         Do not set *linesize unless allocation succeeds.
16691         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16692         that we include sys/types.h.
16693         * lib/getnline.h: Likewise.
16694         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16695         (getndelim2): Reorder arguments.
16696         * lib/getnline.c (getnline, getndelim):
16697         Don't discard the NMAX argument.
16698         (getnline): Invoke getndelim, to avoid code duplication.
16699         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16700         of (size_t) -1 by callers of the getnline family.
16701
16702 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16703
16704         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16705         Check for gettimeofday.
16706         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16707         Check for settimeofday, stime.
16708
16709 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16710
16711         * lib/nanosleep.c (suspended): Change its type from int to
16712         sig_atomic_t volatile.
16713         (first_call): Make it private to rpl_nanosleep, and have it
16714         be zero initially as that's a bit faster.
16715         (my_usleep): Round up fractional times instead of truncating them,
16716         as this is the usual meaning for 'sleep'.
16717
16718         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16719         doesn't work.
16720         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16721         (ENOSYS): Define if not defined.
16722         (settime): Fall back on stime if it exists and settimeofday fails.
16723         But don't bother with fallbacks if a method fails with errno == EPERM.
16724
16725 2004-05-11  Jim Meyering  <jim@meyering.net>
16726
16727         Prior to this change, the save_cwd caller required read access to the
16728         current directory on most systems (ones with the fchdir function).
16729
16730         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16731         fails, try write-only, and finally, resort to using xgetcwd.
16732
16733 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16734
16735         * lib/obstack.c, obstack.h: Import changes from libc.
16736
16737 2004-04-28  Bruno Haible  <bruno@clisp.org>
16738
16739         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16740         also implicitly appends .exe to executables.
16741         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16742         accepts Windows pathnames.
16743         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16744         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16745         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16746         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16747         Reported by Derek Robert Price <derek@ximbiot.com>.
16748
16749 2004-04-21  Karl Berry  <karl@gnu.org>
16750
16751         * config/srclist.txt (localcharset.c): break sync.
16752
16753 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16754
16755         * m4/host-os.m4: Add a copyright notice.
16756
16757 2004-04-20  Jim Meyering  <jim@meyering.net>
16758
16759         Change UTILS_ to gl_ in AC_DEFINE'd names.
16760         Change utils_- and jm_-prefixed variables, too.
16761         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16762         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16763         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16764
16765         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16766         Don't emit trailing blanks.
16767         Also rename jm_-prefixed variables to have gl_ prefix.
16768
16769         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16770         Also rename jm_-prefixed variables to have gl_ prefix.
16771
16772         * m4/jm-macros.m4: Reflect the renamings.
16773         * m4/prereq.m4: Likewise.
16774
16775 2004-04-20  Jim Meyering  <jim@meyering.net>
16776
16777         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16778         memory.
16779
16780 2004-04-20  Jim Meyering  <jim@meyering.net>
16781             Bruno Haible  <bruno@clisp.org>
16782
16783         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16784         memory when realloc fails.
16785
16786 2004-04-19  Jim Meyering  <jim@meyering.net>
16787
16788         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16789         now that readutmp.c may call `free (0)'.
16790
16791 2004-04-19  Bruno Haible  <bruno@clisp.org>
16792
16793         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16794         * m4/inttypes_h.m4: Likewise.
16795         * m4/stdint_h.m4: Likewise.
16796         * m4/intmax_t.m4: Likewise.
16797         * m4/uintmax_t.m4: Likewise.
16798
16799 2004-04-18  Jim Meyering  <jim@meyering.net>
16800
16801         * m4/prereq.m4: Don't forbid jm_ prefix.
16802
16803         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16804         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16805         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16806         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16807         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16808         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16809         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16810         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16811         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16812         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16813         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16814         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16815         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16816         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16817         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16818         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16819         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16820         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16821         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16822
16823 2004-04-18  Jim Meyering  <jim@meyering.net>
16824
16825         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16826         failure, don't leak memory and do call END_UTMP_ENT.
16827
16828 2004-04-16  Jim Meyering  <jim@meyering.net>
16829
16830         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16831         coreutils' stat program.
16832         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16833
16834 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16835
16836         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16837         C89.
16838         (CHAR_BIT): Remove, since we assume C89.
16839         Include <stdint.h> if available, as per current Autoconf CVS advice.
16840
16841 2004-03-31  Jim Meyering  <jim@meyering.net>
16842
16843         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16844         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16845         * m4/xalloc.m4: Likewise.
16846
16847 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16848
16849         Merge from coreutils.
16850
16851         * m4/inttostr.m4: New file.
16852         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16853         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16854         Require gl_CLOCK_TIME.
16855         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16856
16857 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16858
16859         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16860         not bool, to be more consistent with Unix conventions.
16861         Suggested by Bruno Haible.
16862
16863         Merge from coreutils.
16864
16865         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16866         * lib/umaxtostr.c: New files.
16867
16868         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16869         the usual <time.h> dance.
16870         (get_date): Change signature to support fractional time stamps.
16871         All callers changed.
16872         * lib/getdate.y: Include "getdate.h" first, as we can now
16873         assume C89 and don't need to worry about 'const'.
16874         Similarly, include "unlocked-io.h" near start, not in middle.
16875         Include <limits.h>.
16876         (textint.value): Use long int rather than int.
16877         (textint.digits): Use size_t rather than int.
16878         (BILLION, LOG10_BILLION): New constants.
16879         (parser_control): New member rel_ns.  Members day_ordinal,
16880         time_zone, month, day, hour, minutes, rel_year, rel_month,
16881         rel_day, rel_hour, rel_minutes, rel_seconds
16882         are now long int, not int.  Member seconds is now struct timespec,
16883         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16884         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16885         not int.
16886         (%union.intval): Now long int, not int.
16887         New member timespec.
16888         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16889         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16890         (spec): Now is a timespec or an item list.
16891         (timespec, items): New nonterminals.
16892         (time, rel, relunit, number, get_date):
16893         Add support for fractional seconds.
16894         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16895         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16896         (to_hour): First arg is now long int, not int.
16897         (to_year): Returns long int, not int.
16898         Don't treat year -70 like 70.
16899         (tm_diff): Returns long int, not int.
16900         (lookup_word): Use bool instead of int when appropriate.
16901         (yylex): Use size_t for count, not int.
16902         Detect overflow when parsing large integer constants.
16903         Add support for fractions.
16904         (get_date): Make pointers 'const' if possible.
16905         Use more-portable code to detect integer overflow.
16906         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16907         Don't use ctime; it's not reliable if the year has >4 digits.
16908
16909         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16910         This is for compatibility with BSD.
16911
16912         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16913         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16914         From coreutils' system.h.
16915
16916         * lib/userspec.c: Don't include "posixver.h".
16917         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16918         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16919         compatible extension.  Simplify code by removing a boolean int
16920         that was always nonzero if a string was nonnull.
16921
16922 2004-03-30  Jim Meyering  <jim@meyering.net>
16923
16924         Merge from coreutils.
16925
16926         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16927         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16928         on some systems one must include <grp.h> before it.
16929         Reported by Christian Krackowizer.
16930
16931 2004-03-30  Jim Meyering  <jim@meyering.net>
16932
16933         Merge from coreutils.
16934
16935         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16936
16937         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16938         an empty input stream.
16939
16940         * lib/readtokens.c: Include <stdbool.h>.
16941         (readtoken): Use `size_t' rather than int/long.
16942         All callers adjusted.
16943         Use `bool' rather than `int' where appropriate.
16944         Use memset rather than an explicit loop.
16945         Use x2nrealloc rather than xrealloc.
16946         Allow the use of `\0' as a delimiter.
16947         (readtokens): Likewise.
16948         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16949
16950 2004-03-30  Jim Meyering  <jim@meyering.net>
16951
16952         * m4/realloc.m4: Remove file, since now it does no more than
16953         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16954         the `configure.ac' section of module/realloc.
16955         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16956
16957 2004-03-30  Bruno Haible  <bruno@clisp.org>
16958
16959         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16960         nonnull.
16961
16962 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16963
16964         Merge changes to getloadavg.c from coreutils and Emacs.
16965
16966         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16967         Define to an expression, not to the empty string.
16968         Include cloexec.h and xalloc.h.
16969         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16970         Use set_cloexec_flag rather than rolling our own.
16971         * lib/cloexec.c, lib/cloexec.h: New files.
16972
16973 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16974
16975         * m4/cloexec.m4: New file.
16976
16977 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16978
16979         * lib/getopt.h: Sync with libc CVS.
16980
16981 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16982             Bruno Haible  <bruno@clisp.org>
16983
16984         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16985         mbswidth.
16986
16987 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16988             Bruno Haible  <bruno@clisp.org>
16989
16990         * lib/mbswidth.h: Include <wchar.h> only if
16991         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16992         <wchar.h>.
16993         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16994
16995 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16996
16997         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16998         Sync with libc CVS.
16999         * lib/getopt_int.h: New file, also synced from libc.
17000
17001 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17002
17003         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17004         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17005         Bring back getopt.c, getopt.h, getopt1.c.
17006
17007 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17008
17009         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17010         All uses changed.  Check for sa_sigaction member; this fixes
17011         a bug first reported by Jason Andrade in
17012         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17013
17014 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17015
17016         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17017         '#if' expressions.  Unlike the code it replaces, it does not
17018         depend on (defined _SC_PAGESIZE).  However, it does depend on
17019         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17020         first reported by Jason Andrade in
17021         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17022
17023 2004-02-25  Simon Josefsson  <jas@extundo.com>
17024
17025         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17026
17027 2004-02-25  Simon Josefsson  <jas@extundo.com>
17028
17029         * lib/strdup.h: New file.
17030         * lib/strdup.c: Include it.
17031         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17032         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17033
17034 2004-02-23  Karl Berry  <karl@gnu.org>
17035
17036         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17037         (from fencepost.gnu.org:/gd/gnuorg).
17038
17039 2004-02-23  Karl Berry  <karl@gnu.org>
17040
17041         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17042         * config/srclist.txt: add maintain/standards documents.
17043
17044 2004-02-18  Bruno Haible  <bruno@clisp.org>
17045
17046         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17047         Reported by Derek Robert Price <derek@ximbiot.com>.
17048
17049 2004-02-16  Karl Berry  <karl@gnu.org>
17050
17051         * config/mkinstalldirs, install-sh: update from automake.
17052
17053 2004-02-06  Karl Berry  <karl@gnu.org>
17054
17055         * m4/po.m4: update from gettext 0.14.1.
17056
17057 2004-02-06  Karl Berry  <karl@gnu.org>
17058
17059         * lib/config.charset: update from gettext 0.14.1.
17060
17061 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17062
17063         Add comments and code, prompted by suggestions from Bruno Haible
17064         for sh-quote.
17065         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17066         describing the enum quoting_style values.
17067         * lib/quotearg.c (quotearg_alloc): New function.
17068         (quotearg_buffer_restyled): Treat lone { and } as special.
17069         Treat = as special.  Work around bug with older shells
17070         that "see" a '\' that is really the 2nd byte of a multibyte char.
17071         Quote empty string with shell_quoting_style.
17072
17073 2004-02-03  Bruno Haible  <bruno@clisp.org>
17074
17075         * m4/pipe.m4: New file, from GNU gettext.
17076
17077 2004-02-03  Bruno Haible  <bruno@clisp.org>
17078
17079         * lib/pipe.h: New file, from GNU gettext.
17080         * lib/pipe.c: New file, from GNU gettext.
17081
17082 2004-01-27  Bruno Haible  <bruno@clisp.org>
17083
17084         * m4/execute.m4: New file, from GNU gettext.
17085
17086 2004-01-27  Bruno Haible  <bruno@clisp.org>
17087
17088         * lib/execute.h: New file, from GNU gettext.
17089         * lib/execute.c: New file, from GNU gettext.
17090         * lib/w32spawn.h: New file, from GNU gettext.
17091
17092 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17093
17094         Merge from diffutils.
17095
17096         * lib/file-type.c (file_type): Add typed memory objects.
17097         * lib/file-type.h (S_TYPEISTMO): New macro.
17098
17099         * lib/c-stack.h (c_stack_action): Remove argv argument.
17100         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17101         (die): Don't calculate message unless segv_action returns.
17102         (get_stack_location, min_address_from_argv, max_address_from_argv,
17103         volatile stack_base, volatile_stack_size): Remove.
17104         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17105         that every segmentation violation is a stack overflow.  (Ouch!)
17106         See Debian bug 136249 (still outstanding) for more info about why
17107         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17108
17109 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17110
17111         Exit-status fix from coreutils.
17112
17113         Use exit_failure consistently in place of EXIT_FAILURE,
17114         so that program exit statuses are consistent on failure.
17115
17116         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17117         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17118         * lib/argmatch.h: Comment fix to match the above.
17119         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17120         Now a macro referring to exit_failure, instead of a separate
17121         variable.  Include "exitfail.h" to get it.
17122         * lib/xstrtol.h: Include "exitfail.h".
17123         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17124
17125         * lib/long-options.c (parse_long_options): Use prototype
17126         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17127         for clarity.
17128
17129 2004-01-21  Jim Meyering  <jim@meyering.net>
17130
17131         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17132         so as not to conflict with a different-sized __mktime_internal
17133         function in GNU libc.
17134         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17135         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17136
17137 2004-01-20  Karl Berry  <karl@gnu.org>
17138
17139         * config/config.guess: update from config.
17140
17141         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17142
17143 2004-01-20  Bruno Haible  <bruno@clisp.org>
17144
17145         Safer stack allocation.
17146         * lib/setenv.c: Include allocsa.h.
17147         (alloca): Remove fallback definition.
17148         (freea): Remove macro.
17149         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17150         instead of freea.
17151
17152 2004-01-20  Bruno Haible  <bruno@clisp.org>
17153
17154         * m4/eealloc.m4: New file, from GNU gettext.
17155
17156 2004-01-20  Bruno Haible  <bruno@clisp.org>
17157
17158         * m4/allocsa.m4: New file, from GNU gettext.
17159
17160 2004-01-20  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/xallocsa.h: New file, from GNU gettext.
17163         * lib/xallocsa.c: New file, from GNU gettext.
17164
17165 2004-01-20  Bruno Haible  <bruno@clisp.org>
17166
17167         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17168
17169 2004-01-20  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17172         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17173         specially.
17174
17175 2004-01-20  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17178         patch.
17179
17180 2004-01-20  Bruno Haible  <bruno@clisp.org>
17181
17182         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17183
17184 2004-01-20  Bruno Haible  <bruno@clisp.org>
17185
17186         * lib/eealloc.h: New file.
17187
17188 2004-01-20  Bruno Haible  <bruno@clisp.org>
17189
17190         * lib/binary-io.h: Avoid warnings on Cygwin.
17191
17192 2004-01-20  Bruno Haible  <bruno@clisp.org>
17193
17194         * lib/allocsa.h: New file, from GNU gettext.
17195         * lib/allocsa.c: New file, from GNU gettext.
17196
17197 2004-01-18  Karl Berry  <karl@gnu.org>
17198
17199         * doc/gpl.texi, doc/lgpl.texi: new files.
17200
17201 2004-01-18  Karl Berry  <karl@gnu.org>
17202
17203         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17204         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17205
17206 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17207
17208         Merge from coreutils.
17209
17210         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17211         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17212         (gl_DEFAULT_POSIX2_VERSION): Move
17213         the documentation from 'configure' into 'config.hin',
17214         so that 'configure --help' isn't burdened by it and
17215         we don't have to worry about its formatting there.
17216         Reword the documentation so that it's more succinct
17217         and can be run together into a single paragraph.
17218         * m4/same.m4 (gl_SAME): Check for pathconf.
17219
17220 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17221
17222         Merge from coreutils.
17223
17224         * lib/posixver.c: Include posixver.h.
17225
17226         * lib/same.c: Include <stdbool.h>, <limits.h>.
17227         (_POSIX_NAME_MAX): Define if not defined.
17228         (MIN): New macro.
17229         (same_name): If file names are silently truncated, report
17230         that the file names are the same if they are the same after
17231         the silent truncation.
17232
17233         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17234         conversion function.
17235         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17236         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17237         longer needed.
17238
17239 2004-01-15  Jim Meyering  <jim@meyering.net>
17240
17241         Merge from coreutils.
17242
17243         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17244         if no library is required.
17245         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17246         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17247         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17248         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17249         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17250         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17251         value, $ac_cv_search_crypt, if it's "none required".
17252         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17253         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17254         not gl_FUNC_GETLOADAVG.
17255         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17256         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17257
17258 2004-01-15  Jim Meyering  <jim@meyering.net>
17259
17260         Merge from coreutils.
17261
17262         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17263         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17264         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17265
17266         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17267         optional configure-time default.
17268
17269         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17270
17271         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17272
17273 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17274
17275         Merge from coreutils.
17276
17277         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17278         value, $ac_cv_search_nanosleep, if it's "none required".
17279
17280 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17281
17282         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17283         with like-named macro in fnmatch.c.
17284         (EXT): Use an internal constant instead.
17285
17286         Merge fnmatch patches from glibc.
17287         * lib/fnmatch.c (mbsinit): Remove define.
17288         Add libc_hidden_ver (__fnmatch, fnmatch).
17289         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17290         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17291
17292 2004-01-14  Karl Berry  <karl@gnu.org>
17293
17294         * config/install-sh: update from automake.
17295
17296 2004-01-13  Karl Berry  <karl@gnu.org>
17297
17298         * config/install-sh: update from automake.
17299
17300 2004-01-09  Karl Berry  <karl@gnu.org>
17301
17302         * config/install-sh: update from automake.
17303
17304 2004-01-05  Karl Berry  <karl@gnu.org>
17305
17306         * config/config.{sub,guess}: update from config.
17307
17308 2003-12-31  Karl Berry  <karl@gnu.org>
17309
17310         * config/depcomp: update from automake.
17311
17312 2003-12-14  Karl Berry  <karl@gnu.org>
17313
17314         * lib/config.charset: update from gettext-runtime.
17315
17316 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17317
17318         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17319         Bug reported by Alfred M. Szmidt.
17320
17321 2003-12-03  Bruno Haible  <bruno@clisp.org>
17322
17323         * m4/gettext.m4: Upgrade from gettext-0.13.
17324         * m4/po.m4: Upgrade from gettext-0.13.
17325         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17326         * m4/intmax.m4: New file, from gettext-0.13.
17327         * m4/printf-posix.m4: New file, from gettext-0.13.
17328
17329 2003-11-29  Karl Berry  <karl@gnu.org>
17330
17331         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17332
17333 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17334             Bruno Haible  <bruno@clisp.org>
17335
17336         * lib/printf-parse.h: Don't include sys/types.h.
17337         (ARG_NONE): New macro.
17338         (char_directive): Change type of *arg_index fields to size_t.
17339         * lib/printf-parse.c: Don't include sys/types.h.
17340         (SSIZE_MAX): Remove macro.
17341         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17342         Remove unnecessary overflow check.
17343         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17344         fields.
17345
17346 2003-11-25  Bruno Haible  <bruno@clisp.org>
17347
17348         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17349
17350 2003-11-25  Bruno Haible  <bruno@clisp.org>
17351
17352         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17353         gt_TYPE_SSIZE_T.
17354
17355 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17356
17357         * modules/alloca: Remove dependency on xalloc.
17358
17359 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17360
17361         * lib/alloca.c: Remove dependency on xalloc module.
17362         (xalloc_die): Remove.
17363         (memory_full) [!defined emacs]: New macro.
17364         [!defined emacs]: Don't include xalloc.h.
17365         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17366         address arithmetic overflows.  Change datatypes a bit to avoid
17367         unnecessary casts.
17368
17369 2003-11-22  Jim Meyering  <jim@meyering.net>
17370
17371         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17372         s/size/size_t/.
17373
17374 2003-11-21  Karl Berry  <karl@gnu.org>
17375
17376         * config/config.{sub,guess}: update from config.
17377
17378 2003-11-18  Karl Berry  <karl@gnu.org>
17379
17380         * config/config.{sub,guess}: update from config.
17381
17382         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17383
17384 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17385
17386         * README: Mention that S+T cannot overflow if S is the size of
17387         an existing object and T is sufficiently small.
17388
17389 2003-11-17  Jim Meyering  <jim@meyering.net>
17390
17391         On systems without utime and without a utimes function capable of
17392         dealing with a NULL struct utimbuf* argument, this utime replacement
17393         could -- in unusual circumstances -- leak a file descriptor.
17394         * lib/utime.c: Include <unistd.h> and <errno.h>.
17395         (utime_null): Be sure to close `fd' and to preserve errno.
17396         Reported by Geoff Collyer via Arnold Robbins.
17397
17398 2003-11-17  Bruno Haible  <bruno@clisp.org>
17399
17400         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17401         (Depends-on): Add xsize.
17402
17403 2003-11-17  Bruno Haible  <bruno@clisp.org>
17404
17405         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17406
17407 2003-11-17  Bruno Haible  <bruno@clisp.org>
17408
17409         * lib/vasnprintf.c (alloca): Remove fallback definition.
17410         (freea): Remove definition.
17411         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17412         Reported by Paul Eggert.
17413
17414 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17415             Bruno Haible  <bruno@clisp.org>
17416
17417         Protect against address arithmetic overflow.
17418         * lib/printf-args.h: Include stddef.h.
17419         (arguments): Change type of field 'count' to size_t.
17420         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17421         'unsigned int' where appropriate.
17422         * lib/printf-parse.h: Include sys/types.h.
17423         (char_directive): Change type of *arg_index fields to ssize_t.
17424         (char_directives): Change type of fields 'count', max_*_length to
17425         size_t.
17426         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17427         (SSIZE_MAX): Define fallback value.
17428         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17429         instead of 'int' where appropriate. Check a_allocated, d_allocated
17430         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17431         * lib/vasnprintf.c: Include xsize.h.
17432         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17433         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17434         overflow. Avoid wraparound when converting a width or precision from
17435         decimal to binary.
17436
17437 2003-11-16  Bruno Haible  <bruno@clisp.org>
17438
17439         Update from GNU gettext.
17440         * lib/printf-parse.c: Generalize to it can be compiled for wide
17441         strings.
17442         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17443         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17444         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17445         SNPRINTF): New macros.
17446         Don't include <alloca.h> if the file is used inside libintl.
17447         (local_wcslen): New function, for Solaris 2.5.1.
17448         (VASNPRINTF): Use it instead of wcslen.
17449
17450 2003-11-16  Bruno Haible  <bruno@clisp.org>
17451
17452         * lib/xsize.h (xmax): New function.
17453         (xsum, xsum3, xsum4): Declare as "pure" functions.
17454
17455 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17456
17457         * modules/xalloc (Files): Undo latest change, since xalloc.h
17458         no longer needs SIZE_MAX or PTRDIFF_MAX.
17459
17460 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17461
17462         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17463         gl_PTRDIFF_MAX.
17464
17465 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17466
17467         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17468         "return", to pacify some unknown compiler.  Problem reported
17469         by Joerg Schilling.
17470
17471 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17472
17473         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17474         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17475         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17476         heuristic is just as accurate as far as we know, and it removes a
17477         dependency on size_max.m4 and ptrdiff_max.m4.
17478
17479 2003-11-11  Bruno Haible  <bruno@clisp.org>
17480
17481         * modules/xsize (Files): Add m4/size_max.m4.
17482         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17483
17484 2003-11-11  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/size_max.m4: New file.
17487         * m4/ptrdiff_max.m4: New file.
17488         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17489         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17490         (gl_XALLOC): Invoke it.
17491
17492 2003-11-11  Bruno Haible  <bruno@clisp.org>
17493
17494         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17495         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17496         defined.
17497
17498 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17499
17500         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17501         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17502         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17503         From Bruno Haible.
17504         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17505         not (size_t) -1, since it's defined here.
17506
17507 2003-11-09  Karl Berry  <karl@gnu.org>
17508
17509         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17510
17511 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17512
17513         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17514         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17515         Reject sizes of exactly SIZE_MAX bytes.
17516         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17517         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17518
17519 2003-11-05  Bruno Haible  <bruno@clisp.org>
17520
17521         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17522         SIZE_MAX defined in <limits.h> on Solaris.
17523
17524 2003-11-04  Jim Meyering  <jim@meyering.net>
17525
17526         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17527         variable names, rather than @VAR@.
17528         * modules/poll: Likewise.
17529
17530 2003-11-04  Bruno Haible  <bruno@clisp.org>
17531
17532         * modules/xsize: New file.
17533         * modules/linebreak: Depend on xsize.
17534         * MODULES.html.sh (func_all_modules): Add xsize.
17535
17536 2003-11-04  Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/xsize.m4: New file.
17539
17540 2003-11-04  Bruno Haible  <bruno@clisp.org>
17541
17542         * lib/xsize.h: New file.
17543         * lib/linebreak.c: Include xsize.h.
17544         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17545         argument for overflow.
17546         Suggested by Paul Eggert.
17547
17548 2003-11-03  Karl Berry  <karl@gnu.org>
17549
17550         * config/config.{guess,sub}: update from config.
17551
17552 2003-11-03  Jim Meyering  <jim@meyering.net>
17553
17554         * modules/userspec (lib_SOURCES): Add userspec.h.
17555         (Include): Add "userspec.h".
17556         Improve description.
17557
17558 2003-11-03  Jim Meyering  <jim@meyering.net>
17559
17560         * lib/userspec.c: Include "userspec.h".
17561         * lib/userspec.h: New file.
17562
17563 2003-11-03  Bruno Haible  <bruno@clisp.org>
17564
17565         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17566
17567 2003-11-03  Bruno Haible  <bruno@clisp.org>
17568
17569         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17570         available, to avoid (extremely rare) race condition.
17571         Suggested by Paul Eggert.
17572
17573 2003-11-02  Karl Berry  <karl@gnu.org>
17574
17575         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17576
17577 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17578
17579         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17580         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17581         (read_filesystem_list): Set and use me_type_malloced.
17582         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17583         whatever the type happens to be), for brevity and consistency.
17584         Check for size calculation overflow on Alphas running OSF/1.
17585
17586 2003-10-31  Jim Meyering  <jim@meyering.net>
17587
17588         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17589
17590         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17591
17592 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17593             Bruno Haible  <bruno@clisp.org>
17594
17595         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17596         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17597
17598 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17599
17600         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17601         netbsd*-gnu*.  Suggested by Robert Millan.
17602
17603 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17604
17605         * modules/group-member: Depend on stdbool.
17606
17607 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17608
17609         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17610
17611 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17612
17613         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17614         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17615         after the 'gnu' in these cases.  This fixes some bugs in the
17616         previous change, and is based on suggestions by Robert Millan.
17617
17618 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17619
17620         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17621         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17622         no longer needed.
17623         * lib/quotearg.c (quotearg_n_options): Use it.
17624         * lib/group-member.c: Include <stdbool.h>.
17625         (free_group_info): Arg is now const *; don't free arg.
17626         (get_group_info): Now returns bool and accepts struct group_info *,
17627         rather than returning a malloc'ed struct group_info *.
17628         All uses changed.  Check for overflow in internal size calculation.
17629
17630         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17631         rather than xmalloc/xrealloc.
17632         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17633         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17634         conformance bug: the old code used a pointer after freeing the
17635         storage that it addressed.
17636         * lib/hash.c (hash_initialize): Simplify the code by using
17637         xalloc_oversized rather than doing it by hand.
17638         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17639         the buffer preserved.  Use free and xmalloc instead.
17640         * lib/quotearg.c (quotearg_n_options): Likewise.
17641         Use a simpler test for size overflow.  Don't use xalloc_oversized
17642         because unsigned int might be wider than size_t (!); this suggests
17643         that we should switch from unsigned int to size_t for slot numbers.
17644
17645 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17646
17647         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17648         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17649         NetBSD kernels.  Requested by Richard Stallman.
17650
17651 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17652
17653         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17654         to allocate the returned structure.  Do not allocate a subarray,
17655         as x2nrealloc will do that.
17656         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17657         instead of xnrealloc.
17658         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17659
17660 2003-10-27  Bruno Haible  <bruno@clisp.org>
17661
17662         * lib/stdbool_.h: Better support for BeOS.
17663
17664 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17665
17666         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17667         now uses inline.
17668
17669 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17670
17671         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17672         callers that want to do their own size-overflow checking.  Include
17673         <stdbool.h>, since xalloc_oversized returns bool.
17674         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17675         to use xalloc_oversized.
17676
17677         Add two functions x2realloc, x2nrealloc, for programs that grow
17678         arrays dynamically by doubling their sizes.
17679         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17680         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17681         New functions.
17682
17683         Port to C99 semantics for 'inline' of external functions.
17684         Bug reported by Bruno Haible.
17685         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17686         with the old contents of xnmalloc.
17687         (xnmalloc, xmalloc): Use it.
17688         (xnrealloc_inline): New static inline function,
17689         with the old contents of xnrealloc.
17690         (xnrealloc, xrealloc): Use it.
17691
17692         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17693         that.
17694
17695 2003-10-26  Karl Berry  <karl@gnu.org>
17696
17697         * config/srclist.txt (COPYING.DOC): no longer available from
17698         /gd/gnuorg; don't know where the ultimate source is.
17699
17700 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17701
17702         Fix several address-calculation bugs in the hash modules,
17703         plus some minor code cleanup.
17704
17705         * lib/hash.h: Include <stdbool.h>, for bool.
17706         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17707         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17708         hash_get_n_entries, hash_get_max_bucket_length,
17709         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17710         hash_rehash): Use size_t rather than unsigned.
17711         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17712         hash_get_n_buckets_used, hash_get_n_entries,
17713         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17714         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17715         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17716         Likewise.
17717         (SIZE_MAX): Define if not defined.
17718         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17719         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17720         hash_print):
17721         Use const * when possible.
17722         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17723         (check_tuning): Fix bug: if tuning parameters were very close to
17724         0 or 1, rounding errors could have caused subscript violations.
17725         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17726         (hash_initialize): Add 'fail:' label
17727         to free table and return NULL, and use it to simplify code.
17728         Use calloc rather than clearing the storage ourself.
17729         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17730         buffer size calculations.
17731         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17732         Include <stddef.h>, for size_t.
17733         * lib/hash-pjw.c (hash_pjw): Likewise.
17734         Switch to method described by Bruno Haible.
17735         Include <limits.h>, for CHAR_BIT.
17736         (SIZE_BITS): New macro.
17737
17738 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17739
17740         * m4/getline.m4 (AM_FUNC_GETLINE):
17741         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17742         hosts.  Problem reported by Derek Robert Price in
17743         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17744         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17745         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17746
17747 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17748
17749         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17750         ceiling the allocation at NMAX bytes rather than silently
17751         discarding input bytes before NMAX is reached.  This makes
17752         a difference only if NMAX exceeds SIZE_MAX / 2.
17753
17754         * lib/obstack.c: Merge from glibc.
17755         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17756         Add libc_hidden_def (_obstack_newchunk).
17757         (_obstack_free) [! defined _LIBC]: Remove.
17758         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17759         a clone of the function body.
17760         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17761         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17762
17763         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17764         glibc.
17765         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17766         arg to memcpy.
17767
17768         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17769         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17770         Don't use lvalue casts, as GCC plans to remove support for them
17771         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17772         was also present in the non-GCC version, indicating that this
17773         code had always been buggy and had never been widely used.
17774         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17775         Use the fast variant of each macro, rather than copying the
17776         definiens of the fast variant; that way, we'll be more likely to
17777         catch future bugs in the fast variants.
17778
17779 2003-10-20  Bruno Haible  <bruno@clisp.org>
17780
17781         * modules/wait-process: New file.
17782         * MODULES.html.sh (func_all_modules): Add wait-process.
17783
17784 2003-10-20  Bruno Haible  <bruno@clisp.org>
17785
17786         * m4/wait-process.m4: New file.
17787
17788 2003-10-20  Bruno Haible  <bruno@clisp.org>
17789
17790         * lib/wait-process.h: New file, from GNU gettext.
17791         * lib/wait-process.c: New file, from GNU gettext.
17792
17793 2003-10-19  Jim Meyering  <jim@meyering.net>
17794
17795         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17796         HPUX 10.20.
17797
17798 2003-10-18  Karl Berry  <karl@gnu.org>
17799
17800         * config/config.guess: update from config.
17801
17802 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17803
17804         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17805         (getgroups): First arg is int, not size_t.
17806         Don't let 'free' mangle errno.
17807
17808 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17809
17810         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17811
17812 2003-10-16  Karl Berry  <karl@gnu.org>
17813
17814         * config/config.{guess,sub}: update from config.
17815
17816 2003-10-16  Jim Meyering  <jim@meyering.net>
17817
17818         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17819         memcpy.
17820
17821 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17822
17823         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17824         (SIZE_MAX): Remove.
17825         (new_exclude, add_exclude_file): Initial size no longer needs to
17826         be a power of 2.
17827         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17828         our own address arithmetic overflow checking.
17829
17830         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17831         (fnmatch): Do not alloca more than 2000 wide characters;
17832         instead, use malloc for large buffers.
17833         Check for address arithmetic overflow, and return -1
17834         with errno set to ENOMEM in that case.
17835         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17836         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17837         instead, return -1.  Check for address arithmetic overflow.
17838
17839 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17840
17841         Handle invalid suffixes and overflow independently, so that
17842         callers can treat them independently as needed.  Fix some bugs in
17843         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17844         suffix for a human-readable blocksize.  The major caller-visible
17845         change is the addition of a new
17846         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17847         that both overflow and suffix chars were found.
17848
17849         * lib/human.c (humblock): Don't check separately for invalid suffix
17850         char; that is xstrtoumax's job (now that its bug is fixed).
17851         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17852         INTMAX_MAX]: New macros.
17853         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17854         TYPE_MAXIMUM): New macros.
17855         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17856         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17857         if overflow occurs, as it's what __strtol does and it's more useful
17858         in practice.
17859         (__xstrtol): If __strtol reports some error other than ERANGE,
17860         reflect it to the caller as LONGINT_INVALID.  If it reports
17861         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17862         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17863         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17864         value.
17865         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17866         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17867         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17868         [defined UINTMAX_MAX]: New macros.
17869
17870 2003-10-14  Bruno Haible  <bruno@clisp.org>
17871
17872         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17873
17874 2003-10-14  Bruno Haible  <bruno@clisp.org>
17875
17876         * m4/sig_atomic_t: New file, from GNU gettext.
17877         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17878
17879 2003-10-14  Bruno Haible  <bruno@clisp.org>
17880
17881         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17882         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17883         Also use volatile where needed.
17884
17885 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17886
17887         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17888         Change maintainer from Bruno Haible to 'all'.
17889
17890 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17891
17892         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17893
17894 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17895
17896         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17897         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17898         and define in terms of the other primitives.
17899         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17900         (SIZE_MAX): Define if not already defined.
17901         (array_size_overflow): New function.
17902         (xalloc_die): Abort instead of exiting if 'error' returns.
17903         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17904         (xmalloc, xrealloc): Use them.
17905         (xcalloc): Check for address arithmetic overflow.
17906         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17907         a bit faster than strcpy.
17908
17909 2003-10-10  Simon Josefsson  <jas@extundo.com>
17910
17911         * modules/argp (Depends-on): Add restrict and strcase.
17912
17913 2003-10-10  Simon Josefsson  <jas@extundo.com>
17914
17915         * m4/argp.m4: Add AC_C_INLINE.
17916
17917 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17918
17919         Merge getpass from libc, plus a few fixes.
17920
17921         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17922         Include <stdbool.h>.
17923         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17924         __fsetlocking to empty.
17925         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17926         do include <bits/libc-lock.h>.
17927         Do not include <fcntl.h>; not needed.
17928         [_LIBC]: Include <wchar.h>.
17929         (NOTCANCEL_MODE): New macro.
17930         (flockfile, funlockfile) [_LIBC]: New macros.
17931         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17932         [!_LIBC]: New macros.
17933         (call_fclose): New function.
17934         (getpass): Use it.  Save tty stream separately; this simplifies the
17935         code and makes it more reliable if stdin happens to equal stdout.
17936         Invoke __fsetlocking on tty.
17937         Handle thread cancellation if needed.
17938         Namespace cleanup (use __tcgetattr, __getline).
17939         Use bool for Booleans.
17940         [USE_IN_LIBIO]: Handle wide streams.
17941         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17942         stream might go where.
17943
17944         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17945         doesn't have to include <stdio.h> before us.
17946         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17947         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17948         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17949         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17950         if not declared, so that we can use getpass.c code from libc without
17951         rewriting it.
17952         (flockfile, ftrylockfile, funlockfile): New macros.
17953
17954 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17955
17956         * modules/getpass: Depend on stdbool.
17957
17958 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17959
17960         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17961
17962 2003-10-07  Karl Berry  <karl@gnu.org>
17963
17964         * config/config.{guess,sub}: update from config.
17965
17966 2003-10-06  Jim Meyering  <jim@meyering.net>
17967             Bruno Haible  <bruno@clisp.org>
17968
17969         This lets translators provide better translations for the
17970         "Written by ..." part of --version output.
17971         * lib/version-etc.h: Include stdarg.h.
17972         (version_etc_copyright): Declare as readonly.
17973         (version_etc): Make this function variadic with a NULL-terminated list
17974         of author name strings.
17975         (version_etc_va): New declaration.
17976         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17977         (version_etc_copyright): Declare as readonly.
17978         (version_etc_va): New function. Provide a different translatable string
17979         for each possible number of authors < 10. Abbreviate when there are 10
17980         authors or more.
17981         (version_etc): Make this function variadic. Call version_etc_va.
17982         Suggestion from Gary V. Vaughan.
17983
17984         * lib/long-options.h (parse_long_options): Change prototype: the
17985         authors string is moved to the end and becomes variadic.
17986         * lib/long-options.c: Include stdarg.h.
17987         (parse_long_options): Make this function variadic, too.
17988         Call version_etc_va, not version_etc.
17989
17990 2003-10-06  Bruno Haible  <bruno@clisp.org>
17991
17992         * modules/version-etc-2: Remove file.
17993         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17994
17995 2003-10-06  Bruno Haible  <bruno@clisp.org>
17996
17997         * modules/fatal-signal: New file.
17998         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17999
18000 2003-10-06  Bruno Haible  <bruno@clisp.org>
18001
18002         * m4/fatal-signal.m4: New file.
18003         * m4/signalblocking.m4: New file, from GNU gettext.
18004
18005 2003-10-06  Bruno Haible  <bruno@clisp.org>
18006
18007         * lib/version-etc-2.h: Remove file.
18008         * lib/version-etc-2.c: Remove file.
18009
18010 2003-10-06  Bruno Haible  <bruno@clisp.org>
18011
18012         * lib/fatal-signal.h: New file, from GNU gettext.
18013         * lib/fatal-signal.c: New file, from GNU gettext.
18014
18015 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18016
18017         * README: Rework advice for preventing empty .o files.
18018         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18019         not <sys/types.h>.
18020
18021 2003-10-04  Karl Berry  <karl@gnu.org>
18022
18023         * lib/argp*: update from libc.
18024
18025 2003-10-04  Karl Berry  <karl@gnu.org>
18026
18027         * config/config.{guess,sub}: update from config.
18028
18029 2003-10-02  Bruno Haible  <bruno@clisp.org>
18030
18031         * modules/lchown (Include): Add lchown.h.
18032         * modules/time_r (Include): Use "..." syntax.
18033         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18034
18035 2003-10-01  Simon Josefsson  <jas@extundo.com>
18036
18037         * MODULES.html.sh (func_all_modules): Move gethostname from section
18038         'based on' to section 'lacking' POSIX:2001.
18039
18040 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18041
18042         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18043         to output mode on the same stream.
18044
18045 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18046
18047         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18048         Fix arg typo in previous patch.
18049
18050 2003-09-28  Jim Meyering  <jim@meyering.net>
18051
18052         * lib/error.c: Correct cpp indentation.
18053
18054 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18055
18056         * modules/free: New file.
18057
18058 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18059
18060         * m4/free.m4: New file.
18061
18062 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18063
18064         * lib/minmax.h (MIN, MAX)
18065         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18066         Omit the special code that used __typeof__, since we worry that
18067         it could be more trouble than it's worth.  See:
18068         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18069         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18070
18071         * lib/free.c: New file.
18072
18073 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18074
18075         Trivial fixes to Makefile.am parts of module listings.
18076         * modules/strstr: Append strstr.h to lib_SOURCES.
18077         * modules/strcase: Likewise, for strcase.h.
18078
18079 2003-09-27  Karl Berry  <karl@gnu.org>
18080
18081         * config/mkinstalldirs: update from automake.
18082
18083 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18084
18085         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18086         (error_tail): Do not loop, reallocating temporary buffer, since
18087         the output cannot contain more wide characters than the input
18088         contains bytes, the size must be big enough already.  This avoids
18089         one potential size overflow calculation.  Check for size overflow
18090         when calculating temporary buffer size.  Free temporary buffer
18091         when done, if it was allocated with malloc; this plugs a memory
18092         leak.  Remove casts from void * to pointers, that are no longer
18093         needed now that we're assuming C89 or better.
18094
18095         Merge error changes from glibc.
18096
18097         * lib/error.c, error.h: Update copyright notice header to match glibc.
18098         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18099         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18100         Disable cancellation while printing error.
18101         * lib/error.h: Prepend __ to parameter names.
18102
18103 2003-09-26  Jim Meyering  <jim@meyering.net>
18104
18105         * lib/error.c (error_tail): Move some declarations
18106         into inner scope where the local variables are used.
18107
18108 2003-09-26  Bruno Haible  <bruno@clisp.org>
18109
18110         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18111         stpncpy().
18112         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18113
18114 2003-09-26  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18117         (stpncpy): Define as alias for gnu_stpncpy.
18118         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18119
18120 2003-09-25  Simon Josefsson  <jas@extundo.com>
18121
18122         * lib/xgetdomainname.h: New file.
18123         * lib/xgetdomainname.c: New file.
18124
18125 2003-09-25  Simon Josefsson  <jas@extundo.com>
18126             Bruno Haible  <bruno@clisp.org>
18127
18128         * modules/getdomainname: New file.
18129         * modules/xgetdomainname: New file.
18130         * MODULES.html.sh (func_all_modules): Add getdomainname,
18131         xgetdomainname.
18132
18133 2003-09-25  Simon Josefsson  <jas@extundo.com>
18134             Bruno Haible  <bruno@clisp.org>
18135
18136         * m4/getdomainname.m4: New file.
18137
18138 2003-09-25  Simon Josefsson  <jas@extundo.com>
18139             Bruno Haible  <bruno@clisp.org>
18140
18141         * lib/getdomainname.h: New file.
18142         * lib/getdomainname.c: New file.
18143
18144 2003-09-25  Karl Berry  <karl@gnu.org>
18145
18146         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18147
18148 2003-09-25  Karl Berry  <karl@gnu.org>
18149
18150         * config/install-sh: update from automake.
18151
18152 2003-09-25  Bruno Haible  <bruno@clisp.org>
18153
18154         * modules/version-etc-2: New file, from modules/version-etc with
18155         modifications.
18156         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18157
18158 2003-09-25  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18161         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18162
18163 2003-09-24  Simon Josefsson  <jas@extundo.com>
18164
18165         * modules/xgethostname: Add xgethostname.h.
18166
18167 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18168
18169         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18170         the buffer associated with the argument.  Bug reported by
18171         Simon Josefsson.
18172
18173 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18174
18175         * README: Document assumptions that 'int' is at least 32 bits
18176         wide, that integer arithmetic is 2's complement without overflow,
18177         that there are no holes in integer values, that adding sizes of
18178         two nonoverlapping objects can't overflow, and that all-bits-zero
18179         yields scalar zero.  Fix spelling and capitalization typos.
18180
18181 2003-09-19  Karl Berry  <karl@gnu.org>
18182
18183         * lib/argp.h: update from libc.
18184
18185 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18186
18187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18188         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18189         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18190
18191 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18192
18193         * gnulib-tool: Use "test -h", not "test -L", for portability
18194         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18195         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18196         (sed_extract_prog): Issue s commands one-by-one, rather than
18197         using \| in one s command.
18198
18199 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18200
18201         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18202         input error, instead of returning NULL the next time we are called
18203         (and therefore losing track of errno).
18204
18205 2003-09-16  Bruno Haible  <bruno@clisp.org>
18206
18207         * gnulib-tool (func_create_testdir): Warn about duplicated
18208         dependencies.
18209
18210 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18211
18212         * modules/argmatch, modules/fatal, modules/obstack,
18213         modules/xalloc, modules/xgethostname: Sort dependencies by
18214         importance, not alphabetically.
18215
18216 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18217
18218         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18219         fails, so that the caller gets the proper errno.
18220
18221         * lib/readutmp.c (read_utmp): Likewise.
18222         Check for fstat error.  Close stream and free storage
18223         when failing.
18224
18225 2003-09-14  Karl Berry  <karl@gnu.org>
18226
18227         * config/srclist.txt (strdup.c): disable for c89 changes.
18228
18229 2003-09-14  Jim Meyering  <jim@meyering.net>
18230
18231         * lib/getloadavg.c: Correct cpp indentation.
18232         * lib/strdup.c: Likewise.
18233         * lib/vasnprintf.c: Likewise.
18234
18235 2003-09-14  Bruno Haible  <bruno@clisp.org>
18236
18237         * modules/fwriteerror: New file.
18238         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18239
18240 2003-09-14  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/fwriteerror.h: New file.
18243         * lib/fwriteerror.c: New file.
18244
18245 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18246
18247         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18248         modules/xgethostname, modules/xalloc: Depend on exit.
18249
18250 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18251
18252         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18253
18254         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18255         and AC_MINIX, too, so that their extensions are available.
18256
18257         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18258         This macro has been superseded by gl_BACKUPFILE.
18259
18260         More patches to assume C89 or better.
18261
18262         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18263
18264         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18265         unconditionally.
18266         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18267         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18268         Include <string.h>, <stdlib.h> unconditionally.
18269         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18270         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18271         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18272         headers or for string.h.
18273         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18274         or strtoul.
18275
18276         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18277         headers.
18278         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18279         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18280         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18281         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18282         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18283         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18284         memcpy, memset.
18285         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18286         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18287         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18288         strtol.
18289         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18290         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18291         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18292         strtoul.
18293
18294 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18295
18296         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18297         * lib/obstack.c [!defined _LIBC]: Likewise.
18298         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18299         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18300         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18301
18302         More changes to assume C89 or better.
18303
18304         * lib/error.c (error_tail): Assume vprintf.
18305
18306         * lib/argmatch.c (getenv): Remove decl.
18307         * lib/progreloc.c (get_full_program_name): Define via prototype.
18308         * lib/setenv.c (clearenv): Likewise.
18309         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18310         needed.
18311         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18312         (malloc, memcpy): Remove decls.
18313         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18314         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18315         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18316         (memcpy): Remove macro.
18317         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18318         (__P): Remove.  All uses removed.
18319         (PTR): Remove.  All uses changed to void *.
18320         (CHAR_BIT, NULL): Remove.
18321         (spaces, zeros, memset_space, memset_zero)
18322         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18323         Remove.
18324         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18325         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18326         Define with prototype.
18327         Remove now-unnecessary prototype decl.
18328         (extra_args_spec): Assume ANSI C.  All uses changed.
18329         (extra_args_spec_iso): Remove.
18330         (my_strftime, emacs_strftimeu): Define via prototype.
18331         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18332         unconditionally.
18333         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18334         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18335         (strtoul, strtol): Remove decls.
18336         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18337         LONG_MAX): Remove.
18338         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18339         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18340         (LOCALE_PARAM_PROTO): New macro.
18341         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18342         (INTERNAL (strtol), strtol): Define with a prototype.
18343         (PARAMS): Remove.  All uses removed.
18344         * lib/tempname.c: Include <string.h> unconditionally.
18345         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18346         * lib/xgethostname.c (main): Define with a prototype.
18347         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18348         Include <stdlib.h> unconditionally.
18349         (calloc, malloc, realloc, free): Remove decls.
18350         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18351         Include <stdlib.h> unconditionally.  Sort include file names.
18352         (strtod): Remove.
18353         (xstrtod): Define with a prototype.
18354         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18355         (strtol, strtoul): Remove decls.
18356
18357 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18358
18359         More patches to assume C89 or better.
18360         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18361         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18362         string.h, memchr, STDC_HEADERS.
18363
18364 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18365
18366         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18367         Include <stdlib.h>, <string.h> unconditionally.
18368         Remove now-unnecessary cast to char *.
18369         * lib/strnlen.c: Include <string.h> unconditionally.
18370         * lib/yesno.c (yesno): Define with a prototype.
18371
18372 2003-09-11  Bruno Haible  <bruno@clisp.org>
18373
18374         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18375
18376 2003-09-10  Jim Meyering  <jim@meyering.net>
18377
18378         * lib/error.c: Correct indentation of cpp directives.
18379
18380 2003-09-10  Bruno Haible  <bruno@clisp.org>
18381
18382         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18383         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18384         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18385         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18386         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18387         <stdlib.h> and <string.h> checks.
18388         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18389         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18390
18391 2003-09-10  Bruno Haible  <bruno@clisp.org>
18392
18393         * lib/strcspn.c: Include <string.h> unconditionally.
18394         * lib/strpbrk.c: Include <string.h> unconditionally.
18395         * lib/strstr.c: Include <string.h> unconditionally.
18396         * lib/unicodeio.c: Include <string.h> unconditionally.
18397         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18398         * lib/unsetenv.c: Likewise.
18399         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18400         * lib/yesno.c: Include <stdlib.h> unconditionally.
18401         (rpmatch): Add prototype.
18402
18403 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18404
18405         More patches to assume C89 or better.
18406         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18407         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18408         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18409         or for string.h.
18410         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18411         stdlib.h.
18412         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18413         C headers.
18414         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18415         string.h.
18416         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18417         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18418         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18419         or for string.h.
18420         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18421         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18422         C headers.
18423         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18424         memcpy.
18425         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18426         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18427         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18428         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18429         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18430         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18431         string.h, free.
18432         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18433         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18434         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18435         C headers, or for string.h.
18436         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18437         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18438         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18439         headers, memory.h, stdlib.h, string.h, strings.h.
18440         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18441         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18442         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18443         strchr.
18444         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18445         headers, memory.h, string.h.
18446         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18447         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18448         free.
18449         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18450         headers.
18451         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18452         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18453         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18454         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18455         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18456
18457 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18458
18459         More K&R removal.
18460
18461         * lib/acosl.c (main): Use a prototype.
18462         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18463         tanl.c: Likewise.
18464
18465         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18466
18467         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18468         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18469         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18470         with a prototype.
18471         * lib/getopt.c (const): Remove macro.
18472         Include <string.h> unconditionally.
18473         (my_index): Remove; all uses changed to strchr.
18474         (strlen): Remove decl.
18475         (exchange): Remove forward decl; no longer needed.
18476         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18477         Define with prototype.
18478         * lib/getopt1.c (const): Remove macro.
18479         (getopt_long, getopt_long_only, main): Define with prototype.
18480
18481         * lib/getugroups.c: Include <string.h> unconditionally.
18482
18483         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18484         (getusershell, setusershell, endusershell, readname, main):
18485         Define with prototypes.
18486
18487         * lib/group-member.c: Include group-member.h first.
18488         Include <stdlib.h> unconditionally.
18489
18490         * lib/hard-locale.c: Include hard-locale.h first.
18491         Include <stdlib.h>, <string.h> unconditionally.
18492
18493         * lib/hash.c (free, malloc): Remove decls.
18494         Include <stdlib.h> unconditionally.
18495
18496         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18497         (getenv): Do not declare.
18498
18499         * lib/idcache.c: Include <string.h> unconditionally.
18500
18501         * lib/long-options.c: Include long-options.h first, to test interface.
18502         Include <stdlib.h> unconditionally.
18503
18504         * lib/makepath.c: Include makepath.h first, to test interface.
18505         Include <stdlib.h> and <string.h> unconditionally.
18506
18507         * lib/linebuffer.c: Include <stdlib.h>.
18508         (free): Remove decl.
18509
18510         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18511         stddef.h. rpl_malloc returns void *, not char *.
18512         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18513         prototype.
18514
18515         * lib/md5.h: Include <limits.h> unconditionally.
18516         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18517         (__P): Remove; all uses removed.
18518         * lib/md5.c: Include "md5.h" first.
18519         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18520         md5_buffer, md5_process_bytes, md5_process_block):
18521         Define with prototypes.
18522         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18523         * lib/sha.c: Include "sha.h" first.
18524         Include <stdlib.h>, <string.h> unconditionally.
18525
18526         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18527         * lib/memcmp.c (__ptr_t): Likewise.
18528         * lib/memrchr.c (__ptr_t): Likewise.
18529         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18530         Include <string.h> unconditionally.
18531         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18532         * lib/memchr.c: Include <stdlib.h> unconditionally.
18533         * lib/memchr.c (LONG_MAX): Remove.
18534         * lib/memrchr.c (LONG_MAX): Likewise.
18535         * lib/memchr.c (__memchr): Define via a prototype.
18536         * lib/memrchr.c (__memrchr): Likewise.
18537         * lib/memcmp.c (__P): Remove, and remove all uses.
18538         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18539         Remove forward decls; no longer needed.
18540         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18541         Use types required by C89 in prototype.
18542
18543         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18544         * lib/savedir.c: Likewise.
18545         * lib/mkdir.c (free): Remove decl.
18546         * lib/rmdir.c (rmdir): Define with a prototype.
18547         * lib/savedir.c: Include savedir.h first, to test interface.
18548
18549         * lib/mktime.c (STDC_HEADERS): Remove.
18550         Include <stdlib.h>, <string.h> unconditionally.
18551
18552         * lib/modechange.c: Include <stdlib.h> unconditionally.
18553         (malloc): Remove decl.
18554
18555         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18556         (free): Remove decl.
18557
18558         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18559         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18560         (This type really should be intptr_t, but that's a C99ism.)
18561         (_obstack_memcpy): Remove: all uses changed to memcpy.
18562         Include <string.h> unconditionally.
18563         (struct obstack): Assume __STDC__ for types of members
18564         chunkfun, freefun, extra_arg.
18565         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18566         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18567         obstack_begin, obstack_specify_allocation,
18568         obstack_specify_allocation_with_arg, obstack_chunkfun,
18569         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18570         Remove unprototyped decls and the macros that use them.
18571         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18572         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18573         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18574         (defined __STDC__ && __STDC__)]:
18575         Remove nonprototyped code.
18576         Include <stdlib.h> unconditionally.
18577         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18578         _obstack_allocated_p, _obstack_free, obstack_free,
18579         _obstack_memory_used, print_and_abort):
18580         Define using prototypes.
18581         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18582         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18583         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18584         obstack_next_free, obstack_object_size, obstack_room) [0]:
18585         Remove unused, unprototyped code.
18586
18587         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18588
18589         * lib/physmem.c (physmem_total, physmem_available, main): Define
18590         with prototypes.
18591
18592         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18593         (main): Define with a prototype.
18594
18595         * lib/posixver.c (getenv): Remove decl.
18596
18597         * lib/putenv.c (malloc): Returns void *, not char *.
18598         Include <string.h> unconditionally.
18599         (strchr, memcpy, NULL): Do not define.
18600
18601         * lib/readtokens.c: Include readtokens.h first, to test interface.
18602         Include <stdlib.h>, <string.h> unconditionally.
18603         (init_tokenbuffer): Define with a prototype.
18604
18605         * lib/regex.c (PARAMS): Remove.  All uses removed.
18606         All uses of _RE_ARGS removed, too.
18607         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18608         unconditionally.
18609         (bzero): Assume memset exists.
18610         (memcmp, memcpy, NULL): Remove.
18611         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18612         char, or assignments to local vars of type signed char.
18613         (init_syntax_once, PREFIX(extract_number_and_incr),
18614         PREFIX(print_partial_compiled_pattern),
18615         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18616         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18617         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18618         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18619         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18620         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18621         wcs_compile_range, byte_compile_range, truncate_wchar,
18622         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18623         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18624         count_mbs_length, wcs_re_match_2_internal,
18625         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18626         PREFIX(alt_match_null_string_p),
18627         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18628         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18629         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18630         now-unnecessary declaration, if any.
18631         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18632         regcomp, regexec):
18633         Remove now-unnecessary casts among pointer types.
18634         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18635
18636         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18637         (free): Remove decl.
18638
18639         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18640
18641         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18642         (free): Remove decl.
18643
18644         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18645         * lib/xgetcwd.c: Likewise.
18646
18647         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18648         (free): Remove decl.
18649
18650         * lib/strchrnul.c (strchrnul): Define with a prototype.
18651         Fix bug: c_in was not converted to char before searching.
18652
18653         The following changes are not K&R related:
18654
18655         * lib/group-member.h: Include <sys/types.h>, so that this file is
18656         self-contained.
18657         * lib/makepath.h: Likewise.
18658
18659         * lib/getusershell.c (readname, default_index, line_size, readname):
18660         Use size_t, not int, for sizes.
18661         (readname): If the size overflows, report an error instead of
18662         looping forever.
18663
18664 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18665
18666         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18667         libc.
18668
18669 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18670
18671         * README: New section: portability guidelines.
18672
18673 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18674
18675         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18676         C89 spec.
18677
18678 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18679
18680         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18681
18682 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18683
18684         Assume C89 or better; remove K&R cruft.
18685         A few of these changes were first proposed by Derek Robert Price
18686         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18687
18688         * lib/addext.c: Include <string.h> unconditionally.
18689         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18690         Don't declare getenv or malloc.
18691
18692         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18693         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18694         (NULL): Remove.
18695         (find_stack_direction, alloca): Use prototypes.
18696
18697         * lib/atexit.c (atexit): Define using a prototype.
18698
18699         * lib/basename.c, dirname.c, stripslash.c:
18700         Include <string.h> unconditionally.
18701
18702         * lib/bcopy.c: Include <stddef.h>.
18703         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18704
18705         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18706
18707         * lib/error.h (error, error_at_line, error_print_progname)
18708         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18709         * lib/error.c: Include error.h first, to check interface.
18710         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18711         (VA_START): Remove; all uses changeed to va_start.
18712         (exit, strerror): Remove decls.
18713         (error_print_progname): Prototype uncondionally.
18714         Don't include <errno.h>; no longer needed.
18715         (private_strerror): Remove.
18716         (error_tail): Always define.
18717         (error, error_at_line): Assume C89 or better; always use prototypes.
18718         * lib/fatal.c: Include "fatal.h" first, to test interface.
18719         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18720         (VA_START): Remove; all uses changed to va_start.
18721         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18722         this case.
18723         (exit): Remove decl.
18724         (fatal): Prototype unconditionally.  Assume va_start works.
18725         Abort at end, to pacify gcc.
18726
18727         * lib/euidaccess.c (main): Define with a prototype.
18728
18729         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18730
18731         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18732
18733         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18734         prototypes.
18735         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18736         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18737         (getenv): Remove decl.
18738         (fnmatch): Define using a prototype.
18739         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18740         (FCT): Define using a prototype.
18741
18742         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18743
18744         * lib/gethostname.c: Include <stddef.h>.
18745         (gethostname): Define with prototype.  Length is size_t, not int.
18746
18747 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18748
18749         Assume C89 or better; remove K&R cruft.
18750         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18751         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18752         string.h, getenv, malloc.
18753         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18754         headers.
18755         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18756         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18757         do not check for strerror.
18758         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18759         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18760         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18761         do not check for doprnt or vprintf.
18762         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18763         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18764
18765 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18766
18767         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18768         getversion.c should have been removed then, but was accidentally
18769         preserved.
18770
18771         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18772         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18773
18774 2003-09-08  Karl Berry  <karl@gnu.org>
18775
18776         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18777                 config, forget about prep.
18778
18779         * config/depcomp, missing: update from automake.
18780
18781 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18782
18783         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18784         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18785
18786 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18787
18788         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18789         copy_tm_result.  Bug reported by Simon Josefsson in
18790         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18791
18792 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18793
18794         * m4/time_r.m4: New file.
18795         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18796         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18797         is. Check for timegm declaration.
18798         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18799         Do not check for gmtime_r.
18800         Replace mktime if __mktime_internal does not exist and if mktime
18801         hasn't been replaced already.
18802
18803 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18804
18805         * lib/time_r.c, lib/time_r.h: New files.
18806
18807         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18808         __localtime_r.
18809         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18810         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18811
18812         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18813         __gmtime_r.
18814         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18815         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18816         Include <time_r.h>.
18817
18818         * lib/timegm.c: Switch to glibc implementation, with the following
18819         changes:
18820         [defined HAVE_CONFIG_H]: Include <config.h>.
18821         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18822         (__mktime_internal) [!defined _LIBC]: New decl.
18823         (__gmtime_r) [!defined _LIBC]: New macro and function.
18824         (timegm): Use a prototype, since gnulib assumes C89.
18825         Do not bother declaring tmp to be const, as it's not really usefu.
18826         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18827         (timegm): Declare only if HAVE_DECL_TIMEGM.
18828
18829 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18830
18831         * MODULES.html.sh (func_all_modules): Add time_r.
18832         * modules/time_r: New file.
18833         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18834         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18835
18836 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18837
18838         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18839         Bug reported by Lute Kamstra in
18840         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18841
18842         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18843         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18844         course with correspondingly smaller numbers for tomorrow and
18845         yesterday.  From Tadayoshi Funaba.  Originally installed into
18846         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18847         coreutils merge?).
18848
18849 2003-08-31  Simon Josefsson  <jas@extundo.com>
18850
18851         * modules/timegm: New file.
18852         * MODULES.html.sh (func_all_modules): Add timegm.
18853
18854 2003-08-31  Simon Josefsson  <jas@extundo.com>
18855
18856         * m4/timegm.m4: New file.
18857
18858 2003-08-31  Simon Josefsson  <jas@extundo.com>
18859
18860         * lib/timegm.h: New file.
18861         * lib/timegm.c: New file.  Based on
18862         wget-1.8.2/src/http.c:mktime_from_utc.
18863
18864 2003-08-31  Karl Berry  <karl@gnu.org>
18865
18866         * lib/argp.h: update from libc.
18867
18868 2003-08-28  Bruno Haible  <bruno@clisp.org>
18869
18870         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18871         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18872         followed by '#define fnmatch fnmatch_posix' gives an error.
18873
18874 2003-08-28  Bruno Haible  <bruno@clisp.org>
18875
18876         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18877         warning on QNX, which defines O_BINARY to 000000.
18878
18879 2003-08-27  Jim Meyering  <jim@meyering.net>
18880
18881         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18882         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18883         would fail after 32.  Reported by Danny Levinson.  Details here:
18884         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18885
18886 2003-08-24  Bruno Haible  <bruno@clisp.org>
18887
18888         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18889         MSVC7 <stdio.h> is included later.
18890
18891 2003-08-22  Simon Josefsson  <jas@extundo.com>
18892
18893         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18894
18895 2003-08-20  Karl Berry  <karl@gnu.org>
18896
18897         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18898
18899 2003-08-20  Bruno Haible  <bruno@clisp.org>
18900
18901         * modules/progname: New file.
18902         * MODULES.html.sh (func_all_modules): Add progname.
18903
18904 2003-08-20  Bruno Haible  <bruno@clisp.org>
18905
18906         * lib/progname.h: New file, from GNU gettext.
18907         * lib/progname.c: New file, from GNU gettext.
18908         * lib/progreloc.c: New file, from GNU gettext.
18909
18910 2003-08-19  Jim Meyering  <jim@meyering.net>
18911
18912         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18913         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18914
18915 2003-08-19  Bruno Haible  <bruno@clisp.org>
18916
18917         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18918         more.
18919
18920 2003-08-19  Bruno Haible  <bruno@clisp.org>
18921
18922         * lib/xstrdup.c: Assume <string.h> exists.
18923
18924 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18925
18926         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18927         in makefile rules.
18928
18929 2003-08-18  Jim Meyering  <jim@meyering.net>
18930
18931         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18932         * m4/lib-ld.m4: Likewise.
18933
18934 2003-08-18  Jim Meyering  <jim@meyering.net>
18935
18936         * lib/setenv.h: Indent nested cpp directive.
18937         * lib/vasnprintf.c: Remove trailing blanks.
18938
18939 2003-08-17  Simon Josefsson  <jas@extundo.com>
18940
18941         * modules/xstrndup: New file.
18942         * MODULES.html.sh (func_all_modules): Add xstrndup.
18943
18944 2003-08-17  Simon Josefsson  <jas@extundo.com>
18945
18946         * modules/argp: Fix autoconf macro name. Add more dependencies.
18947
18948 2003-08-17  Simon Josefsson  <jas@extundo.com>
18949
18950         * m4/xstrndup.m4: New file.
18951
18952 2003-08-17  Simon Josefsson  <jas@extundo.com>
18953
18954         * m4/argp.m4: New file.
18955
18956 2003-08-17  Simon Josefsson  <jas@extundo.com>
18957             Bruno Haible  <bruno@clisp.org>
18958
18959         * lib/xstrndup.h: New file.
18960         * lib/xstrndup.c: New file.
18961
18962 2003-08-17  Bruno Haible  <bruno@clisp.org>
18963
18964         * modules/strndup (Files, Include): Add lib/strndup.h.
18965
18966 2003-08-17  Bruno Haible  <bruno@clisp.org>
18967
18968         * modules/euidaccess (Files): Add lib/euidaccess.h.
18969
18970 2003-08-17  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/strndup.h: New file.
18973
18974 2003-08-17  Bruno Haible  <bruno@clisp.org>
18975
18976         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18977         like AC_GNU_SOURCE.
18978         * modules/extensions (configure.ac): Comment out the invocation of
18979         gl_USE_SYSTEM_EXTENSIONS.
18980
18981 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18982
18983         Merges from coreutils, etc.
18984         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18985         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18986         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18987         fixing a typo.
18988         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18989         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18990
18991 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18992
18993         Document merge from coreutils.
18994         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18995         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18996         * modules/utime: Add m4/utimes-null.m4.
18997
18998 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18999
19000         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19001         space, undoing this 2003-08-12 change:
19002         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19003
19004 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19005
19006         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19007         strtoul.c from libc, undoing this 2003-08-12 change:
19008         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19009
19010 2003-08-16  Jim Meyering  <jim@meyering.net>
19011
19012         Merges from coreutils.
19013         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19014         prefix.  Adjust cache variables similarly.  Create 500 rather than
19015         just 300 files, to exercise bug on Darwin6.5, too.
19016         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19017         $missing_dir.
19018         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19019         AM_SYS_POSIX_TERMIOS.
19020         Reported by mkc@mathdogs.com.
19021         Also change use of $am_cv_sys_posix_termios
19022         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19023         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19024         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19025         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19026         in /proc/mounts until it finds one with matching device number.  This
19027         is unnecessary when the FILE argument *is* a mount point.  No stat call
19028         is necessary in that case.  So, disable the statvfs-testing code on
19029         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19030         as RedHat bug# 84846.
19031         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19032         to 1MB, so as not to render systems with no stack size limit (e.g.,
19033         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19034         Include <unistd.h>.  On some systems,
19035         it is required for the definition of _SC_PAGESIZE.
19036
19037 2003-08-16  Jim Meyering  <jim@meyering.net>
19038
19039         Merge from coreutils.
19040         * lib/xstrtoimax.c: #else #if -> #elif.
19041         * lib/xstrtoumax.c: Likewise.
19042
19043 2003-08-16  Jim Meyering  <jim@meyering.net>
19044
19045         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19046         * m4/utimes.m4: Removed.
19047         * m4/utimes-null.m4: Renamed from utimes.m4.
19048
19049         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19050         to 1MB, so as not to render systems with no stack size limit (e.g.,
19051         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19052         Include <unistd.h>.  On some systems,
19053         it is required for the definition of _SC_PAGESIZE.
19054
19055 2003-08-16  Jim Meyering  <jim@meyering.net>
19056         and Paul Eggert  <eggert@cs.ucla.edu>
19057
19058         Merges from coreutils, etc.
19059
19060         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19061         using the latest version from cvs.  This avoids problems with #line
19062         directives using a vendor (Sun) compiler.
19063         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19064         Don't set GETGROUPS_LIB here; now it's
19065         done via getgroups.m4's wrapper function.
19066         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19067         rather than just in sh-util/configure.in, so that the
19068         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19069         same.
19070         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19071         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19072         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19073         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19074         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19075         Remove code that is now done by the newly-required macros.
19076         Append $(EXEEXT) to DF_PROG.
19077         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19078         Do not invoke or require the following here,
19079         since prereq.m4 or some gnulib .m4 now does this for us:
19080         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19081         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19082         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19083         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19084         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19085         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19086         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19087         AC_FUNC_OBSTACK.
19088         Do not replace the following functions, as this is now the job
19089         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19090         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19091         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19092         atexit getpass, strdup, getpagesize.
19093         Replace 'raise'.
19094         Do not check for the following functions, as this is now the job
19095         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19096         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19097         setregid.
19098         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19099         Check for sys/sysctl.h.
19100         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19101         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19102         of checking for ssize_t ourselves.
19103
19104         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19105         Require every macro that gnulib/modules/* suggests for us.
19106         (jm_PREREQ_ADDEXT): New macro.
19107         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19108         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19109
19110         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19111         (gl_PHYSMEM): Use it.
19112         Also check for `table' function.
19113         Check for new headers and functions.
19114         Add check for sys/sysmp.h.
19115         With suggestions from Kaveh Ghazi.
19116         Ignore headers that are present but cannot be compiled.  This
19117         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19118         C 5.4.
19119
19120 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19121
19122         Document merge from coreutils.
19123         * modules/userspec: Depend on posixver.
19124         * modules/strftime: Depend on tzset.
19125
19126 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19127
19128         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19129         rather than tab, after '#' in shell-script copyright notices.
19130         Suggested by Bruno Haible.
19131
19132 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19133
19134         * config/srclist-update: Use three spaces, rather than tab, after '#'
19135         in shell-script copyright notices.  Suggested by Bruno Haible.
19136         Remove unnecessary parenthesization in regular expression.
19137
19138 2003-08-15  Jim Meyering  <jim@meyering.net>
19139
19140         Merge from coreutils.
19141         * lib/xgethostname.c: Include <stdlib.h>.
19142         (xghostname): Don't exit for anything other than memory-related
19143         failure; just return NULL.
19144         * lib/userspec.c: Include "posixver.h".
19145         (parse_user_spec): Accept `.' as a separator only
19146         in pre-POSIX-200112 mode.
19147         * lib/strtoimax.c: Use #elif rather than #else #if.
19148         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19149         Remove function, now that we can rely on a working tzset function.
19150         [!_LIBC]: Ensure that the required autoconf test has been run.
19151         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19152         Use underlying_strftime for %r.
19153         * lib/sha.c: Merge in some clean-up and optimization changes from
19154         glibc.
19155         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19156         Ensure that it is a multiple of 64.
19157         Rearrange loop exit tests so as to avoid performing an
19158         additional fread after encountering an error or EOF.
19159         * lib/realloc.c: Update copyright date.
19160
19161 2003-08-15  Jim Meyering  <jim@meyering.net>
19162         and Paul Eggert  <eggert@twinsun.com>
19163
19164         Merge from coreutils.
19165         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19166         member but strut utmpx does not.  Needed for AIX 4.3.3.
19167         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19168
19169 2003-08-15  Jim Meyering  <jim@meyering.net>
19170         and Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         Merges from coreutils, etc.
19173         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19174         Require gl_FUNC_TZSET_CLOBBER.
19175         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19176         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19177         members.
19178
19179 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19180
19181         Help the merge from coreutils.
19182         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19183         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19184         * m4/tzset.m4: Use it too.
19185
19186 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19187
19188         * modules/tzset: New file.
19189
19190 2003-08-14  Jim Meyering  <jim@meyering.net>
19191
19192         Merges from coreutils.
19193         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19194         variable names, rather than @FNMATCH_H@.
19195         * modules/alloca: Likewise for $(ALLOCA_H).
19196
19197         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19198         the three copies of the literal target, `fnmatch.h'.
19199         * modules/alloca (alloca.h): Likewise.
19200
19201 2003-08-14  Jim Meyering  <jim@meyering.net>
19202
19203         Merge from coreutils.
19204         * m4/tzset.m4: New file.
19205         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19206         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19207         otherwise, AIX 5.1 systems would end up using the latter.
19208         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19209         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19210         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19211         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19212
19213 2003-08-14  Jim Meyering  <jim@meyering.net>
19214
19215         Merge from coreutils.
19216         * lib/obstack.h: Whitespace changes.
19217         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19218         and xcalloc return values.
19219         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19220         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19221         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19222         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19223         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19224         error from mntctl.
19225         Use mntctl's return value to drive the entry-processing loop, since
19226         we can't rely on the value of the vmt_length member in the last
19227         entry.  On some systems doing so could result in exhausting
19228         virtual memory.  Based in part on a patch from Mike Jetzer.
19229
19230 2003-08-14  Jim Meyering  <jim@meyering.net>
19231         and Paul Eggert  <eggert@twinsun.com>
19232
19233         Merges from coreutils, plus other fixes.
19234         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19235         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19236         for credits and details.  Thanks to Kaveh Ghazi for helping
19237         to keep these files in sync.
19238         (ARRAY_SIZE): Define it.
19239         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19240         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19241         (memcasecmp): Don't assume size_t fits in unsigned int.
19242         Remove casts and duplicate code.
19243         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19244         (memcpy): Remove definition.
19245         Merge in some clean-up and optimization changes from glibc.
19246         [BLOCKSIZE]: Move definition to top of file.
19247         Ensure that it is a multiple of 64.
19248         Rearrange loop exit tests so as to avoid performing an
19249         additional fread after encountering an error or EOF.
19250         * lib/md5.h (md5_uintptr): Define.
19251         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19252         return to the initial working directory.  Preserve errno
19253         for caller.
19254         * lib/idcache.c: Include "xalloc.h".
19255         (xmalloc, xrealloc): Remove decls.
19256         (getuser): Remove casts no longer required in C89.
19257         * lib/human.c: Include stdio.h, for sprintf.
19258         * lib/group-member.c: Include "xalloc.h".
19259         (xmalloc, xrealloc): Remove decls.
19260         (get_group_info): Remove casts no longer required in C89.
19261         * lib/getusershell.c (readname): Remove casts no longer required in
19262         C89.
19263         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19264         * lib/getline.c: Whitespace fix, from coreutils.
19265
19266 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19267
19268         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19269         Check for isascii.
19270
19271         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19272         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19273         Undo previous (whitespace-only) change.
19274
19275 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19276
19277         * lib/exclude.c: Include <ctype.h>
19278         (IN_CTYPE_DOMAIN): New macro.
19279         (is_space): New fn.
19280         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19281         and empty lines.
19282
19283         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19284         Undo previous (whitespace-only) change.
19285
19286 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19287
19288         * config/srclist-update: Change update back to the old behavior,
19289         leaving whitespace alone.  Use one 'sed' command rather than a
19290         pipeline.
19291         (fixlicense): Now a variable, not a function.
19292         (remove_trailing_blanks): Remove.
19293         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19294         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19295         Undo previous (whitespace-only) change.
19296
19297 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19298
19299         Merge from coreutils.
19300         * modules/euidaccess: Add lib_SOURCES, include for new
19301         file euidaccess.h
19302
19303 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19304
19305         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19306         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19307         Normalize leading white space and remove trailing white space.
19308
19309         Merge from coreutils
19310         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19311
19312         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19313         0.12.1.  These files are now being upgraded automatically by
19314         ../config/srclist-update.
19315
19316 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19317
19318         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19319         Normalize leading white space and remove trailing white space.
19320         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19321         notice, as per ../config/srclist-update.
19322
19323         Merge from coreutils.
19324         * lib/euidaccess.h: New file.
19325         * lib/euidaccess.c: Include it.
19326         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19327         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19328         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19329
19330 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19331
19332         * config/srclist-update: Add copyright notice.
19333         (remove_id_lines, remove_trailing_blanks): New constants.
19334         (fixfile): Use them to normalize spacing a bit in copied files.
19335         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19336         Normalize leading white space and remove trailing white space.
19337
19338         * config/texinfo.tex: Sync with texinfo.
19339
19340         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19341         strtoul.c from libc, to merge coreutils whitespace changes.
19342
19343         * config/srclist.txt: Get the following m4 files from gettext:
19344         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19345         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19346         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19347         wint_t.m4.
19348
19349 2003-08-12  Karl Berry  <karl@gnu.org>
19350
19351         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19352         been made.
19353
19354 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19355
19356         * modules/gnu-source, m4/gnu-source.m4:
19357         Remove; we're assuming Autoconf 2.54 or later now.
19358         Suggested by Bruno Haible.
19359         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19360
19361 2003-08-11  Bruno Haible  <bruno@clisp.org>
19362
19363         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19364
19365 2003-08-11  Bruno Haible  <bruno@clisp.org>
19366
19367         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19368         (vasnprintf): Use it instead of wcslen.
19369
19370 2003-08-11  Bruno Haible  <bruno@clisp.org>
19371
19372         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19373         value to ensure that _Bool promotes to int. Use #define for _Bool when
19374         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19375
19376 2003-08-10  Karl Berry  <karl@gnu.org>
19377
19378         * lib/regex.h: update from libc (whitespace fix).
19379
19380 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19381
19382         Merge some files from coreutils.  These changes were
19383         originally made by Jim Meyering.
19384         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19385         many older Unixes require this.
19386         * lib/alloca.c (alloca): Remove cast to argument of free;
19387         no longer needed in C89.
19388         * lib/alloca_.h, regex.h: Fix white space to match
19389         what GNU indent does.
19390
19391 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19392
19393         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19394         apparently Emacs's Unicode mode got confused before my 2003-08-05
19395         checkin.
19396
19397 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19398
19399         * m4/extensions.m4: New file.
19400         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19401         Require gl_USE_SYSTEM_EXTENSIONS.
19402         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19403         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19404
19405 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19406
19407         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19408         * modules/extensions, modules/gnu-source: New files.
19409         * modules/timespec, modules/unlocked-io: Depend on extensions.
19410
19411 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19412
19413         * modules/restrict: New file.
19414         * MODULES.html.sh (func_all_modules): Add restrict.
19415         * modules/regex: Depend on restrict.
19416
19417 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19418
19419         * m4/restrict.m4: New file.
19420         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19421
19422 2003-08-07  Bruno Haible  <bruno@clisp.org>
19423
19424         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19425         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19426
19427 2003-08-07  Bruno Haible  <bruno@clisp.org>
19428
19429         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19430         makes the module 'getndelim2' compatible with the module 'getline'.
19431
19432 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19433
19434         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19435         byte with "\201" to avoid glitches when editing that source file
19436         with multi-gnome-terminal.
19437
19438 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19439
19440         * lib/bumpalloc.h: Remove.
19441
19442 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19443
19444         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19445         * modules/bumpalloc: Remove.
19446
19447 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19448
19449         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19450         GNU coding style.
19451
19452         Merge from coreutils.
19453         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19454         1. From glibc.
19455         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19456         from Karl Berry, implemented by Jim Meyering.
19457         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19458         from Dmitry V. Levin.
19459         Remove anachronistic cast of xrealloc.
19460         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19461         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19462         type. Otherwise, it wouldn't compile with at least /bin/cc on
19463         ymp-cray-unicos9.0.2.X.
19464         Combine two mostly-identical uses of alloca into one.
19465         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19466
19467 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19468
19469         [From Emacs.]
19470
19471         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19472         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19473         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19474         obsolete NLIST_NAME_UNION.
19475         [__GNU__]: Undef BSD and FSCALE.
19476         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19477
19478 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19479
19480         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19481         an enum type, so that it's guaranteed to promote to int.  See:
19482         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19483
19484 2003-08-03  Karl Berry  <karl@gnu.org>
19485
19486         * config/depcomp: update from automake.
19487
19488 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19489
19490         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19491         (strerror): Don't assume that a printable int fits in 14 bytes.
19492
19493 2003-07-31  Bruno Haible  <bruno@clisp.org>
19494
19495         * modules/getpass-gnu: New file.
19496         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19497
19498 2003-07-31  Bruno Haible  <bruno@clisp.org>
19499
19500         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19501
19502 2003-07-24  Karl Berry  <karl@gnu.org>
19503
19504         * config/missing: update from automake.
19505
19506 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19507             Bruno Haible  <bruno@clisp.org>
19508
19509         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19510         * lib/getline.c (getline, getdelim): Likewise.
19511         Remove _GNU_SOURCE define; now it's defined in config.h through
19512         m4/getline.m4.
19513
19514 2003-07-23  Karl Berry  <karl@gnu.org>
19515
19516         * config/config.sub: update from prep.
19517
19518 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19519
19520         * modules/xalloc (Depends-on): Add exitfail.
19521         * modules/xmemcoll: Likewise.
19522
19523 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19524
19525         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19526         over-parenthesization in macros.
19527
19528         Sync with coreutils.
19529
19530         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19531         required by C99.
19532
19533         Use `exit_failure' for xalloc and xmemcoll instead of their own
19534         private exit-failure variables.
19535         * lib/xalloc.h (xalloc_exit_failure): Remove.
19536         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19537         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19538         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19539         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19540         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19541
19542 2003-07-20  Jim Meyering  <jim@meyering.net>
19543
19544         * modules/closeout (Depends-on): Add exitfail.
19545         Suggestion from Bruno Haible.
19546
19547 2003-07-19  Karl Berry  <karl@gnu.org>
19548
19549         * config/config.sub: update from prep.
19550
19551 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19552
19553         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19554         Remove.
19555         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19556         to test that it can stand by itself.  Include "exitfail.h".
19557         Clients should set exit_failure instead.
19558         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19559
19560 2003-07-18  Bruno Haible  <bruno@clisp.org>
19561
19562         * modules/getndelim2: New file.
19563         * modules/getline: Share files with module getndelim2.
19564         * modules/getnline: Depend on getndelim2 instead of sharing files with
19565         it. Add getnline.c to lib_SOURCES.
19566         * MODULES.html.sh (func_all_modules): Add getndelim2.
19567
19568 2003-07-18  Bruno Haible  <bruno@clisp.org>
19569
19570         * m4/getndelim2.m4: New file.
19571         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19572         invoke gl_PREREQ_GETNDELIM2.
19573         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19574         gl_PREREQ_GETNDELIM2.
19575         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19576         gl_GETNDELIM2.
19577
19578 2003-07-18  Bruno Haible  <bruno@clisp.org>
19579
19580         * lib/getndelim2.h: New file.
19581         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19582         getndelim2.h.
19583         (getndelim2): Make non-static. Change return type to ssize_t.
19584         * lib/getline.h: Change argument names.
19585         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19586         * lib/getnline.c: Include getndelim2.h.
19587
19588 2003-07-18  Andreas Schwab  <schwab@suse.de>
19589
19590         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19591
19592 2003-07-17  Karl Berry  <karl@gnu.org>
19593
19594         * config/config.sub: update from prep.
19595
19596 2003-07-17  Bruno Haible  <bruno@clisp.org>
19597
19598         * modules/getnline: New file.
19599         * modules/getline: Add lib/getndelim2.c to source file list.
19600         * MODULES.html.sh (func_all_modules): Add getnline.
19601
19602 2003-07-17  Bruno Haible  <bruno@clisp.org>
19603
19604         * m4/getnline.m4: New file.
19605
19606 2003-07-17  Bruno Haible  <bruno@clisp.org>
19607
19608         * m4/Makefile.am.in: Remove file.
19609         * m4/Makefile.am: Remove file.
19610         * m4/Makefile.in: Remove file.
19611
19612 2003-07-17  Bruno Haible  <bruno@clisp.org>
19613
19614         * lib/getnline.h: New file.
19615         * lib/getnline.c: New file.
19616         * lib/getndelim2.c: New file, extracted from getline.c.
19617         (getndelim2): Renamed from getdelim2, with added nmax argument.
19618         * lib/getline.c: Include getndelim2.c.
19619         (getdelim2): Moved out to getndelim2.c.
19620         (getline, getdelim): Update.
19621
19622 2003-07-17  Bruno Haible  <bruno@clisp.org>
19623
19624         * lib/Makefile.am: Remove file.
19625         * lib/Makefile.in: Remove file.
19626
19627 2003-07-17  Bruno Haible  <bruno@clisp.org>
19628
19629         * configure.in: Remove file.
19630         * Makefile.in: Remove file.
19631
19632 2003-07-17  Bruno Haible  <bruno@clisp.org>
19633
19634         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19635
19636 2003-07-16  Karl Berry  <karl@gnu.org>
19637
19638         * config/srclist-update: was running fixlicense twice, which caused
19639                 texinfo.tex to be nullified for some reason.  Simplify,
19640                 $gplsrc is no longer needed as far as I can see?
19641
19642 2003-07-16  Jim Meyering  <jim@meyering.net>
19643
19644         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19645
19646 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19647
19648         * config/srclist.txt: Get the following files from gettext-runtime/intl
19649         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19650         ref-del.sin.  From Bruno Haible.
19651         * config/srclist-update (fixfile): Change grep pattern again, since the
19652         previous fix didn't work (there was another trailing $).  Use
19653         '[$]' to escape the $s.
19654
19655 2003-07-15  Karl Berry  <karl@gnu.org>
19656
19657         * lib/vasnprintf.c: update from gettext.
19658
19659 2003-07-15  Karl Berry  <karl@gnu.org>
19660
19661         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19662         gets expanded when surrounded by '$'.
19663
19664 2003-07-15  Jim Meyering  <jim@meyering.net>
19665
19666         * modules/save-cwd: Don't depend on error.  From Derek Price.
19667
19668 2003-07-15  Jim Meyering  <jim@meyering.net>
19669
19670         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19671
19672 2003-07-14  Simon Josefsson  <jas@extundo.com>
19673
19674         * modules/mempcpy: New file.
19675         * MODULES.html.sh (func_all_modules): Add mempcpy.
19676
19677 2003-07-14  Simon Josefsson  <jas@extundo.com>
19678
19679         * m4/mempcpy.m4: New file.
19680
19681 2003-07-14  Simon Josefsson  <jas@extundo.com>
19682
19683         * lib/mempcpy.h: New file.
19684         * lib/mempcpy.c: New file.
19685
19686 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19687
19688         * modules/getdate, modules/posixtm: Depend on mktime.
19689
19690 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19691
19692         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19693         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19694         unicodeio.c, unicodeio.h, unlocked-io.h:
19695         Switch from LGPL to GPL.
19696
19697 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19698
19699         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19700         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19701         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19702         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19703         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19704         updated automatically by ../config/srclist-update.  This changes
19705         their license from LPGL to GPL.
19706
19707 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19708
19709         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19710         assumed to refer to the root of the most recent stable gettext version.
19711         * config/srclistvars.sh: Add defaults for eggert.
19712         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19713         Match "This program" as well as "The program".  This is needed
19714         for gettext.
19715
19716 2003-07-14  Jim Meyering  <jim@meyering.net>
19717
19718         Don't emit diagnostics.  Let callers do that.
19719         * lib/save-cwd.c: Don't include "error.h".
19720         (save_cwd): Don't call error.  Ensure that errno is valid
19721         when returning nonzero.
19722
19723         * lib/save-cwd.h (restore_cwd): Update prototype.
19724         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19725         Simplify.  Don't call error upon failure.  Let callers do that.
19726         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19727         when auditing is enabled.  But don't bother updating the #if.
19728
19729 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19730
19731         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19732         it breaks C++ compilation.
19733         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19734
19735 2003-07-10  Simon Josefsson  <jas@extundo.com>
19736
19737         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19738
19739 2003-07-10  Jim Meyering  <jim@meyering.net>
19740
19741         * m4/clock_time.m4: Remove trailing blank.
19742         * m4/intmax_t.m4: Likewise.
19743
19744 2003-07-10  Jim Meyering  <jim@meyering.net>
19745
19746         * lib/vasnprintf.c: Remove trailing blanks.
19747         Make cpp indentation consistent.
19748
19749 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19750
19751         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19752         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19753         Switch from LGPL to GPL.
19754
19755 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19756
19757         * config/srclist.txt: Sort sublists.  Add
19758         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19759         that differ from gnulib for one reason or another; we'd like this list
19760         to be smaller but for now let's document what we have.
19761
19762 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19763
19764         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19765         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19766         and sweeter "eval x=$x".
19767         * config/srclist.txt: Get lib/argp* from glibc.
19768
19769 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19770
19771         * lib/mktime.c: Fix some boundary cases and remove need for floating
19772         point.
19773
19774         Issue a compile-time diagnostic if time_t is floating point, or if
19775         two's complement arithmetic is not in effect, or if arithmetic
19776         right shift does not propagate the sign.  These assumptions were
19777         all in the original code but they weren't checked.
19778
19779         (TIME_T_MIDPOINT, verify): New macros.
19780         (__isleap): Remove; it has integer overflow problems.
19781         (leapyear): New function, without those problems.
19782         (ydhms_tm_diff): Remove; splitting into two parts.
19783         (ydhms_diff): New function, containing the arithmetic part of
19784         the old ydhms_tm_diff function.  Issue a compile-time
19785         diagnostic if we are not using C99 integer division.
19786         Avoid casts when possible.
19787         (guess_time_tm): New function, containing the checking part of
19788         the old ydhms_tm_diff function.  Return the new value, rather than
19789         the difference between it and the old.  Accept a new argument T
19790         so that *T specifies the old value.  Check for overflow in the result.
19791
19792         (__mktime_internal): Use a time_t offset, not a long int offset.
19793         This undoes the 2003-06-04 change, which is no longer needed now
19794         that we have better overflow checking.
19795         (localtime_offset): Likewise.
19796
19797         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19798         and long are 64-bit but int is only 32-bit.
19799         (ydhms_diff): Use long int to store year1 and yday1.
19800         Issue a compile-time diagnostic if long int is not wide enough.
19801
19802         (__mktime_internal): Use long int to store adjusted year and yday.
19803         Use plain C rather than preprocessor commands, if that doesn't
19804         affect efficiency.
19805         Check for overflow (and try to repair) after each probe
19806         rather than checking only at the very end.  This avoids some bugs
19807         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19808         does not equal GMT offset at maximum time).
19809         Use integer to check for overflow rather than floating point; this
19810         is more portable to non-IEEE hosts, and is a tad faster.
19811         When we detect that we are oscillating between two values,
19812         don't check whether tm_isdst has the requested value, since
19813         we already know the answer.  When tm_isdst has the wrong value,
19814         use a different heuristic to find the right one, based on the
19815         extreme values actually observed in practice in tz2003a,
19816         rather than the (overly optimistic) "previous 3 calendar quarters".
19817
19818         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19819         "T const" to accommodate glibc style.
19820         (check_result): Use less-confusing report format.  "long" -> "long int.
19821         (main): Likewise.
19822         Don't loop if the iteration overflows time_t.
19823         Allow a negative step in the iteration.
19824
19825 2003-07-06  Karl Berry  <karl@gnu.org>
19826
19827         * config/depcomp: update from automake.
19828         * config/config.sub: update from prep.
19829
19830 2003-07-03  Karl Berry  <karl@gnu.org>
19831
19832         * config/config.guess: update from prep.
19833
19834 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19835
19836         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19837         xreadlink.c now includes it unconditionally.
19838
19839 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19840
19841         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19842         having it depend on HAVE_SYS_TYPES_H.
19843
19844 2003-07-01  Bruno Haible  <bruno@clisp.org>
19845
19846         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19847         <sys/types.h> should be sufficient.
19848         Reported by Paul Eggert.
19849
19850 2003-06-26  Karl Berry  <karl@gnu.org>
19851
19852         * config/depcomp: update from automake.
19853
19854 2003-06-26  Bruno Haible  <bruno@clisp.org>
19855
19856         * modules/human: Depend on module stdbool.
19857
19858 2003-06-25  Bruno Haible  <bruno@clisp.org>
19859
19860         * modules/readlink: New file.
19861         * modules/xreadlink: Depend on it.
19862         * MODULES.html.sh (func_all_modules): Add readlink.
19863
19864 2003-06-25  Bruno Haible  <bruno@clisp.org>
19865
19866         * m4/readlink.m4: New file.
19867
19868 2003-06-25  Bruno Haible  <bruno@clisp.org>
19869
19870         * lib/readlink.c: New file.
19871
19872 2003-06-22  Karl Berry  <karl@gnu.org>
19873
19874         * config/srclist.txt: update mkinstalldirs from automake.
19875         * config/mkinstalldirs: update.
19876
19877 2003-06-22  Bruno Haible  <bruno@clisp.org>
19878
19879         Portability to mingw32.
19880         * m4/ssize_t.m4: New file, from GNU gettext.
19881         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19882         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19883
19884 2003-06-22  Bruno Haible  <bruno@clisp.org>
19885
19886         * modules/safe-read: Add m4/ssize_t.m4.
19887         * modules/xreadlink: Add m4/ssize_t.m4.
19888
19889 2003-06-20  Bruno Haible  <bruno@clisp.org>
19890
19891         Assume C89, so PARAMS isn't needed.
19892         * lib/unicodeio.h (PARAMS): Remove.
19893         * lib/unicodeio.c: Don't use PARAMS.
19894
19895 2003-06-18  Karl Berry  <karl@gnu.org>
19896
19897         * config/config.{guess,sub}: update from prep.
19898
19899 2003-06-18  Jim Meyering  <jim@meyering.net>
19900
19901         Merge changes from coreutils.
19902         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19903         Remove explicit declarations of xmalloc and realloc.
19904         Include xalloc.h.
19905         (read_utmp): Remove anachronistic cast of xmalloc.
19906
19907 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19908
19909         Assume C89, so PARAMS isn't needed.
19910         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19911         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19912         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19913         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19914         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19915         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19916         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19917         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19918         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19919         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19920         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19921         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19922         no longer needed. Anyway, config.h should always be included before any
19923         other file.
19924
19925 2003-06-11  Simon Josefsson  <jas@extundo.com>
19926
19927         * modules/sysexits: New file.
19928         * MODULES.html.sh (func_all_modules): Add sysexits.
19929
19930 2003-06-11  Simon Josefsson  <jas@extundo.com>
19931
19932         * lib/sysexit_.h: New file.
19933
19934 2003-06-11  Derek Price  <derek@ximbiot.com>
19935
19936         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19937         necessary.
19938
19939 2003-06-11  Bruno Haible  <bruno@clisp.org>
19940
19941         * m4/sysexits.m4: New file.
19942
19943 2003-06-10  Simon Josefsson  <jas@extundo.com>
19944
19945         * lib/argp.h: New file, from glibc.
19946         * lib/argp-ba.c: New file, from glibc.
19947         * lib/argp-eexst.c: New file, from glibc.
19948         * lib/argp-fmtstream.c: New file, from glibc.
19949         * lib/argp-fmtstream.h: New file, from glibc.
19950         * lib/argp-fs-xinl.c: New file, from glibc.
19951         * lib/argp-help.c: New file, from glibc.
19952         * lib/argp-namefrob.h: New file, from glibc.
19953         * lib/argp-parse.c: New file, from glibc.
19954         * lib/argp-pv.c: New file, from glibc.
19955         * lib/argp-pvh.c: New file, from glibc.
19956         * lib/argp-xinl.c: New file, from glibc.
19957
19958 2003-06-10  Simon Josefsson  <jas@extundo.com>
19959
19960         * modules/strchrnul: New file.
19961
19962 2003-06-10  Simon Josefsson  <jas@extundo.com>
19963
19964         * modules/argp: New file.
19965
19966 2003-06-10  Simon Josefsson  <jas@extundo.com>
19967
19968         * m4/strchrnul.m4: New file.
19969
19970 2003-06-10  Simon Josefsson  <jas@extundo.com>
19971
19972         * lib/strchrnul.h: New file.
19973         * lib/strchrnul.c: New file.
19974
19975 2003-06-10  Bruno Haible  <bruno@clisp.org>
19976
19977         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19978
19979 2003-06-07  Karl Berry  <karl@gnu.org>
19980
19981         * config/config.{guess,sub}: update from prep.
19982
19983 2003-06-07  Jim Meyering  <jim@meyering.net>
19984
19985         * modules/strtod: Use $(...) notation, not @...@ for
19986         AC_REPLACE'd variables.
19987         * modules/localcharset: Likewise.
19988
19989 2003-06-07  Jim Meyering  <jim@meyering.net>
19990
19991         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19992         in place of my name in the copyright comment.
19993         Remove definition and uses of __P.
19994
19995         From coreutils.
19996         * lib/stat.c: Don't declare xmalloc explicitly.
19997         Instead, include "xalloc.h".
19998         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19999         xrealloc, and xcalloc return values.
20000         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20001         Improve comment.
20002         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20003
20004 2003-06-07  Bruno Haible  <bruno@clisp.org>
20005
20006         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20007         avoid AC_CONFIG_LINKS.
20008         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20009         fnmatch.h, to avoid AC_CONFIG_LINKS.
20010         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20011
20012 2003-06-07  Bruno Haible  <bruno@clisp.org>
20013
20014         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20015         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20016         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20017         directory.
20018         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20019         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20020         directory.
20021
20022 2003-06-06  Jim Meyering  <jim@meyering.net>
20023
20024         Merge from coreutils.
20025         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20026         Consolidate declarations and initializations of *_base* locals.
20027
20028         Merge from coreutils.
20029         This avoids a core dump on systems without GNU putenv,
20030         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20031         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20032         (unsetenv): New static function, from GNU libc.
20033         (rpl_putenv): Use it.
20034
20035         * lib/modechange.c: Remove trailing blanks.
20036
20037         Merge from coreutils.
20038         * lib/fsusage.c: Remove declaration of statfs.
20039         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20040
20041         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20042
20043 2003-06-06  Jim Meyering  <jim@meyering.net>
20044
20045         * lib/stdbool_.h: Renamed from stdbool.h.in.
20046
20047 2003-06-06  Jim Meyering  <jim@meyering.net>
20048             Bruno Haible  <bruno@clisp.org>
20049
20050         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20051         Adjust Makefile.am snippet not to redirect directly to target.
20052         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20053
20054 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20055
20056         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20057         mismatch, look in future quarters as well as past.  This fixes a
20058         bug when processing fall-backwards gaps immediately after a long
20059         period of daylight-saving time.
20060
20061         * lib/mktime.c: Assume freestanding C89 or better.
20062         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20063         (__P): Remove; not used.
20064         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20065         (mktime, not_equal_tm, print_tm, check_result,
20066         main): Use prototypes.  Use const * where appropriate.
20067         (main): Fix typo in testing code that uncovered by above changes.
20068         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20069
20070 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20071
20072         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20073         locale.h, localeconv.  This merges changes from coreutils.
20074
20075         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20076         It can be removed after the next Autoconf is released.
20077         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20078         needed.
20079
20080 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20081
20082         * lib/mktime.c: Fix Debian bug 177940
20083         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20084         (localtime_offset): Now long int, not time_t, because we want it
20085         to be guaranteed to be signed.  All uses changed.
20086         (__mktime_internal): If overflow would occur when adding offset,
20087         don't add it.
20088
20089         Merge 'human' changes from coreutils.  Rewrite to support
20090         locale-specific notations like thousands separators.
20091         * lib/human.c: Simplify authorship notice.
20092         Include human.h immediately after config.h.
20093         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20094         <limits.h>: Do not include, since human.h does.
20095         (SIZE_MAX, UINTMAX_MAX): New macros.
20096         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20097         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20098         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20099         (power_letter): Renamed from suffixes.
20100         (generate_suffix_backwards): Remove.
20101         (adjust_value): Now takes int style (because of human.h changes)
20102         and long double value (for greater precision on some platforms).
20103         (group_number): New function.
20104         (human_readable): Use it.  Use integer options, not enum.
20105         Put the options before the sizes in the arg list.
20106         Support all the new options.
20107         The old human_readable function has been removed;
20108         use inttostr.h instead.
20109         (human_readable, default_block_size, humblock):
20110         Use uintmax_t, not int, for block sizes.
20111         (human_readable_inexact, block_size_types): Remove.
20112         (block_size_opts): New constant.
20113         (human_options): Renamed from human_block_size, with new signature
20114         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20115         * lib/human.h: Add copyright and authorship notice.
20116         Include <limits.h> and <stdbool.h> unconditionally.
20117         (PARAMS): Remove.  All uses removed.
20118         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20119         (enum human_inexact_style): Remove tag; now a nameless enum.
20120         (human_floor, human_ceiling, human_round_to_even): Now have
20121         values 2, 0, 1 rather than -1, 1, 0.
20122         (human_group_digits, human_suppress_point_zero, human_autoscale,
20123         human_base_1024, human_SI, human_B): New constants.
20124         (human_readable_inexact, human_block_size): Remove.
20125         (human_readable): Size args are now uintmax_t, not int.
20126         (human_options): New decl.
20127
20128         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20129         unnecessary now that we assume C89 or better.  This change
20130         imported from coreutils.
20131
20132         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20133         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20134         in the 2003-05-30 sync from glibc.
20135
20136         .h files should stand alone, but we shouldn't include <sys/types.h>
20137         if we can get away with just <stddef.h>.
20138
20139         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20140         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20141         rather than <sys/types.h>, as we merely need size_t.
20142         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20143         to get size_t.
20144         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20145         Include <stdio.h>, to get FILE.
20146         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20147         memcasecmp.h has included <stddef.h> and all we need is size_t.
20148         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20149         our interface, instead of including <sys/types.h>
20150
20151 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20152
20153         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20154         now, as glibc mktime is buggy on non-glibc systems.
20155
20156 2003-06-03  Karl Berry  <karl@gnu.org>
20157
20158         * config/config.sub: update from prep.
20159
20160 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20161
20162         [from coreutils]
20163         Fix some minor time-related bugs with POSIX time arguments.
20164         Some valid time stamps were being rejected (notably -1, and
20165         time stamps before 1900 on 64-bit hosts).  And some invalid
20166         time stamps were being accepted, e.g. September 31.
20167
20168         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20169         that we can return (time_t) -1 successfully.
20170         * lib/posixtm.c: Likewise.
20171         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20172         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20173         (t): Remove static var.
20174         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20175         of static var.  All uses changed.
20176         (year): Do not reject years before 1900; they can occur with
20177         64-bit time_t.
20178         (posix_time_parse): Do not check for out-of-range components;
20179         that is now the caller's responsibility, since our checks were
20180         only approximations.
20181         (posixtime): Use mktime to check for out-of-range components,
20182         since it knows them exactly.
20183         If mktime returns (time_t) -1, check whether an error actually occurred
20184         by invoking localtime on -1.
20185         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20186         posixtime failures better.
20187         Improve the test data (in comments only).
20188
20189 2003-06-02  Karl Berry  <karl@gnu.org>
20190
20191         * config/mkinstalldirs (version): new variable.
20192         (--version): new option.
20193         (usage): improve message.
20194
20195 2003-05-30  Karl Berry  <karl@gnu.org>
20196
20197         * lib/mktime.c: update from libc.
20198
20199 2003-05-30  Bruno Haible  <bruno@clisp.org>
20200
20201         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20202         * config/config.rpath: Upgrade to gettext-0.12.1.
20203
20204 2003-05-30  Bruno Haible  <bruno@clisp.org>
20205
20206         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20207         * m4/nls.m4: New file, from gettext-0.12.1.
20208         * m4/po.m4: New file, from gettext-0.12.1.
20209         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20210
20211 2003-05-30  Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20214         * lib/localcharset.h: Likewise.
20215         * lib/localcharset.c: Likewise.
20216
20217 2003-05-29  Karl Berry  <karl@gnu.org>
20218
20219         * config/config.rpath: update from gettext.
20220
20221 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20222
20223         Assume the headers required for C89 freestanding compilers.
20224         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20225         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20226         * m4/human.m4 (gl_HUMAN): Likewise.
20227         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20228         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20229         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20230         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20231         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20232         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20233
20234 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20235
20236         Assume the headers required for C89 freestanding compilers.
20237         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20238         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20239         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20240         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20241         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20242         define, since <limits.h> is guaranteed to do that.
20243         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20244         * lib/exclude.c: Include <stdbool.h> unconditionally.
20245         * lib/tempname.c: Include <stddef.h> unconditionally.
20246         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20247         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20248         <stddef.h> does that.
20249         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20250         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20251         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20252         needed.
20253         * lib/xstrtol.c: Likewise.
20254         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20255         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20256
20257         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20258         warnings on some platforms.
20259
20260         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20261         arbitrarily.
20262
20263 2003-05-26  Jim Meyering  <jim@meyering.net>
20264
20265         Merge in a change from coreutils:
20266         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20267         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20268         that condition, rather than `-1' which is slightly misleading.
20269         Change the name of the cache variable to have the gl_ prefix.
20270         Prompted by a patch from Richard Dawe for DJGPP.
20271
20272 2003-05-24  Karl Berry  <karl@gnu.org>
20273
20274         * config/config.guess: update from prep.
20275
20276 2003-05-22  Karl Berry  <karl@gnu.org>
20277
20278         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20279
20280 2003-05-20  Karl Berry  <karl@gnu.org>
20281
20282         * config/config.guess: update from prep.
20283
20284 2003-05-18  Karl Berry  <karl@gnu.org>
20285
20286         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20287         might actually be set by the user.
20288
20289         * config/depcomp, install-sh, mdate-sh: update from automake.
20290
20291 2003-05-17  Bruno Haible  <bruno@clisp.org>
20292
20293         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20294         invalid expansion for AC_EGREP_CPP.
20295         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20296         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20297         Suggested by Akim Demaille <akim@epita.fr> in
20298         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20299
20300 2003-05-12  Jim Meyering  <jim@meyering.net>
20301
20302         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20303         the space-padded-by-default conversion specifiers, %e, %k, %l.
20304
20305 2003-05-12  Bruno Haible  <bruno@clisp.org>
20306
20307         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20308         the string is longer than 4 KB.
20309
20310 2003-05-11  Karl Berry  <karl@gnu.org>
20311
20312         * config/config.{guess,sub}: update from prep.
20313
20314 2003-05-09  Bruno Haible  <bruno@clisp.org>
20315
20316         * modules/error: Add m4/strerror_r.m4 to file list.
20317
20318 2003-05-03  Bruno Haible  <bruno@clisp.org>
20319
20320         Upgrade to Unicode-4.0.
20321         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20322         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20323         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20324         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20325         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20326         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20327         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20328         Change width of U+E0100..U+E01EF from 1 to 0.
20329
20330 2003-04-25  Jim Meyering  <jim@meyering.net>
20331
20332         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20333         of type size_t, not int.
20334
20335 2003-04-25  Bruno Haible  <bruno@clisp.org>
20336
20337         * lib/copy-file.c: Include <stddef.h>, for size_t.
20338
20339 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20340
20341         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20342         code which expansion is under static control.  Patch imported from
20343         Akim Demaille's patch to Bison; see
20344         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20345
20346 2003-04-14  Bruno Haible  <bruno@clisp.org>
20347
20348         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20349
20350 2003-04-11  Jim Meyering  <jim@meyering.net>
20351
20352         Merge changes from Coreutils.
20353
20354         2003-03-22  Jim Meyering  <jim@meyering.net>
20355
20356         * lib/strftime.c (widen): Cast alloca return value to proper type.
20357
20358         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20359
20360         From GNU libc.
20361         * lib/strftime.c (my_strftime): Handle very large width
20362         specifications for numeric values correctly.  Improve checks for
20363         overflow.
20364
20365         2003-01-19  Jim Meyering  <jim@meyering.net>
20366
20367         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20368         definitions.
20369         (nl_get_alt_digit) [! defined my_strftime]: Define.
20370         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20371         _nl_get_alt_digit and _nl_get_walt_digit.
20372
20373         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20374         libc. These changes have no effect outside of _LIBC.
20375
20376 2003-04-10  Bruno Haible  <bruno@clisp.org>
20377
20378         * modules/findprog: New file.
20379         * MODULES.html.sh (func_all_modules): Add it.
20380
20381 2003-04-10  Bruno Haible  <bruno@clisp.org>
20382
20383         * m4/findprog.m4: New file.
20384         * m4/eaccess.m4: New file.
20385
20386 2003-04-10  Bruno Haible  <bruno@clisp.org>
20387
20388         * lib/findprog.h: New file, from GNU gettext.
20389         * lib/findprog.c: New file, from GNU gettext.
20390
20391 2003-04-05  Jim Meyering  <jim@meyering.net>
20392
20393         Merge changes from Coreutils.
20394
20395         * lib/exclude.h (PARAMS): Remove definition and uses.
20396         * lib/exclude.c: Remove uses of `PARAMS'.
20397
20398         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20399         Add test-cases for DOS filenames. Declare program_name.
20400         (main): Set up program_name.  Patch by Rich Dawe.
20401
20402         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20403         error from mntctl.
20404         Use mntctl's return value to drive the entry-processing loop, since
20405         we can't rely on the value of the vmt_length member in the last
20406         entry.  On some systems doing so could result in exhausting
20407         virtual memory.  Based in part on a patch from Mike Jetzer.
20408
20409 2003-04-04  Bruno Haible  <bruno@clisp.org>
20410
20411         * modules/linebreak: New file.
20412         * MODULES.html.sh (func_all_modules): Add it.
20413
20414 2003-04-04  Bruno Haible  <bruno@clisp.org>
20415
20416         * m4/linebreak.m4: New file.
20417
20418 2003-04-04  Bruno Haible  <bruno@clisp.org>
20419
20420         * lib/linebreak.h: New file, from GNU gettext.
20421         * lib/linebreak.c: New file, from GNU gettext with slight
20422         modifications.
20423         * lib/lbrkprop.h: New file, from GNU gettext.
20424
20425 2003-04-03  Bruno Haible  <bruno@clisp.org>
20426
20427         * modules/utf8-ucs4: New file.
20428         * modules/utf16-ucs4: New file.
20429         * modules/ucs4-utf8: New file.
20430         * modules/ucs4-utf16: New file.
20431         * MODULES.html.sh (func_all_modules): Add them.
20432
20433 2003-04-03  Bruno Haible  <bruno@clisp.org>
20434
20435         * m4/utf-ucs4.m4: New file.
20436         * m4/ucs4-utf.m4: New file.
20437
20438 2003-04-03  Bruno Haible  <bruno@clisp.org>
20439
20440         * lib/utf8-ucs4.h: New file, from GNU gettext.
20441         * lib/utf16-ucs4.h: New file, from GNU gettext.
20442         * lib/ucs4-utf8.h: New file, from GNU gettext.
20443         * lib/ucs4-utf16.h: New file, from GNU gettext.
20444
20445 2003-04-02  Bruno Haible  <bruno@clisp.org>
20446
20447         * modules/binary-io: New file.
20448         * MODULES.html.sh (func_all_modules): Add it.
20449
20450 2003-04-02  Bruno Haible  <bruno@clisp.org>
20451
20452         * lib/binary-io.h: New file, from GNU gettext.
20453
20454 2003-04-01  Bruno Haible  <bruno@clisp.org>
20455
20456         * modules/pathname: New file.
20457         * MODULES.html.sh (func_all_modules): Add it.
20458
20459 2003-04-01  Bruno Haible  <bruno@clisp.org>
20460
20461         * lib/pathname.h: New file, from GNU gettext.
20462         * lib/concatpath.c: New file, from GNU gettext.
20463
20464 2003-03-30  Bruno Haible  <bruno@clisp.org>
20465
20466         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20467
20468 2003-03-30  Bruno Haible  <bruno@clisp.org>
20469
20470         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20471         function chown() doesn't exist.
20472
20473 2003-03-28  Bruno Haible  <bruno@clisp.org>
20474
20475         * modules/copy-file: New file.
20476         * MODULES.html.sh (func_all_modules): Add it.
20477
20478 2003-03-28  Bruno Haible  <bruno@clisp.org>
20479
20480         * m4/copy-file.m4: New file.
20481
20482 2003-03-28  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/copy-file.h: New file, from GNU gettext.
20485         * lib/copy-file.c: New file, from GNU gettext.
20486
20487 2003-03-18  Jim Meyering  <jim@meyering.net>
20488
20489         * lib/quote.c (quote_n): Fix typo in comment.
20490
20491 2003-03-18  Bruno Haible  <bruno@clisp.org>
20492
20493         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20494         checking.
20495         * m4/onceonly_2_57.m4: Likewise.
20496
20497 2003-03-17  Bruno Haible  <bruno@clisp.org>
20498
20499         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20500         (m4_quote): Remove macro.
20501         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20502
20503 2003-03-14  Jim Meyering  <jim@meyering.net>
20504
20505         Merge changes from Coreutils.
20506         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20507         to be const, in order to avoid warnings.
20508         (obstack_room): Likewise.
20509         (obstack_empty_p): Likewise.
20510
20511 2003-03-14  Bruno Haible  <bruno@clisp.org>
20512
20513         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20514         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20515
20516 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20517
20518         Merge changes from Bison.
20519         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20520         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20521         when compiling Bison 1.875's `bitset bset = obstack_alloc
20522         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20523         * lib/hash.c: Include <stdbool.h> unconditionally.
20524
20525 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20526
20527         * m4/onceonly.m4 (m4_quote): New macro.
20528         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20529         Quote AC_FOREACH variable-expansions properly.
20530
20531 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20532
20533         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20534
20535 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20536
20537         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20538         Reported by Bruce Becker; see:
20539         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20540
20541 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20542             Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20545         Reported by John Hughes, see
20546         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20547
20548 2003-02-20  Bruno Haible  <bruno@clisp.org>
20549
20550         * MODULES.html.sh (func_all_modules): Add poll.
20551
20552 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20553
20554         * modules/poll: New file.
20555
20556 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20557
20558         * lib/poll_.h: New file.
20559         * lib/poll.c: New file.
20560
20561 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20562
20563         * m4/poll.m4: New file.
20564
20565 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20566
20567         * modules/mathl: New file.
20568
20569 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20570
20571         * lib/mathl.h: New file.
20572         * lib/acosl.c: New file.
20573         * lib/asinl.c: New file.
20574         * lib/atanl.c: New file.
20575         * lib/ceill.c: New file.
20576         * lib/cosl.c: New file.
20577         * lib/expl.c: New file.
20578         * lib/floorl.c: New file.
20579         * lib/frexpl.c: New file.
20580         * lib/ldexpl.c: New file.
20581         * lib/logl.c: New file.
20582         * lib/sincosl.c: New file.
20583         * lib/sinl.c: New file.
20584         * lib/sqrtl.c: New file.
20585         * lib/tanl.c: New file.
20586         * lib/trigl.c: New file.
20587         * lib/trigl.h: New file.
20588
20589 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20590
20591         * m4/mathl.m4: New file.
20592
20593 2003-02-18  Bruno Haible  <bruno@clisp.org>
20594
20595         * MODULES.html.sh (func_all_modules): Add mathl.
20596
20597 2003-02-17  Bruno Haible  <bruno@clisp.org>
20598
20599         * modules/mkdtemp: New module.
20600         * MODULES.html.sh (func_all_modules): Add it.
20601
20602 2003-02-17  Bruno Haible  <bruno@clisp.org>
20603
20604         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20605
20606 2003-02-17  Bruno Haible  <bruno@clisp.org>
20607
20608         * lib/mkdtemp.h: New file, from GNU gettext.
20609         * lib/mkdtemp.c: New file, from GNU gettext.
20610
20611 2003-02-02  Jim Meyering  <jim@meyering.net>
20612
20613         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20614         e.g. glibc-2.2.93.
20615
20616 2003-01-31  Bruno Haible  <bruno@clisp.org>
20617
20618         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20619         'rpl_rename'.
20620         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20621         'rpl_strnlen'.
20622         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20623         'rpl_strtod'.
20624         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20625         'rpl_utime'.
20626
20627 2003-01-31  Bruno Haible  <bruno@clisp.org>
20628
20629         * lib/rename.c: #undef rename before defining rpl_rename.
20630         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20631
20632 2003-01-30  Bruno Haible  <bruno@clisp.org>
20633
20634         * modules/vasnprintf, modules/vasprintf: New modules.
20635         * MODULES.html.sh (func_all_modules): Add them.
20636
20637 2003-01-30  Bruno Haible  <bruno@clisp.org>
20638
20639         * m4/signed.m4: New file, from GNU gettext.
20640         * m4/longdouble.m4: New file, from GNU gettext.
20641         * m4/wchar_t.m4: New file, from GNU gettext.
20642         * m4/wint_t.m4: New file, from GNU gettext.
20643         * m4/vasnprintf.m4: New file.
20644         * m4/vasprintf.m4: New file.
20645
20646 2003-01-30  Bruno Haible  <bruno@clisp.org>
20647
20648         * lib/printf-args.h: New file, from GNU gettext.
20649         * lib/printf-args.c: New file, from GNU gettext.
20650         * lib/printf-parse.h: New file, from GNU gettext.
20651         * lib/printf-parse.c: New file, from GNU gettext.
20652         * lib/vasnprintf.h: New file, from GNU gettext.
20653         * lib/vasnprintf.c: New file, from GNU gettext.
20654         * lib/asnprintf.c: New file, from GNU gettext.
20655         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20656         * lib/vasprintf.c: New file, from GNU gettext.
20657         * lib/asprintf.c: New file, from GNU gettext.
20658
20659 2003-01-29  Bruno Haible  <bruno@clisp.org>
20660
20661         * modules/stpncpy: New module.
20662         * MODULES.html.sh (func_all_modules): Add it.
20663
20664 2003-01-29  Bruno Haible  <bruno@clisp.org>
20665
20666         * m4/stpncpy.m4: New file.
20667
20668 2003-01-29  Bruno Haible  <bruno@clisp.org>
20669
20670         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20671         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20672
20673 2003-01-28  Bruno Haible  <bruno@clisp.org>
20674
20675         * modules/c-ctype: New module.
20676         * MODULES.html.sh (func_all_modules): Add it.
20677
20678 2003-01-28  Bruno Haible  <bruno@clisp.org>
20679
20680         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20681         Paul Eggert.
20682         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20683         Paul Eggert.
20684
20685 2003-01-27  Bruno Haible  <bruno@clisp.org>
20686
20687         * modules/xsetenv: New module.
20688         * MODULES.html.sh (func_all_modules): Add it.
20689
20690 2003-01-27  Bruno Haible  <bruno@clisp.org>
20691
20692         * lib/xsetenv.h: New file, from GNU gettext.
20693         * lib/xsetenv.c: New file, from GNU gettext.
20694
20695 2003-01-23  Jim Meyering  <jim@meyering.net>
20696
20697         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20698         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20699
20700 2003-01-23  Bruno Haible  <bruno@clisp.org>
20701
20702         * modules/minmax: New module.
20703         * MODULES.html.sh (func_all_modules): Add it.
20704
20705 2003-01-23  Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20708         Eggert.
20709
20710 2003-01-22  Bruno Haible  <bruno@clisp.org>
20711
20712         * modules/exit: New module.
20713         * MODULES.html.sh (func_all_modules): Add it.
20714
20715 2003-01-22  Bruno Haible  <bruno@clisp.org>
20716
20717         * lib/exit.h: New file, from GNU gettext.
20718
20719 2003-01-19  Bruno Haible  <bruno@clisp.org>
20720
20721         * gnulib-tool: Recognize option --extract-maintainer.
20722         (func_get_maintainer): New function.
20723         * modules/*: Add Maintainer entry.
20724
20725 2003-01-16  Jim Meyering  <jim@meyering.net>
20726
20727         * m4/regex.m4: The `regex' struct is both input and output.
20728         Initialize it before each use.  Patch by Tim Waugh.
20729
20730 2003-01-16  Bruno Haible  <bruno@clisp.org>
20731
20732         * MODULES.html.sh: Add a table of contents. Add the module name as
20733         leftmost column. Add hyperlinks.
20734
20735 2003-01-15  Bruno Haible  <bruno@clisp.org>
20736
20737         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20738
20739 2003-01-15  Bruno Haible  <bruno@clisp.org>
20740
20741         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20742         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20743         suffix.
20744
20745 2003-01-15  Bruno Haible  <bruno@clisp.org>
20746
20747         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20748
20749 2003-01-15  Bruno Haible  <bruno@clisp.org>
20750
20751         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20752         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20753
20754 2003-01-14  Jim Meyering  <jim@meyering.net>
20755
20756         * lib/same.c (same_name): Tweak a comment.
20757
20758 2003-01-14  Bruno Haible  <bruno@clisp.org>
20759
20760         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20761         when a string comparison is sufficient.
20762
20763 2003-01-14  Bruno Haible  <bruno@clisp.org>
20764
20765         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20766         'unsigned int'.
20767
20768 2003-01-14  Bruno Haible  <bruno@clisp.org>
20769
20770         * lib/hash-pjw.c: Add comment about low quality of this function.
20771
20772 2003-01-13  Bruno Haible  <bruno@clisp.org>
20773
20774         * modules/stpcpy: Distribute lib/stpcpy.h.
20775         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20776
20777 2003-01-13  Bruno Haible  <bruno@clisp.org>
20778
20779         * modules/*: Add a description.
20780         * modules/strpbrk: Fix Makefile.am snippet.
20781         * modules/strtoimax: Fix dependencies.
20782         * modules/strtoumax: Likewise.
20783
20784 2003-01-13  Bruno Haible  <bruno@clisp.org>
20785
20786         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20787         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20788         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20789
20790 2003-01-13  Bruno Haible  <bruno@clisp.org>
20791
20792         * gnulib-tool (func_create_testdir): Store config/* files in the main
20793         directory.
20794         * config.rpath: Move to ...
20795         * config/config.rpath: ... here.
20796         * modules/gettext: Contains config/config.rpath, not config.rpath.
20797         * modules/iconv: Likewise.
20798
20799 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20800
20801         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20802         to avoid collisions with libcurses and libreadline.
20803
20804         * m4/getstr.m4: Remove.
20805         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20806
20807 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20808
20809         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20810         to avoid collisions with libcurses and libreadline.
20811
20812         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20813         * lib/getstr.h, getstr.c: Remove.
20814         * lib/getline.c: Include "getline.h", to check interface.
20815         Move body of old getstr.c here: this defines MIN_CHUNK and
20816         declares getdelim2, which is renamed from getstr.
20817         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20818
20819         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20820         All uses changed.
20821         * lib/linebuffer.h: Likewise.
20822         (readline): Remove backward-compatibility macro.
20823
20824 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20825
20826         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20827         to avoid collisions with libcurses and libreadline.
20828         * getstr: Remove.
20829         * MODULES.html.sh: Remove getstr.
20830         * modules/getline: Depend on unlocked-io, not getstr.
20831
20832 2003-01-12  Jim Meyering  <jim@meyering.net>
20833
20834         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20835
20836 2003-01-10  Bruno Haible  <bruno@clisp.org>
20837
20838         * modules/alloca: Change Makefile.am requirements. Simplify Include
20839         requirements. Add lib/alloca_.h to file list.
20840
20841 2003-01-10  Bruno Haible  <bruno@clisp.org>
20842
20843         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20844
20845 2003-01-10  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/alloca_.h: New file.
20848         * lib/getdate.y: Unconditionally include alloca.h.
20849         * lib/makepath.c: Likewise.
20850         * lib/setenv.c: Likewise.
20851         * lib/userspec.c: Likewise.
20852
20853 2003-01-09  Karl Berry  <karl@gnu.org>
20854
20855         * MODULES.html.sh: include `dirname $0` in PATH, to find
20856         gnulib-tool.
20857
20858 2003-01-09  Bruno Haible  <bruno@clisp.org>
20859
20860         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20861         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20862
20863 2003-01-09  Bruno Haible  <bruno@clisp.org>
20864
20865         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20866
20867 2003-01-09  Bruno Haible  <bruno@clisp.org>
20868
20869         * lib/stdbool.h.in: New file.
20870
20871 2003-01-09  Bruno Haible  <bruno@clisp.org>
20872
20873         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20874         * MODULES.html.sh: Likewise.
20875
20876 2003-01-08  Jim Meyering  <jim@meyering.net>
20877
20878         * lib/full-write.c: Undefine and define-away `const' after inclusion
20879         of errno.h, not before.  Suggestion from Bruno Haible.
20880
20881 2003-01-08  Bruno Haible  <bruno@clisp.org>
20882
20883         * modules/full-read: Depend on full-write.
20884
20885 2003-01-08  Bruno Haible  <bruno@clisp.org>
20886
20887         * lib/safe-read.c: Include specification header first, to ensure its
20888         selfcontainedness.
20889         * lib/full-write.c: Likewise.
20890
20891 2003-01-07  Jim Meyering  <jim@meyering.net>
20892
20893         * lib/full-write.c: Rework so that it may serve to define full_read,
20894         too.
20895         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20896
20897 2003-01-07  Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20900         <inttypes.h>.
20901         * lib/xstrtol.h: Likewise.
20902         * lib/xstrtoimax.c: Likewise.
20903         * lib/xstrtoumax.c: Likewise.
20904         * lib/human.h: Likewise.
20905
20906         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20907         on systems that have <inttypes.h> but not <stdint.h>.
20908
20909 2003-01-07  Bruno Haible  <bruno@clisp.org>
20910
20911         * MODULES.html.sh: Add copyright notice.
20912         (missed_files): Omit CVS directory entries.
20913         (func_module): Make it work with sed-3.02.
20914         * MODULES.txt: Remove file.
20915
20916 2003-01-06  Jim Meyering  <jim@meyering.net>
20917
20918         * lib/version-etc.c: Update year in translatable copyright string.
20919
20920 2003-01-03  Karl Berry  <karl@gnu.org>
20921
20922         * config/config.{guess,sub}: update from prep.
20923
20924 2003-01-02  Karl Berry  <karl@gnu.org>
20925
20926         * doc/COPYING.DOC: belatedly updated to 1.2.
20927
20928 2003-01-01  Karl Berry  <karl@gnu.org>
20929
20930         * gnulib-tool (func_verify_module): report module name $module in
20931         error message, not $1.
20932         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20933         be created, only if it doesn't exist.
20934         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20935
20936 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20937
20938         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20939
20940 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20941
20942         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20943         memcmp if strcoll doesn't work.
20944
20945 2002-12-31  Bruno Haible  <bruno@clisp.org>
20946
20947         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20948         nonempty.
20949
20950 2002-12-31  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/memcoll.c (STRCOLL): New macro.
20953         (memcoll): Use it.
20954
20955 2002-12-31  Bruno Haible  <bruno@clisp.org>
20956
20957         * lib/localcharset.h: New file.
20958         * lib/localcharset.c: Include it.
20959         * lib/unicodeio.c: Likewise.
20960
20961 2002-12-31  Bruno Haible  <bruno@clisp.org>
20962
20963         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20964         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20965
20966 2002-12-31  Bruno Haible  <bruno@clisp.org>
20967
20968         * lib/getline.h: Include <stddef.h>, for size_t.
20969
20970         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20971         * lib/unicodeio.c: Don't include <stddef.h>.
20972
20973 2002-12-31  Bruno Haible  <bruno@clisp.org>
20974
20975         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20976         HAVE_TM_ZONE.
20977
20978 2002-12-24  Karl Berry  <karl@gnu.org>
20979
20980         * config/config.guess: update from prep.
20981
20982 2002-12-24  Bruno Haible  <bruno@clisp.org>
20983
20984         General infrasructure.
20985         * m4/README: Rewritten.
20986         * m4/onceonly.m4: New file.
20987         * m4/onceonly_2_57.m4: New file.
20988
20989         Module atexit.
20990         * m4/atexit.m4: New file.
20991
20992         Module strtod.
20993         * m4/strtod.m4: New file.
20994
20995         Module strtol.
20996         * m4/strtol.m4: New file.
20997
20998         Module strtoul.
20999         * m4/strtoul.m4: New file.
21000
21001         Module memchr.
21002         * m4/memchr.m4: New file.
21003
21004         Module memcmp.
21005         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21006         (jm_FUNC_MEMCMP): Invoke it.
21007
21008         Module memcpy.
21009         * m4/memcpy.m4: New file.
21010
21011         Module memmove.
21012         * m4/memmove.m4: New file.
21013
21014         Module memset.
21015         * m4/memset.m4: New file.
21016
21017         Module strcspn.
21018         * m4/strcspn.m4: New file.
21019
21020         Module strpbrk.
21021         * m4/strpbrk.m4: New file.
21022
21023         Module strstr.
21024         * m4/strstr.m4: New file.
21025
21026         Module strerror.
21027         * m4/strerror.m4: New file.
21028
21029         Module mktime.
21030         * m4/mktime.m4: Renamed from jm-mktime.m4.
21031         (gl_PREREQ_MKTIME): New macro.
21032         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21033
21034         Module malloc.
21035         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21036         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21037         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21038
21039         Module realloc.
21040         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21041         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21042         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21043
21044         Module strftime.
21045         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21046         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21047         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21048         gl_TM_GMTOFF.
21049         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21050
21051         Module xalloc.
21052         * m4/xalloc.m4: New file.
21053
21054         Module alloca.
21055         * m4/alloca.m4: New file.
21056
21057         Module putenv.
21058         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21059         (jm_FUNC_PUTENV): Invoke it.
21060
21061         Module setenv.
21062         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21063         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21064         when invoked twice.
21065         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21066         gt_FUNC_SETENV.
21067
21068         Module memrchr.
21069         * m4/memrchr.m4: New file.
21070
21071         Module stpcpy.
21072         * m4/stpcpy.m4: New file.
21073
21074         Module strcase.
21075         * m4/strcase.m4: New file.
21076
21077         Module strdup.
21078         * m4/strdup.m4: New file.
21079
21080         Module strnlen.
21081         * m4/strnlen.m4: New file.
21082
21083         Module strndup.
21084         * m4/strndup.m4: New file.
21085
21086         Module xstrtod.
21087         * m4/xstrtod.m4: New file.
21088
21089         Module xstrtol.
21090         * m4/xstrtol.m4: New file.
21091
21092         Module getdate.
21093         * m4/getdate.m4: New file.
21094
21095         Module unlocked-io.
21096         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21097         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21098         * m4/jm-glibc-io.m4n: Remove file.
21099
21100         Module long-options.
21101         * m4/long-options.m4: New file.
21102
21103         Module md5.
21104         * m4/md5.m4: New file.
21105
21106         Module sha.
21107         * m4/sha.m4: New file.
21108
21109         Module getstr.
21110         * m4/getstr.m4: New file.
21111
21112         Module getline.
21113         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21114         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21115         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21116         simply getline. Infoke gl_PREREQ_GETLINE.
21117
21118         Module obstack.
21119         * m4/obstack.m4: New file.
21120
21121         Module hash.
21122         * m4/hash.m4: New file.
21123
21124         Module readtokens.
21125         * m4/readtokens.m4: New file.
21126
21127         Module strverscmp.
21128         * m4/strverscmp.m4: New file.
21129
21130         Module stdbool.
21131         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21132         OSF/1.
21133
21134         Module strtoll.
21135         * m4/strtoll.m4: New file.
21136
21137         Module strtoull.
21138         * m4/strtoull.m4: New file.
21139
21140         Module strtoimax.
21141         * m4/strtoimax.m4: New file.
21142
21143         Module strtoumax.
21144         * m4/strtoumax.m4: New file.
21145
21146         Module xstrtoimax.
21147         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21148         jm_AC_PREREQ_XSTRTOIMAX.
21149         Moved the strtol prerequisites to strtol.m4.
21150         Moved the strtoll prerequisites to strtoll.m4.
21151         Moved the strtoimax prerequisites to strtoimax.m4.
21152
21153         Module xstrtoumax.
21154         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21155         jm_AC_PREREQ_XSTRTOUMAX.
21156         Moved the strtoul prerequisites to strtoul.m4.
21157         Moved the strtoull prerequisites to strtoull.m4.
21158         Moved the strtoumax prerequisites to strtoumax.m4.
21159
21160         Module chown.
21161         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21162         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21163
21164         Module dup2.
21165         * m4/dup2.m4: New file.
21166
21167         Module ftruncate.
21168         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21169         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21170
21171         Module getgroups.
21172         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21173         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21174
21175         Module gettimeofday.
21176         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21177         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21178         gl_PREREQ_GETTIMEOFDAY.
21179
21180         Module mkdir.
21181         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21182         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21183
21184         Module mkstemp.
21185         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21186         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21187         jm_AC_TYPE_UINTMAX_T.
21188         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21189
21190         Module stat.
21191         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21192         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21193
21194         Module lstat.
21195         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21196         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21197
21198         Module timespec.
21199         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21200         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21201         * m4/st_mtim.m4: Indentation.
21202
21203         Module nanosleep.
21204         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21205         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21206         gl_PREREQ_NANOSLEEP.
21207
21208         Module regex.
21209         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21210         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21211         (gl_REGEX): New macro.
21212
21213         Module rename.
21214         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21215         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21216
21217         Module rmdir.
21218         * m4/rmdir.m4: New file.
21219
21220         Module utime.
21221         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21222         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21223         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21224
21225         Module dirname.
21226         * m4/dirname.m4: New file.
21227
21228         Module getopt.
21229         * m4/getopt.m4: New file.
21230
21231         Module unistd-safer.
21232         * m4/unistd-safer.m4: New file.
21233
21234         Module fnmatch.
21235         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21236         declaration.
21237         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21238         (gl_FUNC_FNMATCH_POSIX): New macro.
21239         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21240         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21241         simply fnmatch.
21242
21243         Module exclude.
21244         * m4/exclude.m4: New file.
21245
21246         Module human.
21247         * m4/human.m4: New file.
21248
21249         Module acl.
21250         * m4/acl.m4: Nop.
21251
21252         Module backupfile.
21253         * m4/backupfile.m4: New file.
21254         * m4/d-ino.m4: Indentation.
21255
21256         Module fsusage.
21257         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21258         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21259         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21260
21261         Module dirfd.
21262         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21263         requirements.
21264
21265         Module euidaccess.
21266         * m4/euidaccess.m4: New file.
21267
21268         Module file-type.
21269         * m4/file-type.m4: New file.
21270
21271         Module fileblocks.
21272         * m4/fileblocks.m4: New file.
21273
21274         Module filemode.
21275         * m4/filemode.m4: New file.
21276
21277         Module isdir.
21278         * m4/isdir.m4: New file.
21279
21280         Module lchown.
21281         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21282         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21283
21284         Module makepath.
21285         * m4/makepath.m4: New file.
21286
21287         Module modechange.
21288         * m4/modechange.m4: New file.
21289
21290         Module mountlist.
21291         * m4/mountlist.m4: New file.
21292         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21293         Indentation.
21294
21295         Module path-concat.
21296         * m4/path-concat.m4: New file.
21297
21298         Module pathmax.
21299         * m4/pathmax.m4: New file.
21300
21301         Module same.
21302         * m4/same.m4: New file.
21303
21304         Module save-cwd.
21305         * m4/save-cwd.m4: New file.
21306
21307         Module savedir.
21308         * m4/savedir.m4: New file.
21309
21310         Module xgetcwd.
21311         * m4/xgetcwd.m4: New file.
21312         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21313
21314         Module xreadlink.
21315         * m4/xreadlink.m4: New file.
21316
21317         Module safe-read.
21318         * m4/safe-read.m4: New file.
21319
21320         Module safe-write.
21321         * m4/safe-write.m4: New file.
21322
21323         Module closeout.
21324         * m4/closeout.m4: New file.
21325
21326         Module stdio-safer.
21327         * m4/stdio-safer.m4: New file.
21328
21329         Module getpass.
21330         * m4/getpass.m4: New file.
21331
21332         Module getugroups.
21333         * m4/getugroups.m4: New file.
21334
21335         Module group-member.
21336         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21337         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21338
21339         Module idcache.
21340         * m4/idcache.m4: New file.
21341
21342         Module userspec.
21343         * m4/userspec.m4: New file.
21344
21345         Module gettime.
21346         * m4/clock_time.m4: New file.
21347         * m4/gettime.m4: New file.
21348
21349         Module settime.
21350         * m4/settime.m4: New file.
21351
21352         Module posixtm.
21353         * m4/posixtm.m4: New file.
21354
21355         Module gethostname.
21356         * m4/gethostname.m4: New file.
21357
21358         Module canon-host.
21359         * m4/canon-host.m4: New file.
21360
21361         Module gettext.
21362         * m4/codeset.m4: New file, from gettext-0.11.5.
21363         * m4/gettext.m4: New file, from gettext-0.11.5.
21364         * m4/glibc21.m4: New file, from gettext-0.11.5.
21365         * m4/iconv.m4: New file, from gettext-0.11.5.
21366         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21367         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21368         * m4/inttypes.m4: New file, from gettext-0.11.5.
21369         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21370         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21371         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21372         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21373         * m4/lib-link.m4: New file, from gettext-0.11.5.
21374         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21375         * m4/progtest.m4: New file, from gettext-0.11.5.
21376         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21377         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21378         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21379
21380         Module localcharset.
21381         * m4/localcharset.m4: New file.
21382
21383         Module hard-locale.
21384         * m4/hard-locale.m4: New file.
21385
21386         Module mbswidth.
21387         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21388         onceonly macros.
21389         * m4/mbrtowc.m4: Add comment.
21390
21391         Module memcasecmp.
21392         * m4/memcasecmp.m4: New file.
21393
21394         Module memcoll.
21395         * m4/memcoll.m4: New file.
21396
21397         Module unicodeio.
21398         * m4/unicodeio.m4: New file.
21399
21400         Module rpmatch.
21401         * m4/rpmatch.m4: New file.
21402
21403         Module yesno.
21404         * m4/yesno.m4: New file.
21405
21406         Module exitfail.
21407         * m4/exitfail.m4: New file.
21408
21409         Module c-stack.
21410         * m4/c-stack.m4 (gl_C_STACK): New macro.
21411         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21412
21413         Module error.
21414         * m4/error.m4 (gl_ERROR): New macro.
21415         (jm_PREREQ_ERROR): Use onceonly macros.
21416
21417         Module fatal.
21418         * m4/fatal.m4: New file.
21419
21420         Module getloadavg.
21421         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21422         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21423
21424         Module getpagesize.
21425         * m4/getpagesize.m4: New file.
21426
21427         Module getusershell.
21428         * m4/getusershell.m4: New file.
21429
21430         Module physmem.
21431         * m4/physmem.m4: New file.
21432
21433         Module posixver.
21434         * m4/posixver.m4: New file.
21435
21436         Module quotearg.
21437         * m4/quotearg.m4: New file.
21438
21439         Module quote.
21440         * m4/quote.m4: New file.
21441
21442         Module readutmp.
21443         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21444
21445         Module sig2str.
21446         * m4/sig2str.m4: New file.
21447
21448         Other.
21449         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21450         ulonglong.m4.
21451         * m4/intmax_t.m4: New file.
21452         * m4/d-type.m4: Indentation.
21453         * m4/jm-macros.m4: Update.
21454         * m4/prereq.m4 (jm_PREREQ): Update.
21455         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21456         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21457         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21458         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21459         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21460         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21461         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21462         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21463         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21464         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21465         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21466         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21467         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21468         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21469         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21470         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21471         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21472         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21473         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21474
21475 2002-12-24  Bruno Haible  <bruno@clisp.org>
21476
21477         * MODULES.txt: Update according to m4/ changes.
21478
21479         Module gettext.
21480         * config.rpath: New file, from gettext-0.11.5.
21481
21482         * modules/*: New module descriptions.
21483         * gnulib-tool: New file.
21484         * MODULES.html.sh: New file.
21485
21486 2002-12-21  Karl Berry  <karl@gnu.org>
21487
21488         * doc/fdl.texi: update to version 1.2.
21489
21490 2002-12-19  Karl Berry  <karl@gnu.org>
21491
21492         * config/config.guess: update from prep.
21493
21494 2002-12-18  Bruno Haible  <bruno@clisp.org>
21495
21496         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21497         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21498
21499 2002-12-17  Bruno Haible  <bruno@clisp.org>
21500
21501         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21502         stdlib.h, string.h.
21503
21504 2002-12-17  Bruno Haible  <bruno@clisp.org>
21505
21506         * lib/canon-host.c (strdup): Remove unused declaration.
21507
21508         * lib/fsusage.c: Include full_read.h.
21509         (get_fs_usage): Use full_read instead of safe_read.
21510
21511         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21512
21513 2002-12-12  Karl Berry  <karl@gnu.org>
21514
21515         * config/config.guess: update from prep.
21516
21517 2002-12-11  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/setenv.m4: New file, from gettext-0.11.5.
21520
21521 2002-12-11  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21524         not unsetenv().
21525         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21526         modifications:
21527
21528         2002-12-11  Bruno Haible  <bruno@clisp.org>
21529
21530                 * setenv.c (alloca): Fall back to malloc.
21531                 (freea): New macro.
21532                 (setenv): Use freea() to free memory allocated with alloca().
21533
21534         2002-11-13  Bruno Haible  <bruno@clisp.org>
21535
21536                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21537                 function declarations.
21538                 * unsetenv.c (unsetenv): Likewise.
21539
21540         2002-03-04  Bruno Haible  <bruno@clisp.org>
21541
21542                 Portability to AIX 4.3.3.
21543                 * unsetenv.c: New file, extracted from setenv.c.
21544                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21545
21546         2001-12-20  Bruno Haible  <bruno@clisp.org>
21547
21548                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21549                 use malloc instead. For SunOS 4.
21550
21551         2001-12-11  Bruno Haible  <bruno@clisp.org>
21552
21553                 * setenv.c: Declare alloca.
21554                 (compar_fn_t): New typedef.
21555                 (KNOWN_VALUE, STORE_VALUE): Use it.
21556
21557         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21558         setenv.h.
21559
21560 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21561
21562         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21563         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21564         Choose values that are less likely to collide with system fnmatch
21565         options.
21566         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21567         defined (e.g., a pure POSIX system).
21568         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21569         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21570
21571 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21572
21573         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21574         a pain in practice to deal with generated m4 files.  This change
21575         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21576
21577         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21578         and jm-glibc-io.m4, as they are no longer a special case.
21579         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21580         kludge and the auto-generation stuff.  Check only whether the
21581         functions are declared, not whether they exist, since older hosts
21582         that don't declare the functions can't use the optimization anyway.
21583
21584 2002-12-06  Jim Meyering  <jim@meyering.net>
21585
21586         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21587
21588         Merge in changes from libc's misc/error.c, in preparation
21589         for the merge of gnulib's changes back into libc.
21590
21591         * lib/error.c (_): Define only if not already defined.
21592         Move definition to follow all #include directives.
21593         Include unlocked-io.h only if !_LIBC.
21594         [_LIBC]: Include <libio/libioP.h>.
21595         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21596         (fflush): Tweak definition to use INTUSE.
21597         (putc): Define.
21598
21599 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21600
21601         * lib/alloca.c [defined emacs]: Include "lisp.h".
21602         (xalloc_die) [defined emacs]: New macro.
21603         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21604         [! defined emacs]: Include <xalloc.h>.
21605         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21606         (pointer): Typedef to POINTER_TYPE *.
21607         (malloc): Remove decl; we now always use xmalloc.
21608         (alloca): Use old-style definition, since Emacs needs this.
21609         Check for arithmetic overflow when computing combined size.
21610
21611 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21612
21613         Do not generate unlocked-io.h automatically, since it's easier to
21614         maintain it by hand.
21615
21616         * lib/unlocked-io.h: New file, from GNU diffutils,
21617         but with proper copyright notice and attribution.
21618         * lib/gen-uio: Remove.
21619         * lib/Makefile.am: Add copyright notice.
21620         (libfetish_a_SOURCES): Add unlocked-io.h.
21621         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21622         (DISTCLEANFILES, io_functions): Remove macros.
21623         (EXTRA_DIST): Remove gen_uio.
21624         (unlocked-io.h): Remove rule.
21625
21626 2002-12-04  Jim Meyering  <jim@meyering.net>
21627
21628         Reflect the fact that stat.c and lstat.c are no longer generated.
21629         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21630         (DISTCLEANFILES): Likewise.
21631         (EXTRA_DIST): Likewise.
21632         (all_local): Don't depend on stat.c or lstat.c.
21633         (stat.c, lstat.c): Remove rules.
21634         (EXTRA_DIST): Remove xstat.in.
21635
21636         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21637         * lib/stat.c: New file.  Contents mostly from xstat.in.
21638         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21639         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21640
21641         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21642         too.
21643         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21644
21645 2002-12-03  Jim Meyering  <jim@meyering.net>
21646
21647         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21648         but not semantics, to minimize the differences between these two files.
21649         (safe_read): Change comment to mention SAFE_READ_ERROR.
21650
21651         * lib/safe-read.c (IS_EINTR): Define.
21652         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21653
21654 2002-12-02  Jim Meyering  <jim@meyering.net>
21655
21656         * lib/safe-read.c (EINTR): Define.
21657         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21658         (INT_MAX): Provide fallback.
21659         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21660
21661         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21662
21663 2002-12-02  Bruno Haible  <bruno@clisp.org>
21664
21665         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21666         Define, taken from safe-read.c.
21667         (INT_MAX): Provide fallback.
21668         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21669         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21670
21671         * lib/safe-read.c (EINTR): Remove definition.
21672         (safe_read): Don't use EINTR if it is absent.
21673
21674 2002-12-01  Jim Meyering  <jim@meyering.net>
21675
21676         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21677         zero.
21678         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21679
21680 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21681
21682         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21683         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21684         with `if (! (value < limit)) abort ();', for readability.
21685
21686 2002-11-26  Karl Berry  <karl@gnu.org>
21687
21688         * lib/strdup.c: copy from libc again, with jim's ok.
21689         * lib/.cppi-disable: re-add strdup.c
21690
21691 2002-11-25  Karl Berry  <karl@gnu.org>
21692
21693         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21694         instead of "strtol.c".
21695
21696 2002-11-25  Karl Berry  <karl@gnu.org>
21697
21698         * config/install-sh: update from automake for variable quoting, $0 in
21699         error msgs, etc.
21700
21701         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21702         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21703         entry.
21704
21705 2002-11-25  Jim Meyering  <jim@meyering.net>
21706
21707         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21708
21709 2002-11-24  Karl Berry  <karl@gnu.org>
21710
21711         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21712         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21713
21714 2002-11-24  Jim Meyering  <jim@meyering.net>
21715
21716         Update from coreutils:
21717
21718         * lib/mktime.c: Merge in changes from libc.
21719
21720         Avoid a link-time failure on some Linux systems.
21721         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21722         (otherwise).
21723         (__mon_yday): Declare with the STATIC attribute.
21724         (__mktime_internal): Likewise.
21725         Based on a report from Greg Schafer.
21726
21727 2002-11-23  Jim Meyering  <jim@meyering.net>
21728
21729         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21730         Use `unsigned', not `int', as type of index.
21731
21732         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21733
21734         * lib/fsusage.c: Remove unneeded parentheses around operands of
21735         `defined'.
21736
21737 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21738
21739         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21740         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21741         so that we can be included first.
21742         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21743         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21744         No need to include stddef.h or sys/types.h any more.
21745         Surround local include files with "", not "<>".
21746         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21747         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21748         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21749         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21750         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21751         (ISPRINT): Remove; no longer needed now that we assume C89.
21752
21753         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21754         Preserve errno.
21755
21756         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21757         quotearg_char): Use SIZE_MAX rather than
21758         (size_t) -1 when we are talking about "infinity".
21759
21760         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21761
21762 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21763
21764         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21765         hint that one should use `if (! x) abort ();' rather than `assert
21766         (x);', and anyway it's one less thing to worry about configuring.
21767         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21768         hash_rehash, hash_insert): Use abort rather than assert.
21769
21770 2002-11-22  Bruno Haible  <bruno@clisp.org>
21771
21772         * lib/safe-read.h: Assume C89. Add comments.
21773         (safe_read): Change return type to size_t.
21774         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21775         byte counts > SSIZE_MAX correctly.
21776         * lib/safe-write.h: New file.
21777         * lib/safe-write.c: New file.
21778         * lib/full-read.h: New file.
21779         * lib/full-read.c: New file.
21780         * lib/full-write.h: Assume C89. Add comments.
21781         * lib/full-write.c: Include safe-write.h.
21782         (full_write): Rewritten to use safe_write.
21783         Suggested by Jim Meyering and Paul Eggert.
21784
21785 2002-11-21  Jim Meyering  <jim@meyering.net>
21786
21787         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21788
21789         Merge in changes from the coreutils.
21790
21791         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21792         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21793         <stdint.h>.
21794         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21795         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21796         int.  Work more efficiently if X is the same width as uintmax_t.
21797         Do not compare X to -1, to avoid bogus compiler warning.
21798         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21799         Don't assume that f_frsize and f_bsize are the same type.
21800
21801         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21802         warning on FreeBSD.
21803
21804         * lib/makepath.c (make_path): Restore umask *before* creating the final
21805         component.
21806         (make_path): Minor reformatting.
21807
21808         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21809         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21810         HAVE_MALLOC/HAVE_REALLOC.
21811
21812         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21813         dummy ones.  At least on GNU/Linux systems, `auto' means something
21814         else.
21815         From Michael Stone.
21816
21817 2002-11-21  Bruno Haible  <bruno@clisp.org>
21818
21819         Remove case insensitive option matching.
21820         * lib/argmatch.h (argcasematch): Remove declaration.
21821         (ARGCASEMATCH): Remove macro.
21822         (__xargmatch_internal): Remove case_sensitive argument.
21823         (XARGMATCH): Update.
21824         (XARGCASEMATCH): Remove macro.
21825         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21826         case_sensitive argument.
21827         (argcasematch): Remove function.
21828         (__xargmatch_internal): Remove case_sensitive argument.
21829         (main): Use XARGMATCH instead of XARGCASEMATCH.
21830
21831         * lib/xmalloc.c: Change compile-time error message. Add comment about
21832         required autoconf version.
21833
21834 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21835
21836         Merge argmatch cleanups from Bison.  Assume C89.
21837
21838         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21839         Include stdlib.h, for EXIT_FAILURE.
21840         Always include <string.h>, since we assume C89.
21841         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21842         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21843         Include <stddef.h> instead, since it's all we need for size_t.
21844         (PARAMS): Remove.  All uses removed.
21845         (ARRAY_CARDINALITY): Do not bother to #undef.
21846         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21847         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21848         Remove unnecessary parentheses.
21849         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21850         Insert necessary parentheses.
21851         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21852         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21853
21854 2002-11-19  Bruno Haible  <bruno@clisp.org>
21855
21856         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21857         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21858
21859         * lib/mbswidth.h (PARAMS): Remove macro.
21860         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21861         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21862
21863         * lib/gcd.h (PARAMS): Remove macro.
21864         (gcd): Use ANSI C function declarations.
21865         * lib/gcd.c (gcd): Likewise.
21866
21867 2002-11-15  Bruno Haible  <bruno@clisp.org>
21868
21869         * lib/strcspn.c: Include <stddef.h>.
21870         (strcspn): Use ANSI C function declaration. Change return type to
21871         size_t. Use NULL.
21872         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21873         (strpbrk): Use NULL.
21874         * lib/strpbrk.h (PARAMS): Remove macro.
21875         (strpbrk): Use ANSI C function declaration.
21876         * lib/strstr.c: Don't include <sys/types.h>.
21877         * lib/strstr.h (PARAMS): Remove macro.
21878         (strstr): Use ANSI C function declarations.
21879
21880 2002-11-14  Karl Berry  <karl@gnu.org>
21881
21882         * config/mkinstalldirs: `do' on separate line, instead of
21883         `for var; do'.
21884
21885 2002-11-06  Bruno Haible  <bruno@clisp.org>
21886
21887         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21888         * lib/gcd.c (gcd): Likewise.
21889
21890 2002-11-05  Bruno Haible  <bruno@clisp.org>
21891
21892         * lib/gcd.h: New file, from gettext-0.11.5.
21893         * lib/gcd.c: New file, from gettext-0.11.5.
21894
21895 2002-11-05  Bruno Haible  <bruno@clisp.org>
21896
21897         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21898         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21899         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21900         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21901
21902         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21903         <libintl.h>.
21904         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21905         <libintl.h>.
21906
21907         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21908         * lib/human.c: Include gettext.h instead of <libintl.h>.
21909         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21910         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21911         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21912         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21913         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21914         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21915         (textdomain): Remove definition.
21916         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21917
21918         * lib/long-options.c: Remove include of <libintl.h> and definition of
21919         _.
21920         * lib/same.c: Remove include of <libintl.h> and definition of _.
21921
21922 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21923
21924         * lib/config.charset: A few additions for Solaris.
21925
21926 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21927
21928         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21929         * lib/localcharset.c (locale_charset): Declare as extern "C".
21930
21931 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21932
21933         * lib/config.charset: msdos in uk_UA uses CP1125.
21934
21935 2002-11-04  Bruno Haible  <bruno@clisp.org>
21936
21937         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21938         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21939         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21940         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21941         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21942
21943 2002-11-04  Bruno Haible  <bruno@clisp.org>
21944
21945         * lib/localcharset.c (locale_charset): Don't return an empty string.
21946
21947 2002-11-04  Bruno Haible  <bruno@clisp.org>
21948
21949         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21950         aliases.
21951
21952 2002-11-04  Bruno Haible  <bruno@clisp.org>
21953
21954         * lib/config.charset: Update for newest glibc. Add canonical names
21955         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21956
21957 2002-11-04  Bruno Haible  <bruno@clisp.org>
21958
21959         * lib/config.charset: Add support for NetBSD.
21960
21961 2002-11-04  Bruno Haible  <bruno@clisp.org>
21962
21963         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21964
21965 2002-11-01  Bruno Haible  <bruno@clisp.org>
21966
21967         * configure.in: Add AC_CONFIG_AUX_DIR call.
21968         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21969         test/Makefile.
21970         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21971
21972 2002-09-28  Karl Berry  <karl@gnu.org>
21973
21974         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21975         installed automake until the next release, since changes have been
21976         made.
21977
21978 2002-09-25  Karl Berry  <karl@gnu.org>
21979
21980         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21981         * lib/getopt*: copy from libc/posix.
21982         * lib/gettext.h: copy from gettext.
21983         * lib/.cppi-disable: add strdup.c, gettext.h.
21984
21985 2002-09-25  Karl Berry  <karl@gnu.org>
21986
21987         * config/srclist.txt: enable gettext.h check.
21988         * config/config.{guess,sub}: update from prep.
21989         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21990                 from automake 1.6.3.
21991         See srclist*.
21992
21993 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21994
21995         * regex.c (PATFETCH): Remove the translating fetch.
21996         (PATFETCH_RAW): Rename to PATFETCH.
21997         (set_image_of_range): New fun.
21998         (SET_RANGE_TABLE_WORK_AREA): Use it.
21999         (regex_compile): Don't translate the pattern chars so eagerly.
22000         Only do it when inserting an `exactn' bytecode or when handling
22001         a char-range.
22002         (mutually_exclusive_p): Avoid empty statement.
22003
22004 2002-07-06  Jim Meyering  <meyering@lucent.com>
22005
22006         * m4/README: Don't mention Makefile.am.in.
22007         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22008
22009 2002-07-01  Jim Meyering  <meyering@lucent.com>
22010
22011         * lib/c-stack.c: Include sys/time.h.
22012         From Volker Borchert.
22013
22014 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22015
22016         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22017
22018 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22019
22020         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22021         New macro.  Use it uniformly instead of
22022         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22023         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22024         reported by Vin Shelton.
22025
22026 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22027
22028         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22029         Do not assume SA_SIGINFO behavior.
22030         Bug reported by Jim Meyering on NetBSD 1.5.2.
22031
22032 2002-06-22  Jim Meyering  <meyering@lucent.com>
22033
22034         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22035         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22036
22037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22038         now that configure.ac uses AC_GNU_SOURCE.
22039         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22040         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22041
22042         Update to latest tools.  Suggestions from Paul Eggert.
22043         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22044         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22045         * m4/fnmatch.m4: Likewise.
22046         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22047         to AC_HEADER_STDBOOL
22048
22049 2002-06-22  Jim Meyering  <meyering@lucent.com>
22050
22051         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22052         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22053
22054 2002-06-22  Jim Meyering  <meyering@lucent.com>
22055
22056         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22057
22058         * lib/exitfail.c, exitfail.h: Likewise.
22059         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22060
22061         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22062         of fnmatch.h.
22063         (EXTRA_DIST): Add fnmatch_loop.c.
22064         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22065
22066         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22067         * lib/fnmatch.c: Update from diffutils-2.8.2.
22068         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22069         * lib/fnmatch.h: Remove file.
22070
22071 2002-06-21  Jim Meyering  <meyering@lucent.com>
22072
22073         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22074         * m4/mbrtowc.m4: Likewise.
22075
22076         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22077         * m4/mbswidth.m4: Reflect name change:
22078         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22079         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22080
22081         * m4/lib-link.m4: Update from gettext-0.11.2.
22082         * m4/gettext.m4: Likewise.
22083
22084         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22085         From Alfred M. Szmidt.
22086
22087 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22088
22089         * lib/file-type.h: Report an error if neither S_ISREG nor
22090         S_IFREG is defined, instead of using a test specific to glibc
22091         2.2.  This should be safe, since POSIX requires S_ISREG and
22092         Unix Version 7 had S_IFREG.  We don't need to check for
22093         <sys/types.h> since we don't use any symbols that it defines.
22094
22095 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22096
22097         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22098         $@-t, so that each temporary file name is unique and valid in the first
22099         8 characters, for operation under DOS.
22100
22101 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22102
22103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22104
22105 2002-06-15  Jim Meyering  <meyering@lucent.com>
22106
22107         Work even with DJGPP 2.03, which lacks support for symlinks.
22108         From Richard Dawe.
22109         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22110         is defined.
22111         * lib/lchown.c (S_ISLNK): Likewise.
22112
22113 2002-06-15  Jim Meyering  <meyering@lucent.com>
22114
22115         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22116         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22117         have been included before this file.
22118
22119 2002-06-14  Jim Meyering  <meyering@lucent.com>
22120
22121         * lib/file-type.h: Use the version from diffutils-2.8.2.
22122         * lib/file-type.c: Likewise.
22123
22124 2002-06-07  Jim Meyering  <meyering@lucent.com>
22125
22126         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22127         They're needed at least for NetBSD 1.5.2.
22128         ($statxfs_includes): Include those same headers.
22129         ($statxfs_includes): Include sys/vfs.h if available.
22130         ($statxfs_includes): Likewise for sys/statvfs.h.
22131         Check for the following members in both structs statfs and statvfs:
22132         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22133
22134 2002-06-01  Jim Meyering  <meyering@lucent.com>
22135
22136         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22137         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22138
22139 2002-05-28  Jim Meyering  <meyering@lucent.com>
22140
22141         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22142         Reported by Volker Borchert.
22143
22144 2002-05-27  Jim Meyering  <meyering@lucent.com>
22145
22146         Fix a problem seen only on nonconforming systems whereby ls.c's
22147         use of localtime, and then of gettimeofday would cause trouble:
22148         the localtime call used to initialize rpl_gettimeofday's save
22149         mechanism would clobber ls's current local time information so
22150         that in any long listing the first file would always be listed
22151         with date 1970-01-01.  Analysis by Volker Borchert.
22152
22153         * lib/gettimeofday.c (localtime): Undefine.
22154         (rpl_localtime): New function.
22155
22156 2002-05-27  Jim Meyering  <meyering@lucent.com>
22157
22158         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22159         localtime.
22160
22161         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22162         use the replacement function; it wouldn't resolve at link time.
22163         Reported by Volker Borchert.
22164
22165 2002-05-22  Jim Meyering  <meyering@lucent.com>
22166
22167         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22168         file-type.h.
22169         * lib/file-type.h: New file.
22170         * lib/file-type.c (file_type): New file/function.  Extracted from
22171         diffutils.
22172
22173 2002-04-30  Jim Meyering  <meyering@lucent.com>
22174
22175         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22176
22177 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22178
22179         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22180
22181 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22182
22183         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22184         Do not check for alloca.h (no longer used) or stdbool.h (was never
22185         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22186
22187 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22188
22189         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22190
22191 2002-04-29  Jim Meyering  <meyering@lucent.com>
22192
22193         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22194         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22195         Use AC_FUNC_STRNLEN here instead.
22196
22197         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22198         With autoconf-2.53a, it's part of AC_PROG_CC.
22199
22200 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22201
22202         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22203         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22204
22205 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22206
22207         * lib/sig2str.h, lib/sig2str.c: New files.
22208         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22209
22210 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22211
22212         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22213         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22214         of 127, since 64 is the largest conceivable number for ancient
22215         nonstandard hosts.
22216         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22217
22218 2002-04-28  Jim Meyering  <meyering@lucent.com>
22219
22220         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22221
22222 2002-04-24  Jim Meyering  <meyering@lucent.com>
22223
22224         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22225         (jm_PREREQ): Use it.
22226
22227         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22228         mach/mach.h fcntl.h.
22229         Check for this function: setlocale.
22230
22231 2002-04-24  Jim Meyering  <meyering@lucent.com>
22232
22233         * lib/gettext.h: New file, from Gettext.
22234         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22235         (libfetish_a_SOURCES): Add gettext.h.
22236
22237 2002-04-16  Jim Meyering  <meyering@lucent.com>
22238
22239         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22240         ut_pid, ut_id, ut_exit.
22241
22242 2002-04-16  Jim Meyering  <meyering@lucent.com>
22243
22244         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22245         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22246         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22247
22248 2002-04-12  Jim Meyering  <meyering@lucent.com>
22249
22250         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22251         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22252         existence of the getmntinfo function.  Needed for Darwin 5.3.
22253
22254         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22255         This is necessary at least on Darwin 5.3.
22256
22257         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22258         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22259         strnlen.o in the library, and that makes some versions of ranlib
22260         object.
22261
22262 2002-04-12  Jim Meyering  <meyering@lucent.com>
22263
22264         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22265
22266 2002-04-09  Jim Meyering  <meyering@lucent.com>
22267
22268         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22269         to be more precise.  Rather than saying we're checking whether the
22270         function `works', say what we're testing.
22271         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22272         Reported by Bruno Haible.
22273
22274 2002-03-10  Jim Meyering  <meyering@lucent.com>
22275
22276         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22277         Suggestion from Santiago Vila.
22278
22279 2002-03-08  Jim Meyering  <meyering@lucent.com>
22280
22281         * lib/rename.c: Mention that this wrapper is needed also on
22282         mips-dec-ultrix4.4 systems.
22283
22284 2002-03-02  Jim Meyering  <meyering@lucent.com>
22285
22286         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22287         not HAVE_CLOCK_SETTIME.
22288
22289 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22290
22291         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22292         Check for clock_settime.
22293
22294 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22295
22296         * lib/nanosleep.h: Rename to....
22297         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22298
22299         * lib/gettime.c: New file.
22300         * lib/settime.c: New file.
22301         * lib/stime.c: Remove.
22302
22303         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22304         timespec.h.  Remove nanosleep.h.
22305
22306 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22307
22308         * m4/acl.m4: New file.
22309         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22310         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22311
22312 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22313
22314         * lib/acl.c, lib/acl.h: New files.
22315         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22316
22317 2002-02-24  Jim Meyering  <meyering@lucent.com>
22318
22319         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22320         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22321         cause trouble.  Reported by Nelson Beebe.
22322
22323 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22324
22325         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22326         compilers that don't know that xalloc_die never returns.
22327
22328 2002-02-20  Jim Meyering  <meyering@lucent.com>
22329
22330         * lib/getdate.c: Regenerate using bison-1.33.
22331
22332 2002-02-17  Jim Meyering  <meyering@lucent.com>
22333
22334         * config/config.guess (main): Don't use `head -1'; it's no longer
22335         portable. Use `sed 1q' instead.
22336
22337 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22338
22339         * m4/codeset.m4: Upgrade to gettext-0.11.
22340         * m4/gettext.m4: Upgrade to gettext-0.11.
22341         * m4/glibc21.m4: Upgrade to gettext-0.11.
22342         * m4/iconv.m4: Upgrade to gettext-0.11.
22343         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22344         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22345         * m4/lib-ld.m4: New file, from gettext-0.11.
22346         * m4/lib-link.m4: New file, from gettext-0.11.
22347         * m4/lib-prefix.m4: New file, from gettext-0.11.
22348         * m4/progtest.m4: Upgrade to gettext-0.11.
22349
22350 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22351
22352         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22353         (jm_PREREQ): Use it.
22354
22355 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22356
22357         * lib/posixver.c, lib/posixver.h: New files.
22358         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22359
22360 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22361             Bruno Haible  <bruno@clisp.org>
22362
22363         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22364         (fwrite_success_callback): New declaration.
22365         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22366         print_unicode_char. Call failure callback instead of error.
22367         (fwrite_success_callback): New function.
22368         (exit_failure_callback): New function.
22369         (fallback_failure_callback): New function.
22370         (print_unicode_char): Call unicode_to_mb.
22371
22372 2002-01-26  Jim Meyering  <meyering@lucent.com>
22373
22374         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22375         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22376
22377 2002-01-26  Jim Meyering  <meyering@lucent.com>
22378
22379         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22380
22381 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22382
22383         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22384
22385 2002-01-22  Jim Meyering  <meyering@lucent.com>
22386
22387         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22388         Otherwise, some versions of automake would omit the rule that makes
22389         Makefile from Makefile.in.
22390
22391 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22392
22393         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22394         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22395         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22396         (memcoll): Set errno to zero if there is no error.
22397
22398         * lib/quotearg.c (quotearg_buffer_restyled):
22399         Fix bug with quoting buffers containing NUL when backslashing escapes.
22400         This bug was exposed by the other changes in this patch.
22401         (quotearg_n_options): New arg ARGSIZE.
22402         All callers changed.
22403         (quoting_options_from_style): New function.
22404         (quotearg_n_style): Use it.
22405         (quotearg_n_style_mem): New function.
22406
22407         * lib/quotearg.h (quotearg_n_style_mem): New function.
22408
22409 2002-01-19  Jim Meyering  <meyering@lucent.com>
22410
22411         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22412         Remove useless quotes: DF_PROG="df".
22413         * m4/strnlen.m4: New file.
22414
22415 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22416
22417         * lib/backupfile.c (ISDIGIT): Comment fix.
22418         * lib/getdate.y (ISDIGIT): Likewise.
22419         * lib/posixtm.c (ISDIGIT, year): Likewise.
22420         * lib/strverscmp.c (ISDIGIT): Likewise.
22421         * lib/userspec.c (ISDIGIT): Likewise.
22422
22423 2002-01-16  Jim Meyering  <meyering@lucent.com>
22424
22425         * lib/getdate.y: Add three semicolons, each just before a closing
22426         brace. Bison (as of version 1.31) no longer papers over that mistake.
22427
22428 2002-01-05  Jim Meyering  <meyering@lucent.com>
22429
22430         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22431
22432 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22433
22434         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22435         not silently exit merely because the output buffer happens to
22436         have nothing pending.
22437
22438 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22439
22440         See the big note in ../ChangeLog.
22441         * lib/human.c (suffixes): Prefer K to k for 1024.
22442         (generate_suffix_backwards): New function.
22443         (human_readable_inexact): Use it.
22444         * lib/xstrtol.c (__xstrtol): If there is no number but there
22445         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22446         Accept 'K' as well as 'k'.
22447
22448 2001-12-15  Jim Meyering  <meyering@lucent.com>
22449
22450         * lib/regex.h (__restrict_arr): Update from libc.
22451
22452         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22453         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22454         (STREQ): Define.
22455
22456 2001-12-14  Jim Meyering  <meyering@lucent.com>
22457
22458         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22459         Suggestion from Bruno Haible.
22460
22461 2001-12-10  Jim Meyering  <meyering@lucent.com>
22462
22463         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22464         xrealloc, Instead, include "xalloc.h".
22465         (initbuffer): Don't cast xmalloc return value to char*.
22466         (readline): Reword comment.
22467         Don't cast xrealloc return value to char*
22468         Return NULL, not 0.
22469
22470 2001-12-09  Jim Meyering  <meyering@lucent.com>
22471
22472         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22473         about `signed and unsigned type in conditional expression'.
22474         * lib/posixtm.c (posix_time_parse): Likewise.
22475
22476         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22477
22478         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22479         to avoid a pedantic warning.
22480
22481         * lib/getstr.c: Don't include assert.h.
22482         (getstr): Remove warning-evoking assertions.
22483         Return -1 if offset parameter is out of bounds.
22484         Change the type of a local from int to size_t.
22485
22486         * lib/strftime.c (my_strftime_localtime_r): Include this function
22487         definition in the `#if ! HAVE_TM_GMTOFF' block.
22488
22489         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22490         Include xalloc.h instead.
22491
22492 2001-12-02  Jim Meyering  <meyering@lucent.com>
22493
22494         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22495         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22496         included.
22497
22498         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22499         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22500
22501 2001-11-30  Akim Demaille  <akim@epita.fr>
22502
22503         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22504         before being defined.
22505
22506 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22507
22508         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22509         First arg is int, not unsigned.
22510         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22511         (SIZE_MAX, UINT_MAX): New macros.
22512         (quotearg_n_options): Abort if N is negative.
22513         Avoid overflow check on hosts where size_t is 64 bits and int
22514         is 32 bits, as overflow is impossible there.
22515         Fix off-by-one typo that caused unnecessary reallocation.
22516
22517 2001-11-27  Jim Meyering  <meyering@lucent.com>
22518
22519         * lib/tempname.c: Merge with version from libc.
22520         * lib/regex.c: Likewise.
22521
22522         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22523         systems for which STDC_HEADERS is 0, it was not included, resulting in
22524         a warning about an integer-to-pointer conversion problem with getenv.
22525         Reported by Volker Borchert.
22526
22527 2001-11-26  Jim Meyering  <meyering@lucent.com>
22528
22529         * lib/gtod.h: Remove file.
22530         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22531         * lib/gettimeofday.c: Don't include gtod.h.
22532         (GTOD_init): Remove function.
22533         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22534         Suggestion from Volker Borchert.
22535
22536 2001-11-23  Jim Meyering  <meyering@lucent.com>
22537
22538         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22539         it.
22540         * lib/hash.c (struct hash_table): Define it here instead.
22541
22542 2001-11-22  Jim Meyering  <meyering@lucent.com>
22543
22544         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22545
22546 2001-11-20  Jim Meyering  <meyering@lucent.com>
22547
22548         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22549         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22550
22551 2001-11-19  Jim Meyering  <meyering@lucent.com>
22552
22553         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22554         directory.  Use "conftestXXXXXX" as the template.
22555         Suggestion from Paul Eggert.
22556
22557         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22558         immediately, so the test doesn't mistakenly hit the max-open-files
22559         limit.
22560
22561 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22562
22563         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22564         (TEMPORARIES): New macro.
22565         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22566         removes an artificial limitation (e.g. HP-UX 10.20, where
22567         TMP_MAX is 17576).
22568
22569 2001-11-18  Jim Meyering  <meyering@lucent.com>
22570
22571         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22572
22573 2001-11-18  Jim Meyering  <meyering@lucent.com>
22574
22575         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22576         on SunOS 4.
22577
22578         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22579         files will be created before anything else.
22580
22581 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22582
22583         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22584         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22585
22586 2001-11-17  Jim Meyering  <meyering@lucent.com>
22587
22588         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22589         Prompted by a report from Bob Proulx.
22590
22591         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22592         Instead, require UTILS_FUNC_MKSTEMP.
22593
22594 2001-11-17  Jim Meyering  <meyering@lucent.com>
22595
22596         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22597         Now, that's done as part of AC_FUNC_STRTOD.
22598
22599 2001-11-17  Jim Meyering  <meyering@lucent.com>
22600
22601         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22602         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22603         rather than group writable.  Patch by Juan F. Codagnone.
22604
22605         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22606         xrealloc, Instead, include "xalloc.h".
22607
22608         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22609         Remove explicit declarations of xmalloc, xrealloc,
22610         and xstrdup.  Instead, include "xalloc.h".
22611
22612         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22613         unlocked-io.h.
22614         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22615         Likewise.
22616         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22617
22618         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22619         Reported by Padraig Brady.
22620
22621         * lib/mkstemp.c: #undef mkstemp.
22622         Include config.h.
22623         (rpl_mkstemp): Rename from mkstemp.
22624         Protoize.
22625
22626 2001-11-16  Jim Meyering  <meyering@lucent.com>
22627
22628         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22629         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22630         determine the amount of total physical memory, use pstat_getstatic.
22631         HPUX-11 doesn't define _SC_PHYS_PAGES.
22632         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22633         If sysconf couldn't be used to determine the amount of available
22634         physical memory, use both pstat_getstatic and pstat_getdynamic.
22635         Based on a patch from Bob Proulx.
22636
22637 2001-11-10  Jim Meyering  <meyering@lucent.com>
22638
22639         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22640         (jm_PREREQ): Use it.
22641
22642 2001-11-09  Jim Meyering  <meyering@lucent.com>
22643
22644         * m4/jm-macros.m4: Require autoconf-2.52f.
22645         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22646         Use these AC_-prefixed names, not the AM_-prefixed ones.
22647
22648         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22649
22650 2001-11-05  Jim Meyering  <meyering@lucent.com>
22651
22652         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22653
22654 2001-11-04  Jim Meyering  <meyering@lucent.com>
22655
22656         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22657         $DEFS.
22658
22659 2001-11-03  Jim Meyering  <meyering@lucent.com>
22660
22661         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22662         of AC_DEFUN.
22663
22664         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22665         know the name of the variable in the macro definition.
22666
22667 2001-11-03  Jim Meyering  <meyering@lucent.com>
22668
22669         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22670         in argmatch_to_argument call.
22671
22672         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22673         argument.
22674
22675         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22676         e.g., a fault due to an attempt to free a NULL pointer.
22677
22678 2001-11-01  Jim Meyering  <meyering@lucent.com>
22679
22680         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22681         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22682
22683 2001-11-01  Jim Meyering  <meyering@lucent.com>
22684
22685         * lib/dirfd.c, lib/dirfd.h: New files.
22686         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22687
22688         * lib/hash.c (hash_print) [TESTING]: Clean up.
22689
22690 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22691
22692         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22693         to avoid a warning if -Wall.
22694
22695 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22696
22697         * README: New file
22698         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22699         (per RMS's instructions, this is now the canonical source)
22700         * lgpl/, gpl/: New directories.
22701
22702 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22703
22704         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22705
22706 2001-10-21  Jim Meyering  <meyering@lucent.com>
22707
22708         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22709         this code would end up calling gettext even in packages built
22710         with --disable-nls.
22711         * lib/getopt.c (_): Likewise.
22712         * lib/regex.c (_): Likewise.
22713
22714 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22715
22716         * m4/error.m4 (jm_PREREQ_ERROR):
22717         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22718         AC_FUNC_STRERROR_R does that.
22719         Check for strerror declaration.
22720
22721         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22722         are supposed to have them these days.
22723         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22724         Merge changes from latest Autoconf CVS.
22725         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22726         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22727         POSIX decided to standardize on the int flavor of strerror_r.
22728
22729 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22730
22731         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22732         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22733         Use strerror_r that is only a macro, even if it is not a function.
22734         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22735         (private_strerror): Use prototypes, not old-style function definition.
22736         (print_errno_message): New function.
22737         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22738         char*-flavored one.
22739         (error_tail, error, error_at_line): Use it.
22740
22741 2001-10-11  Jim Meyering  <meyering@lucent.com>
22742
22743         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22744         and quote_n (1, ... to avoid clobbering a buffer.
22745
22746 2001-10-05  Jim Meyering  <meyering@lucent.com>
22747
22748         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22749         hash-pjw.h.
22750         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22751         * lib/hash-pjw.h: New file.
22752
22753 2001-09-30  Jim Meyering  <meyering@lucent.com>
22754
22755         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22756         `struct fsstat' has the `f_fstypename' member.
22757         Use that to define FS_TYPE, which is now used to make
22758         the getfsstat link test tighter.
22759
22760 2001-09-30  Jim Meyering  <meyering@lucent.com>
22761
22762         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22763         Include <sys/ucred.h>, for Apple Darwin.
22764         Include sys/mount.h and sys/fs_types.h only if available.
22765         (FS_TYPE): Define.
22766         (read_filesystem_list): Use FS_TYPE.
22767
22768 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22769
22770         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22771         a boolean context.
22772
22773 2001-09-29  Jim Meyering  <meyering@lucent.com>
22774
22775         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22776         [one-argument getmntent function]): Include stdio.h before mntent.h.
22777         SunOS 4.1.x needs it for the declaration of `FILE'.
22778         Patch by Volker Borchert.
22779
22780         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22781         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22782         sys/fs_types.h, and make the link-test for getfsstat guard #include
22783         directives with appropriate #if HAVE_*_H tests so that we can
22784         detect getfsstat on Apple Darwin1.3.7 systems.
22785         Reported by Nelson Beebe.
22786         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22787
22788 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22789
22790         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22791         #defines strtoimax.  Also treat the other strto* functions
22792         like strtoimax.
22793
22794         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22795         Check for strtoul and strtoumax,
22796         as those declarations are made even in the signed case.
22797         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22798         Likewise, for strtol and strtoimax.
22799
22800 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22801
22802         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22803         #defines strtoimax.  Also treat the other strto* functions
22804         like strtoimax.
22805
22806         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22807         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22808         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22809
22810 2001-09-26  Jim Meyering  <meyering@lucent.com>
22811
22812         Most macros in unlocked-io.h had the wrong number of arguments.
22813         * lib/gen-uio: New script.
22814         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22815         * lib/unlocked-io.hin: Remove file.
22816         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22817         rather than trying to embed it here.
22818         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22819         Reported by Padraig Brady.
22820
22821 2001-09-25  Volker Borchert  <bt@teknon.de>
22822
22823         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22824         `result'.
22825
22826 2001-09-24  Jim Meyering  <meyering@lucent.com>
22827
22828         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22829
22830 2001-09-23  Jim Meyering  <meyering@lucent.com>
22831
22832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22833         instead of the mere test for existence of mntent.h.  The latter
22834         would get a false-positive on AIX 3.4 systems.
22835         In the outer getmntent if-block, don't die if neither of the getmntent
22836         tests succeeds.  Instead, just fall through and continue with the
22837         remaining tests.
22838
22839 2001-09-23  Jim Meyering  <meyering@lucent.com>
22840
22841         * lib/mountlist.c: Remove useless parentheses in #if directives.
22842         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22843         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22844
22845 2001-09-22  Jim Meyering  <meyering@lucent.com>
22846
22847         * m4/gettext.m4: New file.  From gettext.
22848         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22849         * m4/progtest.m4: Likewise
22850         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22851         * m4/glibc21.m4: Likewise.
22852
22853         * m4/libintl.m4: Remove.  No longer used.
22854
22855 2001-09-22  Jim Meyering  <meyering@lucent.com>
22856
22857         * lib/localcharset.c: Update from latest gettext.
22858         * lib/config.charset: Likewise.
22859
22860 2001-09-20  Jim Meyering  <meyering@lucent.com>
22861
22862         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22863         strtoimax.
22864         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22865         strtoumax.
22866
22867 2001-09-20  Jim Meyering  <meyering@lucent.com>
22868
22869         * lib/xstrtol.c (strtoimax): Guard declaration with
22870         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22871         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22872         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22873         (strtoumax): Likewise, for completeness (it wasn't necessary).
22874
22875 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22876
22877         * lib/strtoimax.c (HAVE_LONG_LONG):
22878         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22879         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22880         to work around bug in IBM C compiler.
22881
22882 2001-09-17  Jim Meyering  <meyering@lucent.com>
22883
22884         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22885         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22886         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22887         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22888         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22889         whenever the right hand side need not be expanded by the shell.
22890
22891 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22892
22893         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22894         library.  It's not correct, as some older glibcs are buggy.
22895         fnmatch wasn't fixed until glibc 2.2.
22896
22897         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22898         special shell magic here.
22899
22900 2001-09-16  Jim Meyering  <meyering@lucent.com>
22901
22902         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22903         * m4/jm-macros.m4: Require it.
22904
22905 2001-09-16  Jim Meyering  <meyering@lucent.com>
22906
22907         * lib/mkdir.c: New file.
22908
22909 2001-09-15  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/jm-macros.m4: Check for help2man.
22912
22913 2001-09-11  Jim Meyering  <meyering@lucent.com>
22914
22915         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22916         The body, by Paul Eggert, was moved here from configure.in.
22917         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22918
22919 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22920
22921         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22922         (jm_PREREQ): Use it.
22923
22924 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22925
22926         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22927         Use ssize_t, not int, to store result of readlink.
22928         Check for ssize_t overflow as well as size_t overflow,
22929         as POSIX says the result of readlink is implementation-defined
22930         when ssize_t overflows.
22931         Remove unnecessary cast to char*.
22932         Use free+malloc instead of realloc, as the storage doesn't need
22933         to be preserved and it's clearer and can be more efficient that way.
22934         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22935         * lib/xreadlink.h (xreadlink): Update prototype.
22936
22937 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22938
22939         * lib/xgetcwd.c: Revert some of the previous change; intead,
22940         fix the HAVE_GETCWD_NULL code to behave more like the
22941         !HAVE_GETCWD_NULL code used to.
22942
22943         Include "xalloc.h".
22944         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22945         invoke xalloc_die.
22946
22947 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22948
22949         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22950         sys/param.h, as pathmax.h includes them.
22951
22952 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22953
22954         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22955         (jm_PREREQ_XGETCWD): New macro.
22956
22957         * m4/getcwd.m4: New file.
22958
22959 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22960
22961         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22962         like the HAVE_GETCWD_NULL code.
22963         Include pathmax.h if not HAVE_GETCWD.
22964         Do not include xalloc.h.
22965         (INITIAL_BUFFER_SIZE): New symbol.
22966         Do not use xmalloc / xrealloc, since the caller is responsible for
22967         handling errors.  Preserve errno around `free' during failure.
22968         Do not overrun buffer when using getwd.
22969
22970 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22971
22972         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22973         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22974         getcwd (NULL, 0).
22975
22976 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22977
22978         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22979         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22980         spotted by Jim Meyering.
22981
22982 2001-09-03  Jim Meyering  <meyering@lucent.com>
22983
22984         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22985         failure.
22986
22987 2001-09-02  Jim Meyering  <meyering@lucent.com>
22988
22989         * lib/error.c: Update from GNU libc.
22990
22991 2001-09-01  Jim Meyering  <meyering@lucent.com>
22992
22993         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22994         Used by df.
22995
22996 2001-09-01  Jim Meyering  <meyering@lucent.com>
22997
22998         * lib/xreadlink.c: New file.
22999         * lib/xreadlink.h: New file.
23000         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23001         xreadlink.h.
23002
23003         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23004         doesn't conflict with sparc Solaris 7's definition in
23005         /usr/include/sys/int_types.h.
23006
23007         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23008         files.
23009         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23010         and strncasecmp as r-values.  Unixware didn't have declarations.
23011
23012 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23013
23014         * lib/xstrtol.h: Add copyright notice.
23015         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23016         LONGINT_INVALID_SUFFIX_CHAR.
23017
23018 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23019
23020         * lib/xstrtol.c (strtoimax): New decl.
23021
23022 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23023
23024         * lib/xgetcwd.c: Don't include pathmax.h.
23025         Include stdlib.h and unistd.h if available.
23026         Include xalloc.h.
23027         (xmalloc, xstrdup, free): Remove decls.
23028         (xgetcwd): Don't assume sizes fit in unsigned.
23029         Check for overflow when computing sizes.
23030         Simplify reallocation code.
23031
23032 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23033
23034         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23035         a directory's st_size can have an arbitrary value, so the old
23036         usage could waste an arbitrary amount of memory.  All uses
23037         changed.
23038         * lib/savedir.h: Update prototype.
23039
23040 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23041
23042         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23043
23044         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23045         old strtoimax.c.
23046
23047         Also, make the following further changes to make this file's
23048         configuration more similar to that of strtol.c:
23049         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23050         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23051         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23052         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23053         changed to signed values.
23054
23055         And make the following changes as well:
23056         Fix copyright notice, as 1999 was missing.
23057         (verify): New macro.
23058         (strtoimax): Check sizes at compile-time, not run-time.
23059         Prefer strtol to strtoll if both work.
23060         (main): Remove; it was not that useful and was a pain to maintain.
23061
23062         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23063
23064 2001-08-31  Jim Meyering  <meyering@lucent.com>
23065
23066         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23067         Use an initial, malloc'd, buffer of length 128 rather than
23068         a statically allocated one of length 1024.
23069
23070 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23071
23072         Simplify code, partly by assuming autoconf 2.52 semantics.
23073
23074         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23075
23076         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23077         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23078         All uses removed.
23079         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23080         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23081         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23082         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23083         jm_AC_HEADER_INTTYPES_H.
23084         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23085
23086         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23087
23088         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23089         Quote first arg of AC_DEFUN.
23090         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23091         since they are needed to parse the include file even if we need
23092         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23093         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23094         but with opposite signedness.
23095
23096 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23097
23098         Merge 'exclude' changes from tar 1.13.22.
23099         This fixes one or two unlikely storage allocation overflow bugs,
23100         but doesn't change user-visible behavior otherwise.
23101
23102 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23103
23104         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23105         (jm_PREREQ_EXCLUDE): New macro.
23106
23107 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23108
23109         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23110         tm to be declared.
23111
23112 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23113
23114         * lib/hash.c: Remove '2001' from copyright notice.
23115
23116 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23117
23118         * lib/full-write.h: New file.
23119         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23120         * lib/full-write.c: Correct credits, as cccp.c no longer
23121         exists and anyway it was so heavily changed from the old cccp
23122         code as to be unrecognizable.  Include full-write.h.
23123         (full_write) Return size_t, with short writes meaning failure.
23124         All callers changed.  This fixes a bug with large buffers
23125         on 64-bit hosts.
23126         * lib/utime.c: Include full-write.h.
23127
23128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23129
23130         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23131         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23132         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23133         Include if available.
23134         (<xalloc.h>): Include
23135         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23136         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23137         collide with FNM macros.
23138         (struct patopts): New struct.
23139         (struct exclude): Use it, as exclude patterns now come with options.
23140         (new_exclude): Support above changes.
23141         (new_exclude, add_exclude_file):
23142         Initial size must now be a power of two to simplify overflow checking.
23143         (free_exclude, fnmatch_no_wildcards): New function.
23144         (excluded_filename): No longer requires options arg, as the options
23145         are determined by add_exclude.  Now returns bool, not int.
23146         (excluded_filename, add_exclude):
23147         Add support for the fancy new exclusion options.
23148         (add_exclude, add_exclude_file): Now takes int options arg.
23149         Check for arithmetic overflow when computing sizes.
23150         (add_exclude_file): xrealloc might modify errno, so don't
23151         realloc until after errno might be used.
23152
23153         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23154         New macros.
23155         (free_exclude): New decl.
23156         (add_exclude, add_exclude_file): Now takes int options arg.
23157         (excluded_filename): No longer requires options arg, as the options
23158         are determined by add_exclude.  Now returns bool, not int.
23159
23160 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23161
23162         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23163
23164 2001-08-27  Jim Meyering  <meyering@lucent.com>
23165
23166         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23167
23168         * lib/version-etc.c (N_): Remove definition.
23169         Revert most of last change.
23170         Instead, simply don't mark the `Copyright...' string for translation.
23171         Based on advice from Paul Eggert.
23172
23173         * lib/strtoxmax.c: Tweak comment.
23174
23175 2001-08-26  Jim Meyering  <meyering@lucent.com>
23176
23177         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23178
23179         * m4/xstrtoimax.m4: New file.
23180         * m4/xstrtoumax.m4: Add comments explaining why we
23181         AC_REPLACE_FUNCS(strtol).
23182
23183 2001-08-26  Jim Meyering  <meyering@lucent.com>
23184
23185         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23186         of copyright with `%s' so translators don't get an untranslated
23187         message in 2002.
23188         (COPYRIGHT_YEAR): Define.
23189         (version_etc): Use fprintf rather than fputs.
23190         Suggestion from Ulrich Drepper.
23191
23192         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23193
23194         * lib/strtoll.c: New file, from GNU libc.
23195         * lib/xstrtoimax.c: New file.
23196
23197         * lib/xstrtol.h: Add xstrtoimax.
23198         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23199         * lib/strtoimax.c: New file.  Likewise, but first define
23200         STRTOUXMAX_SIGNED.
23201
23202         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23203         ...
23204         * lib/strtoxmax.c: ... then renamed to this.
23205
23206 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23207
23208         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23209         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23210         (jm_AC_TYPE_INTMAX_T): New macro.
23211         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23212
23213         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23214
23215         * m4/longlong.m4: Renamed from ulonglong.m4.
23216         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23217         * m4/uintmax_t.m4: Removed.
23218
23219 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23220
23221         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23222         Port to Solaris 8, where 'sed' requires a space after the 'r'
23223         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23224         Redirect output to $tmp just once.
23225
23226 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23227
23228         * lib/addext.c (<errno.h>): Include.
23229         (errno): Declare if not defined.
23230         (addext): Work correctly when pathconf returns -1 and leaves
23231         errno alone because there is no limit.  Also, work even if
23232         pathconf returns a value greater than SIZE_MAX.
23233
23234 2001-08-12  Jim Meyering  <meyering@lucent.com>
23235
23236         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23237         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23238         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23239         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23240         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23241         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23242         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23243         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23244         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23245         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23246         utime.m4, utimes.m4, xstrtoumax.m4:
23247         Quote the first argument in each use of AC_DEFUN.
23248
23249 2001-08-12  Jim Meyering  <meyering@lucent.com>
23250
23251         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23252         Simply `return getcwd (NULL, 0);'.
23253         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23254         Use 1300 as initial value for length, not PATH_MAX.
23255
23256         * lib/pathmax.h: Clean up cpp syntax.
23257
23258 2001-08-12  Jim Meyering  <meyering@lucent.com>
23259
23260         * lib/gettimeofday.c: New file.
23261         * lib/gtod.h: New file.
23262         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23263
23264 2001-08-05  Jim Meyering  <meyering@lucent.com>
23265
23266         * m4/jm-macros.m4: Require autoconf-2.52.
23267
23268 2001-08-04  Jim Meyering  <meyering@lucent.com>
23269
23270         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23271         stmt, to get in sync with glibc.
23272
23273 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23274
23275         The following changes are from gettext 0.10.39 as maintained by
23276         Bruno Haible.
23277
23278         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23279         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23280         with inverted sense.  All uses changed.
23281
23282         * lib/mbswidth.c: Don't include <limits.h>.
23283         Include <stdlib.h> and <string.h> unconditionally.
23284         (iswcntrl, mbsinit, ISCNTRL): New macros.
23285         (mbsnwidth): Use K&R style function declarations.
23286         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23287         can optimize it when MB_CUR_MAX == 1.
23288         The width of control characters is zero, not 1.
23289
23290 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23291
23292         The following changes are from gettext 0.10.39 as maintained by
23293         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23294
23295         * m4/codeset.m4: Upgrade to serial AM1.
23296         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23297         all uses changed.  Quote first arg of AC_DEFUN.
23298         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23299
23300         * m4/iconv.m4: Upgrade to serial AM2.
23301         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23302         Add --with-libconv-prefix.
23303         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23304         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23305         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23306         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23307         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23308
23309         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23310         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23311         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23312         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23313         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23314         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23315         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23316         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23317         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23318
23319         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23320         string.h any more.
23321
23322         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23323         not the default value.
23324
23325         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23326         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23327         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23328         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23329         Also check for iswcntrl, used for wcwidth fallback.
23330         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23331         to Autoconf 2.13.
23332
23333 2001-08-03  Jim Meyering  <meyering@lucent.com>
23334
23335         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23336         as it was in the original.  Reported by Paul Eggert.
23337
23338 2001-07-16  Jim Meyering  <meyering@lucent.com>
23339
23340         * m4/gettimeofday.m4: New file.
23341         Prompted by a report from Bernhard Baehr.
23342
23343 2001-07-15  Jim Meyering  <meyering@lucent.com>
23344
23345         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23346         stuff. Now it's in ../Makefile.cfg.
23347
23348 2001-07-15  Jim Meyering  <meyering@lucent.com>
23349
23350         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23351         (BUILT_SOURCES): Add unlocked-io.h.
23352         (io_functions): Define.
23353         (unlocked-io.h): New rule.
23354         (DISTCLEANFILES): Add unlocked-io.h.
23355         (all-local): Depend on unlocked-io.h, to ensure it is created.
23356
23357         * lib/unlocked-io.hin: New file
23358
23359         * lib/regex.c: Update from glibc.
23360
23361 2001-07-05  Jim Meyering  <meyering@lucent.com>
23362
23363         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23364         recommendation.
23365         (libfetish_a_SOURCES): Put all .h files here instead.
23366         Remove a thus-exposed (better checks in automake) duplicate and
23367         two unnecessary .h files.
23368
23369 2001-07-04  Jim Meyering  <meyering@lucent.com>
23370
23371         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23372         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23373         distcheck failure.
23374
23375 2001-07-02  Jim Meyering  <meyering@lucent.com>
23376
23377         The following changes were prompted by suggestions from Bruno Haible.
23378
23379         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23380         is now generated.
23381         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23382         definition of EXTRA_DIST.
23383         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23384         ensure that the generated file is created/updated whenever the list
23385         of $(unlocked_functions) is changed.
23386         (jm-glibc-io.m4): New rule.
23387         (unlocked-io.h): New rule -- currently unused.
23388
23389 2001-06-24  Jim Meyering  <meyering@lucent.com>
23390
23391         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23392         unmatched right bracket, rather than kludging it with an extra,
23393         falsely-matching quote in a comment.  Patch by Akim Demaille.
23394
23395 2001-06-11  Jim Meyering  <meyering@lucent.com>
23396
23397         * lib/regex.c: Update from GNU libc.
23398
23399 2001-05-27  Jim Meyering  <meyering@lucent.com>
23400
23401         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23402         Check for ut_type in struct utmp.
23403
23404 2001-05-27  Jim Meyering  <meyering@lucent.com>
23405
23406         * lib/readutmp.h (UT_TYPE): Define.
23407
23408 2001-05-24  Jim Meyering  <meyering@lucent.com>
23409
23410         * lib/argmatch.c: Include "quote.h".
23411         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23412         quote function.  Reported by Göran Uddeborg.
23413
23414 2001-05-22  Jim Meyering  <meyering@lucent.com>
23415
23416         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23417         now that we use the package-supplied version unconditionally.
23418         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23419
23420 2001-05-21  Jim Meyering  <meyering@lucent.com>
23421
23422         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23423         shell syntax errors.
23424
23425 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23426
23427         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23428
23429 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23430
23431         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23432         Don't bother to check library strftime, since
23433         we'll be using our own my_strftime function anyway.
23434         Define my_strftime instead of strftime.
23435
23436 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23437
23438         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23439         which is not yet declared.
23440
23441 2001-05-15  Jim Meyering  <meyering@lucent.com>
23442
23443         * m4/regex.m4: Use proper quoting so brackets appear in the test
23444         program.
23445         Reported by, and with help from, Bruno Haible.
23446
23447 2001-05-13  Jim Meyering  <meyering@lucent.com>
23448
23449         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23450         undefined.
23451
23452 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23453
23454         dirname code cleanup.  base_name now behaves more compatibly
23455         with POSIX basename when given file names that have trailing
23456         slashes, and similarly for dir_name.  Add new primitives
23457         base_len and dir_len.  Put the directory-name-related decls
23458         into dirname.h.
23459
23460         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23461         * lib/backupfile.c (base_name): Likewise.
23462         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23463         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23464         * lib/makepath.c (strip_trailing_slashes): Likewise.
23465         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23466         ISSLASH): Likewise.
23467         * lib/rename.c (strip_trailing_slashes): Likewise.
23468         * lib/same.c (base_name): Likewise.
23469         * lib/stripslash.c (ISSLASH): Likewise.
23470
23471         * lib/addext.c: Include <dirname.h> after size_t is defined.
23472         * lib/backupfile.c: Likewise.
23473
23474         * lib/addext.c (addext): Use base_len to trim redundant
23475         trailing slashes instead of doing it ourselves.
23476         But do not trim the last slash if it is not redundant.
23477
23478         * lib/backupfile.c (find_backup_file_name,
23479         max_backup_version): Use base_len instead of rolling it ourselves.
23480         Handle the case of "" and (on DOS) "C:" correctly.
23481
23482         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23483         needed. Include <string.h>, <dirname.h>.
23484         (base_name): Allow file names ending in slashes, other than names
23485         that are all slashes.  In this case, return the basename followed
23486         by the slashes.  This is more general, and can be used in places
23487         where the original base_name purposely had an assertion failure.
23488         (base_len): New function.
23489
23490         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23491         Do not include <assert.h>; no longer needed.
23492         Include xalloc.h.
23493         (memrchr): Remove decl.
23494         (dir_name_r): Remove.
23495         (dir_len): Renamed from dirlen.  All callers changed.
23496         Rewrite in terms of base_name, for simplicity and consistency.
23497         (dir_name): Never return NULL.  All callers changed.
23498         Do not include <stdlib.h> in test program; no longer needed.
23499         return 0; is fine for test program.
23500
23501         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23502         New macros.
23503         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23504
23505         * lib/path-concat.c (path_concat): Use base_len to compute
23506         base length, not strlen; this means we cannot rely on memcpy
23507         to null-terminate.
23508
23509         * lib/same.c (STREQ): Remove.
23510         (same_name): Handle the case where the basename ends in trailing '/'.
23511
23512         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23513         a slash was stripped.  Do not strip the last slash after a
23514         file system prefix.
23515
23516 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23517
23518         * lib/Makefile.am (libfetish_a_SOURCES):
23519         Add strftime.c, since we now compile it on all hosts.
23520
23521         * lib/strftime.c (my_strftime):
23522         Define to nstrftime if emacs, but only if my_strftime is not defined.
23523         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23524         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23525         Add one more extra argument: a nanoseconds value.
23526         All uses changed.
23527         (ns): New macro.
23528         (my_strftime function): Add %N format.
23529         (emacs_strftimeu): Renamed from emacs_strftime,
23530         with extra ut argument.
23531
23532 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23533
23534         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23535
23536 2001-04-21  Jim Meyering  <meyering@lucent.com>
23537
23538         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23539         doesn't interfere.
23540
23541 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23542
23543         * m4/ftruncate.m4: Check for chsize.
23544         Link with ftruncate.o unconditionally if ftruncate is missing.
23545         This was required when cross-compiling to i586-mingw32msvc.
23546
23547 2001-04-08  Jim Meyering  <meyering@lucent.com>
23548
23549         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23550         recomputed; that's necessary when the offset spans a DST transition.
23551         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23552
23553 2001-04-02  Jim Meyering  <meyering@lucent.com>
23554
23555         * lib/regex.h, regex.c: Update from GNU libc.
23556
23557 2001-03-24  Jim Meyering  <meyering@lucent.com>
23558
23559         * m4/jm-macros.m4: Require autoconf-2.49d.
23560
23561 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23562
23563         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23564
23565 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23566
23567         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23568
23569 2001-03-17  Jim Meyering  <meyering@lucent.com>
23570
23571         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23572         now that the version in autoconf is equivalent.
23573         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23574
23575         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23576         Suggestion from Akim Demaille.
23577
23578         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23579         (jm_PREREQ_TEMPNAME): New function.
23580
23581 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23582
23583         * lib/tempname.c (uint64_t): Define to uintmax_t if
23584         not defined, and if UINT64_MAX is not defined.
23585         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23586         Reported by John David Anglin.
23587
23588 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23589
23590         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23591         resolve alias if codeset is empty.
23592         * lib/config.charset (BeOS): Use wildcard syntax.
23593
23594 2001-03-13  Jim Meyering  <meyering@lucent.com>
23595
23596         * lib/path-concat.c (path_concat)
23597         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23598         concatenating e.g., `C:' and `foo'.
23599         From Bruno Haible.
23600
23601 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23602
23603         * lib/localcharset.c (locale_charset): Don't use
23604         setlocale(LC_CTYPE,NULL). Don't return NULL.
23605         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23606
23607 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23608
23609         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23610         support for DOS/DJGPP.
23611
23612 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23613
23614         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23615         lacks mkstemp.  Compile our own tempname.c if we compile our own
23616         mkstemp.c, as mkstemp relies on tempname.
23617
23618 2001-03-01  Jim Meyering  <meyering@lucent.com>
23619
23620         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23621         AH_VERBATIM really does output its argument verbatim.
23622
23623 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23624
23625         * lib/Makefile.am (libfetish_a_SOURCES):
23626         Add dup-safer.c, fopen-safer.c.
23627         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23628
23629         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23630         * lib/unistd-safer.h: New files.
23631
23632 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23633
23634         The mkstemp replacement is taken from glibc 2.2.2, with some
23635         portability fixes for use outside glibc, as follows:
23636
23637         * lib/tempname.c (struct_stat64): New macro.
23638         (direxists, __gen_tempname): Use it.
23639         This avoids a portability problem with Solaris 8.
23640
23641         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23642         (<stddef.h>, <stdint.h>, <string.h>):
23643         Include only if STDC_HEADERS || _LIBC.
23644         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23645         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23646         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23647         (__set_errno): Define this macro if <errno.h> doesn't.
23648         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23649         Define these macros if <stdio.h> doesn't.
23650         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23651         Define these macros if <sys/stat.h>
23652         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23653         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23654         __xstat64): Define if not _LIBC.
23655         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23656         (__gen_tempname): Invoke gettimeofday only if
23657         HAVE_GETTIMEOFDAY || _LIBC;
23658         otherwise, fall back on plain "time".
23659         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23660
23661         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23662
23663         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23664
23665 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23666
23667         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23668
23669 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23670
23671         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23672         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23673         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23674         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23675
23676 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23677
23678         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23679         Remove workaround macros for hosts that have mbrtowc but not
23680         mbstate_t, as we now insist on proper declarations for both
23681         before using mbrtowc.
23682
23683 2001-02-17  Jim Meyering  <meyering@lucent.com>
23684
23685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23686         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23687         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23688         UnixWare 7.1.1.
23689
23690         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23691         rather than AC_CACHE_VAL.
23692
23693 2001-02-17  Jim Meyering  <meyering@lucent.com>
23694
23695         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23696         around included file name.
23697
23698         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23699
23700         * lib/strftime.c: Update from GNU libc (the only changes were to
23701         comments).
23702
23703 2001-02-17  Jim Meyering  <meyering@lucent.com>
23704
23705         * lib/regex.c: Update from libc.
23706
23707 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23708
23709         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23710         clash.
23711
23712 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23713
23714         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23715         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23716         Reported by Mark Hounschell via Paul Eggert.
23717
23718 2001-02-07  Jim Meyering  <meyering@lucent.com>
23719
23720         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23721
23722 2001-02-05  Jim Meyering  <meyering@lucent.com>
23723
23724         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23725         it includes the patch required for `large file' support with at least
23726         HP-UX's 10.20 /bin/cc.
23727
23728 2001-02-03  Jim Meyering  <meyering@lucent.com>
23729
23730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23731         AS_IF, now that it works once again (mysteriously).
23732         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23733
23734 2001-01-30  Jim Meyering  <meyering@lucent.com>
23735
23736         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23737         * m4/chown.m4: Rename conftestchown to conftest.chown.
23738         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23739         s/conftestdir2/conftest.d2/.
23740         * m4/utimes.m4: s/conftestdata/conftest.data/
23741         Inspired by Pavel Roskin's change in autoconf.
23742
23743 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23744
23745         * lib/config.charset: Update for FreeBSD 4.2.
23746
23747 2001-01-27  Jim Meyering  <meyering@lucent.com>
23748
23749         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23750         a use of AS_IF.
23751         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23752
23753 2001-01-26  Jim Meyering  <meyering@lucent.com>
23754
23755         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23756         quotearg.c includes it.
23757
23758 2001-01-26  Jim Meyering  <meyering@lucent.com>
23759
23760         * lib/quotearg.c: Include stddef.h.
23761         * lib/quote.c: Include stddef.h.
23762         Reported by Axel Kittenberger.
23763
23764         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23765         line in double quotes so that it evokes a better diagnostic.
23766         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23767         Reported by Axel Kittenberger.
23768
23769 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23770
23771         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23772         as if it was a `charset'.
23773
23774 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23775
23776         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23777         has const.
23778
23779 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23780
23781         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23782         to avoid a warning.  Add back 'const' to inptr.
23783
23784 2001-01-20  Jim Meyering  <meyering@lucent.com>
23785
23786         Be sure that headers are checked before used in code compiled
23787         for the type checks.
23788         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23789         In place of that, invoke jm_CHECK_ALL_TYPES.
23790         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23791         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23792         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23793         The check for ssize_t was mistakenly run before the test for unistd.h.
23794
23795         The configure-time check for stdbool.h was missing.
23796         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23797         (jm_PREREQ_HASH): New function.
23798
23799 2001-01-17  Jim Meyering  <meyering@lucent.com>
23800
23801         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23802         for autoconf-2.49c.
23803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23804
23805 2001-01-16  Jim Meyering  <meyering@lucent.com>
23806
23807         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23808         From Bruno Haible.
23809
23810 2001-01-14  Jim Meyering  <meyering@lucent.com>
23811
23812         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23813         foo and bar.  Create conftestdir/ in the script, not in the C code.
23814         Remove directories in the script, not in the C code.
23815         Remove conftestdir{,2} before trying to create the directory.
23816         Make the entire configure script fail if the mkdir fails.
23817
23818 2001-01-14  Jim Meyering  <meyering@lucent.com>
23819
23820         * lib/rename.c: New file.  From Volker Borchert.
23821         Include stdlib.h, string.h or strings.h, and xalloc.h.
23822         Use strip_trailing_slashes rather than open-coding it.
23823
23824 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23825
23826         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23827
23828 2001-01-03  Jim Meyering  <meyering@lucent.com>
23829
23830         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23831         of local `inptr' to avoid warning with some system declarations of
23832         iconv.
23833
23834 2001-01-02  Volker Borchert  <bt@teknon.de>
23835
23836         * m4/rename.m4: New file.
23837         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23838
23839 2001-01-01  Jim Meyering  <meyering@lucent.com>
23840
23841         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23842         even on systems with utmpx.h.  It's necessary for the declaration of
23843         utmp's ut_user member.  Reported by Andreas Jaeger.
23844
23845         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23846         available. They are required for the declarations of getgrgid and
23847         getpwuid resp.
23848         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23849         Reported by Andreas Jaeger.
23850
23851 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23852
23853         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23854         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23855         so `make install' also works in VPATH builds.
23856
23857 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23858
23859         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23860         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23861         can be used in subdirectories.
23862
23863 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23864
23865         * lib/modechange.c: Do not assume that mode_t uses the
23866         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23867         the other-execute bit of FOO even if S_IXOTH != 1.
23868
23869         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23870         WOTH, XOTH, ALLM): New macros.
23871         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23872          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23873         Use them.
23874         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23875         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23876         (mode_compile):
23877         No need to use uintmax_t; unsigned long is long enough.
23878         Don't bother to get suffix since we don't use it.
23879
23880 2000-12-26  Jim Meyering  <meyering@lucent.com>
23881
23882         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23883         better with autoheader.
23884
23885 2000-12-24  Jim Meyering  <meyering@lucent.com>
23886
23887         * lib/hash.c (is_prime): Return explicit boolean values.
23888         (hash_get_first): Return NULL to appease Irix5.6's 89.
23889         Reported by Nelson Beebe.
23890
23891 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23892
23893         * lib/localcharset.c (locale_charset): Add support for Win32.
23894
23895 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23896
23897         * lib/physmem.h, lib/physmem.c: New files.
23898
23899         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23900         (noinst_HEADERS): Add physmem.h.
23901
23902         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23903         't' for compatibility with Solaris 8 sort.
23904
23905 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23906
23907         * lib/config.charset: Add support for BeOS.
23908
23909 2000-12-17  Jim Meyering  <meyering@lucent.com>
23910
23911         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23912         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23913
23914 2000-12-16  Jim Meyering  <meyering@lucent.com>
23915
23916         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23917         N and M) would have treated it like `chown N:N FILE'.
23918
23919         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23920
23921 2000-12-16  Jim Meyering  <meyering@lucent.com>
23922
23923         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23924         SHELLS_FILE to a file name that's useful on djgpp systems.
23925         Include stdlib.h.
23926         (ADDITIONAL_DEFAULT_SHELLS): Define.
23927         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23928         Based mostly on a patch from Prashant TR.
23929
23930 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23931
23932         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23933         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23934         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23935
23936 2000-12-08  Andreas Schwab  <schwab@suse.de>
23937
23938         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23939         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23940
23941 2000-12-07  Jim Meyering  <meyering@lucent.com>
23942
23943         * lib/stripslash.c (ISSLASH): Define.
23944         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23945         `/'.
23946         From Prashant TR.
23947
23948         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23949         (dir_name_r): Declare this function as static.
23950         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23951         manifest itself on a name containing a mix of slashes and
23952         backslashes.
23953         Make this function work with names starting with a DOS-style
23954         drive letter and colon prefix.
23955         (dir_name): Append `.' if necessary.
23956         Based mostly on patches from Prashant TR and Eli Zaretskii.
23957
23958         * lib/dirname.h (dir_name_r): Remove prototype.
23959
23960 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23961
23962         * m4/off_t-format.m4: Remove this file.
23963         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23964
23965 2000-12-06  Jim Meyering  <meyering@lucent.com>
23966
23967         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23968         replacement strtoull, we may well need the replacement strtoul, too.
23969         Check for declarations of strtoul and strtoull.
23970         Check for strtol.  Mainly as a cue to cause automake to include
23971         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23972         Check for limits.h -- strtol.c needs it.
23973
23974 2000-12-05  Jim Meyering  <meyering@lucent.com>
23975
23976         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23977
23978 2000-12-04  Jim Meyering  <meyering@lucent.com>
23979
23980         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23981         Also include memory.h, stdlib.h, unistd.h if appropriate.
23982         Reported by Andreas Jaeger (conflicting declaration of malloc).
23983
23984 2000-12-02  Jim Meyering  <meyering@lucent.com>
23985
23986         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23987         * m4/jm-macros.m4 (jm_MACROS): require it.
23988
23989 2000-12-02  Jim Meyering  <meyering@lucent.com>
23990
23991         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23992
23993 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23994
23995         * lib/memrchr.c: Include <config.h> before any system include file.
23996
23997 2000-11-30  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24000
24001 2000-11-30  Jim Meyering  <meyering@lucent.com>
24002
24003         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24004
24005 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24006
24007         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24008
24009 2000-11-26  Jim Meyering  <meyering@lucent.com>
24010
24011         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24012
24013 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24014
24015         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24016         size of (size_t) -1; it's not portable.
24017
24018 2000-11-17  Jim Meyering  <meyering@lucent.com>
24019
24020         * lib/strstr.c: Update from GNU libc.
24021
24022 2000-11-17  Akim Demaille  <akim@epita.fr>
24023
24024         * lib/obstack.h: Formatting changes.
24025         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24026         prevent type checking.
24027         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24028         cast the value to (void *): assigning a `foo *' to a `void *'
24029         variable is valid.
24030         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24031
24032 2000-11-16  Jim Meyering  <meyering@lucent.com>
24033
24034         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24035
24036 2000-11-11  Jim Meyering  <meyering@lucent.com>
24037
24038         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24039
24040 2000-11-10  Jim Meyering  <meyering@lucent.com>
24041
24042         * lib/obstack.h: Update from GNU libc.
24043         * lib/obstack.c: Likewise.
24044
24045 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24046
24047         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24048
24049 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24050
24051         * lib/getusershell.c (setusershell): Use rewind rather than
24052         fseek/fseeko, to avoid configuration hassles with fseeko.
24053         Don't bother opening SHELLS_FILE if shellstream is NULL;
24054         it's not necessary.
24055
24056 2000-11-05  Jim Meyering  <meyering@lucent.com>
24057
24058         * lib/makepath.h (make_dir): Declare.
24059         * lib/makepath.c (make_dir): Remove `static' attribute.
24060         Tweak a comment.
24061
24062 2000-11-04  Jim Meyering  <meyering@lucent.com>
24063
24064         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24065
24066 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24067
24068         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24069         last one in a bucket, advance to the next bucket.
24070
24071 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24072
24073         * lib/fnmatch.c: Do not comment out all the code if we are using
24074         the GNU C library, because in some cases we are replacing buggy
24075         code in the GNU C library itself.
24076
24077 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24078
24079         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24080         (regex_compile): Catch bogus \(\1\).
24081
24082 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24083
24084         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24085         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24086         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24087
24088 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24089
24090         * lib/error.h, getline.h, modechange.h:
24091         Remove "2000" from Copyright line, as the file hasn't been
24092         changed this year other than in the copyright notice.
24093
24094         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24095         was changed this year.
24096
24097 2000-10-29  Jim Meyering  <meyering@lucent.com>
24098
24099         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24100         renaming.
24101         * m4/ls-mntd-fs.m4: Likewise
24102
24103 2000-10-29  Jim Meyering  <meyering@lucent.com>
24104
24105         * lib/xstat.in: Fix grammar in comment.
24106
24107 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24108
24109         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24110         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24111         doesn't define __restrict_arr.
24112
24113 2000-10-28  Jim Meyering  <meyering@lucent.com>
24114
24115         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24116         (jm_PREREQ_MEMCHR): New function.
24117
24118 2000-10-28  Jim Meyering  <meyering@lucent.com>
24119
24120         * lib/memchr.c: Update from libc.
24121         Adjust for portability:
24122         [HAVE_STDLIB_H]: Include stdlib.h.
24123         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24124         Undef __memchr, too.
24125         [!weak_alias]: Define __memchr to memchr.
24126
24127         * lib/regex.c: Update from libc.
24128         * lib/regex.h: Likewise.
24129         * lib/getopt1.c: Likewise.
24130         * lib/memcmp.c: Likewise.
24131
24132         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24133         Avoid using fseek, when possible -- it's broken by design.
24134         Patch by Ulrich Drepper.
24135
24136 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24137
24138         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24139         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24140         Giving in to popular pressure to shut up the compiler with casts.
24141
24142 2000-10-26  Jim Meyering  <meyering@lucent.com>
24143
24144         * lib/strftime.c: Update from libc.
24145
24146 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24147
24148         * regex.c: More `unsigned char' -> `re_char' changes.
24149         Also change several `int' into `re_wchar_t'.
24150         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24151         (PUSH_FAILURE_POINTER): Don't cast any more.
24152         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24153         We want GCC to complain, since this piece of code makes
24154         re_match non-reentrant, which *should* be fixed.
24155         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24156         (EXTEND_BUFFER): Use RETALLOC.
24157         (SET_LIST_BIT): Don't cast.
24158         (re_wchar_t): New type.
24159         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24160         that those two functions will always properly return.
24161         (IMMEDIATE_QUIT_CHECK): Cast to void.
24162         (analyse_first): Use recursion rather than an explicit stack.
24163         (re_compile_fastmap): Can't fail anymore.
24164         (re_search_2): Don't check re_compile_fastmap for failure.
24165         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24166         Now also sets the new value (passed in a new argument).
24167         (re_match_2_internal): Use it.
24168         Also, use a new var `reg' of type size_t when looping through regs
24169         rather than reuse the inappropriate `mcnt'.
24170
24171 2000-10-25  Jim Meyering  <meyering@lucent.com>
24172
24173         * lib/obstack.c: Update from libc.
24174
24175 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24176
24177         * regex.c (regex_compile): Change the way of handling a range from
24178         a char less than 256 to a char not less than 256.
24179
24180 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24181
24182         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24183         NT-Emacs only.
24184         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24185         so that re_search functions only quit when callers expect them to.
24186
24187 2000-10-23  Jim Meyering  <meyering@lucent.com>
24188
24189         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24190         wrong.  That set_locale call must not have any side effects.
24191         From Paul Eggert.
24192
24193 2000-10-22  Jim Meyering  <meyering@lucent.com>
24194
24195         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24196         [CYCLIC]: Remove now-unused definition.
24197
24198         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24199         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24200         Suggestion from Ulrich Drepper.
24201
24202 2000-10-21  Jim Meyering  <meyering@lucent.com>
24203
24204         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24205         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24206         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24207
24208 2000-10-21  Jim Meyering  <meyering@lucent.com>
24209
24210         * lib/dirname.c (memrchr): Declare if necessary.
24211         (dir_name): Remove the restriction that there be no
24212         trailing slashes.  Now, this code skips past them, effectively
24213         ignoring them.
24214         [TEST_DIRNAME] (main): New unit tests.
24215
24216         * lib/memrchr.c: New file from GNU libc.
24217         Undef __memrchr, too.
24218         [!weak_alias]: Define __memrchr to memrchr.
24219         Guard weak_alias use with `#ifdef weak_alias'.
24220
24221 2000-10-21  Jim Meyering  <meyering@lucent.com>
24222
24223         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24224         (dir_name): Use dir_name_r.
24225         * lib/dirname.h (dir_name_r): Declare it.
24226
24227 2000-10-17  Jim Meyering  <meyering@lucent.com>
24228
24229         * lib/quote.h (PARAMS): Define and use.
24230         Reported by Akim Demaille.
24231
24232         * lib/getopt.c: Update from libc.
24233
24234 2000-10-16  Jim Meyering  <meyering@lucent.com>
24235
24236         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24237         setlocale.
24238         From Jan Fedak.
24239
24240 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24241
24242         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24243
24244 2000-09-25  Jim Meyering  <meyering@lucent.com>
24245
24246         * lib/md5.h (rol): Define (from GnuPG).
24247
24248         * lib/sha.c: Give credit (GnuPG) where due.
24249         (M): Use rol rather than open-coding it.
24250         Add a FIXME comment.
24251
24252 2000-09-21  Jim Meyering  <meyering@lucent.com>
24253
24254         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24255         Reported by Michael Stone.
24256
24257 2000-09-20  Jim Meyering  <meyering@lucent.com>
24258
24259         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24260         (noinst_HEADERS): Add sha.h.
24261         Based on code from Scott G. Miller and from GnuPG.
24262
24263 2000-09-18  Jim Meyering  <meyering@lucent.com>
24264
24265         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24266         LIBS. Otherwise, everyone ends up linking with -lelf for some
24267         configurations.
24268         Reported by Mike Stone.
24269
24270 2000-09-15  Jim Meyering  <meyering@lucent.com>
24271
24272         * lib/regex.c: Update from libc.
24273
24274 2000-09-10  Jim Meyering  <meyering@lucent.com>
24275
24276         * lib/getopt.c (_getopt_internal): Update from glibc.
24277
24278 2000-09-09  Jim Meyering  <meyering@lucent.com>
24279
24280         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24281         think it should be used as a general replacement for isascii.
24282         * lib/fnmatch.c: Likewise.
24283         * lib/mbswidth.c: Likewise
24284         * lib/regex.c: Likewise.
24285
24286         Don't use atoi.
24287         * lib/userspec.c: Include sys/param.h and limits.h.
24288         Include xstrtol.h.
24289         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24290         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24291         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24292         UID, GID.  Check range.
24293
24294 2000-09-06  Jim Meyering  <meyering@lucent.com>
24295
24296         * lib/getopt.c (_getopt_internal): Update from glibc.
24297
24298 2000-08-30  Jim Meyering  <meyering@lucent.com>
24299
24300         * lib/strftime.c: Merge in changes from GNU libc.
24301
24302 2000-08-26  Jim Meyering  <meyering@lucent.com>
24303
24304         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24305         * m4/fpending.m4: New file.
24306
24307 2000-08-26  Jim Meyering  <meyering@lucent.com>
24308
24309         * lib/closeout.c: Include "__fpending.h".
24310         (close_stdout_status): Return right away if there's nothing to flush.
24311
24312         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24313         * lib/__fpending.c: New file.
24314         * lib/__fpending.h: New file.
24315
24316 2000-08-20  Jim Meyering  <meyering@lucent.com>
24317
24318         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24319         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24320         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24321
24322 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24323
24324         Improve fileutils installation on systems where running
24325         programs (like install) can't be unlinked.
24326         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24327         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24328
24329 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24330
24331         Standardize on "memory exhausted" instead of "Memory exhausted"
24332         or "virtual memory exhausted".
24333         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24334         "virtual memory exhausted".
24335         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24336         our own message.
24337         * lib/userspec.c (parse_user_spec): Likewise.
24338         * lib/bumpalloc.h: comment fix
24339         * lib/same.c, userspec.c: Include xalloc.h.
24340
24341         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24342         not char *const and pointing to a constant array.
24343         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24344         (xrealloc): Comment fix.
24345
24346         * lib/userspec.c (parse_user_spec):
24347         Don't translate a message until just before returning,
24348         to avoid unnecessary translation.
24349
24350 2000-08-07  Jim Meyering  <meyering@lucent.com>
24351
24352         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24353         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24354         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24355         getgroups.c, gethostname.c, getopt.h, group-member.c,
24356         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24357         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24358         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24359         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24360         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24361         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24362         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24363         yesno.c: Back out Copyright date changes for each file with no change
24364         this year.  This eases coordination with other programs using the same
24365         source code modules.  From Paul Eggert.
24366
24367 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24368
24369         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24370         not char, for compatibility with glibc 2.1.3 strftime.c.
24371
24372 2000-08-03  Greg McGary  <greg@mcgary.org>
24373
24374         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24375         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24376         (EXTEND_BUFFER): Use them.
24377
24378 2000-08-01  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/dirname.c (ISSLASH): Define.
24381         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24382         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24383         both `\' and `/' may be use as path separators.
24384         Based on a patch from Prashant TR.
24385
24386 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24387
24388         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24389         slot vector a constant, since it might get modified.
24390
24391 2000-07-31  Jim Meyering  <meyering@lucent.com>
24392
24393         * lib/xmalloc.c: Use `virtual memory exhausted', not
24394         `Memory exhausted'.
24395         * lib/obstack.c (print_and_abort): Likewise.
24396
24397 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24398
24399         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24400         buffer, so that the caller can always quote one small
24401         component of a "memory exhausted" message in slot 0.
24402         From a suggestion by Jim Meyering.
24403
24404 2000-07-30  Jim Meyering  <meyering@lucent.com>
24405
24406         * lib/makepath.c (make_path): Quote the other instance, too.
24407
24408         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24409         (STATIC_BUF_SIZE): Define.
24410         (quotearg_n_options): Use only statically allocated storage when
24411         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24412         than STATIC_BUF_SIZE.
24413
24414 2000-07-29  Jim Meyering  <meyering@lucent.com>
24415
24416         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24417         * lib/dirname.c (dir_name): Likewise.
24418
24419         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24420         `/'.
24421
24422         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24423         (dir_name): Assert that there are no trailing slashes.
24424
24425 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24426
24427         * lib/mbswidth.h (mbswidth): Add a flags argument.
24428         (mbswidth): New declaration.
24429         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24430         * lib/mbswidth.c (mbswidth): Add a flags argument.
24431         (mbsnwidth): New function.
24432
24433 2000-07-24  Jim Meyering  <meyering@lucent.com>
24434
24435         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24436
24437 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24438
24439         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24440
24441 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24442
24443         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24444         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24445         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24446         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24447         invoke multibyte primitives.
24448
24449 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24450
24451         * lib/quotearg.c:
24452         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24453         so that mbstate_t is always defined.
24454
24455         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24456         be 1 in at least one GCC installation, and this configuration
24457         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24458         performance on hosts that have mbrtowc but have only unibyte
24459         locales, but I assume these hosts are rare.
24460
24461 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24462
24463         * lib/mbswidth.c (_XOPEN_SOURCE):
24464         Don't define; this causes problems on Solaris 7.
24465         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24466
24467 2000-07-23  Jim Meyering  <meyering@lucent.com>
24468
24469         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24470         too: getgrgid, getpwuid, getuid.
24471
24472 2000-07-23  Jim Meyering  <meyering@lucent.com>
24473
24474         * lib/basename.c (base_name): Add an assertion.
24475
24476 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24477
24478         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24479         shadow its mbsinit function.
24480
24481 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24482
24483         * lib/mbswidth.h: New file.
24484         * lib/mbswidth.c: New file.
24485         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24486         (noinst_HEADERS): Add mbswidth.h.
24487
24488 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24489
24490         * lib/config.charset: Add support for FreeBSD. Improve support for
24491         HP-UX and IRIX 6.
24492
24493 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24494
24495         * m4/mbswidth.m4: New file.
24496         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24497
24498 2000-07-15  Jim Meyering  <meyering@lucent.com>
24499
24500         * lib/makepath.c: Include quote.h.
24501         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24502         corresponding argument in a `quote (...)' call.
24503         Give better diagnostics.
24504
24505         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24506         (noinst_HEADERS): Add quote.h.
24507
24508         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24509         from tar's src/misc.c.
24510         * lib/quote.h: New file.  Prototypes for same.
24511
24512 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24513
24514         From a suggestion by Bruno Haible.
24515         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24516         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24517         to decide whether to define the BeOS workaround macro;
24518         this adjusts to the change to AC_MBSTATE_T.
24519
24520 2000-07-14  Jim Meyering  <meyering@lucent.com>
24521
24522         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24523         jm_AC_TYPE_UINTMAX_T.
24524
24525 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24526
24527         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24528
24529         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24530         quotearg_buffer_restyled): Add support for
24531         clocale_quoting_style.  Undo previous change to
24532         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24533         and "{RIGHT QUOTATION MARK}" msgids.
24534
24535 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24536
24537         From a suggestion by Bruno Haible.
24538         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24539         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24540         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24541         and mbstate_t, to a single-part test that simply defines mbstate_t.
24542         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24543         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24544
24545 2000-07-10  Jim Meyering  <meyering@lucent.com>
24546
24547         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24548
24549         * m4/gnu-source.m4: Output to confdefs.h directly.
24550         Suggestion from Akim Demaille.
24551
24552 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24553
24554         The old behavior of quoting `like this' doesn't look good with
24555         newer, ISO-style fonts.  See:
24556         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24557
24558         Instead, quote "like this" by default.  Let the translator
24559         tailor the locale-specific quoting behavior by providing
24560         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24561
24562         * lib/quotearg.c (N_): New macro.
24563         (gettext_default): New function.
24564         (quotearg_buffer_restyled): Use
24565         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24566         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24567
24568 2000-07-09  Jim Meyering  <meyering@lucent.com>
24569
24570         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24571         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24572
24573         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24574         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24575
24576 2000-07-09  Jim Meyering  <meyering@lucent.com>
24577
24578         * lib/Most files: Update copyright dates to include 2000.
24579
24580 2000-07-08  Jim Meyering  <meyering@lucent.com>
24581
24582         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24583         if not defined.
24584         (xgethostname): Remove now-unnecessary #ifdef.
24585         Move declaration of `err' into loop where it's used.
24586
24587 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24588         and Bruno Haible  <haible@clisp.cons.org>
24589
24590         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24591         only if the test for an object-type mbstate_t fails.  This
24592         prevents us from mistakenly reporting that mbstate_t is a
24593         system object type after we "#define mbstate_t int" to work
24594         around its lack.
24595
24596 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24597         and Bruno Haible  <haible@clisp.cons.org>
24598
24599         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24600
24601 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24602
24603         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24604         to strerror_r.
24605         Include <ctype.h> for use of isalpha.
24606
24607 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24608
24609         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24610         by allocating a larger buffer. Test the gethostname return value for
24611         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24612         returns an error and ENAMETOOLONG isn't defined.
24613
24614 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24615
24616         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24617         dimension.
24618
24619 2000-07-04  Jim Meyering  <meyering@lucent.com>
24620
24621         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24622         of the deprecated AC_CHECKING.
24623
24624 2000-07-04  Jim Meyering  <meyering@lucent.com>
24625
24626         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24627         Reported by Bruno Haible.
24628
24629 2000-07-04  Jim Meyering  <meyering@lucent.com>
24630
24631         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24632         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24633         lacks mbrtowc.
24634
24635 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24636
24637         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24638         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24639
24640 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24641         and Bruno Haible  <haible@clisp.cons.org>
24642
24643         * lib/quotearg.c (mbrtowc):
24644         Assign to *pwc, and return 1 only if result is nonzero.
24645         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24646
24647 2000-07-03  Jim Meyering  <meyering@lucent.com>
24648
24649         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24650
24651 2000-07-03  Jim Meyering  <meyering@lucent.com>
24652
24653         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24654         This is necessary to get a definition of e.g., UTMP_FILE on
24655         HP-UX 10.20.
24656         From Bob Proulx.
24657
24658 2000-07-02  Jim Meyering  <meyering@lucent.com>
24659
24660         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24661
24662         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24663         AC_LIBOBJ(function_name).
24664         * m4/chown.m4: Likewise.
24665         * m4/fnmatch.m4: Likewise.
24666         * m4/ftruncate.m4: Likewise.
24667         * m4/getgroups.m4: Likewise.
24668         * m4/getline.m4: Likewise.
24669         * m4/group-member.m4: Likewise.
24670         * m4/jm-macros.m4: Likewise.
24671         * m4/lstat.m4: Likewise.
24672         * m4/malloc.m4: Likewise.
24673         * m4/memcmp.m4: Likewise.
24674         * m4/nanosleep.m4: Likewise.
24675         * m4/putenv.m4: Likewise.
24676         * m4/realloc.m4: Likewise.
24677         * m4/regex.m4: Likewise.
24678         * m4/stat.m4: Likewise.
24679         * m4/strftime.m4: Likewise.
24680
24681 2000-07-02  Jim Meyering  <meyering@lucent.com>
24682
24683         * lib/quotearg.c (mbstate_t): Don't define here.
24684
24685 2000-07-02  Jim Meyering  <meyering@lucent.com>
24686
24687         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24688
24689 2000-07-01  Jim Meyering  <meyering@lucent.com>
24690
24691         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24692
24693 2000-07-01  Jim Meyering  <meyering@lucent.com>
24694
24695         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24696         problem.
24697
24698 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24699
24700         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24701         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24702
24703 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24704
24705         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24706         per change in ../m4/ls-mntd-fs.m4.
24707         (read_filesystem_list): Ignore symbolic links.
24708
24709 2000-06-29  Jim Meyering  <meyering@lucent.com>
24710
24711         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24712         for declaration of strcmp.
24713
24714         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24715
24716         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24717         Avoid warning by casting result to `char *' to remove `const'.
24718
24719 2000-06-28  Jim Meyering  <meyering@lucent.com>
24720
24721         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24722         included by quotearg.c, for which we perform this test.  From
24723         Bruno Haible.
24724
24725 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24726
24727         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24728         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24729         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24730
24731 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24732
24733         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24734
24735 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24736
24737         savedir now sets errno on failure and invokes xmalloc to get memory.
24738         Fix a couple of other minor bugs while we're at it.
24739
24740         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24741         (NAMLEN): Remove macro.
24742         (malloc, realloc): Remove decls.
24743         (stpcpy): Likewise.
24744         ("xalloc.h"): Include.
24745         (NAME_SIZE_DEFAULT): New macro.
24746         (savedir): Use xmalloc / xrealloc to allocate memory.
24747         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24748         Skip "" directory entries.
24749         Use strlen to calculate directory entry length, since the old method
24750         is rarely used these days and isn't worth supporting.
24751         Don't use a pointer after freeing it.
24752         Check for integer overflow when calculating allocation size.
24753         Use memcpy to copy entries, instead of stpcpy.
24754         Set errno properly when returning NULL.
24755         Check for readdir error.
24756
24757 2000-06-26  Jim Meyering  <meyering@lucent.com>
24758
24759         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24760
24761 2000-06-25  Jim Meyering  <meyering@lucent.com>
24762
24763         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24764         Linux header bug when _XOPEN_SOURCE is defined to 500.
24765
24766 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24767
24768         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24769         deficiency.
24770
24771 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24772
24773         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24774         Include xalloc.h.
24775         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24776
24777 2000-06-24  Jim Meyering  <meyering@lucent.com>
24778
24779         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24780         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24781         for which strerror does return char*, but which lacks a conveniently
24782         accessible declaration of the function.  If the compile-test says
24783         strerror_r doesn't work, then resort to a `run'-test that works on
24784         BeOS and segfaults on DEC Unix.
24785
24786 2000-06-24  Jim Meyering  <meyering@lucent.com>
24787
24788         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24789
24790 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24791
24792         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24793         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24794
24795 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24796
24797         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24798         (mbrtowc, mbstate_t): Define substitutes if
24799         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24800         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24801         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24802
24803 2000-06-23  Jim Meyering  <meyering@lucent.com>
24804
24805         * m4/afs.m4: Add missing AC_MSG_RESULT.
24806         Reported by Bruno Haible.
24807
24808         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24809         Suggestion from Bruno Haible.
24810
24811 2000-06-23  Jim Meyering  <meyering@lucent.com>
24812
24813         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24814
24815 2000-06-21  Jim Meyering  <meyering@lucent.com>
24816
24817         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24818
24819 2000-06-21  Jim Meyering  <meyering@lucent.com>
24820
24821         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24822         (noinst_HEADERS): Add getstr.h.
24823
24824         * lib/getline.c (getstr): Move into a separate file.
24825         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24826         the following changes: new parameter, delim2; both delim[12]
24827         parameters have type `int', not `char'.  The latter would lose
24828         with 8-bit delimiters.
24829         * lib/getstr.h: New file.
24830
24831 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24832
24833         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24834         than 1024, return a memory chunk of least possible size, instead
24835         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24836         Use free/xmalloc instead of xrealloc to avoid copying for very long
24837         paths.
24838
24839 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24840
24841         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24842         the empty string.
24843
24844 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24845
24846         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24847         address, not strdup.  Include <stdlib.h> and don't declare free().
24848
24849 2000-06-19  Jim Meyering  <meyering@lucent.com>
24850
24851         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24852
24853 2000-06-18  Jim Meyering  <meyering@lucent.com>
24854
24855         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24856
24857         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24858         `checking whether...' message to be consistent with that of the
24859         lstat test.
24860
24861 2000-06-18  Jim Meyering  <meyering@lucent.com>
24862
24863         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24864         Besides, these days every porting target provides a mkdir function.
24865
24866         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24867         needed. (this snippet comes from src/system.h).
24868
24869 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24870
24871         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24872
24873 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24874
24875         * lib/human.c (adjust_value): New function.
24876         (human_readable_inexact): Apply rounding style even when
24877         printing approximate values.
24878
24879 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24880
24881         * lib/human.c (human_readable_inexact): Allow an input block
24882         size that is not a multiple of the output block size, and vice versa.
24883         Reported by Piergiorgio Sartor.
24884
24885 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24886
24887         * lib/getdate.y (get_date): Apply relative times after time
24888         zone indicator, not before.  Reported by Todd A. Jacobs.
24889
24890 2000-06-13  Jim Meyering  <meyering@lucent.com>
24891
24892         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24893
24894         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24895
24896 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24897
24898         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24899
24900 2000-06-12  Jim Meyering  <meyering@lucent.com>
24901
24902         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24903         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24904         optional argument.
24905         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24906         the optional argument, `lib'.
24907
24908 2000-06-08  Jim Meyering  <meyering@lucent.com>
24909
24910         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24911
24912 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24913
24914         Rewrite largefile configuration so that we don't need to run
24915         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24916         AC_CANONICAL_HOST in configure.in -- jmm]
24917
24918         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24919         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24920         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24921         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24922         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24923         All uses changed.
24924         Instead of inspecting the output of getconf, try to compile the
24925         test program without and with the macro definition.
24926         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24927         for getconf.  Instead, check for the needed flags by compiling
24928         test programs.
24929
24930 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24931
24932         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24933
24934 2000-06-04  Jim Meyering  <meyering@lucent.com>
24935
24936         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24937         SunOS 4.1.4 for which gid_t is an unsigned type.
24938
24939 2000-06-03  Jim Meyering  <meyering@lucent.com>
24940
24941         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24942         now that autoconf requires that.
24943
24944         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24945         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24946         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24947
24948 2000-06-03  Jim Meyering  <meyering@lucent.com>
24949
24950         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24951
24952 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24953
24954         * m4/glibc21.m4: New file.
24955         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24956
24957 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24958
24959         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24960         newer, don't install charset.alias.
24961         * lib/config.charset: Change the Linux/glibc rules so they become empty
24962         on glibc-2.1 or newer.
24963
24964 2000-06-02  Jim Meyering  <meyering@lucent.com>
24965
24966         * lib/mountlist.c: Back out last change.  Instead, do this...
24967         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24968         me_dummy member using the same `ignore'-testing code.
24969         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24970         fs_type strings.
24971         From Mark D. Roth.
24972
24973 2000-05-29  Jim Meyering  <meyering@lucent.com>
24974
24975         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24976         mounts with the `ignore' attribute.  Based on a patch from
24977         Mark D. Roth.
24978
24979 2000-05-28  Jim Meyering  <meyering@lucent.com>
24980
24981         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24982         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24983         * m4/stat.m4: Likewise.
24984         * m4/lstat.m4: Likewise.
24985         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24986
24987         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24988         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24989
24990 2000-05-26  Jim Meyering  <meyering@lucent.com>
24991
24992         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24993
24994 2000-05-24  Jim Meyering  <meyering@lucent.com>
24995
24996         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24997         autoconf requires that.
24998         * m4/lib-check.m4: Likewise.
24999         * m4/jm-macros.m4: Likewise.
25000         * m4/strftime.m4: Likewise.
25001
25002         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25003         AC_CHECK_DECLS, now that autoconf requires that.
25004
25005 2000-05-22  Jim Meyering  <meyering@lucent.com>
25006
25007         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25008         * m4/lstat.m4: Likewise.
25009
25010 2000-05-22  Jim Meyering  <meyering@lucent.com>
25011
25012         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25013
25014 2000-05-20  Jim Meyering  <meyering@lucent.com>
25015
25016         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25017         (jm_PREREQ): Use it.
25018
25019 2000-05-18  Jim Meyering  <meyering@lucent.com>
25020
25021         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25022         back, too, since it may have been modified by allocate_entry.
25023         (hash_delete): Rewrite to use neither the assignment operator
25024         nor the comma operator in an if-expression.
25025
25026 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25027
25028         * lib/closeout.c:
25029         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25030         Remove; no longer needed.
25031         "quotearg.h": Add include.
25032         (file_name): Do not bother to explicitly initialize to NULL; it's less
25033         efficient on some hosts.
25034         (close_stdout_status): Remove test as to whether stdout was already
25035         closed; it breaks for the case "echo x | sort >&-".
25036         Quote file name colons.
25037         Do not assume that _("write error") lacks format strings.
25038
25039 2000-05-15  Jim Meyering  <meyering@lucent.com>
25040
25041         * lib/version-etc.c (version_etc_copyright): Update the copyright
25042         string used in all --version output.
25043
25044 2000-05-14  Jim Meyering  <meyering@lucent.com>
25045
25046         * lib/closeout.c (close_stdout_set_file_name): New function.
25047         (close_stdout_status): Use new file-scoped global.
25048         Return right away if fstat says the stdout file descriptor is invalid.
25049         * lib/closeout.h (close_stdout_set_file_name): Declare.
25050
25051 2000-05-10  Jim Meyering  <meyering@lucent.com>
25052
25053         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25054         (close_stdout_set_status): New function.
25055         * lib/closeout.h (close_stdout_set_status): Declare.
25056
25057 2000-05-09  Jim Meyering  <meyering@lucent.com>
25058
25059         * m4/gettext.m4: Rename this...
25060         * m4/libintl.m4: ...to this.
25061
25062 2000-05-08  Jim Meyering  <meyering@lucent.com>
25063
25064         * lib/long-options.c: Don't include closeout.h.
25065         (parse_long_options): Don't call close_stdout for --version.
25066
25067 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25068
25069         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25070         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25071         2.1.3 bug.  This avoids a clash when files like regex.c define
25072         _GNU_SOURCE.
25073
25074 2000-05-06  Jim Meyering  <meyering@lucent.com>
25075
25076         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25077         (AC_REPLACE_FUNCS): Add strnlen.
25078
25079         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25080         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25081
25082         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25083         AC_SEARCH_LIBS call for nanosleep.
25084         (LIB_NANOSLEEP): Set and AC_SUBST.
25085
25086 2000-05-06  Jim Meyering  <meyering@lucent.com>
25087
25088         * lib/strnlen.c: Undefine __strnlen and strnlen.
25089         [!weak_alias]: Define __strnlen to strnlen.
25090
25091         * lib/atexit.c: New file, from libiberty.
25092
25093 2000-05-06  Jim Meyering  <meyering@lucent.com>
25094
25095         * lib/closeout.c (close_stdout_status): Also check for errors on the
25096         stderr stream.
25097
25098 2000-05-05  Jim Meyering  <meyering@lucent.com>
25099
25100         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25101         AC_SEARCH_LIBS call for clock_gettime.
25102         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25103
25104         * m4/search-libs.m4: Update from autoconf.
25105
25106         su doesn't work on Solaris 2.6.
25107         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25108         <shadow.h>.  Reported by Dragos Harabor.
25109
25110 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25111
25112         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25113         memcpy instead of xmalloc, xrealloc, path_concat.
25114         (locale_charset): Treat empty environment variables as absent.
25115         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25116
25117 2000-05-04  Jim Meyering  <meyering@lucent.com>
25118
25119         * lib/getopt.c: Update from glibc.
25120         * lib/obstack.c: Likewise.
25121         * lib/obstack.h: Likewise.
25122         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25123         file
25124
25125         * lib/regex.h: Likewise.
25126         * lib/strndup.c: Likewise.
25127         * lib/strnlen.c: New file, from glibc.
25128
25129 2000-05-03  Jim Meyering  <meyering@lucent.com>
25130
25131         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25132
25133 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25134
25135         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25136         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25137         compile-time test, rather than inspecting host and OS, to
25138         decide whether to define _LARGEFILE_SOURCE.
25139
25140 2000-05-01  Jim Meyering  <meyering@lucent.com>
25141
25142         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25143
25144         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25145         Based on a patch from Bruno Haible.
25146
25147 2000-05-01  Jim Meyering  <meyering@lucent.com>
25148
25149         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25150
25151 2000-04-29  Jim Meyering  <meyering@lucent.com>
25152
25153         * lib/path-concat.c: Declare strdup only if it's not defined.
25154         * lib/canon-host.c: Likewise.
25155
25156 2000-04-28  Jim Meyering  <meyering@lucent.com>
25157
25158         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25159         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25160         is included first, then limits.h is included by locale.h by libintl.h.
25161         From John David Anglin.
25162
25163 2000-04-25  Jim Meyering  <meyering@lucent.com>
25164
25165         * lib/makepath.c (S_IRWXUGO): Define.
25166         (make_path): Always perform explicit chmod if MODE specifies any
25167         of the `special' permission bits.  Prompted by a bug report against
25168         install from Mate Wierdl and Joost van Baal.
25169
25170 2000-04-18  Jim Meyering  <meyering@lucent.com>
25171
25172         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25173         (jm_PREREQ): Use it.
25174
25175 2000-04-18  Jim Meyering  <meyering@lucent.com>
25176
25177         * lib/README: New file.
25178
25179         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25180         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25181
25182 2000-04-17  Jim Meyering  <meyering@lucent.com>
25183
25184         Get it right :-)
25185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25186         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25187         Suggestion from Akim Demaille.
25188
25189 2000-04-17  Jim Meyering  <meyering@lucent.com>
25190
25191         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25192         the definition of it to rpl_strftime also defined-away the system's
25193         declaration.
25194
25195 2000-04-15  Jim Meyering  <meyering@lucent.com>
25196
25197         Use `C' to denote so-called `contiguous' files, the same way
25198         that tar does.
25199         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25200         (ftypelet): Use S_ISCTG.
25201         From Michael Deutschmann.
25202
25203 2000-04-14  Jim Meyering  <meyering@lucent.com>
25204
25205         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25206         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25207         clobbered.
25208
25209 2000-04-14  Jim Meyering  <meyering@lucent.com>
25210
25211         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25212
25213 2000-04-13  Jim Meyering  <meyering@lucent.com>
25214
25215         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25216         AH_VERBATIM to insert required #ifndef into config.h.in.
25217         Suggestion from Akim Demaille.
25218
25219 2000-04-12  Jim Meyering  <meyering@lucent.com>
25220
25221         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25222         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25223         Christian Krackowizer.
25224
25225         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25226         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25227         (AC_SYS_LARGEFILE): Require.
25228         (AM_C_PROTOTYPES): Require.
25229
25230 2000-04-08  Jim Meyering  <meyering@lucent.com>
25231
25232         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25233         names don't conflict.  Reported by Eli Zaretskii.
25234
25235 2000-04-07  Jim Meyering  <meyering@lucent.com>
25236
25237         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25238         sys/types.h, to work around system header problems on AIX 3.2.5.
25239         From Bruno Haible.
25240
25241 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25242
25243         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25244         bug.  Deal with the different error behavior of Irix iconv.
25245
25246 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25247
25248         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25249         IRIX if the installer said otherwise.
25250
25251 2000-04-05  Jim Meyering  <meyering@lucent.com>
25252
25253         Portability tweaks required for ultrix4.3.
25254         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25255         (jm_CHECK_DECLS): Add getutent to the list of functions.
25256         (_jm_DECL_HEADERS): Add utmpx.h.
25257         From John David Anglin.
25258
25259         * m4/strftime.m4: Back out the 2000-04-02 change.
25260         Instead of that change, simply undefine putenv in the test program.
25261
25262 2000-04-05  Jim Meyering  <meyering@lucent.com>
25263
25264         Portability tweaks required for ultrix4.3.
25265         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25266         getutent.
25267         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25268         * lib/canon-host.c: Declare strdup.
25269         * lib/path-concat.c: Likewise.
25270         From John David Anglin.
25271
25272 2000-04-04  Jim Meyering  <meyering@lucent.com>
25273
25274         Be more DOS 8.3-friendly.
25275         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25276         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25277         * lib/Makefile.am: Reflect renaming.
25278         Reported by Eli Zaretskii.
25279
25280         Use a temporary file name that won't clash with `charset.alias'
25281         in the DOS 8.3 name space.
25282         * lib/Makefile.am (charset_tmp): Define.
25283         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25284         (uninstall-local): Likewise.
25285         Reported by Eli Zaretskii.
25286
25287 2000-04-03  Jim Meyering  <meyering@lucent.com>
25288
25289         * m4/gettext.m4: Fix typo in comment.
25290
25291         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25292         textutils/configure.in).  Suggestion from Paul Eggert.
25293         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25294
25295 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25296
25297         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25298         variable in the shell rather than using putenv, which isn't
25299         portable.  This avoids the configure-time inter-test dependency
25300         on the potentially-renamed putenv function.
25301
25302 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25303
25304         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25305         before checking struct stat.st_blksize, so that
25306         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25307
25308 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25309
25310         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25311         since strftime.c uses HAVE_STRFTIME to decide whether to use
25312         the underlying strftime.
25313
25314 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25315
25316         * lib/time/strftime.c (my_strftime): Make sure we call the system
25317         strftime, not ourselves, when invoking the underlying strftime.
25318
25319 2000-03-24  Jim Meyering  <meyering@lucent.com>
25320
25321         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25322         (charset_alias): Define.
25323         (install-exec-local): Factor out common code.
25324         (uninstall-local): Split lines longer than 80.
25325         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25326         (SUFFIXES): Define.
25327         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25328         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25329
25330 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25331
25332         * lib/config.charset: Output a line containing "Packages using this
25333         file".
25334         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25335         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25336         ref-del.sed): New rules.
25337
25338 2000-03-17  Jim Meyering  <meyering@lucent.com>
25339
25340         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25341         Otherwise, include <strings.h>
25342
25343 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25344
25345         * lib/unicodeio.c (utf8_wctomb): New function.
25346         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25347         format instead of in UCS-4 with platform dependent endianness.
25348
25349 2000-03-10  Jim Meyering  <meyering@lucent.com>
25350
25351         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25352         From Marco Franzen.
25353
25354 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25355
25356         * lib/savedir.c (savedir): Work even if directory size is
25357         negative; this can happen with some screwy NFS configurations.
25358
25359 2000-03-06  Jim Meyering  <meyering@lucent.com>
25360
25361         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25362         if it's NULL (because we ran out of memory).  From Bruno Haible.
25363
25364 2000-03-05  Jim Meyering  <meyering@lucent.com>
25365
25366         * lib/localcharset.c ("path-concat.h"): Include.
25367         (get_charset_aliases): Use path_concat instead of ANSI string
25368         concatenation.
25369
25370         * lib/unicodeio.h (PARAMS): Define.
25371         Use it to guard prototype.
25372
25373 2000-03-04  Jim Meyering  <meyering@lucent.com>
25374
25375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25376         for lib/localcharset.c.
25377
25378 2000-03-04  Jim Meyering  <meyering@lucent.com>
25379
25380         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25381         installing into it.
25382         (uninstall-local): Uncomment this rule so `make distcheck' works
25383         once again.
25384
25385         * lib/unicodeio.c (<errno.h>): Include it.
25386         (errno): Declare if not defined.
25387
25388         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25389
25390         * lib/config.charset: New version, incorporating remarks from a linux
25391         i18n mailing list.  From Bruno Haible.
25392
25393 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25394
25395         * m4/codeset.m4: New file.
25396         * m4/iconv.m4: New file.
25397         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25398
25399 2000-03-03  Jim Meyering  <meyering@lucent.com>
25400
25401         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25402
25403 2000-03-02  Jim Meyering  <meyering@lucent.com>
25404
25405         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25406         the messages come out on separate lines.
25407
25408         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25409         rather than jm_CHECK_DECLARATIONS.
25410         * m4/decl.m4: Remove now-unused file.
25411
25412         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25413         geteuid.
25414
25415 2000-03-02  Jim Meyering  <meyering@lucent.com>
25416
25417         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25418
25419 2000-03-01  Jim Meyering  <meyering@lucent.com>
25420
25421         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25422         * lib/unicodeio.c: Likewise.
25423
25424 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25425
25426         * lib/config.charset: New file.
25427         * lib/localcharset.c: New file.
25428         * lib/unicodeio.h, lib/unicodeio.c: New files.
25429         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25430         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25431         (noinst_HEADERS): Add unicodeio.h.
25432         (all-local, install-exec-local, charset.alias): New targets.
25433
25434 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25435
25436         * lib/quotearg.c (ALERT_CHAR): New macro.
25437         (quotearg_buffer_restyled): Use it.
25438
25439 2000-02-27  Jim Meyering  <meyering@lucent.com>
25440
25441         * m4/check-decl.m4: Add getenv to the list.
25442
25443 2000-02-27  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25446         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25447
25448         * lib/backupfile.c: Guard inclusion of stdlib.h with
25449         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25450         Declare malloc if needed.
25451
25452         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25453         `#ifndef HAVE_DECL..'
25454         now that autoconf always defines the HAVE_DECL_ symbols.
25455         * lib/human.c: Likewise.
25456         * lib/same.c: Likewise.
25457         * lib/strtoumax.c: Likewise.
25458
25459         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25460         declaration check was not run.
25461         * lib/hash.c: Likewise.
25462         * lib/human.c: Likewise.
25463         * lib/same.c: Likewise.
25464         * lib/strtoumax.c: Likewise.
25465
25466         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25467         `.', then first look up the entire `.'-containing string as a login
25468         name.
25469
25470 2000-02-23  Jim Meyering  <meyering@lucent.com>
25471
25472         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25473         in place of my hack.
25474
25475 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25476
25477         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25478         (textint): New typedef.
25479         (parser_control): Member year changed from int to textint.
25480         All uses changed.
25481         (YYSTYPE): Removed; replaced by %union with int and textint members.
25482         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25483         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25484         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25485         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25486         (date, number, to_year): Use width of number in digits, not its value,
25487         to determine whether it's a 2-digit year, or a 2-digit time.
25488         (yylex): Store number of digits of numeric tokens.
25489         Reported by John Kendall.
25490
25491         (parser_control): Changed from struct parser_control to typedef (for
25492         consistency).  All uses changed.
25493
25494         (tID): Removed; not used.
25495         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25496
25497 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25498
25499         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25500         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25501
25502 2000-02-12  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/userspec.c (ISDIGIT): Define it.
25505         (isdigit): Remove definition.
25506         (is_number): Use ISDIGIT, not isdigit.
25507         <libintl.h>: Include.
25508         (_ and N_): Define.
25509         (parse_user_spec): Mark translatable strings.
25510
25511 2000-02-10  Jim Meyering  <meyering@lucent.com>
25512
25513         With these changes, nanosleep.[ch] are finally enough like the other
25514         lib/* replacement files to compile on a few more losing systems.
25515
25516         * lib/nanosleep.h: Don't include config.h.
25517         Remove prototype from declaration of nanosleep.
25518         (PARAMS): Remove now-unneeded definition.
25519         * lib/nanosleep.c: #undef nanosleep.
25520         (rpl_nanosleep): Rename from nanosleep.
25521
25522 2000-02-10  Jim Meyering  <meyering@lucent.com>
25523
25524         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25525         gnu_nanosleep to rpl_nanosleep.
25526
25527 2000-02-09  Jim Meyering  <meyering@lucent.com>
25528
25529         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25530         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25531
25532 2000-02-08  Akim Demaille  <akim@epita.fr>
25533
25534         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25535         `[' and `]' and remove uses of `changequote'.
25536         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25537         (AC_SYS_LARGEFILE): Likewise.
25538         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25539         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25540         of changequote.
25541         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25542         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25543         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25544         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25545
25546 2000-02-05  Jim Meyering  <meyering@lucent.com>
25547
25548         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25549         Remove explicit use of AC_HEADER_TIME.  It is required by
25550         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25551         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25552         in autoconf whereby the expansion of the latter ended up preceding
25553         the expansion of its prerequisite, AC_HEADER_TIME.
25554         Reported by Volker Borchert.
25555
25556 2000-02-03  Jim Meyering  <meyering@lucent.com>
25557
25558         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25559
25560 2000-02-03  Jim Meyering  <meyering@lucent.com>
25561
25562         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25563         rather than with `#if HAVE_UTMPNAME'.
25564
25565 2000-02-02  Jim Meyering  <meyering@lucent.com>
25566
25567         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25568         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25569         Reported by Eli Zaretskii.
25570
25571 2000-02-01  Jim Meyering  <meyering@lucent.com>
25572
25573         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25574
25575 2000-01-31  Jim Meyering  <meyering@lucent.com>
25576
25577         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25578         functions.  Add the time.h and sys/time.h headers along with the
25579         AC_REQUIRE'ment of AC_HEADER_TIME.
25580
25581 2000-01-31  Jim Meyering  <meyering@lucent.com>
25582
25583         * lib/nanosleep.h (nanosleep): Guard declaration with
25584         `#if ! HAVE_DECL_NANOSLEEP'.
25585         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25586         the declaration in that vendor's sys/timers.h.
25587         Reported by Christian Krackowizer.
25588
25589         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25590         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25591         (ISPRINT): Likewise.
25592         Reported by Tom Tromey.
25593
25594 2000-01-30  Jim Meyering  <meyering@lucent.com>
25595
25596         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25597
25598         * m4/prereq.m4 (utmp_includes): Define.
25599         Check for ut_user and ut_name members in both struct utmpx
25600         and struct utmp.
25601
25602 2000-01-30  Jim Meyering  <meyering@lucent.com>
25603
25604         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25605         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25606         header files where only utmpx.ut_user is declared.
25607
25608         * lib/readutmp.h (UT_USER): Define.
25609
25610 2000-01-29  Jim Meyering  <meyering@lucent.com>
25611
25612         * m4/lib-check.m4: New file containing library-related checks from
25613         fileutils and sh-utils (textutils had none).
25614
25615 2000-01-28  Jim Meyering  <meyering@lucent.com>
25616
25617         * m4/perl.m4: Change format of warning message to look more like that
25618         from the missing script.  Suggestion from François Pinard.
25619
25620 2000-01-25  Jim Meyering  <meyering@lucent.com>
25621
25622         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25623         well as time.h in the compile check.
25624         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25625         Fix typo in cross-compiling case: s/yes/no/.
25626
25627 2000-01-23  Jim Meyering  <meyering@lucent.com>
25628
25629         * m4/jm-macros.m4: Move df-related tests here from
25630         fileutils/configure.in
25631
25632         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25633         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25634
25635         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25636         s/space/ac_fsusage_space/.
25637         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25638
25639         * m4/ftruncate.m4: New file (derived from part of
25640         fileutils/configure.in).
25641         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25642         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25643
25644         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25645         AC_SUBST these here, rather than just in sh-util/configure.in, so
25646         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25647         all the same.
25648         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25649         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25650         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25651         (AC_SUBST(POW_LIBM)): Likewise.
25652         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25653
25654 2000-01-23  Jim Meyering  <meyering@lucent.com>
25655
25656         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25657         obstack.c.
25658
25659 2000-01-22  Jim Meyering  <meyering@lucent.com>
25660
25661         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25662
25663         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25664
25665         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25666         configure.in
25667         (AC_CHECK_HEADERS): Likewise for sh-utils.
25668         (AC_CHECK_HEADERS): Likewise for textutils.
25669         Merge the three lists of headers.
25670
25671         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25672         from fileutils' configure.in.
25673
25674         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25675         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25676         check-decl.m4.
25677
25678         * m4/check-decl.m4: Use #if rather than #ifdef.
25679         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25680         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25681         (_jm_DECL_HEADERS): Define new function.
25682         (jm_CHECK_DECLARATIONS): Require it.
25683
25684 2000-01-22  Jim Meyering  <meyering@lucent.com>
25685
25686         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25687         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25688         Required for some AIX systems.  Reported by Christian Krackowizer.
25689         [TESTING] (main): New function.
25690
25691         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25692         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25693         letters.
25694
25695         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25696         iswprint.
25697
25698         * lib/strverscmp.c (ISDIGIT): Define.
25699         (strverscmp): Use ISDIGIT, not isdigit.
25700
25701 2000-01-19  Jim Meyering  <meyering@lucent.com>
25702
25703         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25704         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25705         defines `struct timespec' in <sys/time.h>
25706
25707         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25708         Thanks to Akim for explaining.
25709
25710 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25711
25712         * lib/nanosleep.c (nanosleep):
25713         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25714         POSIX.1 doesn't require SA_INTERRUPT and some systems
25715         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25716         it's been part of POSIX.1 since day 1 (in 1988).
25717
25718 2000-01-17  Jim Meyering  <meyering@lucent.com>
25719
25720         * lib/interlock: Remove unused file.  Reported by François Pinard.
25721
25722 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25723
25724         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25725         alert, backslash, formfeed, and vertical tab unnecessarily in
25726         shell quoting style.
25727
25728 2000-01-16  Jim Meyering  <meyering@lucent.com>
25729
25730         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25731         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25732         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25733         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25734
25735 2000-01-16  Jim Meyering  <meyering@lucent.com>
25736
25737         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25738         because the latter didn't work.
25739
25740 2000-01-15  Jim Meyering  <meyering@lucent.com>
25741
25742         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25743         (AC_REPLACE_FUNCS): Add memcpy and memset.
25744         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25745         Add strpbrk.
25746         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25747
25748 2000-01-12  Jim Meyering  <meyering@lucent.com>
25749
25750         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25751         (jm_PREREQ): Use it.
25752         (jm_PREREQ_READUTMP): New macro.
25753         (jm_PREREQ): Use it.
25754
25755 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25756
25757         Quote multibyte characters correctly.
25758         * m4/c-bs-a.m4: New file.
25759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25760         (jm_PREREQ): Use it.
25761
25762 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25763
25764         * m4/uintmax_t.m4: Port to autoconf 2.13.
25765
25766 2000-01-08  Jim Meyering  <meyering@ascend.com>
25767
25768         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25769         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25770
25771 2000-01-04  Jim Meyering  <meyering@ascend.com>
25772
25773         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25774         jm_STRUCT_DIRENT_D_TYPE.
25775         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25776         jm_STRUCT_DIRENT_D_INO.
25777         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25778         jm_STRUCT_UTIMBUF.
25779         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25780         renamings.
25781         * m4/utime.m4: Likewise.
25782
25783         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25784         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25785
25786 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25787
25788         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25789         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25790
25791 2000-01-02  Jim Meyering  <meyering@ascend.com>
25792
25793         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25794         remember if this is necessary.
25795
25796 1999-12-26  Jim Meyering  <meyering@ascend.com>
25797
25798         * m4/jm-macros.m4: Use it here.
25799         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25800
25801 1999-12-23  Jim Meyering  <meyering@ascend.com>
25802
25803         * m4/jm-macros.m4: Check for clock_gettime (moved from
25804         fileutils/configure.in)
25805         Check for gettimeofday.
25806
25807 1999-12-20  Jim Meyering  <meyering@ascend.com>
25808
25809         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25810         autoconf-2.14a-1999-12-20.
25811
25812 1999-12-19  Jim Meyering  <meyering@ascend.com>
25813
25814         * m4/lstat-slash.m4: New file.
25815         * m4/jm-macros.m4: Use the new macro:
25816         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25817
25818 1999-12-07  Jim Meyering  <meyering@ascend.com>
25819
25820         * m4/perl.m4: Require that File::Compare be available, too.
25821         Too many systems seem to lack it.
25822
25823         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25824         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25825
25826 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25827
25828         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25829         problem with the QNX 4.25 shell, which doesn't propagate exit
25830         status of failed commands inside shell assignments.
25831
25832 1999-11-17  Jim Meyering  <meyering@ascend.com>
25833
25834         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25835
25836 1999-11-07  Jim Meyering  <meyering@ascend.com>
25837
25838         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25839
25840 1999-11-06  Jim Meyering  <meyering@ascend.com>
25841
25842         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25843         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25844
25845 1999-11-05  Jim Meyering  <meyering@ascend.com>
25846
25847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25848         configure.in of textutils, fileutils, and sh-utils into this one
25849         (shared between those packages) file.
25850         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25851         AC_STRUCT_ST_BLKSIZE.
25852
25853 1999-11-03  Jim Meyering  <meyering@ascend.com>
25854
25855         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25856         of AC_CHECK_TYPE checks includes unistd.h.
25857         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25858         Suggestion from Akim Demaille.
25859
25860 1999-10-30  Jim Meyering  <meyering@ascend.com>
25861
25862         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25863         m4-quoted string.
25864         * m4/ls-mntd-fs.m4: Likewise.
25865         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25866         * m4/jm-winsz1.m4: Likewise.
25867
25868         * m4/const.m4: Remove file, since the fix made it into the experimental
25869         version of autoconf.
25870         * m4/mktime.m4: Likewise.
25871
25872         * m4/check-type.m4: Remove file, now that the latest version of
25873         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25874
25875         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25876         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25877         AC_CHECK_TYPE.
25878
25879 1999-10-04  Jim Meyering  <meyering@ascend.com>
25880
25881         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25882
25883 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25884
25885         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25886         2.95.1 bug with HP-UX 10.20.
25887
25888 1999-09-17  Jim Meyering  <meyering@ascend.com>
25889
25890         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25891         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25892         due to missing strdup (against sh-utils-2.0).
25893
25894 1999-08-29  Jim Meyering  <meyering@ascend.com>
25895
25896         * m4/jm-macros.m4: Require jm_BISON.
25897         * m4/bison.m4: New file.
25898
25899 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25900
25901         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25902         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25903
25904 1999-08-05  Jim Meyering  <meyering@ascend.com>
25905
25906         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25907         to avoid conflicts with `conftest' on 8+3 filesystems.
25908         Suggestion from Eli Zaretskii.
25909
25910 1999-08-04  Jim Meyering  <meyering@ascend.com>
25911
25912         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25913         fileutils and sh-utils (textutils's getline test was inadequate).
25914         (AM_FUNC_GETLINE): Run this test.
25915         (AC_CHECK_FUNCS): Check for getdelim.
25916         Reported by Bob Proulx.
25917
25918 1999-08-02  Jim Meyering  <meyering@ascend.com>
25919
25920         * m4/jm-macros.m4: Add a comment.
25921
25922 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25923
25924         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25925         <inttypes.h> defines strtoumax as a macro (and not as a
25926         function).
25927
25928 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25929
25930         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25931         that we can shift, multiply and divide unsigned long long
25932         values; Ultrix cc can't do it.
25933
25934 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25935
25936         * m4/mktime.m4: New file, which is a preview of what should appear
25937         in the next public autoconf release.
25938
25939 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25940
25941         * m4/lfs.m4: Remove this file.
25942         * m4/largefile.m4: New file.  It contains the old contents of
25943         lfs.m4, except that all names with prefix AC_LFS have been
25944         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25945         compatible with future autoconf versions.  Also, some minor m4
25946         quoting problems have been fixed.
25947
25948 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25949
25950         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25951         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25952         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25953         and simplify the shell code.
25954
25955 1999-08-01  Jim Meyering  <meyering@ascend.com>
25956
25957         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25958         m4.
25959
25960 1999-07-20  Jim Meyering  <meyering@ascend.com>
25961
25962         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25963
25964 1999-07-15  Jim Meyering  <meyering@ascend.com>
25965
25966         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25967
25968 1999-05-22  Jim Meyering  <meyering@ascend.com>
25969
25970         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25971
25972 1999-05-20  Jim Meyering  <meyering@ascend.com>
25973
25974         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25975         Add a colon after each `then' in case $4 is empty.
25976
25977 1999-05-16  Jim Meyering  <meyering@ascend.com>
25978
25979         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25980
25981 1999-05-10  Jim Meyering  <meyering@ascend.com>
25982
25983         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25984
25985         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25986         AC_FUNC_MKTIME.
25987
25988 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25989
25990         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25991
25992 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25993
25994         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25995         not CPPFLAGS, so that linking works correctly in IRIX.
25996
25997 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25998
25999         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26000
26001 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26002
26003         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26004         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26005         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26006         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26007         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26008
26009         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26010
26011 1999-04-20  Jim Meyering  <meyering@ascend.com>
26012
26013         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26014         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26015         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26016
26017 1999-04-18  Jim Meyering  <meyering@ascend.com>
26018
26019         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26020         * m4/jm-macros.m4: Use it.
26021
26022 1999-04-06  Jim Meyering  <meyering@ascend.com>
26023
26024         * m4/strftime.m4: Remove test for %f.
26025
26026 1999-03-29  Jim Meyering  <meyering@ascend.com>
26027
26028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26029         superset of the AC_TYPE_* checks in the textutils, fileutils,
26030         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26031         AC_TYPE_PID_T.
26032
26033 1999-03-28  Jim Meyering  <meyering@ascend.com>
26034
26035         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26036         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26037         replaced e.g., in the *.sh files of the sh-utils.
26038
26039 1999-03-20  Jim Meyering  <meyering@ascend.com>
26040
26041         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26042         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26043         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26044
26045 1999-03-19  Jim Meyering  <meyering@ascend.com>
26046
26047         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26048
26049 1999-03-12  Jim Meyering  <meyering@ascend.com>
26050
26051         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26052
26053 1999-03-07  Jim Meyering  <meyering@ascend.com>
26054
26055         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26056         declared.
26057
26058 1999-02-17  Jim Meyering  <meyering@ascend.com>
26059
26060         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26061         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26062
26063 1999-02-07  Jim Meyering  <meyering@ascend.com>
26064
26065         * m4/group-member.m4: New file -- extracted from sh-utils'
26066         configure.in.
26067
26068         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26069         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26070
26071 1999-02-06  Jim Meyering  <meyering@ascend.com>
26072
26073         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26074         * m4/fnmatch.m4: Likewise.
26075         * m4/getgroups.m4: Likewise.
26076         * m4/lstat.m4: Likewise.
26077         * m4/malloc.m4: Likewise.
26078         * m4/putenv.m4: Likewise.
26079         * m4/realloc.m4: Likewise.
26080         * m4/regex.m4: Likewise.
26081         * m4/stat.m4: Likewise.
26082         * m4/strftime.m4: Likewise.
26083         Suggestion from Alain Magloire.
26084
26085         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26086         * m4/fnmatch.m4: Likewise.
26087         * m4/getgroups.m4: Likewise.
26088         * m4/getline.m4: Likewise.
26089         * m4/lstat.m4: Likewise.
26090         * m4/malloc.m4: Likewise.
26091         * m4/memcmp.m4: Likewise.
26092         * m4/putenv.m4: Likewise.
26093         * m4/realloc.m4: Likewise.
26094         * m4/regex.m4: Likewise.
26095         * m4/stat.m4: Likewise.
26096         * m4/strftime.m4: Likewise.
26097         Suggestion from Alain Magloire.
26098
26099         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26100         an argument.
26101
26102         * m4/regex.m4: Add a run-time Test for proper operation of
26103         re_compile_pattern.
26104
26105 1999-01-31  Jim Meyering  <meyering@ascend.com>
26106
26107         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26108
26109 1999-01-30  Jim Meyering  <meyering@ascend.com>
26110
26111         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26112
26113         * m4/jm-mktime.m4: Make this a wrapper around the official
26114         AM_FUNC_MKTIME rather than my private copy, now that the official one
26115         is up to date.
26116         * m4/mktime.m4: Remove file.
26117
26118         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26119         * m4/uptime.m4: Likewise.
26120         * m4/uintmax_t.m4: Likewise.
26121
26122 1999-01-28  Jim Meyering  <meyering@ascend.com>
26123
26124         * m4/jm-macros.m4: Use jm_AFS.
26125         * m4/afs.m4: New file (from fileutils' configure.in).
26126
26127         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26128         * m4/chown.m4: Likewise.
26129         * m4/d-ino.m4: Likewise.
26130         * m4/d-type.m4: Likewise.
26131         * m4/fnmatch.m4: Likewise.
26132         * m4/getgroups.m4: Likewise.
26133         * m4/gettext.m4: Likewise.
26134         * m4/jm-mktime.m4: Likewise.
26135         * m4/jm-winsz2.m4: Likewise.
26136         * m4/lcmessage.m4: Likewise.
26137         * m4/ls-mntd-fs.m4: Likewise.
26138         * m4/malloc.m4: Likewise.
26139         * m4/memcmp.m4: Likewise.
26140         * m4/putenv.m4: Likewise.
26141         * m4/realloc.m4: Likewise.
26142         * m4/st_mtim.m4: Likewise.
26143         * m4/strftime.m4: Likewise.
26144
26145 1999-01-16  Jim Meyering  <meyering@ascend.com>
26146
26147         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26148         (ARGMATCH_DIE_DECL): Define.
26149
26150 1999-01-12  Jim Meyering  <meyering@ascend.com>
26151
26152         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26153         Reported by Lars Hecking.
26154
26155 1999-01-10  Jim Meyering  <meyering@ascend.com>
26156
26157         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26158         gross kludge.
26159         * m4/inttypes_h.m4: Likewise.
26160         * m4/lstat.m4: Likewise.
26161         * m4/malloc.m4: Likewise.
26162         * m4/readdir.m4: Likewise.
26163         * m4/realloc.m4: Likewise.
26164         * m4/st_dm_mode.m4: Likewise.
26165         * m4/stat.m4: Likewise.
26166         * m4/utimbuf.m4: Likewise.
26167         * m4/utimes.m4: Likewise.
26168
26169         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26170         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26171         comments in config.h.in are meaningful.
26172
26173         * m4/jm-macros.m4: Require autoconf-2.13 here.
26174
26175         * m4/regex.m4: By default, don't use the included regex.c on systems
26176         with glibc 2.  Suggestion from Uli Drepper.
26177
26178 1999-01-02  Jim Meyering  <meyering@ascend.com>
26179
26180         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26181
26182 1998-12-18  Jim Meyering  <meyering@ascend.com>
26183
26184         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26185         Based on a suggestion from Lars Hecking.
26186
26187 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26188
26189         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26190
26191 1998-11-16  Jim Meyering  <meyering@ascend.com>
26192
26193         * m4/lfs.m4: Double-quote the `uname...` expression.
26194
26195 1998-11-14  Jim Meyering  <meyering@ascend.com>
26196
26197         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26198         * m4/stat.m4: Likewise.
26199
26200 1998-11-03  Jim Meyering  <meyering@ascend.com>
26201
26202         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26203         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26204
26205 1998-10-18  Jim Meyering  <meyering@ascend.com>
26206
26207         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26208
26209 1998-10-17  Jim Meyering  <meyering@ascend.com>
26210
26211         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26212         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26213         calls for those previously hard-coded headers.  Instead, take a new
26214         parameter.
26215         (jm_CHECK_DECLARATIONS): Reflect interface change.
26216         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26217         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26218
26219         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26220
26221 1998-10-14  Jim Meyering  <meyering@ascend.com>
26222
26223         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26224         instead of "TZ=America/Vancouver".  From Paul Eggert.
26225
26226 1998-10-11  Jim Meyering  <meyering@ascend.com>
26227
26228         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26229         This adds a test for a recently added compatibility fix for mktime.c.
26230         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26231
26232 1998-09-27  Jim Meyering  <meyering@ascend.com>
26233
26234         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26235
26236         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26237         ../configure.in, including a change from Gordon Matzigkeit to allow
26238         cross-compiling for the Hurd.
26239
26240         * m4/glibc.m4: New file/macro to test for the GNU C Library
26241         versions 1 and 2.  From Gordon Matzigkeit.
26242         Indent.
26243
26244 1998-09-21  Jim Meyering  <meyering@ascend.com>
26245
26246         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26247
26248 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26249
26250         Port nanosecond-resolution times to UnixWare 2.1.2 and
26251         pedantic Solaris 2.6.
26252
26253         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26254         AC_STRUCT_ST_MTIM.
26255         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26256         Generate name of ns member, instead of just 1 or undef.
26257         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26258
26259 1998-08-15  Jim Meyering  <meyering@ascend.com>
26260
26261         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26262         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26263         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26264         instead of jm_TYPE_SSIZE_T.
26265
26266 1998-08-12  Jim Meyering  <meyering@ascend.com>
26267
26268         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26269
26270 1998-08-02  Jim Meyering  <meyering@ascend.com>
26271
26272         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26273         in acconfig.h manually.
26274
26275 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26276
26277         * m4/st_mtim.m4: New file.
26278
26279 1998-07-28  Jim Meyering  <meyering@ascend.com>
26280
26281         * m4/utimes.m4: Undef stat.
26282
26283 1998-07-25  Jim Meyering  <meyering@ascend.com>
26284
26285         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26286         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26287
26288 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26289
26290         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26291         uid and gid actually remain unchanged.
26292
26293 1998-07-07  Jim Meyering  <meyering@ascend.com>
26294
26295         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26296
26297 1998-07-04  Jim Meyering  <meyering@ascend.com>
26298
26299         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26300         to prove that this macro can be used in packages without regex.c.
26301
26302 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26303
26304         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26305         is to be used.
26306
26307 1998-07-03  Jim Meyering  <meyering@ascend.com>
26308
26309         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26310
26311         * m4/gettext.m4: New file -- from gettext-0.10.35.
26312         * m4/lcmessage.m4: Likewise.
26313         * m4/progtest.m4: Likewise.
26314
26315         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26316         * m4/jm-macros.m4: Require the new macro.
26317
26318 1998-06-29  Jim Meyering  <meyering@ascend.com>
26319
26320         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26321         for the definition of NGROUPS (used in a system header included
26322         by sys/mount.h).
26323
26324 1998-06-28  Jim Meyering  <meyering@ascend.com>
26325
26326         * m4/ls-mntd-fs.m4: New file.
26327         * m4/fstypename.m4: New file.
26328
26329         * m4/jm-macros.m4: Require the new macro.
26330         * m4/jm-glibc-io.m4: New file.
26331
26332 1998-05-19  Jim Meyering  <meyering@ascend.com>
26333
26334         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26335         * m4/lchown.m4: New file.
26336
26337         * m4/Makefile.am.in: New file.
26338         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26339
26340 1998-05-14  Jim Meyering  <meyering@ascend.com>
26341
26342         * m4/Makefile.am (EXTRA_DIST): Add them.
26343         * m4/jm-macros.m4: New file.
26344         * m4/utimbuf.m4: New file.
26345
26346 1998-05-12  Jim Meyering  <meyering@ascend.com>
26347
26348         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26349
26350 1998-05-11  Jim Meyering  <meyering@ascend.com>
26351
26352         * m4/isc-posix.m4: New file.
26353
26354 1998-05-10  Jim Meyering  <meyering@ascend.com>
26355
26356         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26357
26358 1998-05-09  Jim Meyering  <meyering@ascend.com>
26359
26360         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26361         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26362         with automake.
26363
26364         * m4/ssize_t.m4: New file.
26365         * m4/mktime.m4: Remove file -- the new automake has this now.
26366
26367 1998-04-26  Jim Meyering  <meyering@ascend.com>
26368
26369         * m4/assert.m4: New file.
26370         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26371
26372 1998-04-05  Jim Meyering  <meyering@ascend.com>
26373
26374         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26375         (jm_PREREQ): Use it here.
26376
26377 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26378
26379         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26380         in acconfig.h.
26381
26382 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26383
26384         * m4/prereq.m4: New file.
26385         * m4/error.m4: New file.
26386         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26387
26388 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26389
26390         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26391         cache-check for the same variable -- that defeated the purpose of
26392         the test; the test program was never run.  This was a problem only
26393         on systems with losing getline functions -- HP-UX 10.20 is one.
26394         Reported by Bjorn Helgaas.
26395
26396 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26397
26398         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26399
26400 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26401
26402         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26403
26404         * m4/const.m4: New file.  Use an initializer in this declaration
26405         typedef int charset[2]; const charset x;
26406         Reported by Bob Glickstein.
26407
26408 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26409
26410         * m4/chown.m4: Fix reversed types on -1 args to chown.
26411         From Kaveh Ghazi.
26412
26413 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26414
26415         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26416         Add lseek and memchr.
26417
26418         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26419         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26420         have a 20-character limit on names.
26421
26422 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26423
26424         * m4/inttypes_h.m4: New file.
26425         * m4/uintmax_t.m4: New file.
26426         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26427
26428 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26429   Free Software Foundation, Inc.
26430 Copying and distribution of this file, with or without modification,
26431 are permitted provided the copyright notice and this notice are preserved.