New module 'mbsspn'.
[gnulib.git] / ChangeLog
1 2007-02-04  Bruno Haible  <bruno@clisp.org>
2
3         New module mbsspn.
4         * modules/mbsspn: New file.
5         * lib/mbsspn.c: New file.
6         * lib/string_.h (strspn): Add a conditional link warning.
7         (mbsspn): New declaration.
8         * m4/mbsspn.m4: New file.
9         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10         GNULIB_MBSCSPN.
11         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
12         * MODULES.html.sh (Internationalization functions): Add mbsspn.
13
14 2007-02-04  Bruno Haible  <bruno@clisp.org>
15
16         New module mbspbrk.
17         * modules/mbspbrk: New file.
18         * lib/mbspbrk.c: New file.
19         * lib/string_.h (strpbrk): Add a conditional link warning.
20         (mbspbrk): New declaration.
21         * m4/mbspbrk.m4: New file.
22         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23         GNULIB_MBSPBRK.
24         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
25         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
26
27 2007-02-04  Bruno Haible  <bruno@clisp.org>
28
29         New module mbscspn.
30         * modules/mbscspn: New file.
31         * lib/mbscspn.c: New file.
32         * lib/string_.h (strcspn): Add a conditional link warning.
33         (mbscspn): New declaration.
34         * m4/mbscspn.m4: New file.
35         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36         GNULIB_MBSCSPN.
37         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39
40 2007-02-04  Bruno Haible  <bruno@clisp.org>
41
42         New module mbscasestr, reduced goal of strcasestr.
43         * modules/mbscasestr: New file.
44         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
45         (mbscasestr): Renamed from strcasestr.
46         * lib/strcasestr.c: Don't include mbuiter.h.
47         (strcasestr): Remove support for multibyte locales.
48         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
49         Change the conditional link warning.
50         (mbscasestr): New declaration.
51         * m4/mbscasestr.m4: New file.
52         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
53         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
54         REPLACE_STRCASESTR.
55         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
56         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
57         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
58         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
59         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
60         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
61         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
62         (Depends-on): Remove mbuiter.
63         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
64
65 2007-02-04  Bruno Haible  <bruno@clisp.org>
66
67         Simplify handling of strncasecmp.
68         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
69         the conditional link warning.
70         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
71         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
72         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
73         * modules/strcase (configure.ac): Don't invoke
74         gl_STRING_MODULE_INDICATOR.
75         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
76
77 2007-02-04  Bruno Haible  <bruno@clisp.org>
78
79         New module mbscasecmp, reduced goal of strcasecmp.
80         * modules/mbscasecmp: New file.
81         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
82         (mbscasecmp): Renamed from strcasecmp.
83         * lib/strcasecmp.c: Don't include mbuiter.h.
84         (strcasecmp): Remove support for multibyte locales.
85         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
86         Change the conditional link warning.
87         (mbscasecmp): New declaration.
88         * m4/mbscasecmp.m4: New file.
89         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
90         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
91         REPLACE_STRCASECMP.
92         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
93         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
94         GNULIB_MBSCASECMP.
95         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
96         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
97         * modules/strcase (Files): Remove m4/mbrtowc.m4.
98         (Depends-on): Remove mbuiter.
99         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
100
101 2007-02-04  Bruno Haible  <bruno@clisp.org>
102
103         New module mbsstr. Remove module strstr.
104         * modules/mbsstr: New file.
105         * modules/strstr: Remove file.
106         * lib/mbsstr.c: Renamed from lib/strstr.c.
107         (mbsstr): Renamed from strstr.
108         * lib/string_.h (strstr): Remove declaration. Change the conditional
109         link warning.
110         (mbsstr): New declaration.
111         * m4/mbsstr.m4: New file.
112         * m4/strstr.m4: Remove file.
113         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
114         REPLACE_STRSTR.
115         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
116         Don't initialize GNULIB_STRSTR.
117         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
118         substitute GNULIB_STRSTR and REPLACE_STRSTR.
119         * MODULES.html.sh (Internationalization functions): Add mbsstr.
120         (Support for systems lacking ANSI C 89): Remove strstr.
121
122 2007-02-04  Bruno Haible  <bruno@clisp.org>
123
124         New module mbsrchr.
125         * modules/mbsrchr: New file.
126         * lib/mbsrchr.c: New file.
127         * lib/string_.h (strrchr): Add a conditional link warning.
128         (mbsrchr): New declaration.
129         * m4/mbsrchr.m4: New file.
130         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
131         GNULIB_MBSRCHR.
132         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
133         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
134
135 2007-02-04  Bruno Haible  <bruno@clisp.org>
136
137         New module mbschr.
138         * modules/mbschr: New file.
139         * lib/mbschr.c: New file.
140         * lib/string_.h (strchr): Add a conditional link warning.
141         (mbschr): New declaration.
142         * m4/mbschr.m4: New file.
143         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
144         GNULIB_MBSCHR.
145         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
146         * MODULES.html.sh (Internationalization functions): Add mbschr.
147
148 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
149
150         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
151
152         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
153
154 2007-02-04  Bruno Haible  <bruno@clisp.org>
155
156         New module description section 'configure.ac-early'.
157         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
158         (func_get_autoconf_early_snippet): New function.
159         (func_import, func_create_testdir): Use it. Remove special cases for
160         modules 'extensions' and 'lock'.
161         * modules/extensions (configure.ac-early): Require
162         gl_USE_SYSTEM_EXTENSIONS.
163         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
164
165 2007-02-04  Bruno Haible  <bruno@clisp.org>
166
167         Make use of gcj-4.3's -fsource and -ftarget option.
168         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
169         and if so try the options -fsource and -ftarget.
170         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
171         source_version, ftarget_option, target_version arguments.
172         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
173         (is_envjavac_oldgcj_14_14_usable): Renamed from
174         is_envjavac_gcj_14_14_usable.
175         (is_envjavac_oldgcj_14_13_usable): Renamed from
176         is_envjavac_gcj_14_13_usable.
177         (is_gcj_present): Update.
178         (is_gcj_43, is_gcj43_usable): New functions.
179         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
180         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
181         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
182         try the options -fsource and -ftarget.
183
184 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
185
186         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
187         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
188         larger value.
189
190 2007-02-03  Jim Meyering  <jim@meyering.net>
191
192         Give tools a better chance to allocate space for very large buffers.
193         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
194
195         Make pwd and readlink work also when run with an unreadable parent dir
196         on systems with openat support.
197         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
198         provided getcwd function, even when we have openat support.
199         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
200
201 2007-02-02  Bruno Haible  <bruno@clisp.org>
202
203         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
204         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
205         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
206         portability problems if one of these functions is only used on specific
207         platforms.
208         Reported by Paul Eggert.
209
210 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
211
212         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
213         is causing more trouble than it's curing.
214         * lib/regex_internal.h (__mempcpy): Remove.
215         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
216         (and make the code a tad smaller to boot).
217         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
218
219 2007-02-02  Jim Meyering  <jim@meyering.net>
220
221         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
222         section, not in the Makefile.am: one.
223
224 2007-02-02  Eric Blake  <ebb9@byu.net>
225
226         * lib/strchrnul.c: Always include config.h first.
227
228         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
229         gnulib strstr is not necessary here.
230
231 2007-02-02  Simon Josefsson  <simon@josefsson.org>
232
233         * m4/socklen.m4: Fix typo.
234
235 2007-02-02  Eric Blake  <ebb9@byu.net>
236
237         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
238         * modules/netinet_in (Makefile.am): Likewise.
239
240 2007-02-01  Bruno Haible  <bruno@clisp.org>
241
242         * lib/string_.h (GL_LINK_WARNING): New macro.
243         (strcasecmp, strstr, strcasestr): If provided by the system,
244         conditionally define as a macro that leads to a warning instead of to
245         an error.
246         (strncasecmp): Conditionally define as a macro that leads to a warning.
247
248 2007-02-01  Jim Meyering  <jim@meyering.net>
249
250         Give tools a better chance to allocate space for very large buffers.
251         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
252
253 2007-02-01  Karl Berry  <karl@gnu.org>
254
255         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
256
257 2007-02-01  Bruno Haible  <bruno@clisp.org>
258
259         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
260         renamings.
261
262 2007-02-01  Eric Blake  <ebb9@byu.net>
263
264         * modules/regex (Depends-on): Revert dependence on mempcpy.
265         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
266         module's definition of mempcpy.
267         Reported by Paul Eggert.
268
269 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
270
271         * lib/string_.h: If the gnulib module XYZ is not present, undefine
272         the symbol XYZ before redefining it.  This fixes a problem with
273         programs that don't use XYZ, when compiled on systems that define
274         XYZ to something else.
275
276 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
277
278         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
279         occurs when "mkdir -m foo" creates a setgid directory that is (1)
280         writeable to group or other and (2) is intended to have a special
281         mode bit that is set or cleared.  In such a case, the directory
282         should be neither group- nor other-writeable until the special
283         mode bits are right.
284
285 2007-01-31  Eric Blake  <ebb9@byu.net>
286
287         * modules/mountlist (Depends-on): Add strstr.
288
289         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
290         bug.
291         * modules/string (Makefile.am): Remove redundant replacement.
292         * modules/regex (Depends-on): Add mempcpy.
293
294 2007-01-31  Bruno Haible  <bruno@clisp.org>
295
296         New module description field 'Link'.
297         * gnulib-tool (func_usage): Document --extract-link-directive.
298         (sed_extract_prog): Recognize 'Link' directive.
299         (func_get_link_directive): New function.
300         (func_import): Show summary of link directives.
301         Handle --extract-link-directive option.
302         * modules/acl (Link): New section.
303         * modules/clock-time (Link): New section.
304         * modules/euidaccess (Link): New section.
305         * modules/gettext (Link): New section.
306         * modules/iconv (Link): New section.
307         * modules/lock (Link): New section.
308         * modules/nanosleep (Link): New section.
309         * modules/readline (Link): New section.
310
311 2007-01-27  Bruno Haible  <bruno@clisp.org>
312
313         Enforce the use of gnulib modules for unportable <string.h> functions.
314         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
315         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
316         (gl_HEADER_STRING_H_BODY): Require it.
317         * lib/string_.h: If the gnulib module XYZ is not present, redefine
318         the symbol XYZ to one that gives a link error.
319         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
320         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
321         * modules/mempcpy (configure.ac): Likewise.
322         * modules/memrchr (configure.ac): Likewise.
323         * modules/stpcpy (configure.ac): Likewise.
324         * modules/stpncpy (configure.ac): Likewise.
325         * modules/strcase (configure.ac): Likewise.
326         * modules/strcasestr (configure.ac): Likewise.
327         * modules/strchrnul (configure.ac): Likewise.
328         * modules/strdup (configure.ac): Likewise.
329         * modules/strndup (configure.ac): Likewise.
330         * modules/strnlen (configure.ac): Likewise.
331         * modules/strpbrk (configure.ac): Likewise.
332         * modules/strsep (configure.ac): Likewise.
333         * modules/strstr (configure.ac): Likewise.
334         * modules/strtok_r (configure.ac): Likewise.
335
336 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
337
338         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
339
340 2007-01-30  Jim Meyering  <jim@meyering.net>
341
342         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
343
344 2007-01-29  Bruno Haible  <bruno@clisp.org>
345
346         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
347         * lib/execute.c: Likewise.
348         * lib/pipe.c: Likewise.
349         * lib/printf-args.h: Likewise.
350         * lib/printf-args.c: Likewise.
351         * lib/printf-parse.c: Likewise.
352         * lib/vasnprintf.c: Likewise.
353
354 2007-01-29  Eric Blake  <ebb9@byu.net>
355
356         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
357         declaration.
358
359 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
360
361         * lib/strptime.h (strptime): Use 'restrict' for args where
362         POSIX requires this.
363         * lib/strptime.c (strptime): Likewise.
364         Change license notice from LGPL to GPL, since gnulib-tool will
365         change this as needed.
366         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
367         defined.
368         Include "strptime.h" first, to check interface.
369         Do not #undef _LIBC and _NL_CURRENT.
370         Do not include <stdlib.h>; no longer needed.
371         Include "time_r.h" and declare ptime_locale_status
372         only if _LIBC is not defined.
373         (__P): Remove unused macro.
374         (match_string): Bring back glibc version, but use it only if _LIBC
375         is defined.
376         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
377         Remove unnecessary assertion and abort() call.
378         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
379         * m4/strptime.m4: Fix serial number comment.
380         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
381         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
382         (Depends-on): Add time_r.
383
384 2007-01-29  Bruno Haible  <bruno@clisp.org>
385
386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
387         strptime.
388         * modules/strptime (Depends-on): Add stdbool.
389         * lib/strptime.h: Include <time.h> always. Add comments.
390
391 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
392
393         * modules/strptime: New file.
394         * lib/strptime.h: New file.
395         * lib/strptime.c: New file.
396         * m4/strptime.m4: New file.
397
398 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
399
400         * MODULES.html.sh: New module mpsort.
401         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
402
403         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
404         a circularity problem with HP-UX ia64 reported by Bob Proulx in
405         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
406         All uses changed.
407         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
408         All uses changed.
409         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
410         to _Restrict_.
411         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
412         the parameter matches the prototype.
413
414 2007-01-28  Jim Meyering  <jim@meyering.net>
415
416         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
417         sys/time.h here, reverting that part of the previous patch:
418         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
419
420 2007-01-28  Bruno Haible  <bruno@clisp.org>
421
422         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
423         value of $(SYS_TIME_H).
424         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
425         remove it conditionally, too. [added by Jim Meyering]
426         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
427         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
428         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
429         GETTIMEOFDAY_REPLACEMENT to 1.
430
431 2007-01-28  Bruno Haible  <bruno@clisp.org>
432
433         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
434         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
435         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
436         Set UNISTD_H instead of UNISTD_H2.
437         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
438
439 2007-01-28  Bruno Haible  <bruno@clisp.org>
440
441         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
442         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
443
444 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
445
446         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
447         (func_create_testdir): Ensure C locale for `grep' and `tr'
448         character ranges.
449         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
450         ACLOCAL_AMFLAGS parsing state machine.
451
452 2007-01-27  Bruno Haible  <bruno@clisp.org>
453
454         * modules/unistr/base: Update.
455
456 2007-01-27  Bruno Haible  <bruno@clisp.org>
457
458         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
459         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
460         * modules/unistr/u32-mbtouc-unsafe: Renamed from
461         modules/unistr/u32-mbtouc.
462         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
463         * lib/unistr.h: Update.
464         * lib/linebreak.c: Update.
465         * modules/unistr/u32-mbtouc: Renamed from
466         modules/unistr/u32-mbtouc-safe.
467         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
468         * lib/unistr.h: Update.
469         * lib/unistr/u32-to-u8.c: Update.
470         * lib/unistr/u32-to-u16.c: Update.
471
472 2007-01-27  Bruno Haible  <bruno@clisp.org>
473
474         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
475         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
476         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
477         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
478         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
479         * modules/unistr/u16-mbtouc-unsafe: Renamed from
480         modules/unistr/u16-mbtouc.
481         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
482         * lib/unistr.h: Update.
483         * lib/linebreak.c: Update.
484         * modules/linebreak: Update.
485         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
486         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
487         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
488         * modules/unistr/u16-mbtouc: Renamed from
489         modules/unistr/u16-mbtouc-safe.
490         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
491         * lib/unistr.h: Update.
492         * lib/unistr/u16-to-u8.c: Update.
493         * modules/unistr/u16-to-u8: Update.
494         * lib/unistr/u16-to-u32.c: Update.
495         * modules/unistr/u16-to-u32: Update.
496
497 2007-01-27  Bruno Haible  <bruno@clisp.org>
498
499         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
500         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
501         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
502         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
503         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
504         * modules/unistr/u8-mbtouc-unsafe: Renamed from
505         modules/unistr/u8-mbtouc.
506         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
507         * lib/unistr.h: Update.
508         * lib/striconveh.c: Update.
509         * modules/striconveh: Update.
510         * lib/linebreak.c: Update.
511         * modules/linebreak: Update.
512         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
513         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
514         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
515         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
516         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
517         * lib/unistr.h: Update.
518         * lib/striconveh.c: Update.
519         * modules/striconveh: Update.
520         * lib/unistr/u8-to-u16.c: Update.
521         * modules/unistr/u8-to-u16: Update.
522         * lib/unistr/u8-to-u32.c: Update.
523         * modules/unistr/u8-to-u32: Update.
524
525 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526
527         Sync from Libtool.
528         * lib/argz.c: Do not include strings.h nor memory.h, include
529         string.h unconditionally.  Patch by Simon Josefsson.
530
531 2007-01-27  Bruno Haible  <bruno@clisp.org>
532
533         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
534         from gl_HEADER_STRING_H_BODY.
535         (gl_HEADER_STRING_H_BODY): Require it.
536         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
537         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
538         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
539         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
540         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
541         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
542         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
543         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
544         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
545         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
546         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
547         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
548         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
549         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
550         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
551
552 2007-01-27  Bruno Haible  <bruno@clisp.org>
553
554         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
555         check_PROGRAMS into noinst_PROGRAMS.
556         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
557         check_PROGRAMS in this case.
558         (func_import): Set for_test to false.
559         (func_create_testdir): Set for_test to true.
560
561 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
562             Bruno Haible  <bruno@clisp.org>
563
564         * modules/strcasestr (Files): Remove lib/strcasestr.h.
565         (Depends-on): Add string.
566         (Includes): Use <string.h> instead of strcasestr.h.
567         * modules/string (Makefile.am): Also substitute the value of
568         REPLACE_STRCASESTR.
569         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
570         assume strcasestr is declared in <string.h> not <strings.h>. Also
571         set REPLACE_STRCASESTR.
572         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
573         REPLACE_STRCASESTR.
574         * lib/strcasestr.h: Remove file.
575         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
576         * lib/string_.h (strcasestr): New declaration.
577
578 2007-01-27  Bruno Haible  <bruno@clisp.org>
579
580         * lib/string_.h: Use 'extern'.
581
582 2007-01-27  Jim Meyering  <jim@meyering.net>
583
584         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
585         of set-but-not-used local, "q".
586
587         * lib/mempcpy.c: Include <config.h> before <string.h>.
588         This fixes a compilation error on HP-UX, due to the system's
589         "restrict"-using mempcpy prototype.
590
591 2007-01-26  Bruno Haible  <bruno@clisp.org>
592
593         Small optimization.
594         * lib/javacomp.c: Include c-strstr.h.
595          (is_envjavac_gcj): Use c_strstr instead of strstr.
596         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
597
598 2007-01-26  Bruno Haible  <bruno@clisp.org>
599
600         * MODULES.html.sh (Unicode string functions): Add the new modules.
601
602         * modules/uniconv/u32-strconv-to-locale: New file.
603         * lib/uniconv/u32-strconv-to-locale.c: New file.
604
605         * modules/uniconv/u16-strconv-to-locale: New file.
606         * lib/uniconv/u16-strconv-to-locale.c: New file.
607
608         * modules/uniconv/u8-strconv-to-locale: New file.
609         * lib/uniconv/u8-strconv-to-locale.c: New file.
610
611         * modules/uniconv/u32-strconv-from-locale: New file.
612         * lib/uniconv/u32-strconv-from-locale.c: New file.
613
614         * modules/uniconv/u16-strconv-from-locale: New file.
615         * lib/uniconv/u16-strconv-from-locale.c: New file.
616
617         * modules/uniconv/u8-strconv-from-locale: New file.
618         * lib/uniconv/u8-strconv-from-locale.c: New file.
619
620         * modules/uniconv/u32-strconv-to-enc: New file.
621         * lib/uniconv/u32-strconv-to-enc.c: New file.
622         * modules/uniconv/u32-strconv-to-enc-tests: New file.
623         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
624
625         * modules/uniconv/u16-strconv-to-enc: New file.
626         * lib/uniconv/u16-strconv-to-enc.c: New file.
627         * lib/uniconv/u-strconv-to-enc.h: New file.
628         * modules/uniconv/u16-strconv-to-enc-tests: New file.
629         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
630
631         * modules/uniconv/u8-strconv-to-enc: New file.
632         * lib/uniconv/u8-strconv-to-enc.c: New file.
633         * modules/uniconv/u8-strconv-to-enc-tests: New file.
634         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
635
636         * modules/uniconv/u32-strconv-from-enc: New file.
637         * lib/uniconv/u32-strconv-from-enc.c: New file.
638         * modules/uniconv/u32-strconv-from-enc-tests: New file.
639         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
640
641         * modules/uniconv/u16-strconv-from-enc: New file.
642         * lib/uniconv/u16-strconv-from-enc.c: New file.
643         * modules/uniconv/u16-strconv-from-enc-tests: New file.
644         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
645
646         * modules/uniconv/u8-strconv-from-enc: New file.
647         * lib/uniconv/u8-strconv-from-enc.c: New file.
648         * lib/uniconv/u-strconv-from-enc.h: New file.
649         * modules/uniconv/u8-strconv-from-enc-tests: New file.
650         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
651
652         * modules/uniconv/u32-conv-from-enc: New file.
653         * lib/uniconv/u32-conv-from-enc.c: New file.
654         * modules/uniconv/u32-conv-from-enc-tests: New file.
655         * tests/uniconv/test-u32-conv-from-enc.c: New file.
656
657         * modules/uniconv/u16-conv-from-enc: New file.
658         * lib/uniconv/u16-conv-from-enc.c: New file.
659         * lib/uniconv/u-conv-from-enc.h: New file.
660         * modules/uniconv/u16-conv-from-enc-tests: New file.
661         * tests/uniconv/test-u16-conv-from-enc.c: New file.
662
663         * modules/uniconv/u8-conv-from-enc: New file.
664         * lib/uniconv/u8-conv-from-enc.c: New file.
665         * modules/uniconv/u8-conv-from-enc-tests: New file.
666         * tests/uniconv/test-u8-conv-from-enc.c: New file.
667
668         * modules/uniconv/base: New file.
669         * lib/uniconv.h: New file.
670
671 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
672
673         * doc/gnulib-tool.texi (Initial import): Update to match current
674         behavior with strdup module.
675         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
676         * lib/memmem.h: Remove; all uses removed.  This is now done
677         by <string.h>.
678         * lib/mempcpy.h: Likewise.
679         * lib/memrchr.h: Likewise.
680         * lib/stpcpy.h: Likewise.
681         * lib/stpncpy.h: Likewise.
682         * lib/strcase.h: Likewise.
683         * lib/strchrnul.h: Likewise.
684         * lib/strdup.h: Likewise.
685         * lib/strndup.h: Likewise.
686         * lib/strnlen.h: Likewise.
687         * lib/strpbrk.h: Likewise.
688         * lib/strsep.h: Likewise.
689         * lib/strstr.h: Likewise.
690         * lib/strtok_r.h: Likewise.
691         * lib/string_.h: New file.
692         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
693         Rely on <string.h> instead.
694         * lib/canon-host.c: Likewise.
695         * lib/chdir-long.c: Likewise.
696         * lib/concatpath.c: Likewise.
697         * lib/exclude.c: Likewise.
698         * lib/fchdir.c: Likewise.
699         * lib/getaddrinfo.c: Likewise.
700         * lib/getcwd.c: Likewise.
701         * lib/getsubopt.c: Likewise.
702         * lib/glob.c: Likewise.
703         * lib/hard-locale.c: Likewise.
704         * lib/iconvme.c: Likewise.
705         * lib/javacomp.c: Likewise.
706         * lib/mempcpy.c: Likewise.
707         * lib/memrchr.c: Likewise.
708         * lib/regex_internal.h: Likewise.
709         * lib/stpncpy.c: Likewise.
710         * lib/strcasecmp.c: Likewise.
711         * lib/strchrnul.c: Likewise.
712         * lib/strdup.c: Likewise.
713         * lib/striconv.c: Likewise.
714         * lib/striconveh.c: Likewise.
715         * lib/striconveha.c: Likewise.
716         * lib/strncasecmp.c: Likewise.
717         * lib/strndup.c: Likewise.
718         * lib/strnlen.c: Likewise.
719         * lib/strsep.c: Likewise.
720         * lib/strstr.c: Likewise.
721         * lib/strtok_r.c: Likewise.
722         * lib/userspec.c: Likewise.
723         * lib/w32spawn.h: Likewise.
724         * lib/xstrndup.c: Likewise.
725         * lib/mountlist.c (strstr): Remove decl.
726         * m4/string_h.m4: New file.
727         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
728         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
729         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
730         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
731         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
732         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
733         Set REPLACE_STRCASECMP if necessary.
734         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
735         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
736         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
737         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
738         HAVE_DECL_STRDUP if necessary.
739         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
740         since gl_FUNC_STRNDUP does that now.
741         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
742         Check for decl here...
743         (gl_PREREQ_STRNLEN): ... not here.
744         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
745         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
746         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
747         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
748         necessary.
749         * modules/string: New file.
750         * modules/memmem (Files): Remove special-purpose include file.
751         (Depends-on): Add string.
752         (Include): Include <string.h>, not the removed file.
753         * modules/mempcpy: Likewise.
754         * modules/memrchr: Likewise.
755         * modules/stpcpy: Likewise.
756         * modules/stpncpy: Likewise.
757         * modules/strcase: Likewise.
758         * modules/strchrnul: Likewise.
759         * modules/strdup: Likewise.
760         * modules/strndup: Likewise.
761         * modules/strnlen: Likewise.
762         * modules/strpbrk: Likewise.
763         * modules/strsep: Likewise.
764         * modules/strstr: Likewise.
765         * modules/strtok_r: Likewise.
766         * tests/test-dirname.c: Don't include "strdup.h", since
767         <string.h> now suffices.
768         * tests/test-memmem.c: Don't include "memmem.h", since
769         <string.h> now suffices.
770
771 2007-01-25  Bruno Haible  <bruno@clisp.org>
772
773         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
774         *resultp is 0.
775
776         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
777         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
778         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
779         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
780
781         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
782         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
783         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
784         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
785         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
786         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
787
788 2007-01-24  Bruno Haible  <bruno@clisp.org>
789
790         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
791         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
792         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
793         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
794         gl_FUNC_FTS_CORE.
795         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
796         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
797         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
798         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
799         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
800         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
801         gl_FUNC_FCHOWNAT.
802         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
803         gl_FUNC_STRFTIME.
804         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
805         Reported by Ralf Wildenhues.
806
807 2007-01-24  Bruno Haible  <bruno@clisp.org>
808
809         Drop AC_REQUIRE calls that are redundant with the module dependencies.
810         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
811         gl_GETADDRINFO.
812         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
813         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
814         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
815
816 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
817
818         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
819         Don't use 'exit'; just return from 'main'.
820         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
821
822         * lib/fnmatch_.h: Readjust white space and comments to match
823         glibc, to avoid spurious diffs.
824
825 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
826
827         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
828         2004-12-01 change by Jakub Jelinek, since this code won't compile
829         if !LIBC.  Problem reported by Bob Proulx.
830
831 2007-01-23  Bruno Haible  <bruno@clisp.org>
832
833         * lib/striconveh.c: Include c-strcaseeq.h.
834         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
835         * modules/striconveh (Depends-on): Add c-strcaseeq.
836
837 2007-01-23  Bruno Haible  <bruno@clisp.org>
838
839         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
840
841         * modules/c-strcaseeq: New file.
842         * lib/c-strcaseeq.h: New file.
843
844         * modules/streq: New file.
845         * lib/streq.h: New file.
846
847 2007-01-23  Bruno Haible  <bruno@clisp.org>
848
849         * modules/striconveha-tests: New file.
850         * tests/test-striconveha.c: New file.
851
852         * lib/striconveha.h: Include <stdbool.h>.
853         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
854         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
855         (mem_iconveha_notranslit): Renamed from mem_iconveha.
856         (mem_iconveha): New function.
857         (str_iconveha_notranslit): Renamed from str_iconveha.
858         (str_iconveha): New function.
859         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
860         c-strcase.
861
862 2007-01-23  Bruno Haible  <bruno@clisp.org>
863
864         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
865         encodings without forgiving before trying any encoding with handler.
866         (str_iconveha): Try all encodings without forgiving before trying any
867         encoding with handler.
868
869 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
870
871         Import the following changes from libc.
872
873         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
874
875         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
876
877         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
878
879         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
880         normal_bracket label.
881
882         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
883
884         [BZ #361]
885         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
886         to normal_bracket after fetching the next character.
887
888 2007-01-22  Bruno Haible  <bruno@clisp.org>
889
890         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
891         argument.
892         * lib/striconveh.c (iconv_carefully_1): New function.
893         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
894         argument.
895         (str_cd_iconveh): Update.
896         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
897         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
898         * tests/test-striconveh.c (MAGIC): New macro.
899         (new_offsets): New function.
900         (main): Test call with and without offsets.
901
902 2007-01-22  Bruno Haible  <bruno@clisp.org>
903
904         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
905         * modules/sys_select (Makefile.am): Likewise.
906         * modules/sys_socket (Makefile.am): Likewise.
907         * modules/sys_time (Makefile.am): Likewise.
908
909 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
910
911         * modules/gettimeofday (License): Change from GPL to LGPL, since
912         gettimeofday is a library function.
913
914 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
915
916         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
917
918 2007-01-21  Bruno Haible  <bruno@clisp.org>
919
920         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
921
922 2007-01-21  Bruno Haible  <bruno@clisp.org>
923
924         * modules/striconveha: New file.
925         * lib/striconveha.h: New file.
926         * lib/striconveha.c: New file.
927         * MODULES.html.sh (Internationalization functions): Add striconveha.
928         * lib/striconv.c (str_iconv): Optimize the case of an empty input
929         string.
930         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
931
932 2007-01-21  Bruno Haible  <bruno@clisp.org>
933
934         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
935         * lib/striconveh.c (str_iconveh): Likewise.
936
937 2007-01-21  Bruno Haible  <bruno@clisp.org>
938
939         * lib/striconveh.h (mem_iconveh): New declaration.
940         * lib/striconveh.c (mem_iconveh): New function.
941         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
942
943 2007-01-21  Bruno Haible  <bruno@clisp.org>
944
945         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
946
947         * lib/striconveh.h (mem_cd_iconveh): Change specification.
948         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
949         original result buffer.
950         (str_cd_iconveh): Update.
951         * tests/test-striconveh.c (main): Update.
952
953         * lib/striconv.h (mem_cd_iconv): Change specification.
954         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
955         result buffer.
956         (str_cd_iconv): Update.
957         * tests/test-striconv.c (main): Update.
958
959 2007-01-21  Bruno Haible  <bruno@clisp.org>
960
961         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
962
963 2007-01-20  Jim Meyering  <jim@meyering.net>
964
965         * lib/userspec.c (parse_with_separator): If a user or group string
966         starts with "+", skip the corresponding name-to-ID look-up, since
967         such a look-up must fail: user and group names may not include "+".
968
969 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
970
971         * lib/poll.c: Include sys/time.h and time.h unconditionally,
972         since we now assume the sys_time module.
973         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
974         check for sys/time.h; no longer needed.
975         * modules/poll (Depends-on): Depend on sys_time.
976
977 2007-01-18  Bruno Haible  <bruno@clisp.org>
978
979         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
980         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
981
982         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
983         gettimeofday.
984
985         * tests/test-gettimeofday.c: Include <time.h>.
986         (dummy): Remove variable.
987
988         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
989         gl_HEADER_SYS_TIME_H.
990         (gl_HEADER_SYS_TIME_H): New macro.
991
992         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
993         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
994         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
995         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
996         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
997         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
998         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
999         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1000         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1001         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1002         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1003
1004         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1005         last change; it caused a compilation error when cross-compiling to
1006         Cygwin.
1007
1008 2007-01-18  Jim Meyering  <jim@meyering.net>
1009
1010         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1011         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1012         than the race-prone "test -d sys || mkdir sys".
1013         (configure.ac): Use AC_PROG_MKDIR_P.
1014         * modules/sys_select: Likewise.
1015         * modules/sys_socket: Likewise.
1016         * modules/sys_time: Likewise.
1017
1018 2007-01-18  Eric Blake  <ebb9@byu.net>
1019
1020         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1021         replace gettimeofday.
1022         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1023         name, to avoid infinite recursion.
1024
1025 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1026
1027         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1028         module sys_time.
1029         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1030         assume timespec.h defines struct timeval.
1031         * lib/settime.c: Likewise.
1032         * lib/utimens.c: Likewise.
1033         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1034         since we now assume the gettimeofday module.
1035         * lib/tempname.c (__gen_tempname): Likewise.
1036         * lib/gettimeofday.h: Remove.
1037         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1038         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1039         Include <time.h>, for 'time()'.
1040         (localtime_buffer_addr): Also use this workaround if
1041         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1042         to simplify the uses.  All uses changed.
1043         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1044         that #undef is inside {}, and 'const' follows type name consistently.
1045         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1046         (gettimeofday): Do not use the maximum possible value for
1047         tv->tv_usec, since that might break usages other than ls.c.
1048         Instead, we'll leave ls.c alone.  This undoes today's patch
1049         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1050         we've never observed the problem but might as well keep the
1051         canary.
1052         * lib/nanosleep.c: Include timespec.h first, for interface check.
1053         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1054         now assume the sys_time module.
1055         * lib/tempname.c: Likewise.
1056         * lib/timespec.h: Likewise.
1057         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1058         needed.
1059         * lib/strftime.c: Likewise.
1060         * lib/timespec.h: Likewise.
1061         * lib/posixtm.c: Include posixtm.h first, for interface check.
1062         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1063         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1064         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1065         * lib/sys_time_.h: New file.
1066         * lib/timespec.h (struct timespec): Use long int, not long.
1067         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1068         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1069         Remove obsolescent call to AC_HEADER_TIME.
1070         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1071         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1072         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1073         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1074         Likewise.
1075         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1076         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1077         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1078         into the sys_time module.  Check for gettimeofday just once.
1079         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1080         for gettimeofday signature to just check the signature.  Merely
1081         compile it, since linking doesn't test signature.  Improve test for
1082         whether gettimeofday.o is actually needed.
1083         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1084         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1085         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1086         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1087         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1088         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1089         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1090         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1091         than worrying about sys/time.h.
1092         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1093         Don't bother worrying about TIME_WITH_SYS_TIME.
1094         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1095         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1096         * m4/sys_time_h.m4: New file.
1097         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1098         Don't include sys/time.h.  Return from main rather than exiting.
1099         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1100         all uses changed.
1101         * modules/gethrxtime (Depends-on): Add sys_time.
1102         * modules/gettime (Depends-on): Likewise.
1103         * modules/gettimeofday (Depends-on): Likewise.
1104         * modules/nanosleep (Depends-on): Likewise.
1105         * modules/settime (Depends-on): Likewise.
1106         * modules/tempname (Depends-on): Likewise.
1107         * modules/utimens (Depends-on): Likewise.
1108         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1109         (Include:) Change back to <sys/time.h>.
1110         (Maintainer:) Add self.
1111         * modules/sys_time: New file.
1112         * modules/tempname (Depends-on): Add gettimeofday.
1113         * tests/test-gettimeofday.c: Include <sys/time.h>
1114         rather than gettimeofday.h.
1115
1116 2007-01-17  Bruno Haible  <bruno@clisp.org>
1117
1118         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1119         the license default to GPL.
1120         (func_create_testdir): Don't complain if a module is LGPL and its
1121         tests module depends on GPLed modules.
1122
1123 2007-01-17  Bruno Haible  <bruno@clisp.org>
1124
1125         * lib/gettimeofday.c (gettimeofday): Add code for the case
1126         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1127         maximum possible value for tv->tv_usec, rather than the minimum one.
1128
1129 2005-10-08  Martin Lambers  <marlam@marlam.de>
1130 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1131 2007-01-16  Bruno Haible  <bruno@clisp.org>
1132
1133         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1134         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1135         gl_FUNC_GETTIMEOFDAY.
1136         (Include): Add gettimeofday.h.
1137         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1138         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1139         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1140         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1141         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1142         * lib/gettimeofday.h: New file.
1143         * lib/gettimeofday.c: Include <sys/timeb.h>.
1144         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1145         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1146         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1147         fall back on time().
1148
1149         * tests/test-gettimeofday.c: New file.
1150         * modules/gettimeofday-tests: New file.
1151
1152 2007-01-16  Eric Blake  <ebb9@byu.net>
1153
1154         * modules/fnmatch (Depends-on): Depend on wchar.
1155         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1156         * m4/fnmatch.m4: Likewise.
1157         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1158         * m4/mbchar.m4: Likewise.
1159         * modules/mbswidth (Depends-on): Depend on wchar.
1160         * lib/mbswidth.c: Assume <wchar.h>.
1161         * m4/mbswidth.m4: Likewise.
1162         * modules/quotearg (Depends-on): Depend on wchar.
1163         * lib/quotearg.c: Assume <wchar.h>.
1164         * m4/quotearg.m4: Likewise.
1165         * modules/regex (Depends-on): Depend on wchar.
1166         * lib/regex_internal.h: Assume <wchar.h>.
1167         * m4/regex.m4: Likewise.
1168         * modules/stdint (Depends-on): Depend on wchar.
1169         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1170         * m4/stdint.m4: Likewise.
1171         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1172         * modules/strftime (Depends-on): Depend on wchar.
1173         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1174         * modules/strtol (Depends-on): Depend on wchar.
1175         * lib/strtol.c: Assume <wchar.h>.
1176         * modules/wcwidth (Depends-on): Depend on wchar.
1177         * lib/wcwidth.h: Assume <wchar.h>.
1178         * m4/wcwidth.m4: Likewise.
1179
1180 2007-01-16  Bruno Haible  <bruno@clisp.org>
1181
1182         * modules/csharpexec-script: New, created from...
1183         * modules/csharpexec: ... this.
1184
1185 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1186
1187         * modules/javaexec-script: New, created from...
1188         * modules/javaexec: ... this.
1189
1190 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1191
1192         * modules/poll (Dependencies): Add sys_select.
1193
1194 2007-01-15  Jim Meyering  <jim@meyering.net>
1195
1196         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1197         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1198         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1199         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1200
1201 2007-01-15  Bruno Haible  <bruno@clisp.org>
1202
1203         * modules/striconveh: New file.
1204         * lib/striconveh.h: New file.
1205         * lib/striconveh.c: New file.
1206         * MODULES.html.sh (Internationalization functions): Add striconveh.
1207
1208         * modules/striconveh-tests: New file.
1209         * tests/test-striconveh.c: New file.
1210
1211 2007-01-15  Bruno Haible  <bruno@clisp.org>
1212
1213         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1214         not from GNU libiconv or GNU libc.
1215
1216 2007-01-15  Bruno Haible  <bruno@clisp.org>
1217
1218         * doc/gnulib-intro.texi (Copyright): Explain the different license
1219         terms for module descriptions, autoconf macros, tests, documentation.
1220
1221 2007-01-14  Bruno Haible  <bruno@clisp.org>
1222
1223         * modules/striconv-tests: New file.
1224         * tests/test-striconv.c: New file.
1225
1226 2007-01-14  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/iconv-tests: New file.
1229         * tests/test-iconv.c: New file.
1230
1231 2007-01-14  Bruno Haible  <bruno@clisp.org>
1232
1233         * gnulib-tool (func_get_license): For test modules, use the license of
1234         the main module.
1235
1236 2007-01-14  Bruno Haible  <bruno@clisp.org>
1237
1238         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1239         if iconv is found to exist.
1240
1241 2007-01-14  Bruno Haible  <bruno@clisp.org>
1242
1243         * modules/c-ctype-tests: New file.
1244         * tests/test-c-ctype.c: New file.
1245
1246 2007-01-14  Bruno Haible  <bruno@clisp.org>
1247
1248         * modules/binary-io-tests: New file.
1249         * tests/test-binary-io.sh: New file.
1250         * tests/test-binary-io.c: New file.
1251
1252 2007-01-14  Bruno Haible  <bruno@clisp.org>
1253
1254         * modules/array-oset-tests: New file.
1255         * tests/test-array_oset.c: New file.
1256
1257 2007-01-14  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/array-list-tests: New file.
1260         * tests/test-array_list.c: New file.
1261
1262 2007-01-14  Bruno Haible  <bruno@clisp.org>
1263
1264         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1265         and make.
1266         Reported by Simon Josefsson in
1267         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1268
1269 2007-01-14  Bruno Haible  <bruno@clisp.org>
1270
1271         * modules/allocsa-tests: New file.
1272         * tests/test-allocsa.c: New file.
1273
1274 2007-01-14  Bruno Haible  <bruno@clisp.org>
1275
1276         * modules/fchdir (Depends-on): Add absolute-header.
1277         * modules/unistd (Depends-on): Likewise.
1278
1279 2006-12-30  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/fchdir: New file.
1282         * modules/unistd (Files): Add lib/unistd_.h.
1283         (Makefile.am): Generate unistd.h from unistd_.h.
1284         * lib/fchdir.c: New file.
1285         * lib/dirent_.h: New file.
1286         * lib/unistd_.h: New file.
1287         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1288         * m4/fchdir.m4: New file.
1289         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1290         (gl_HEADER_UNISTD): Invoke it.
1291         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1292         function.
1293         * lib/backupfile.c (opendir, closedir): Undefine.
1294         * lib/chown.c (open, close): Undefine.
1295         * lib/clean-temp.c (open, close): Undefine.
1296         * lib/copy-file.c (open, close): Undefine.
1297         * lib/execute.c (open, close): Undefine.
1298         * lib/fsusage.c (open, close): Undefine.
1299         * lib/gc-gnulib.c (open, close): Undefine.
1300         * lib/getcwd.c (opendir, closedir): Undefine.
1301         * lib/glob.c (opendir, closedir): Undefine.
1302         * lib/javacomp.c (open, close): Undefine.
1303         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1304         * lib/openat-proc.c (open, close): Undefine.
1305         * lib/pagealign_alloc.c (open, close): Undefine.
1306         * lib/pipe.c (open, close): Undefine.
1307         * lib/progreloc.c (open, close): Undefine.
1308         * lib/savedir.c (opendir, closedir): Undefine.
1309         * lib/utime.c (open, close): Undefine.
1310         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1311
1312 2007-01-10  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1315
1316 2007-01-12  Eric Blake  <ebb9@byu.net>
1317
1318         Provide a robust <wchar.h>.  Further simplifications are now
1319         possible in other modules, but not included here.
1320         * modules/wchar: New module.
1321         * m4/wchar.m4: New file.
1322         * lib/wchar_.h: Likewise.
1323         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1324         of the new module.
1325         * MODULES.html.sh (Extended multibyte and wide character utilities):
1326         New section.
1327
1328 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1329
1330         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1331         to a reasonable default for memory allocation.
1332         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1333         file system that reports garbage st_size values for symlinks.
1334         Problem reported by Liyang Hu.
1335
1336 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1337
1338         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1339         Emacs .#* auto-save files).
1340
1341 2007-01-11  Bruno Haible  <bruno@clisp.org>
1342
1343         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1344         directory.
1345
1346 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1347
1348         Use @...@ consistently in lib/wctype_.h.
1349         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1350         on it being set to 1 or 0.
1351         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1352         go back to AC_SUBSTing it.
1353         * modules/wctype (Makefile.am): Undo previous change.
1354
1355 2007-01-10  Eric Blake  <ebb9@byu.net>
1356
1357         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1358         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1359         * modules/wctype (Makefile.am): Likewise.
1360         Reported by Chris McGuire.
1361
1362 2007-01-10  Jim Meyering  <jim@meyering.net>
1363
1364         fts.c: a small readability/maintainability improvement
1365         * lib/fts.c (fts_read): Make this code slightly more readable and
1366         maintainable by hoisting the "sp->fts_cur = p" assignments to
1367         immediately follow the statements that set P.  Derived from
1368         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1369
1370 2007-01-10  Eric Blake  <ebb9@byu.net>
1371
1372         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1373         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1374         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1375         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1376         Reported by Chris McGuire.
1377
1378 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1379
1380         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1381         in sed script.
1382
1383 2007-01-09  Bruno Haible  <bruno@clisp.org>
1384
1385         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1386         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1387         variables.
1388         (func_module): Use them.
1389
1390 2007-01-09  Bruno Haible  <bruno@clisp.org>
1391
1392         * modules/unistr/base: New file.
1393         * lib/unistr.h: New file.
1394
1395         * modules/unistr/u8-to-u16: New file.
1396         * lib/unistr/u8-to-u16.c: New file.
1397
1398         * modules/unistr/u8-to-u32: New file.
1399         * lib/unistr/u8-to-u32.c: New file.
1400
1401         * modules/unistr/u16-to-u8: New file.
1402         * lib/unistr/u16-to-u8.c: New file.
1403
1404         * modules/unistr/u16-to-u32: New file.
1405         * lib/unistr/u16-to-u32.c: New file.
1406
1407         * modules/unistr/u32-to-u8: New file.
1408         * lib/unistr/u32-to-u8.c: New file.
1409
1410         * modules/unistr/u32-to-u16: New file.
1411         * lib/unistr/u32-to-u16.c: New file.
1412
1413         * modules/unistr/u8-check: New file.
1414         * modules/unistr/u16-check: New file.
1415         * modules/unistr/u32-check: New file.
1416         * lib/unistr/u8-check.c: New file.
1417         * lib/unistr/u16-check.c: New file.
1418         * lib/unistr/u32-check.c: New file.
1419
1420         * modules/unistr/u8-chr: New file.
1421         * modules/unistr/u16-chr: New file.
1422         * modules/unistr/u32-chr: New file.
1423         * lib/unistr/u8-chr.c: New file.
1424         * lib/unistr/u16-chr.c: New file.
1425         * lib/unistr/u32-chr.c: New file.
1426
1427         * modules/unistr/u8-cmp: New file.
1428         * modules/unistr/u16-cmp: New file.
1429         * modules/unistr/u32-cmp: New file.
1430         * lib/unistr/u8-cmp.c: New file.
1431         * lib/unistr/u16-cmp.c: New file.
1432         * lib/unistr/u32-cmp.c: New file.
1433
1434         * modules/unistr/u8-cpy: New file.
1435         * modules/unistr/u16-cpy: New file.
1436         * modules/unistr/u32-cpy: New file.
1437         * lib/unistr/u8-cpy.c: New file.
1438         * lib/unistr/u16-cpy.c: New file.
1439         * lib/unistr/u32-cpy.c: New file.
1440         * lib/unistr/u-cpy.h: New file.
1441
1442         * modules/unistr/u8-cpy-alloc: New file.
1443         * modules/unistr/u16-cpy-alloc: New file.
1444         * modules/unistr/u32-cpy-alloc: New file.
1445         * lib/unistr/u8-cpy-alloc.c: New file.
1446         * lib/unistr/u16-cpy-alloc.c: New file.
1447         * lib/unistr/u32-cpy-alloc.c: New file.
1448         * lib/unistr/u-cpy-alloc.h: New file.
1449
1450         * modules/unistr/u8-endswith: New file.
1451         * modules/unistr/u16-endswith: New file.
1452         * modules/unistr/u32-endswith: New file.
1453         * lib/unistr/u8-endswith.c: New file.
1454         * lib/unistr/u16-endswith.c: New file.
1455         * lib/unistr/u32-endswith.c: New file.
1456         * lib/unistr/u-endswith.h: New file.
1457
1458         * modules/unistr/u8-mblen: New file.
1459         * modules/unistr/u16-mblen: New file.
1460         * modules/unistr/u32-mblen: New file.
1461         * lib/unistr/u8-mblen.c: New file.
1462         * lib/unistr/u16-mblen.c: New file.
1463         * lib/unistr/u32-mblen.c: New file.
1464
1465         * modules/unistr/u8-mbtouc: New file.
1466         * modules/unistr/u16-mbtouc: New file.
1467         * modules/unistr/u32-mbtouc: New file.
1468         * lib/unistr/u8-mbtouc.c: New file.
1469         * lib/unistr/u16-mbtouc.c: New file.
1470         * lib/unistr/u32-mbtouc.c: New file.
1471
1472         * modules/unistr/u8-mbtouc-safe: New file.
1473         * modules/unistr/u16-mbtouc-safe: New file.
1474         * modules/unistr/u32-mbtouc-safe: New file.
1475         * lib/unistr/u8-mbtouc-safe.c: New file.
1476         * lib/unistr/u16-mbtouc-safe.c: New file.
1477         * lib/unistr/u32-mbtouc-safe.c: New file.
1478
1479         * modules/unistr/u8-move: New file.
1480         * modules/unistr/u16-move: New file.
1481         * modules/unistr/u32-move: New file.
1482         * lib/unistr/u8-move.c: New file.
1483         * lib/unistr/u16-move.c: New file.
1484         * lib/unistr/u32-move.c: New file.
1485         * lib/unistr/u-move.h: New file.
1486
1487         * modules/unistr/u8-next: New file.
1488         * modules/unistr/u16-next: New file.
1489         * modules/unistr/u32-next: New file.
1490         * lib/unistr/u8-next.c: New file.
1491         * lib/unistr/u16-next.c: New file.
1492         * lib/unistr/u32-next.c: New file.
1493
1494         * modules/unistr/u8-prev: New file.
1495         * modules/unistr/u16-prev: New file.
1496         * modules/unistr/u32-prev: New file.
1497         * lib/unistr/u8-prev.c: New file.
1498         * lib/unistr/u16-prev.c: New file.
1499         * lib/unistr/u32-prev.c: New file.
1500
1501         * modules/unistr/u8-set: New file.
1502         * modules/unistr/u16-set: New file.
1503         * modules/unistr/u32-set: New file.
1504         * lib/unistr/u8-set.c: New file.
1505         * lib/unistr/u16-set.c: New file.
1506         * lib/unistr/u32-set.c: New file.
1507         * lib/unistr/u-set.h: New file.
1508
1509         * modules/unistr/u8-startswith: New file.
1510         * modules/unistr/u16-startswith: New file.
1511         * modules/unistr/u32-startswith: New file.
1512         * lib/unistr/u8-startswith.c: New file.
1513         * lib/unistr/u16-startswith.c: New file.
1514         * lib/unistr/u32-startswith.c: New file.
1515         * lib/unistr/u-startswith.h: New file.
1516
1517         * modules/unistr/u8-stpcpy: New file.
1518         * modules/unistr/u16-stpcpy: New file.
1519         * modules/unistr/u32-stpcpy: New file.
1520         * lib/unistr/u8-stpcpy.c: New file.
1521         * lib/unistr/u16-stpcpy.c: New file.
1522         * lib/unistr/u32-stpcpy.c: New file.
1523         * lib/unistr/u-stpcpy.h: New file.
1524
1525         * modules/unistr/u8-stpncpy: New file.
1526         * modules/unistr/u16-stpncpy: New file.
1527         * modules/unistr/u32-stpncpy: New file.
1528         * lib/unistr/u8-stpncpy.c: New file.
1529         * lib/unistr/u16-stpncpy.c: New file.
1530         * lib/unistr/u32-stpncpy.c: New file.
1531         * lib/unistr/u-stpncpy.h: New file.
1532
1533         * modules/unistr/u8-strcat: New file.
1534         * modules/unistr/u16-strcat: New file.
1535         * modules/unistr/u32-strcat: New file.
1536         * lib/unistr/u8-strcat.c: New file.
1537         * lib/unistr/u16-strcat.c: New file.
1538         * lib/unistr/u32-strcat.c: New file.
1539         * lib/unistr/u-strcat.h: New file.
1540
1541         * modules/unistr/u8-strchr: New file.
1542         * modules/unistr/u16-strchr: New file.
1543         * modules/unistr/u32-strchr: New file.
1544         * lib/unistr/u8-strchr.c: New file.
1545         * lib/unistr/u16-strchr.c: New file.
1546         * lib/unistr/u32-strchr.c: New file.
1547
1548         * modules/unistr/u8-strcmp: New file.
1549         * modules/unistr/u16-strcmp: New file.
1550         * modules/unistr/u32-strcmp: New file.
1551         * lib/unistr/u8-strcmp.c: New file.
1552         * lib/unistr/u16-strcmp.c: New file.
1553         * lib/unistr/u32-strcmp.c: New file.
1554
1555         * modules/unistr/u8-strcpy: New file.
1556         * modules/unistr/u16-strcpy: New file.
1557         * modules/unistr/u32-strcpy: New file.
1558         * lib/unistr/u8-strcpy.c: New file.
1559         * lib/unistr/u16-strcpy.c: New file.
1560         * lib/unistr/u32-strcpy.c: New file.
1561         * lib/unistr/u-strcpy.h: New file.
1562
1563         * modules/unistr/u8-strcspn: New file.
1564         * modules/unistr/u16-strcspn: New file.
1565         * modules/unistr/u32-strcspn: New file.
1566         * lib/unistr/u8-strcspn.c: New file.
1567         * lib/unistr/u16-strcspn.c: New file.
1568         * lib/unistr/u32-strcspn.c: New file.
1569         * lib/unistr/u-strcspn.h: New file.
1570
1571         * modules/unistr/u8-strdup: New file.
1572         * modules/unistr/u16-strdup: New file.
1573         * modules/unistr/u32-strdup: New file.
1574         * lib/unistr/u8-strdup.c: New file.
1575         * lib/unistr/u16-strdup.c: New file.
1576         * lib/unistr/u32-strdup.c: New file.
1577         * lib/unistr/u-strdup.h: New file.
1578
1579         * modules/unistr/u8-strlen: New file.
1580         * modules/unistr/u16-strlen: New file.
1581         * modules/unistr/u32-strlen: New file.
1582         * lib/unistr/u8-strlen.c: New file.
1583         * lib/unistr/u16-strlen.c: New file.
1584         * lib/unistr/u32-strlen.c: New file.
1585         * lib/unistr/u-strlen.h: New file.
1586
1587         * modules/unistr/u8-strmblen: New file.
1588         * modules/unistr/u16-strmblen: New file.
1589         * modules/unistr/u32-strmblen: New file.
1590         * lib/unistr/u8-strmblen.c: New file.
1591         * lib/unistr/u16-strmblen.c: New file.
1592         * lib/unistr/u32-strmblen.c: New file.
1593
1594         * modules/unistr/u8-strmbtouc: New file.
1595         * modules/unistr/u16-strmbtouc: New file.
1596         * modules/unistr/u32-strmbtouc: New file.
1597         * lib/unistr/u8-strmbtouc.c: New file.
1598         * lib/unistr/u16-strmbtouc.c: New file.
1599         * lib/unistr/u32-strmbtouc.c: New file.
1600
1601         * modules/unistr/u8-strncat: New file.
1602         * modules/unistr/u16-strncat: New file.
1603         * modules/unistr/u32-strncat: New file.
1604         * lib/unistr/u8-strncat.c: New file.
1605         * lib/unistr/u16-strncat.c: New file.
1606         * lib/unistr/u32-strncat.c: New file.
1607         * lib/unistr/u-strncat.h: New file.
1608
1609         * modules/unistr/u8-strncmp: New file.
1610         * modules/unistr/u16-strncmp: New file.
1611         * modules/unistr/u32-strncmp: New file.
1612         * lib/unistr/u8-strncmp.c: New file.
1613         * lib/unistr/u16-strncmp.c: New file.
1614         * lib/unistr/u32-strncmp.c: New file.
1615
1616         * modules/unistr/u8-strncpy: New file.
1617         * modules/unistr/u16-strncpy: New file.
1618         * modules/unistr/u32-strncpy: New file.
1619         * lib/unistr/u8-strncpy.c: New file.
1620         * lib/unistr/u16-strncpy.c: New file.
1621         * lib/unistr/u32-strncpy.c: New file.
1622         * lib/unistr/u-strncpy.h: New file.
1623
1624         * modules/unistr/u8-strnlen: New file.
1625         * modules/unistr/u16-strnlen: New file.
1626         * modules/unistr/u32-strnlen: New file.
1627         * lib/unistr/u8-strnlen.c: New file.
1628         * lib/unistr/u16-strnlen.c: New file.
1629         * lib/unistr/u32-strnlen.c: New file.
1630         * lib/unistr/u-strnlen.h: New file.
1631
1632         * modules/unistr/u8-strpbrk: New file.
1633         * modules/unistr/u16-strpbrk: New file.
1634         * modules/unistr/u32-strpbrk: New file.
1635         * lib/unistr/u8-strpbrk.c: New file.
1636         * lib/unistr/u16-strpbrk.c: New file.
1637         * lib/unistr/u32-strpbrk.c: New file.
1638         * lib/unistr/u-strpbrk.h: New file.
1639
1640         * modules/unistr/u8-strrchr: New file.
1641         * modules/unistr/u16-strrchr: New file.
1642         * modules/unistr/u32-strrchr: New file.
1643         * lib/unistr/u8-strrchr.c: New file.
1644         * lib/unistr/u16-strrchr.c: New file.
1645         * lib/unistr/u32-strrchr.c: New file.
1646
1647         * modules/unistr/u8-strspn: New file.
1648         * modules/unistr/u16-strspn: New file.
1649         * modules/unistr/u32-strspn: New file.
1650         * lib/unistr/u8-strspn.c: New file.
1651         * lib/unistr/u16-strspn.c: New file.
1652         * lib/unistr/u32-strspn.c: New file.
1653         * lib/unistr/u-strspn.h: New file.
1654
1655         * modules/unistr/u8-strstr: New file.
1656         * modules/unistr/u16-strstr: New file.
1657         * modules/unistr/u32-strstr: New file.
1658         * lib/unistr/u8-strstr.c: New file.
1659         * lib/unistr/u16-strstr.c: New file.
1660         * lib/unistr/u32-strstr.c: New file.
1661         * lib/unistr/u-strstr.h: New file.
1662
1663         * modules/unistr/u8-strtok: New file.
1664         * modules/unistr/u16-strtok: New file.
1665         * modules/unistr/u32-strtok: New file.
1666         * lib/unistr/u8-strtok.c: New file.
1667         * lib/unistr/u16-strtok.c: New file.
1668         * lib/unistr/u32-strtok.c: New file.
1669         * lib/unistr/u-strtok.h: New file.
1670
1671         * modules/unistr/u8-uctomb: New file.
1672         * modules/unistr/u16-uctomb: New file.
1673         * modules/unistr/u32-uctomb: New file.
1674         * lib/unistr/u8-uctomb.c: New file.
1675         * lib/unistr/u16-uctomb.c: New file.
1676         * lib/unistr/u32-uctomb.c: New file.
1677
1678         * MODULES.html.sh (Unicode string functions): Add the new modules.
1679
1680 2007-01-08  Bruno Haible  <bruno@clisp.org>
1681
1682         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1683         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1684         subdirectories.
1685
1686 2007-01-08  Karl Berry  <karl@gnu.org>
1687
1688         * doc/error.texi: mention that main() fns must set program_name
1689         when progname is used.
1690
1691 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1692
1693         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1694         WCTYPE_H is empty, for the benefit of builds from non-distclean
1695         directories.  Problem reported by Eric Blake in
1696         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1697
1698 2007-01-08  Bruno Haible  <bruno@clisp.org>
1699
1700         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1701         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1702         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1703         PROVIDE_CANONICALIZE_FILENAME_MODE.
1704         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1705
1706 2007-01-08  Bruno Haible  <bruno@clisp.org>
1707
1708         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1709         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1710         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1711         * lib/fts.c: Likewise.
1712         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1713
1714 2006-12-25  Bruno Haible  <bruno@clisp.org>
1715
1716         * modules/utf8-ucs4-safe: New file.
1717         * lib/utf8-ucs4-safe.h: New file.
1718         * lib/unistr/utf8-ucs4-safe.c: New file.
1719
1720         * modules/utf16-ucs4-safe: New file.
1721         * lib/utf16-ucs4-safe.h: New file.
1722         * lib/unistr/utf16-ucs4-safe.c: New file.
1723
1724         * MODULES.html.sh (Unicode string functions): Add the new modules.
1725
1726 2007-01-08  Bruno Haible  <bruno@clisp.org>
1727
1728         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1729         (Depends-on): Add unitypes.
1730         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1731         (u8_mbtouc_aux): Move out to separate file.
1732         (u8_mbtouc): Use ucs4_t, uint8_t types.
1733         * lib/unistr/utf8-ucs4.c: New file.
1734
1735         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1736         (Depends-on): Add unitypes.
1737         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1738         (u16_mbtouc_aux): Move out to separate file.
1739         (u16_mbtouc): Use ucs4_t, uint16_t types.
1740         * lib/unistr/utf16-ucs4.c: New file.
1741
1742         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1743         (Depends-on): Add unitypes.
1744         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1745         (u8_uctomb_aux): Move out to separate file.
1746         (u8_uctomb): Use ucs4_t, uint8_t types.
1747         * lib/unistr/ucs4-utf8.c: New file.
1748
1749         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1750         (Depends-on): Add unitypes.
1751         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1752         (u16_uctomb_aux): Move out to separate file.
1753         (u16_uctomb): Use ucs4_t, uint16_t types.
1754         * lib/unistr/ucs4-utf16.c: New file.
1755
1756 2006-12-25  Bruno Haible  <bruno@clisp.org>
1757
1758         * modules/unitypes: New file.
1759         * lib/unitypes.h: New file.
1760         * MODULES.html.sh (func_all_modules): New section "Unicode string
1761         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1762         this section. Add unitypes.
1763
1764 2007-01-08  Bruno Haible  <bruno@clisp.org>
1765
1766         Avoid variable names that conflict with those from libtool.
1767         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1768         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1769         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1770         library_names_spec to acl_library_names_spec, hardcode_* to
1771         acl_hardcode_*.
1772         Reported by Ralf Wildenhues.
1773
1774 2007-01-08  Bruno Haible  <bruno@clisp.org>
1775
1776         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1777         definition.
1778         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1779         definition.
1780         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1781         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1782         definition.
1783         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1784         definition.
1785         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1786         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1787         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1788         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1789         definition.
1790         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1791         definition.
1792         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1793         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1794         GC_USE_<algorithm>.
1795         * lib/gc-libgcrypt.c: Likewise.
1796         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1797         * modules/gc-arctwo (configure.ac): Likewise.
1798         * modules/gc-des (configure.ac): Likewise.
1799         * modules/gc-hmac-md5 (configure.ac): Likewise.
1800         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1801         * modules/gc-md2 (configure.ac): Likewise.
1802         * modules/gc-md4 (configure.ac): Likewise.
1803         * modules/gc-md5 (configure.ac): Likewise.
1804         * modules/gc-random (configure.ac): Likewise.
1805         * modules/gc-rijndael (configure.ac): Likewise.
1806         * modules/gc-sha1 (configure.ac): Likewise.
1807
1808 2007-01-08  Bruno Haible  <bruno@clisp.org>
1809
1810         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1811         macro definition.
1812         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1813         definition.
1814         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1815         definition.
1816         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1817         * modules/fcntl-safer (configure.ac): Likewise.
1818         * modules/fopen-safer (configure.ac): Likewise.
1819         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1820         GNULIB_FWRITEERROR macro definition.
1821
1822 2007-01-08  Bruno Haible  <bruno@clisp.org>
1823
1824         * m4/gnulib-common.m4: New file.
1825         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1826         (func_get_filelist): Add m4/gnulib-common.m4.
1827
1828 2007-01-08  Bruno Haible  <bruno@clisp.org>
1829
1830         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1831         command.
1832
1833 2007-01-08  Jim Meyering  <jim@meyering.net>
1834
1835         Use a more robust test for a "can't happen" condition.
1836         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1837         narrowed the st_size value.  Presuming the "can't happen" condition
1838         is true, that narrowing could conceivably convert an invalid st_size
1839         value into a valid one.  Instead, use a change based on Matthew
1840         Woehlke's original patch.
1841
1842         Slight readability improvement: use an assert-like macro
1843         in place of literal "abort ()" uses.
1844         * lib/fts.c (fts_assert): Define.
1845         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1846         Use this macro instead of a bare 'abort'.
1847
1848 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1849
1850         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1851         simply work around them.
1852         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1853         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1854         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1855         Don't bother to define as macros, since the standard doesn't require it.
1856         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1857         longer worry about IRIX 5.3.
1858         (HAVE_WCTYPE_CTMP_BUG): Remove.
1859
1860 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1861
1862         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1863         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1864         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1865         Problems reported by Georg Schwarz for IRIX 5.3.
1866
1867         * gnulib-tool (autoconf_minversion): Take the maximum version number
1868         found, not the minimum.  Problem reported by James Youngman.
1869
1870 2007-01-03  Karl Berry  <karl@gnu.org>
1871
1872         * doc/error.texi: new file, explaining interaction with progname.
1873         * doc/gnulib.texi: include it.  Update copyright.
1874
1875 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1876
1877         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1878         AC_CANONICAL_HOST, to improve autobuild outputs.
1879
1880 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1881             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1882
1883         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1884         sockets, server sockets, and other file descriptors.  Count errors
1885         to compute the return value.  Reorder the code a bit to be easier
1886         to follow.  Don't set event bits that were not requested (except
1887         POLLERR and POLLHUP).
1888
1889 2007-01-01  Bruno Haible  <bruno@clisp.org>
1890
1891         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1892
1893 2007-01-03  Jim Meyering  <jim@meyering.net>
1894
1895         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1896
1897 2007-01-02  Bruno Haible  <bruno@clisp.org>
1898
1899         * modules/settime (Include): Require timespec.h.
1900         * modules/nanosleep (Include): Likewise.
1901
1902 2007-01-01  Bruno Haible  <bruno@clisp.org>
1903
1904         * gnulib-tool (func_emit_copyright_notice): Bump year.
1905         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1906
1907 2007-01-01  Bruno Haible  <bruno@clisp.org>
1908
1909         Improve support for OpenBSD.
1910         * build-aux/config.rpath (libname_spec): Export.
1911         (library_names_spec): New variable. Export.
1912         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1913         library_names_spec from the config.rpath output. Locate shared library
1914         through the name pattern in library_names_spec.
1915
1916 2007-01-01  Eric Blake  <ebb9@byu.net>
1917
1918         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1919
1920 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1921
1922         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1923         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1924         assume the C locale, and avoid an "eval" that could cause trouble.
1925         Problem with SORT reported by Bob Proulx.
1926
1927         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1928         Define.  Trivial patch from Henning Nielsen Lund, originally
1929         sent to bug-grep@gnu.org today.
1930
1931 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1934         struct stat.  Problem reported by Henning Nielsen Lund.
1935         * lib/acl.c: Include acl.h first, to check interface.  Don't
1936         bother to include sys/types.h and sys/stat.h again.
1937
1938 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1939
1940         Import the following change from libc; problem reported by
1941         Sven Verdoolaege.
1942
1943         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1944
1945         [BZ #1373]
1946         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1947
1948 2006-12-28  Jim Meyering  <jim@meyering.net>
1949
1950         * build-aux/announce-gen: Do not assume that the package
1951         builds any of tar.gz, tar.bz2, and .xdelta files.
1952         Suggestion from Simon Josefsson.
1953
1954 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1955
1956         * modules/announce-gen: New file.
1957
1958 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1959
1960         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1961         handles its gotchas now.
1962         * lib/mbswidth.c: Likewise.
1963         * lib/wcwidth.h: Likewise.
1964         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1965         and iswcntrl; the wctype module does this stuff now.
1966         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1967         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1968         * modules/mbchar (Depends-on): Add wctype.
1969         * modules/mbswidth (Depends-on): Likewise.
1970         * modules/wcwidth (Depends-on): Likewise.
1971
1972 2006-12-27  Eric Blake  <ebb9@byu.net>
1973
1974         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1975         module uses more than what <wctype.h> is required to provide.
1976
1977 2006-12-26  Eric Blake  <ebb9@byu.net>
1978
1979         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1980
1981 2006-12-26  Eric Blake  <ebb9@byu.net>
1982
1983         * modules/absolute-header: New module.
1984         * modules/fcntl (Depends-on): Depend on it.
1985         * modules/inttypes (Depends-on): Likewise.
1986         * modules/stdint (Depends-on): Likewise.
1987         * modules/sys_stat (Depends-on): Likewise.
1988         * modules/wctype (Depends-on): Likewise.
1989         * MODULES.html.sh (Support for building libraries and
1990         executables): Document it.
1991
1992 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1993
1994         * gnulib-tool (SED): Remove, undoing previous change.
1995         The problem was that it broke coreutils on Solaris, because
1996         "sed --posix" leaked into a makefile.
1997         (sed): New alias, if 'alias' and GNU sed.
1998
1999 2006-12-24  Jim Meyering  <jim@meyering.net>
2000
2001         Work around an fchownat bug in glibc-2.4:
2002         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2003         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2004         in spite of the -P option.
2005         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2006         New macros.
2007         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2008         * modules/openat (Files): Add lib/fchownat.c.
2009         * lib/openat.c (fchownat): Don't define here.  Move to...
2010         * lib/fchownat.c: ...this new file.
2011
2012 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2013
2014         Fix bug reported by Bruno Haible in
2015         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2016         where quotearg.c didn't compile on Mac OS X 10.2 because it
2017         lacks <wchar.h> and wint_t.
2018         * lib/wctype_.h (__wctype_wint_t): New type.
2019         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2020         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2021         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2022         Arg is now of type __wctype_wint_t, not wint_t.
2023         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2024         substitute HAVE_WINT_T.
2025         * modules/wctype (Files): Add m4/wint_t.m4.
2026         (wctype.h): Substitute HAVE_WINT_T.
2027
2028 2006-12-23  Bruno Haible  <bruno@clisp.org>
2029
2030         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2031
2032 2006-12-23  Bruno Haible  <bruno@clisp.org>
2033
2034         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2035         S_ISLNK.
2036         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2037         mingw.
2038
2039 2006-12-22  Bruno Haible  <bruno@clisp.org>
2040
2041         * lib/copy-file.c: Include acl.h.
2042         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2043         Close the file descriptors only after being done with copy_acl.
2044         * modules/copy-file (Depends-on): Add acl.
2045
2046 2006-12-22  Bruno Haible  <bruno@clisp.org>
2047
2048         * gnulib-tool (SED): New variable.
2049         Use $SED instead of sed everywhere.
2050
2051 2006-12-22  Bruno Haible  <bruno@clisp.org>
2052
2053         * modules/no-c++: New file.
2054         * m4/no-c++.m4: New file.
2055         * MODULES.html.sh (Support for building libraries and executables):
2056         Add no-c++.
2057
2058 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2059
2060         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2061         Include <limits.h>, and use its INT_MAX to rewrite the
2062         j loop so that it does not overflow 'int'.  Problem reported by
2063         Ralf Wildenhues in
2064         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2065         Play it safe by shifting left by 1 rather than multiplying by 2,
2066         as GCC is less likely to optimize this away when the value
2067         is signed (when it assumes overflow leads to undefined behavior).
2068         Also, don't assume time_t uses two's complement.
2069
2070 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2071
2072         * MODULES.html.sh: New module wctype.
2073         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2074         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2075         <wctype.h>, since the new wctype module should fix this.
2076         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2077         the wctype module should arrange for it.
2078         * lib/regex_internal.h: Likewise.
2079         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2080         since the wctype module should handle this now.
2081         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2082         * modules/fnmatch (Depends-on): Add wctype.
2083         * modules/quotearg (Depends-on): Likewise.
2084         * modules/regex (Depends-on): Likewise.
2085
2086 2006-12-19  Bruno Haible  <bruno@clisp.org>
2087
2088         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2089         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2090
2091 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2092
2093         * modules/savewd (Depends-on): Fix dependency on fcntl.
2094
2095 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2096
2097         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2098         conforms to C99, rather than relying on the user's environment
2099         setting of STDINT_H.
2100
2101 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2102         and Eric Blake  <ebb9@byu.net>
2103
2104         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2105         This is more consistent with the other defines here.
2106         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2107         Port to z/OS.  Problem reported by Paul Gilmartin.
2108         Change local vars to use gl_ prefix rather than ac_.
2109         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2110         with other defines.
2111         * modules/double-slash-root: New module.
2112         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2113         (Depends-on): Add double-slash-root.
2114         * MODULES.html.sh (File system functions): Mention new module.
2115
2116 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2119         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2120         This is for the benefit of gzip, which doesn't do i18n.
2121
2122 2006-12-12  Jim Meyering  <jim@meyering.net>
2123
2124         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2125         Reported by Andreas Schwab <schwab@suse.de>.
2126
2127 2006-12-12  Bruno Haible  <bruno@clisp.org>
2128
2129         Merge these changes.
2130         2006-09-05  Bruno Haible  <bruno@clisp.org>
2131         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2132         iconv_alloc succeeded.
2133         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2134         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2135         test for " && dest " at the end - dest is always != NULL there. Call
2136         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2137         with 2xNULL arguments, also to flush the state storage. Handle the
2138         IRIX iconv behaviour. Realloc the final result, to throw away unused
2139         memory.
2140
2141 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2142
2143         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2144         and fchmodat unconditionally, since glibc 2.4 has them.
2145         Problem reported by Arkadiusz Miskiewicz.
2146
2147 2006-12-10  Bruno Haible  <bruno@clisp.org>
2148
2149         * gnulib-tool (func_import): Show the include files only for those
2150         modules that are copied and specified.
2151         Reported by Karl Berry.
2152
2153 2006-12-08  Jim Meyering  <jim@meyering.net>
2154
2155         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2156         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2157
2158         * build-aux/announce-gen: Add two new options, both optional:
2159         --bootstrap-tools=TOOL_LIST
2160               a comma-separated list of tools, e.g.,
2161               autoconf,automake,bison,gnulib
2162         --gnulib-snapshot-date=DATE
2163               if gnulib is in the bootstrap tool list,
2164               then report this as the snapshot date.
2165               If not specified, use the current date/time.
2166               If you specify a date here, be sure it's UTC.
2167
2168 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2169
2170         * tests/test-argp-2.sh: Fix test to match actual output.
2171         (func_compare): Fix sed script to be portable.
2172
2173 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2174
2175         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2176         workaround for this case.  It is not autoconfigured now; offhand
2177         it's hard to see how to autoconfigure it.
2178
2179 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2180
2181         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2182         a directory that is about to be chowned.  Such a directory's
2183         initial file permissions should permit the owner only and this
2184         should not be changed until after the chown, since the group and
2185         other bits would be incorrect if they granted permission before
2186         the chown.
2187
2188         Fix porting problem for iswctype reported by Georg Schwarz in:
2189         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2190         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2191         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2192         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2193         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2194
2195 2006-12-03  Jim Meyering  <jim@meyering.net>
2196
2197         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2198         p->fts_statp may not yet be defined.
2199         (fts_read): Instead, set it in the caller, once p->fts_statp is
2200         sure to be defined, and corresponds to a top-level directory.
2201         This bug made du -x fail.  Here's the coreutils test case:
2202         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2203         Reported by Mike Frysinger.
2204
2205 2006-12-01  Jim Meyering  <jim@meyering.net>
2206
2207         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2208         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2209         Reported by Simon Josefsson.
2210
2211 2006-11-30  Jim Meyering  <jim@meyering.net>
2212
2213         * m4/warning.m4: Use the all-permissive copyright notice
2214         recommended by RMS (rather than LGPL).
2215         * m4/vararrays.m4: Likewise.
2216         * m4/flexmember.m4: Likewise.
2217
2218 2006-11-29  Bruno Haible  <bruno@clisp.org>
2219
2220         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2221         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2222         using +=.
2223         Reported by Simon Josefsson <simon@josefsson.org>.
2224
2225 2006-11-28  James Youngman <jay@gnu.org>
2226
2227         * README: Advise users that they might find the bug-gnulib@gnu.org
2228         and autotools-announce@gnu.org mailing lists useful.
2229
2230 2006-11-28  Bruno Haible  <bruno@clisp.org>
2231
2232         * m4/ptrdiff_max.m4: Remove file.
2233
2234 2006-11-21  Bruno Haible  <bruno@clisp.org>
2235
2236         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2237         _AC_COMPUTE_INT.
2238         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2239         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2240         _AC_COMPUTE_INT.
2241         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2242         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2243         _AC_COMPUTE_INT.
2244         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2245
2246 2006-11-28  Jim Meyering  <jim@meyering.net>
2247
2248         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2249         warning from "gcc -Wshadow" about shadowing the builtin.
2250
2251 2006-11-27  Bruno Haible  <bruno@clisp.org>
2252
2253         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2254         _AC_COMPUTE_INT.
2255         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2256
2257 2006-11-27  Bruno Haible  <bruno@clisp.org>
2258             Paul Eggert  <eggert@cs.ucla.edu>
2259
2260         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2261
2262 2006-11-26  Bruno Haible  <bruno@clisp.org>
2263
2264         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2265         noinst_LTLIBRARIES.
2266
2267 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2268             Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2271         if compiling with "gcc -ansi".
2272
2273 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2274
2275         Fix some incompatibilities with gcc -ansi -pedantic.
2276         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2277         if compiling pedantically with GCC, unless it's C99 or later.
2278         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2279         it mishandles gcc -ansi -pedantic as well.
2280         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2281         if gcc -pedantic.
2282         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2283         initializers for struct if -pedantic, unless it's C99 or later.
2284
2285 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2286
2287         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2288         Don't close an fd more than once. Identical atimes indicate
2289         success, not failure.
2290
2291 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2292
2293         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2294
2295 2006-11-23  Jim Meyering  <jim@meyering.net>
2296
2297         * build-aux/announce-gen: New file.  From coreutils.
2298
2299 2006-11-22  Jim Meyering  <jim@meyering.net>
2300
2301         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2302         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2303         (fts_read): Use a temporary to narrow the overused st_size member
2304         before using it in a switch statement.  Reported by Matthew Woehlke.
2305
2306         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2307         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2308
2309 2006-11-20  Bruno Haible  <bruno@clisp.org>
2310
2311         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2312         changequote instead of pairs of brackets.
2313         Reported by Andreas Schwab <schwab@suse.de>.
2314
2315 2006-11-21  Jim Meyering  <jim@meyering.net>
2316
2317         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2318         so as to remain compatible with older compilers.
2319         Patch from Michael Deutschmann.
2320
2321 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2322
2323         * MODULES.html.sh (File system functions): Add openat.
2324
2325         * lib/openat.h (rpl_fstatat): New macro, if
2326         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2327         (fstatat): Define to rpl_fstatat under the same conditions,
2328         unless COMPILING_FSTATAT.
2329         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2330         seems to have the bug.
2331         * lib/fstatat.c: New file.
2332         * modules/openat (Files): Add it.
2333
2334 2006-11-20  Bruno Haible  <bruno@clisp.org>
2335
2336         * Makefile: New file.
2337
2338 2006-11-20  Jim Meyering  <jim@meyering.net>
2339
2340         The beginnings of syntax-related checks for gnulib.
2341         * lib/Makefile: New file.
2342         * lib/t-idcache: New script.  Ensure that the two halves of
2343         idcache.c stay in sync.
2344
2345         * lib/idcache.c: Adjust comments in user- and group- portions to
2346         be more accurate, and to be consistent with one another.
2347
2348 2006-11-20  Jim Meyering  <jim@meyering.net>
2349
2350         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2351         continue using the flexible array member (thus, this module performs
2352         half as many malloc calls), with the addition that...
2353         (getgroup, getuser): Consistently record a non-match via an empty
2354         "name" string, and map an empty string match to a NULL return value.
2355         * modules/idcache (Depends-on): Re-add flexmember.
2356
2357         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2358         (getuidbyname, getgroup, getgidbyname): Likewise.
2359
2360         Use cleaner syntax: NULL rather than 0.
2361         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2362
2363 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2364
2365         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2366         It mishandled the case where the group was missing.
2367         Problem reported by Greg Schafer.
2368         * modules/idcache: Likewise.
2369
2370 2006-11-18  Jim Meyering  <jim@meyering.net>
2371
2372         * check-module (%exempt_header): Add exception for some
2373         conditionally-included headers.
2374
2375         * modules/i-ring (Depends-on): Add verify.
2376         (License): Change to LGPL.
2377
2378 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2379
2380         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2381         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2382         and inttostr.h.  Use snprintf rather than uinttostr, so that
2383         LGPLed code doesn't depend on GPLed.
2384
2385 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2386
2387         * modules/inline (License): Change from GPL to LGPL.
2388
2389 2006-11-17  Jim Meyering  <jim@meyering.net>
2390
2391         * modules/d-type (License): Switch to LGPL.
2392
2393 2006-11-15  Bruno Haible  <bruno@clisp.org>
2394
2395         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2396
2397 2006-11-15  Eric Blake  <ebb9@byu.net>
2398
2399         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2400         the module dependency.
2401
2402 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2403             Bruno Haible  <bruno@clisp.org>
2404
2405         * gnulib-tool (func_create_testdir): Add license consistency check.
2406
2407 2006-11-15  Eric Blake  <ebb9@byu.net>
2408
2409         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2410         random "(cached)" in configure output.
2411
2412 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2413
2414         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2415         test for conforming inttypes.h is both announced and cached.
2416
2417         * MODULES.html.sh (seen_modules, seen_files): New variables.
2418         (func_module): Rewrite to use a few less gnulib-tool and sed
2419         invocations.  Avoid a couple of quadratic algorithms for ...
2420         (missed_modules, missed_files): ... these, with ...
2421         (func_append, func_tmpdir): ... these new functions, from
2422         gnulib-tool.  Analogously, install traps for cleanup.
2423
2424         * tests/test-gc.c (main): Remove unused variables.
2425         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2426
2427 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2428
2429         * modules/inttostr (License): Change to LGPL.
2430
2431 2006-11-14  Eric Blake  <ebb9@byu.net>
2432
2433         * modules/tempname (License): Change to LGPL.
2434
2435 2006-11-14  Eric Blake  <ebb9@byu.net>
2436
2437         * doc/functions.texi (Function Portability): *printf functions on
2438         Cygwin now understand all POSIX size specifiers.
2439
2440 2006-11-14  Bruno Haible  <bruno@clisp.org>
2441
2442         * modules/c-ctype (License): Change to LGPL.
2443
2444 2006-11-12  Bruno Haible  <bruno@clisp.org>
2445
2446         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2447         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2448         for GNOME libraries, for which the include files are installed in
2449         subdirectories of $prefix/include.
2450
2451 2006-11-12  Bruno Haible  <bruno@clisp.org>
2452
2453         * m4/lib-link.m4: Require at least autoconf-2.54.
2454         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2455         name to underscores for the --with option.
2456
2457 2006-11-13  Bruno Haible  <bruno@clisp.org>
2458
2459         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2460         the tests directory.
2461         Reported by Ralf Wildenhues.
2462
2463 2006-11-13  Bruno Haible  <bruno@clisp.org>
2464
2465         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2466         (func_emit_initmacro_end): Undo the override here.
2467         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2468         Works around the famous automake error in coreutils.
2469
2470 2006-11-13  Eric Blake  <ebb9@byu.net>
2471
2472         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2473         element, not its node.
2474
2475 2006-11-12  Bruno Haible  <bruno@clisp.org>
2476
2477         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2478         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2479
2480 2006-11-12  Bruno Haible  <bruno@clisp.org>
2481
2482         * gnulib-tool: New option --local-symlink.
2483         (func_usage): Document it.
2484         (lsymbolic): New variable.
2485         (func_import, func_create_testdir): If --symlink was not specified,
2486         test whether --local-symlink was specified and the file comes from
2487         the local_gnulib_dir.
2488
2489 2006-11-12  Bruno Haible  <bruno@clisp.org>
2490
2491         * gnulib-tool (func_ln): New function.
2492         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2493
2494 2006-11-12  Bruno Haible  <bruno@clisp.org>
2495
2496         Finish support for source files in subdirectories.
2497         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2498         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2499         AUTOMAKE_OPTIONS.
2500         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2501
2502 2006-11-12  Bruno Haible  <bruno@clisp.org>
2503
2504         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2505         EXTRA_lib_SOURCES augmentation.
2506         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2507
2508 2006-11-12  Jim Meyering  <jim@meyering.net>
2509
2510         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2511         file descriptors.  This also averts a failure on systems with
2512         native openat support when a traversed directory lacks "x" access.
2513         * lib/fts_.h: Include "i-ring.h"
2514         (struct FTS) [fts_fd_ring]: New member.
2515         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2516         (FCHDIR): Add parentheses.
2517         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2518         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2519         When descending, rather than simply closing the previous
2520         fts_cwd_fd value, push that file descriptor onto the ring.
2521         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2522         (fts_open): Initialize the new fd_ring member.
2523         (fts_close): Clear the ring.
2524         (fts_safe_changedir): When possible, use our new fd_ring to skip
2525         the diropen and fstat and dev/ino comparison that would normally
2526         accompany a virtual `chdir ("..")'.
2527
2528         * modules/fts (Depends-on): Add i-ring.
2529         * modules/i-ring: New module.
2530         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2531         * m4/i-ring.m4: New file.
2532
2533 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2534
2535         * gnulib-tool (func_create_testdir): Fix replacement of
2536         `build-aux' in configure.ac.  Run autotools in gltests
2537         subdirectory.
2538         (func_create_testdir, func_create_megatestdir, test): There is
2539         no need for '--force' in most autotool invocations in a new
2540         tree.  Actually fail the whole test if any of the tools, or the
2541         configure or make stages fail.
2542
2543         Sync from Automake.
2544         * build-aux/gnupload: Revert last change.  Add pointer to upload
2545         instructions of the GNU Maintenance Instructions.
2546         Suggestion by Karl Berry.
2547
2548 2006-11-10  Jim Meyering  <jim@meyering.net>
2549
2550         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2551
2552 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2553
2554         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2555         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2556         (bind_textdomain_codeset) [! ENABLE_NLS]:
2557         Evaluate all the arguments.  That way, callers get compatible behavior
2558         if the arguments have side effects.  Also, it avoids some GCC
2559         diagnostics in some cases; Joel E. Denny reported problems when Bison
2560         was configured with --enable-gcc-warnigs.
2561
2562 2006-11-10  Jim Meyering  <jim@meyering.net>
2563
2564         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2565         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2566         account.
2567
2568 2006-11-10  Jim Meyering  <jim@meyering.net>
2569
2570         * modules/inline: New file/module.
2571         * modules/xalloc (Files): Remove m4/inline.m4.
2572         (Depends-on): Add inline, instead.
2573         * modules/oset: Likewise.
2574         * modules/list: Likewise.
2575
2576 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2577
2578         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2579         Problem reported by Matthew Woehlke.
2580
2581 2006-11-09  Bruno Haible  <bruno@clisp.org>
2582
2583         * lib/tempname.c (gen_tempname): Remove variant that invokes
2584         __gen_tempname.
2585         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2586         __gen_tempname.
2587
2588 2006-11-08  Bruno Haible  <bruno@clisp.org>
2589
2590         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2591         to 'yes' instead of 'cross-compiling'.
2592
2593 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2594
2595         * lib/quotearg.h (quotearg_free): New decl.
2596         * lib/quotearg.c (quotearg_free): New function.
2597         (slot0, nslots, slotvec0, slotvec):
2598         Now file-scope so that quotearg_free can get at them.
2599
2600 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2601
2602         Sync from Automake.
2603         * build-aux/gnupload: Add missing 'gnu' to example URL.
2604         Report by Karl Berry.
2605
2606 2006-11-08  Bruno Haible  <bruno@clisp.org>
2607
2608         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2609         Suggested by Paul Eggert.
2610
2611 2006-11-08  Jim Meyering  <jim@meyering.net>
2612
2613         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2614         It's already included if !_LIBC.
2615         (fts_safe_changedir): Add a comment.
2616
2617 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2618
2619         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2620         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2621         Matthew Woehlke.
2622
2623         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2624         definitions up, to avoid colliding with change below.
2625         (static_inline) [HAVE_INLINE]: New macro.
2626         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2627         Provide extern decls when !HAVE_INLINE.  Do not define unless
2628         static_inline is defined, either by us or by xmalloc.c.  Use
2629         static_inline rather than static inline.
2630         (XCALLOC): Optimize sizeof(T) = 1 case.
2631         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2632
2633 2006-11-07  Bruno Haible  <bruno@clisp.org>
2634
2635         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2636         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2637         AC_C_INLINE.
2638         * modules/xalloc (Files): Add m4/inline.m4.
2639
2640 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2641
2642         * README: Fix typo.
2643         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2644         (Miscellanous Notes): ...from this.
2645
2646 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2647
2648         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2649         Mention that offsetof should be used instead of sizeof.
2650         From Bruno Haible.
2651
2652 2006-11-07  Bruno Haible  <bruno@clisp.org>
2653
2654         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2655
2656 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2657
2658         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2659         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2660         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2661         (gl_tree_add_before, gl_tree_add_after):
2662         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2663         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2664         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2665         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2666         (gl_linked_add_after, gl_linked_add_at): Likewise.
2667         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2668         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2669         (gl_tree_add_before, gl_tree_add_after): Likewise.
2670         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2671         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2672         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2673
2674 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2675
2676         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2677
2678 2006-11-06  Bruno Haible  <bruno@clisp.org>
2679
2680         * m4/inline.m4: New file.
2681         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2682         * modules/list (Files): Add m4/inline.m4.
2683         * modules/oset (Files): Likewise.
2684
2685 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2686
2687         * lib/idcache.c: Include <stddef.h>, for offsetof.
2688         (struct userid.name): Change from char * to a flexible array member.
2689         All uses changed.
2690         * modules/idcache (Depends-on): Add flexmember.
2691
2692         * MODULES.html.sh (Core language properties): New module flexmember.
2693         * modules/flexmember, m4/flexmember.m4: New files.
2694
2695         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2696         inline functions that are identical with the old xnmalloc_inline,
2697         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2698         that we can avoid some unnecessary integer multiplications and
2699         divisions in the common case where the element size is known at
2700         compile time.
2701         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2702         needed.
2703         (xnboundedmalloc): Remove.
2704         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2705         arguments, for consistency with rest of this header.
2706         (xcharalloc): Rewrite using XNMALLOC.
2707         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2708         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2709         versions have been moved to lib/xalloc.h and renamed to be the
2710         non-*_inline versions.
2711         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2712         and xnrealloc functions, since those functions are now inline and
2713         now call us.
2714         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2715         renaming described above.
2716         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2717         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2718         captures the dependency in AC_C_INLINE.
2719
2720         New module canonicalize-lgpl, proposed by Charles Wilson in
2721         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2722         with a few small changes afterwards.
2723         * MODULES.html.sh (File system functions): New module
2724         canonicalize-lgpl.
2725         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2726         and canonicalize_file_name.
2727         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2728         * modules/canonicalize-lgpl: New files.
2729
2730 2006-11-05  Bruno Haible  <bruno@clisp.org>
2731
2732         * gnulib-tool (func_import, func_create_testdir): Create directories
2733         also for files in subdirectories of lib/.
2734
2735 2006-11-05  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2738         ANSI C compliant.
2739
2740 2006-11-03  Bruno Haible  <bruno@clisp.org>
2741
2742         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2743         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2744         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2745         (xnboundedmalloc): New inline function.
2746         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2747         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2748         xmalloc.
2749         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2750         xmalloc.
2751         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2752         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2753         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2754         xmalloc.
2755         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2756         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2757         xmalloc.
2758         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2759         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2760         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2761         xmalloc.
2762         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2763         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2764         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2765         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2766         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2767         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2768         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2769
2770 2006-11-03  Bruno Haible  <bruno@clisp.org>
2771
2772         * lib/c-ctype.h [C++]: Define functions without name mangling.
2773         * lib/fwriteerror.h [C++]: Likewise.
2774         * lib/gcd.h [C++]: Likewise.
2775         * lib/linebreak.h [C++]: Likewise.
2776
2777 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2778
2779         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2780         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2781         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2782         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2783         Check for functions and headers just once.
2784         Check for declaration of canonicalize_file_name.
2785         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2786
2787 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2788
2789         * gnulib-tool (func_import): Fix typo in actioncmd.
2790
2791 2006-11-02  Bruno Haible  <bruno@clisp.org>
2792
2793         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2794         newline sequence in the Makefile.am snippet as a space, like "make"
2795         does.
2796         Reported by Roger Persson <perrog@gmail.com>.
2797
2798 2006-11-01  Bruno Haible  <bruno@clisp.org>
2799
2800         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2801         already declared in <string.h>.
2802         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2803
2804 2006-11-01  Bruno Haible  <bruno@clisp.org>
2805
2806         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2807         * lib/strcase.h: Include <string.h>.
2808         (strcasecmp): Define to rpl_strcasecmp here.
2809
2810 2006-11-01  Bruno Haible  <bruno@clisp.org>
2811
2812         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2813
2814 2006-11-01  Eric Blake  <ebb9@byu.net>
2815
2816         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2817
2818         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2819
2820 2006-10-29  Bruno Haible  <bruno@clisp.org>
2821
2822         Make it compile in C++ mode.
2823         * lib/full-write.c (full_rw): Add a cast.
2824
2825 2006-11-01  Bruno Haible  <bruno@clisp.org>
2826
2827         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2828         be POSIX compliant.
2829         Reported by Roger Persson <perrog@gmail.com>.
2830
2831 2006-11-01  Eric Blake  <ebb9@byu.net>
2832
2833         * lib/getopt_.h: Fix comments.
2834
2835 2006-10-31  Eric Blake  <ebb9@byu.net>
2836
2837         * modules/tmpdir (Depends-on): Add sys_stat.
2838         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2839         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2840         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2841         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2842         tempname.
2843
2844 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2845
2846         Avoid some C++ diagnostics reported by Bruno Haible.
2847         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2848         xmalloc.
2849         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2850         (struct slotvec): Move to top level.
2851         (quotearg_n_options): Rewrite to avoid xmalloc.
2852         * lib/xalloc.h (xcharalloc): New function.
2853         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2854         [defined __cplusplus]: Add function template that provides result
2855         type propagation.  This part of the change is from Bruno Haible.
2856
2857 2006-10-29  Bruno Haible  <bruno@clisp.org>
2858
2859         Make it compile in C++ mode.
2860         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2861         * lib/strnlen1.c (strnlen1): Cast memchr result.
2862         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2863         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2864         (create_temp_dir): Rename local variable 'template'.
2865         (compile_csharp_using_sscli): Add cast.
2866         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2867         * lib/findprog.c (find_in_path): Likewise.
2868         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2869         * lib/wait-process.c (register_slave_subprocess): Likewise.
2870
2871 2006-10-22  Bruno Haible  <bruno@clisp.org>
2872
2873         * modules/tsearch: New file.
2874         * lib/tsearch.h: New file.
2875         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2876         * m4/tsearch.m4: New file.
2877         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2878
2879 2006-10-29  Eric Blake  <ebb9@byu.net>
2880
2881         * lib/arcfour.c: Assume config.h.
2882         * lib/arctwo.c: Likewise.
2883         * lib/base64.c: Likewise.
2884         * lib/check-version.c: Likewise.
2885         * lib/crc.c: Likewise.
2886         * lib/des.c: Likewise.
2887         * lib/gc-gnulib.c: Likewise.
2888         * lib/gc-libgcrypt.c: Likewise.
2889         * lib/gc-pbkdf2-sha1.c: Likewise.
2890         * lib/getaddrinfo.c: Likewise.
2891         * lib/getdelim.c: Likewise.
2892         * lib/getline.c: Likewise.
2893         * lib/hmac-md5.c: Likewise.
2894         * lib/hmac-sha1.c: Likewise.
2895         * lib/iconvme.c: Likewise.
2896         * lib/md2.c: Likewise.
2897         * lib/md4.c: Likewise.
2898         * lib/memxor.c: Likewise.
2899         * lib/read-file.c: Likewise.
2900         * lib/readline.c: Likewise.
2901         * lib/rijndael-alg-fst.c: Likewise.
2902         * lib/rijndael-api-fst.c: Likewise.
2903         * lib/xgetdomainname.c: Likewise.
2904
2905 2006-10-28  Eric Blake  <ebb9@byu.net>
2906
2907         * lib/xstrndup.c: Assume config.h.
2908
2909 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2910
2911         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2912         stat-macros.h is now for our own macros, whereas stat_h is for
2913         macros in the <sys/stat.h> name space.
2914         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2915         (STAT_MACROS_H): Remove.
2916         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2917         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2918         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2919         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2920         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2921         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2922         Move these macros to ...
2923         * lib/stat_.h: here.  Don't include stat-macros.h.
2924         * lib/canonicalize.c: Don't include stat-macros.h.
2925         * lib/chown.c: Likewise.
2926         * lib/euidaccess.c: Likewise.
2927         * lib/file-type.c: Likewise.
2928         * lib/filemode.c: Likewise.
2929         * lib/glob.c: Likewise.
2930         * lib/isapipe.c: Likewise.
2931         * lib/lchown.c: Likewise.
2932         * lib/lstat.c: Likewise.
2933         * lib/mkdir-p.c: Likewise.
2934         * lib/rmdir.c: Likewise.
2935         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2936         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2937         unless mkdir isn't declared, to speed up 'configure'.
2938         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2939         would define all the S_* symbols.
2940         * modules/canonicalize (Depends-on):
2941         Depend on sys_stat, not stat-macros.
2942         * modules/chown: Likewise.
2943         * modules/euidaccess: Likewise.
2944         * modules/filemode: Likewise.
2945         * modules/file-type: Likewise.
2946         * modules/glob: Likewise.
2947         * modules/isapipe: Likewise.
2948         * modules/lchown: Likewise.
2949         * modules/lstat: Likewise.
2950         * modules/mkancesdirs: Likewise.
2951         * modules/rmdir: Likewise.
2952         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2953         * modules/modechange: Likewise.
2954         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2955         (configure.ac): Remove gl_STAT_MACROS.
2956         * modules/sys_stat (Depends-on): Remove stat-macros.
2957
2958 2006-10-27  Bruno Haible  <bruno@clisp.org>
2959
2960         * m4/signed.m4: Remove file.
2961         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2962         invocation.
2963         * modules/vasnprintf (Files): Remove m4/signed.m4.
2964
2965 2006-10-27  Bruno Haible  <bruno@clisp.org>
2966
2967         Update to GNU gettext 0.16.
2968         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2969         m4/inttypes-h.m4, m4/signed.m4.
2970         * m4/gettext.m4: Update to GNU gettext 0.16.
2971         * m4/intl.m4: New file, from GNU gettext.
2972         * m4/intldir.m4: New file, from GNU gettext.
2973         * config/srclist.txt: Update
2974
2975 2006-10-27  Eric Blake  <ebb9@byu.net>
2976
2977         * MODULES.html.sh: Document tempname.
2978         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2979         dependencies.
2980         (Files): Move lib/tempname.c...
2981         * modules/tempname: ...to this new module.
2982         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2983         (gl_PREREQ_TEMPNAME): Move...
2984         * m4/tempname.m4: ...to this new file.
2985         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2986         * modules/sys_stat (Depends-on): Add stat-macros.
2987         * lib/stat_.h (includes): Pick up stat macros.
2988         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2989         if stat macros are broken.
2990         * lib/tempname.c (includes): No need to include "stat-macros.h".
2991         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2992         (direxists, __path_search) [!_LIBC]: Don't compile these in
2993         gnulib; the tmpdir module covers that.
2994         * lib/tempname.h: New file.
2995
2996 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2997
2998         * COPYING: Explain how gnulib-tool converts licence headers.
2999         Almost all wording by Eric Blake.
3000
3001 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3002
3003         * lib/mbchar.h (is_basic_table): Make read-only.
3004         * lib/mbchar.c (is_basic_table): Likewise.
3005         Reported by John Darrington.
3006
3007 2006-10-25  Bruno Haible  <bruno@clisp.org>
3008
3009         * lib/progname.h (set_program_name): Undefine before defining.
3010
3011 2006-10-25  Bruno Haible  <bruno@clisp.org>
3012
3013         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3014         false for non-gcc C++ compilers.
3015         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3016
3017 2006-10-24  Bruno Haible  <bruno@clisp.org>
3018
3019         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3020         iconv implementations like Irix iconv.
3021
3022 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3023
3024         * modules/vararrays: New file.
3025         * m4/vararrays.m4: New file, taken from diffutils.
3026         * MODULES.html.sh: New module vararrays.
3027
3028 2006-10-24  Karl Berry  <karl@gnu.org>
3029
3030         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3031         Don't call GNU Unix.
3032
3033 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3034
3035         * users.txt: Add Libtool.
3036
3037         Sync from Libtool:
3038
3039         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3040
3041         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3042         to gnulib's policy of including config.h unconditionally.
3043
3044 2006-10-24  Bruno Haible  <bruno@clisp.org>
3045
3046         * modules/wcwidth (Files): Add m4/wint_t.m4.
3047         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3048         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3049
3050 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3051
3052         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3053         to pacify GCC with some -W flags enabled.  Problem reported by
3054         Bruno Haible.
3055
3056 2006-10-24  Jim Meyering  <jim@meyering.net>
3057
3058         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3059         Reported by Karl Berry.
3060
3061 2006-10-23  Bruno Haible  <bruno@clisp.org>
3062
3063         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3064
3065 2006-10-24  Bruno Haible  <bruno@clisp.org>
3066
3067         * lib/gl_list.h: Use C comment style, not C++ comment style.
3068
3069 2006-10-23  Eric Blake  <ebb9@byu.net>
3070
3071         * lib/getaddrinfo.c (includes): Add missing include.
3072
3073 2006-10-23  Bruno Haible  <bruno@clisp.org>
3074             Paul Eggert  <eggert@cs.ucla.edu>
3075
3076         Ability to rename obstack_free.
3077         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3078         obstack_free.
3079         (obstack_free): Invoke the __obstack_free macro.
3080         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3081
3082 2006-10-23  Bruno Haible  <bruno@clisp.org>
3083             Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3086         __argc, __argv from the declaration. (They are defined as macros on
3087         mingw.)
3088
3089 2006-10-22  Bruno Haible  <bruno@clisp.org>
3090
3091         * doc/gnulib-intro.texi: New file.
3092         * doc/gnulib.texi: Include it.
3093
3094 2006-10-21  Bruno Haible  <bruno@clisp.org>
3095
3096         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3097         "Introduction", "Miscellanous Notes", "Particular Modules".
3098
3099 2006-10-21  Bruno Haible  <bruno@clisp.org>
3100
3101         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3102         Change mostlyclean-local rule to avoid sh syntax error from bash
3103         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3104
3105 2006-10-23  Jim Meyering  <jim@meyering.net>
3106
3107         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3108         in place of snprintf.
3109
3110         * modules/inttostr (Files): Add lib/uinttostr.c.
3111         * lib/uinttostr.c (inttostr): New file/function.
3112         * lib/inttostr.h (uinttostr): Declare.
3113         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3114         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3115         Add uinttostr.
3116         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3117
3118 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * lib/canonicalize.c (ELOOP): Define if not already defined.
3121         Problem reported by Bruno Haible in
3122         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3123
3124 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3125
3126         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3127         Problem reported by Perry Smith and Ville Laurikari.
3128
3129         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3130         uses.
3131
3132 2006-10-19  Bruno Haible  <bruno@clisp.org>
3133
3134         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3135         for mingw.
3136
3137 2006-10-19  Bruno Haible  <bruno@clisp.org>
3138
3139         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3140         Needed for mingw.
3141
3142 2006-10-19  Bruno Haible  <bruno@clisp.org>
3143
3144         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3145
3146 2006-10-19  Bruno Haible  <bruno@clisp.org>
3147
3148         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3149         it.
3150
3151 2006-10-19  Bruno Haible  <bruno@clisp.org>
3152
3153         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3154         invocation.
3155
3156 2006-10-19  Bruno Haible  <bruno@clisp.org>
3157
3158         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3159         mountlist by default.
3160
3161 2006-10-16  Bruno Haible  <bruno@clisp.org>
3162
3163         * lib/c-strstr.c: Include c-strstr.h.
3164
3165 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3166
3167         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3168         in a slash.
3169
3170 2006-10-18  Bruno Haible  <bruno@clisp.org>
3171
3172         * lib/lock.h [C++]: Wrap definitions in extern "C".
3173
3174 2006-10-18  Bruno Haible  <bruno@clisp.org>
3175
3176         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3177         gl_LIBOBJS list.
3178
3179 2006-10-18  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3182
3183 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3184
3185         * lib/xstrtol.h: Include gettext.h.
3186         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3187         Problem reported by Eric Blake.
3188         * modules/xstrtol (Depends-on): Add gettext-h.
3189
3190 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3191
3192         * lib/strftime.c (advance): New macro.
3193         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3194         incomplete type, so you can't add 0 to it.  Problem and patch
3195         reported by Eelco Dolstra for dietlibc.
3196
3197 2006-10-18  Jim Meyering  <jim@meyering.net>
3198
3199         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3200         type for a local, and rename it: s/up/user_proc/.
3201
3202 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3203
3204         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3205         READ_UTMP_USER_PROCESS.
3206         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3207
3208 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3209
3210         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3211         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3212
3213 2006-10-17  Eric Blake  <ebb9@byu.net>
3214
3215         * lib/sigprocmask.c (sigprocmask): Fix typo.
3216
3217         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3218
3219         * modules/clean-temp (Makefile.am): Don't add to make output...
3220         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3221         config.h.
3222
3223 2006-10-17  Bruno Haible  <bruno@clisp.org>
3224
3225         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3226         differently if DEFAULT_TEXT_DOMAIN is set.
3227
3228 2006-10-16  Bruno Haible  <bruno@clisp.org>
3229
3230         * lib/clean-temp.c: Include fwriteerror.h.
3231
3232 2006-10-16  Bruno Haible  <bruno@clisp.org>
3233
3234         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3235
3236 2006-10-16  Bruno Haible  <bruno@clisp.org>
3237
3238         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3239         * lib/sigprocmask.h: Include <sys/types.h>.
3240         (sigset_t): Use the system's definition if present.
3241
3242 2006-10-17  Eric Blake  <ebb9@byu.net>
3243
3244         * lib/xvasprintf.c (includes): Assume config.h.
3245         * lib/xasprintf.c (includes): Likewise.
3246
3247 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3248
3249         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3250         at least as wide as intmax_t.
3251
3252 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3253
3254         (Imported from Automake.)
3255         * build-aux/gnupload: Update to version 1.1 of directive file.
3256
3257 2006-10-16  Eric Blake  <ebb9@byu.net>
3258
3259         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3260         match Automake 1.10a.
3261
3262 2006-10-14  Bruno Haible  <bruno@clisp.org>
3263
3264         * modules/sigprocmask: New file.
3265         * lib/sigprocmask.h: New file.
3266         * lib/sigprocmask.c: New file.
3267         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3268         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3269         request sigprocmask.o.
3270         (gl_PREREQ_SIGPROCMASK): New macro.
3271         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3272         (Depends-on): Add sigprocmask.
3273         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3274         gt_SIGNALBLOCKING. Test for 'raise' only once.
3275         * lib/fatal-signal.c: Include sigprocmask.h.
3276         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3277         unblock_fatal_signals): Define always.
3278         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3279         sigprocmask.
3280
3281 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3282
3283         Sync from Automake.
3284         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3285         which incorrectly sets the mode of an existing destination
3286         directory.  In some cases the unpatched install-sh could do the
3287         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3288         system.  We hope this is rare in practice, but it's clearly worth
3289         fixing.  Problem reported by Alex Unleashed in
3290         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3291         Also, don't bother to check for -m bugs unless we're using -m;
3292         suggested by Stepan Kasal.
3293
3294 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3295
3296         Sync from Automake.
3297         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3298         `-c' flag, so they appear at the same position as in %FASTDEP%
3299         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3300         which ignores unknown options only after the first non-option.
3301         Bug report against M4 by Nelson H. F. Beebe.
3302
3303 2006-10-13  Jim Meyering  <jim@meyering.net>
3304
3305         Fix a bug in yesterday's change.
3306         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3307         p->fts_statp->st_dev would be used uninitialized.
3308         Ensures that we always call fts_stat on the very first entry.
3309         Miklos Szeredi reported that find -xdev stopped working.
3310
3311 2006-10-12  Bruno Haible  <bruno@clisp.org>
3312
3313         * gnulib-tool (func_get_automake_snippet): Append an automatically
3314         computed EXTRA_DIST augmentation.
3315         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3316         * modules/alloca-opt (Makefile.am): Likewise.
3317         * modules/allocsa (Makefile.am): Likewise.
3318         * modules/arcfour (Makefile.am): Likewise.
3319         * modules/arctwo (Makefile.am): Likewise.
3320         * modules/argmatch (Makefile.am): Likewise.
3321         * modules/argz (Makefile.am): Likewise.
3322         * modules/atexit (Makefile.am): Likewise.
3323         * modules/backupfile (Makefile.am): Likewise.
3324         * modules/byteswap (Makefile.am): Likewise.
3325         * modules/c-strtod (Makefile.am): Likewise.
3326         * modules/c-strtold (Makefile.am): Likewise.
3327         * modules/calloc (Makefile.am): Likewise.
3328         * modules/canon-host (Makefile.am): Likewise.
3329         * modules/canonicalize (Makefile.am): Likewise.
3330         * modules/chdir-long (Makefile.am): Likewise.
3331         * modules/chdir-safer (Makefile.am): Likewise.
3332         * modules/check-version (Makefile.am): Likewise.
3333         * modules/chown (Makefile.am): Likewise.
3334         * modules/cloexec (Makefile.am): Likewise.
3335         * modules/close-stream (Makefile.am): Likewise.
3336         * modules/closeout (Makefile.am): Likewise.
3337         * modules/crc (Makefile.am): Likewise.
3338         * modules/csharpexec (Makefile.am): Likewise.
3339         * modules/cycle-check (Makefile.am): Likewise.
3340         * modules/des (Makefile.am): Likewise.
3341         * modules/dev-ino (Makefile.am): Likewise.
3342         * modules/dirfd (Makefile.am): Likewise.
3343         * modules/dirname (Makefile.am): Likewise.
3344         * modules/dup2 (Makefile.am): Likewise.
3345         * modules/eealloc (Makefile.am): Likewise.
3346         * modules/error (Makefile.am): Likewise.
3347         * modules/euidaccess (Makefile.am): Likewise.
3348         * modules/exclude (Makefile.am): Likewise.
3349         * modules/exitfail (Makefile.am): Likewise.
3350         * modules/fcntl-safer (Makefile.am): Likewise.
3351         * modules/fcntl (Makefile.am): Likewise.
3352         * modules/file-type (Makefile.am): Likewise.
3353         * modules/fileblocks (Makefile.am): Likewise.
3354         * modules/filemode (Makefile.am): Likewise.
3355         * modules/filenamecat (Makefile.am): Likewise.
3356         * modules/fnmatch (Makefile.am): Likewise.
3357         * modules/fopen-safer (Makefile.am): Likewise.
3358         * modules/fpending (Makefile.am): Likewise.
3359         * modules/fprintftime (Makefile.am): Likewise.
3360         * modules/free (Makefile.am): Likewise.
3361         * modules/fsusage (Makefile.am): Likewise.
3362         * modules/ftruncate (Makefile.am): Likewise.
3363         * modules/fts (Makefile.am): Likewise.
3364         * modules/gc-arcfour (Makefile.am): Likewise.
3365         * modules/gc-des (Makefile.am): Likewise.
3366         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3367         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3368         * modules/gc-md4 (Makefile.am): Likewise.
3369         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3370         * modules/gc-sha1 (Makefile.am): Likewise.
3371         * modules/gc (Makefile.am): Likewise.
3372         * modules/getaddrinfo (Makefile.am): Likewise.
3373         * modules/getcwd (Makefile.am): Likewise.
3374         * modules/getdelim (Makefile.am): Likewise.
3375         * modules/getdomainname (Makefile.am): Likewise.
3376         * modules/getgroups (Makefile.am): Likewise.
3377         * modules/gethostname (Makefile.am): Likewise.
3378         * modules/gethrxtime (Makefile.am): Likewise.
3379         * modules/getline (Makefile.am): Likewise.
3380         * modules/getloadavg (Makefile.am): Likewise.
3381         * modules/getlogin_r (Makefile.am): Likewise.
3382         * modules/getndelim2 (Makefile.am): Likewise.
3383         * modules/getopt (Makefile.am): Likewise.
3384         * modules/getpagesize (Makefile.am): Likewise.
3385         * modules/getpass-gnu (Makefile.am): Likewise.
3386         * modules/getpass (Makefile.am): Likewise.
3387         * modules/getsubopt (Makefile.am): Likewise.
3388         * modules/gettime (Makefile.am): Likewise.
3389         * modules/gettimeofday (Makefile.am): Likewise.
3390         * modules/getugroups (Makefile.am): Likewise.
3391         * modules/getusershell (Makefile.am): Likewise.
3392         * modules/glob (Makefile.am): Likewise.
3393         * modules/group-member (Makefile.am): Likewise.
3394         * modules/hard-locale (Makefile.am): Likewise.
3395         * modules/hash (Makefile.am): Likewise.
3396         * modules/hmac-md5 (Makefile.am): Likewise.
3397         * modules/hmac-sha1 (Makefile.am): Likewise.
3398         * modules/human (Makefile.am): Likewise.
3399         * modules/idcache (Makefile.am): Likewise.
3400         * modules/imaxabs (Makefile.am): Likewise.
3401         * modules/imaxdiv (Makefile.am): Likewise.
3402         * modules/inet_ntop (Makefile.am): Likewise.
3403         * modules/inet_pton (Makefile.am): Likewise.
3404         * modules/intprops (Makefile.am): Likewise.
3405         * modules/inttostr (Makefile.am): Likewise.
3406         * modules/inttypes (Makefile.am): Likewise.
3407         * modules/isapipe (Makefile.am): Likewise.
3408         * modules/javaversion (Makefile.am): Likewise.
3409         * modules/lchmod (Makefile.am): Likewise.
3410         * modules/lchown (Makefile.am): Likewise.
3411         * modules/localcharset (Makefile.am): Likewise.
3412         * modules/long-options (Makefile.am): Likewise.
3413         * modules/lstat (Makefile.am): Likewise.
3414         * modules/malloc (Makefile.am): Likewise.
3415         * modules/mathl (Makefile.am): Likewise.
3416         * modules/mbchar (Makefile.am): Likewise.
3417         * modules/md2 (Makefile.am): Likewise.
3418         * modules/md4 (Makefile.am): Likewise.
3419         * modules/md5 (Makefile.am): Likewise.
3420         * modules/memcasecmp (Makefile.am): Likewise.
3421         * modules/memchr (Makefile.am): Likewise.
3422         * modules/memcmp (Makefile.am): Likewise.
3423         * modules/memcoll (Makefile.am): Likewise.
3424         * modules/memcpy (Makefile.am): Likewise.
3425         * modules/memmem (Makefile.am): Likewise.
3426         * modules/memmove (Makefile.am): Likewise.
3427         * modules/mempcpy (Makefile.am): Likewise.
3428         * modules/memrchr (Makefile.am): Likewise.
3429         * modules/memset (Makefile.am): Likewise.
3430         * modules/memxor (Makefile.am): Likewise.
3431         * modules/mkancesdirs (Makefile.am): Likewise.
3432         * modules/mkdir-p (Makefile.am): Likewise.
3433         * modules/mkdir (Makefile.am): Likewise.
3434         * modules/mkdtemp (Makefile.am): Likewise.
3435         * modules/mkstemp (Makefile.am): Likewise.
3436         * modules/mktime (Makefile.am): Likewise.
3437         * modules/modechange (Makefile.am): Likewise.
3438         * modules/mountlist (Makefile.am): Likewise.
3439         * modules/nanosleep (Makefile.am): Likewise.
3440         * modules/obstack (Makefile.am): Likewise.
3441         * modules/openat (Makefile.am): Likewise.
3442         * modules/pagealign_alloc (Makefile.am): Likewise.
3443         * modules/pathmax (Makefile.am): Likewise.
3444         * modules/physmem (Makefile.am): Likewise.
3445         * modules/poll (Makefile.am): Likewise.
3446         * modules/posixtm (Makefile.am): Likewise.
3447         * modules/posixver (Makefile.am): Likewise.
3448         * modules/putenv (Makefile.am): Likewise.
3449         * modules/quote (Makefile.am): Likewise.
3450         * modules/quotearg (Makefile.am): Likewise.
3451         * modules/raise (Makefile.am): Likewise.
3452         * modules/read-file (Makefile.am): Likewise.
3453         * modules/readline (Makefile.am): Likewise.
3454         * modules/readlink (Makefile.am): Likewise.
3455         * modules/readtokens (Makefile.am): Likewise.
3456         * modules/readutmp (Makefile.am): Likewise.
3457         * modules/realloc (Makefile.am): Likewise.
3458         * modules/regex (Makefile.am): Likewise.
3459         * modules/rename-dest-slash (Makefile.am): Likewise.
3460         * modules/rename (Makefile.am): Likewise.
3461         * modules/rijndael (Makefile.am): Likewise.
3462         * modules/rmdir (Makefile.am): Likewise.
3463         * modules/rpmatch (Makefile.am): Likewise.
3464         * modules/safe-read (Makefile.am): Likewise.
3465         * modules/safe-write (Makefile.am): Likewise.
3466         * modules/same-inode (Makefile.am): Likewise.
3467         * modules/same (Makefile.am): Likewise.
3468         * modules/save-cwd (Makefile.am): Likewise.
3469         * modules/savedir (Makefile.am): Likewise.
3470         * modules/setenv (Makefile.am): Likewise.
3471         * modules/settime (Makefile.am): Likewise.
3472         * modules/sha1 (Makefile.am): Likewise.
3473         * modules/sig2str (Makefile.am): Likewise.
3474         * modules/snprintf (Makefile.am): Likewise.
3475         * modules/stat-macros (Makefile.am): Likewise.
3476         * modules/stat-time (Makefile.am): Likewise.
3477         * modules/stdbool (Makefile.am): Likewise.
3478         * modules/stdint (Makefile.am): Likewise.
3479         * modules/stdlib-safer (Makefile.am): Likewise.
3480         * modules/stpcpy (Makefile.am): Likewise.
3481         * modules/stpncpy (Makefile.am): Likewise.
3482         * modules/strcase (Makefile.am): Likewise.
3483         * modules/strcasestr (Makefile.am): Likewise.
3484         * modules/strchrnul (Makefile.am): Likewise.
3485         * modules/strcspn (Makefile.am): Likewise.
3486         * modules/strdup (Makefile.am): Likewise.
3487         * modules/strerror (Makefile.am): Likewise.
3488         * modules/strftime (Makefile.am): Likewise.
3489         * modules/strndup (Makefile.am): Likewise.
3490         * modules/strnlen (Makefile.am): Likewise.
3491         * modules/strpbrk (Makefile.am): Likewise.
3492         * modules/strsep (Makefile.am): Likewise.
3493         * modules/strstr (Makefile.am): Likewise.
3494         * modules/strtod (Makefile.am): Likewise.
3495         * modules/strtoimax (Makefile.am): Likewise.
3496         * modules/strtok_r (Makefile.am): Likewise.
3497         * modules/strtol (Makefile.am): Likewise.
3498         * modules/strtoll (Makefile.am): Likewise.
3499         * modules/strtoul (Makefile.am): Likewise.
3500         * modules/strtoull (Makefile.am): Likewise.
3501         * modules/strtoumax (Makefile.am): Likewise.
3502         * modules/strverscmp (Makefile.am): Likewise.
3503         * modules/sys_socket (Makefile.am): Likewise.
3504         * modules/sys_stat (Makefile.am): Likewise.
3505         * modules/sysexits (Makefile.am): Likewise.
3506         * modules/time_r (Makefile.am): Likewise.
3507         * modules/timegm (Makefile.am): Likewise.
3508         * modules/timespec (Makefile.am): Likewise.
3509         * modules/tmpfile-safer (Makefile.am): Likewise.
3510         * modules/trim (Makefile.am): Likewise.
3511         * modules/unistd-safer (Makefile.am): Likewise.
3512         * modules/unlinkdir (Makefile.am): Likewise.
3513         * modules/unlocked-io (Makefile.am): Likewise.
3514         * modules/userspec (Makefile.am): Likewise.
3515         * modules/utime (Makefile.am): Likewise.
3516         * modules/utimecmp (Makefile.am): Likewise.
3517         * modules/utimens (Makefile.am): Likewise.
3518         * modules/vasnprintf (Makefile.am): Likewise.
3519         * modules/vasprintf (Makefile.am): Likewise.
3520         * modules/vsnprintf (Makefile.am): Likewise.
3521         * modules/xalloc (Makefile.am): Likewise.
3522         * modules/xgetcwd (Makefile.am): Likewise.
3523         * modules/xnanosleep (Makefile.am): Likewise.
3524         * modules/xreadlink (Makefile.am): Likewise.
3525         * modules/xstrtod (Makefile.am): Likewise.
3526         * modules/xstrtol (Makefile.am): Likewise.
3527         * modules/xstrtold (Makefile.am): Likewise.
3528         * modules/yesno (Makefile.am): Likewise.
3529         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3530
3531 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3532
3533         * modules/error (Makefile.am): Distribute files through
3534         EXTRA_DIST, not lib_SOURCES.
3535
3536 2006-10-12  Eric Blake  <ebb9@byu.net>
3537
3538         * modules/error (Makefile.am): Distribute files in /lib.
3539         * modules/obstack (Makefile.am): Likewise.
3540
3541 2006-10-12  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/acl (Makefile.am): Distribute all files in lib/ through
3544         EXTRA_DIST.
3545         * modules/arcfour (Makefile.am): Likewise.
3546         * modules/arctwo (Makefile.am): Likewise.
3547         * modules/argmatch (Makefile.am): Likewise.
3548         * modules/argz (Makefile.am): Likewise.
3549         * modules/atexit (Makefile.am): Likewise.
3550         * modules/backupfile (Makefile.am): Likewise.
3551         * modules/c-strtod (Makefile.am): Likewise.
3552         * modules/c-strtold (Makefile.am): Likewise.
3553         * modules/calloc (Makefile.am): Likewise.
3554         * modules/canon-host (Makefile.am): Likewise.
3555         * modules/canonicalize (Makefile.am): Likewise.
3556         * modules/chdir-long (Makefile.am): Likewise.
3557         * modules/chdir-safer (Makefile.am): Likewise.
3558         * modules/check-version (Makefile.am): Likewise.
3559         * modules/chown (Makefile.am): Likewise.
3560         * modules/cloexec (Makefile.am): Likewise.
3561         * modules/close-stream (Makefile.am): Likewise.
3562         * modules/closeout (Makefile.am): Likewise.
3563         * modules/crc (Makefile.am): Likewise.
3564         * modules/cycle-check (Makefile.am): Likewise.
3565         * modules/des (Makefile.am): Likewise.
3566         * modules/dirfd (Makefile.am): Likewise.
3567         * modules/dirname (Makefile.am): Likewise.
3568         * modules/dup2 (Makefile.am): Likewise.
3569         * modules/euidaccess (Makefile.am): Likewise.
3570         * modules/exclude (Makefile.am): Likewise.
3571         * modules/exitfail (Makefile.am): Likewise.
3572         * modules/fcntl-safer (Makefile.am): Likewise.
3573         * modules/file-type (Makefile.am): Likewise.
3574         * modules/fileblocks (Makefile.am): Likewise.
3575         * modules/filemode (Makefile.am): Likewise.
3576         * modules/filenamecat (Makefile.am): Likewise.
3577         * modules/fnmatch (Makefile.am): Likewise.
3578         * modules/fopen-safer (Makefile.am): Likewise.
3579         * modules/fpending (Makefile.am): Likewise.
3580         * modules/fprintftime (Makefile.am): Likewise.
3581         * modules/free (Makefile.am): Likewise.
3582         * modules/fsusage (Makefile.am): Likewise.
3583         * modules/ftruncate (Makefile.am): Likewise.
3584         * modules/fts (Makefile.am): Likewise.
3585         * modules/gc (Makefile.am): Likewise.
3586         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3587         * modules/getaddrinfo (Makefile.am): Likewise.
3588         * modules/getcwd (Makefile.am): Likewise.
3589         * modules/getdelim (Makefile.am): Likewise.
3590         * modules/getdomainname (Makefile.am): Likewise.
3591         * modules/getgroups (Makefile.am): Likewise.
3592         * modules/gethostname (Makefile.am): Likewise.
3593         * modules/gethrxtime (Makefile.am): Likewise.
3594         * modules/getline (Makefile.am): Likewise.
3595         * modules/getloadavg (Makefile.am): Likewise.
3596         * modules/getlogin_r (Makefile.am): Likewise.
3597         * modules/getopt (Makefile.am): Likewise.
3598         * modules/getpass (Makefile.am): Likewise.
3599         * modules/getpass-gnu (Makefile.am): Likewise.
3600         * modules/getsubopt (Makefile.am): Likewise.
3601         * modules/gettime (Makefile.am): Likewise.
3602         * modules/gettimeofday (Makefile.am): Likewise.
3603         * modules/getugroups (Makefile.am): Likewise.
3604         * modules/getusershell (Makefile.am): Likewise.
3605         * modules/glob (Makefile.am): Likewise.
3606         * modules/group-member (Makefile.am): Likewise.
3607         * modules/hard-locale (Makefile.am): Likewise.
3608         * modules/hash (Makefile.am): Likewise.
3609         * modules/hmac-md5 (Makefile.am): Likewise.
3610         * modules/hmac-sha1 (Makefile.am): Likewise.
3611         * modules/human (Makefile.am): Likewise.
3612         * modules/idcache (Makefile.am): Likewise.
3613         * modules/imaxabs (Makefile.am): Likewise.
3614         * modules/imaxdiv (Makefile.am): Likewise.
3615         * modules/inet_ntop (Makefile.am): Likewise.
3616         * modules/inet_pton (Makefile.am): Likewise.
3617         * modules/inttostr (Makefile.am): Likewise.
3618         * modules/isapipe (Makefile.am): Likewise.
3619         * modules/lchown (Makefile.am): Likewise.
3620         * modules/long-options (Makefile.am): Likewise.
3621         * modules/lstat (Makefile.am): Likewise.
3622         * modules/malloc (Makefile.am): Likewise.
3623         * modules/mathl (Makefile.am): Likewise.
3624         * modules/mbchar (Makefile.am): Likewise.
3625         * modules/md2 (Makefile.am): Likewise.
3626         * modules/md4 (Makefile.am): Likewise.
3627         * modules/md5 (Makefile.am): Likewise.
3628         * modules/memcasecmp (Makefile.am): Likewise.
3629         * modules/memchr (Makefile.am): Likewise.
3630         * modules/memcmp (Makefile.am): Likewise.
3631         * modules/memcoll (Makefile.am): Likewise.
3632         * modules/memcpy (Makefile.am): Likewise.
3633         * modules/memmem (Makefile.am): Likewise.
3634         * modules/memmove (Makefile.am): Likewise.
3635         * modules/mempcpy (Makefile.am): Likewise.
3636         * modules/memrchr (Makefile.am): Likewise.
3637         * modules/memset (Makefile.am): Likewise.
3638         * modules/memxor (Makefile.am): Likewise.
3639         * modules/mkancesdirs (Makefile.am): Likewise.
3640         * modules/mkdir (Makefile.am): Likewise.
3641         * modules/mkdir-p (Makefile.am): Likewise.
3642         * modules/mkdtemp (Makefile.am): Likewise.
3643         * modules/mkstemp (Makefile.am): Likewise.
3644         * modules/mktime (Makefile.am): Likewise.
3645         * modules/modechange (Makefile.am): Likewise.
3646         * modules/mountlist (Makefile.am): Likewise.
3647         * modules/nanosleep (Makefile.am): Likewise.
3648         * modules/openat (Makefile.am): Likewise.
3649         * modules/pagealign_alloc (Makefile.am): Likewise.
3650         * modules/physmem (Makefile.am): Likewise.
3651         * modules/poll (Makefile.am): Likewise.
3652         * modules/posixtm (Makefile.am): Likewise.
3653         * modules/posixver (Makefile.am): Likewise.
3654         * modules/putenv (Makefile.am): Likewise.
3655         * modules/quote (Makefile.am): Likewise.
3656         * modules/quotearg (Makefile.am): Likewise.
3657         * modules/raise (Makefile.am): Likewise.
3658         * modules/read-file (Makefile.am): Likewise.
3659         * modules/readline (Makefile.am): Likewise.
3660         * modules/readlink (Makefile.am): Likewise.
3661         * modules/readtokens (Makefile.am): Likewise.
3662         * modules/readutmp (Makefile.am): Likewise.
3663         * modules/realloc (Makefile.am): Likewise.
3664         * modules/regex (Makefile.am): Likewise.
3665         * modules/rename (Makefile.am): Likewise.
3666         * modules/rename-dest-slash (Makefile.am): Likewise.
3667         * modules/rijndael (Makefile.am): Likewise.
3668         * modules/rmdir (Makefile.am): Likewise.
3669         * modules/rpmatch (Makefile.am): Likewise.
3670         * modules/safe-read (Makefile.am): Likewise.
3671         * modules/safe-write (Makefile.am): Likewise.
3672         * modules/same (Makefile.am): Likewise.
3673         * modules/save-cwd (Makefile.am): Likewise.
3674         * modules/savedir (Makefile.am): Likewise.
3675         * modules/setenv (Makefile.am): Likewise.
3676         * modules/settime (Makefile.am): Likewise.
3677         * modules/sha1 (Makefile.am): Likewise.
3678         * modules/sig2str (Makefile.am): Likewise.
3679         * modules/snprintf (Makefile.am): Likewise.
3680         * modules/stdlib-safer (Makefile.am): Likewise.
3681         * modules/stpcpy (Makefile.am): Likewise.
3682         * modules/stpncpy (Makefile.am): Likewise.
3683         * modules/strcase (Makefile.am): Likewise.
3684         * modules/strcasestr (Makefile.am): Likewise.
3685         * modules/strchrnul (Makefile.am): Likewise.
3686         * modules/strcspn (Makefile.am): Likewise.
3687         * modules/strdup (Makefile.am): Likewise.
3688         * modules/strerror (Makefile.am): Likewise.
3689         * modules/strftime (Makefile.am): Likewise.
3690         * modules/strndup (Makefile.am): Likewise.
3691         * modules/strnlen (Makefile.am): Likewise.
3692         * modules/strpbrk (Makefile.am): Likewise.
3693         * modules/strsep (Makefile.am): Likewise.
3694         * modules/strstr (Makefile.am): Likewise.
3695         * modules/strtod (Makefile.am): Likewise.
3696         * modules/strtoimax (Makefile.am): Likewise.
3697         * modules/strtok_r (Makefile.am): Likewise.
3698         * modules/strtol (Makefile.am): Likewise.
3699         * modules/strtoll (Makefile.am): Likewise.
3700         * modules/strtoul (Makefile.am): Likewise.
3701         * modules/strtoull (Makefile.am): Likewise.
3702         * modules/strtoumax (Makefile.am): Likewise.
3703         * modules/strverscmp (Makefile.am): Likewise.
3704         * modules/time_r (Makefile.am): Likewise.
3705         * modules/timegm (Makefile.am): Likewise.
3706         * modules/tmpfile-safer (Makefile.am): Likewise.
3707         * modules/unistd-safer (Makefile.am): Likewise.
3708         * modules/unlinkdir (Makefile.am): Likewise.
3709         * modules/userspec (Makefile.am): Likewise.
3710         * modules/utime (Makefile.am): Likewise.
3711         * modules/utimecmp (Makefile.am): Likewise.
3712         * modules/utimens (Makefile.am): Likewise.
3713         * modules/vasnprintf (Makefile.am): Likewise.
3714         * modules/vasprintf (Makefile.am): Likewise.
3715         * modules/vsnprintf (Makefile.am): Likewise.
3716         * modules/xalloc (Makefile.am): Likewise.
3717         * modules/xgetcwd (Makefile.am): Likewise.
3718         * modules/xnanosleep (Makefile.am): Likewise.
3719         * modules/xreadlink (Makefile.am): Likewise.
3720         * modules/xstrtod (Makefile.am): Likewise.
3721         * modules/xstrtol (Makefile.am): Likewise.
3722         * modules/xstrtold (Makefile.am): Likewise.
3723         * modules/yesno (Makefile.am): Likewise.
3724
3725 2006-10-12  Jim Meyering  <jim@meyering.net>
3726
3727         * m4/getloadavg.m4: Revert the change below.
3728
3729         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3730         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3731         fail with a symlink, which is what coreutils' ./bootstrap now
3732         creates by default.
3733
3734 2006-10-12  Bruno Haible  <bruno@clisp.org>
3735
3736         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3737         mingw.
3738         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3739         MSVC and mingw explicitly.
3740
3741 2006-10-11  Simon Josefsson  <jas@extundo.com>
3742             Bruno Haible  <bruno@clisp.org>
3743
3744         Add support for multiple gnulib-tool invocations in the scope of a
3745         single configure.ac file.
3746         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3747         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3748         with the same contents as the _LIBADD variable.
3749         (func_emit_initmacro_start, func_emit_initmacro_end,
3750         func_emit_initmacro_done): New functions.
3751         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3752         gl_LIBOBJS and gl_LTLIBOBJS.
3753
3754 2006-10-11  Bruno Haible  <bruno@clisp.org>
3755
3756         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3757         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3758         autoreconf. Instead, invoke autopoint explicitly but move back the
3759         *.m4 files from gnulib.
3760
3761 2006-10-11  Bruno Haible  <bruno@clisp.org>
3762
3763         * gnulib-tool (func_usage): Make module names after --create-testdir
3764         optional.
3765         (func_create_testdir): If no module was specified, use nearly all
3766         modules.
3767
3768 2006-10-12  Jim Meyering  <jim@meyering.net>
3769
3770         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3771         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3772         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3773         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3774         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3775         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3776         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3777         (fts_set_stat_required): New function.
3778         (fts_open): Defer the calls to fts_stat, if possible or requested.
3779         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3780         into fts_stat itself.
3781         (fts_read): Perform any required (deferred) fts_stat call.
3782         (fts_build): Likewise, for the directory we're about to open and read.
3783         In the readdir loop, carefully decide whether each entry will require
3784         an eventual call to fts_stat, using dirent.d_type info if available.
3785         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3786         a command line argument into this function.  Update all callers.
3787         Map a return value of FTS_DOT to FTS_D for a command line argument.
3788         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3789         Thanks to Miklos Szeredi for his tenacity and for the initial
3790         bug report about "find" failing on a FUSE-based file system.
3791
3792         * lib/fts.c (fts_open): Use consistent indentation.
3793
3794 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3795
3796         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3797         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3798         reported by Jim Meyering.  All uses of cache variables renamed
3799         to match Autoconf's.
3800         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3801         the other one.
3802
3803         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3804         Fix misspelling in diagnostic.
3805
3806 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3807
3808         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3809         defined.  Problem reported by Matthew Woehlke.
3810
3811         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3812         Add support for Tandem NonStop R series.
3813         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3814         Use new macro.
3815
3816         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3817         (has_trailing_slash): Omit size arg; all callers changed.
3818         Omit 'inline', since it doesn't help performance and we'd
3819         need to configure it.
3820         Don't count //, ///, etc. as having a trailing slash.
3821         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3822         (rpl_rename_dest_slash): On failure, use rename's errno rather
3823         than (in some cases) an incorrect or junk errno.
3824         Simplify code by removing need to compute length; this does
3825         cause it to make two passes instead of one over the file name,
3826         but it's worth it.
3827
3828         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3829         change, since Autoconf's version may no longer be appropriate now
3830         that we are using CVS Autoconf's version.  Add support for Tandem.
3831
3832 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3833             Bruno Haible  <bruno@clisp.org>
3834
3835         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3836         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3837         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3838         gl_AC_TYPE_LONG_LONG.
3839
3840         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3841         instead of HAVE_LONG_LONG.
3842         * lib/printf-args.c (printf_fetchargs): Likewise.
3843         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3844         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3845         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3846         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3847         gl_AC_TYPE_LONG_LONG.
3848
3849 2006-10-11  Bruno Haible  <bruno@clisp.org>
3850
3851         * m4/longlong.m4: Add comments.
3852         * m4/ulonglong.m4: Likewise.
3853
3854 2006-10-10  Bruno Haible  <bruno@clisp.org>
3855
3856         Make it possible to #define stpcpy, strdup to aliases.
3857         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3858         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3859
3860 2006-10-10  Bruno Haible  <bruno@clisp.org>
3861
3862         Make it possible to #define gcd to an alias.
3863         * lib/gcd.c: Include config.h.
3864
3865 2006-10-10  Bruno Haible  <bruno@clisp.org>
3866
3867         Make it possible to #define c_isascii to an alias.
3868         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3869         defined. Undefine the macros before defining them, to avoid gcc
3870         warnings.
3871         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3872         define NO_C_CTYPE_MACROS early.
3873
3874 2006-10-10  Bruno Haible  <bruno@clisp.org>
3875
3876         Make it possible to #define set_program_name to an alias.
3877         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3878         ENABLE_RELOCATABLE early.
3879
3880 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3881
3882         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3883         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3884         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3885         More generally, don't assume that 64-bit signed int is available
3886         if unsigned int is, and vice versa.
3887         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3888         unsigned symbols, not on their signed counterparts.
3889         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3890         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3891         (UINT64_C, UINTMAX_C):
3892         Likewise.
3893         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3894         unsigned counterparts.
3895         (Have_long_long, Unsigned): New macros.
3896         (Int): Renamed from INT.
3897         (strtoimax): Use the new macros.
3898         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3899         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3900         * modules/inttypes (inttypes.h): Substitute
3901         HAVE_UNSIGNED_LONG_LONG_INT.
3902         * modules/stdint (stdint.h): Likewise.
3903         (Files): Add m4/ulonglong.m4.
3904
3905 2006-10-10  Bruno Haible  <bruno@clisp.org>
3906
3907         Fix a gcc -Wshadow warning.
3908         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3909         to 'bucket'.
3910         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3911         gl_linked_indexof_from_to): Likewise.
3912         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3913         Likewise.
3914         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3915         Likewise.
3916         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3917         Reported by Eric Blake.
3918
3919 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3920
3921         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3922         for NetBSD.  Problem reported by Bruno Haible.
3923
3924 2006-10-09  Jim Meyering  <jim@meyering.net>
3925
3926         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3927         Patch from Bruno Haible.
3928
3929 2006-10-09  Jim Meyering  <jim@meyering.net>
3930
3931         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3932         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3933         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3934
3935 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3936
3937         Don't include <config.h> twice; this doesn't work in some cases,
3938         e.g., when config.h has "#define intmax_t long long int" and
3939         we include <config.h>, <inttypes.h>, <config.h> in that order.
3940         Problem reported by Matthew Woehlke in:
3941         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3942         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3943         * lib/fts-cycle.c: Don't include config.h.
3944         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3945         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3946         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3947         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3948         inttypes.h.
3949         * lib/xstrtoumax.c: Likewise.
3950         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3951         __strtol and the like, so that this module is more like its siblings.
3952         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3953         Remove; no longer needed now that we assume gnulib inttypes.h.
3954
3955 2006-10-08  Bruno Haible  <bruno@clisp.org>
3956
3957         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3958         option.
3959
3960 2006-10-07  Jim Meyering  <jim@meyering.net>
3961
3962         * modules/inttypes (inttypes.h): Revert what seems to have been
3963         an inadvertent part of today's change: use "|", not "/" in the
3964         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3965
3966 2006-10-07  Bruno Haible  <bruno@clisp.org>
3967
3968         * modules/sublist: New file.
3969
3970 2006-10-07  Bruno Haible  <bruno@clisp.org>
3971
3972         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3973         * modules/argz (argz.h): Likewise.
3974         * modules/arpa_inet (arpa/inet.h): Likewise.
3975         * modules/byteswap (byteswap.h): Likewise.
3976         * modules/configmake (configmake.h): Likewise.
3977         * modules/fcntl (fcntl.h): Likewise.
3978         * modules/fnmatch (fnmatch.h): Likewise.
3979         * modules/getopt (getopt.h): Likewise.
3980         * modules/glob (glob.h): Likewise.
3981         * modules/inttypes (inttypes.h): Likewise.
3982         * modules/netinet_in (netinet/in.h): Likewise.
3983         * modules/poll (poll.h): Likewise.
3984         * modules/stdbool (stdbool.h): Likewise.
3985         * modules/stdint (stdint.h): Likewise.
3986         * modules/sys_select (sys/select.h): Likewise.
3987         * modules/sys_socket (sys/socket.h): Likewise.
3988         * modules/sys_stat (sys/stat.h): Likewise.
3989         * modules/sysexits (sysexits.h): Likewise.
3990         * modules/unistd (unistd.h): Likewise.
3991         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3992         Add a "DO NOT EDIT" comment to the generated file.
3993         (func_import): Likewise for gnulib-comp.m4.
3994
3995 2006-10-07  Bruno Haible  <bruno@clisp.org>
3996
3997         * lib/gl_sublist.h: New file.
3998         * lib/gl_sublist.c: New file.
3999
4000 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4001
4002         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4003         name (relative to the original working directory) and the file
4004         name component (relative to the temporary working directory).  All
4005         callers changed.
4006         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4007         * lib/mkdir-p.c (make_dir_parents): Likewise.
4008         * lib/mkdir-p.h (make_dir_parents): Likewise.
4009
4010 2006-10-06  Eric Blake  <ebb9@byu.net>
4011
4012         Define several macros for use by the clean-temp module.
4013         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4014         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4015         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4016
4017         * lib/clean-temp.h (close_stream_temp): New declaration.
4018         * lib/clean-temp.c (includes): Pull in headers according to what
4019         other modules are in use.
4020         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4021
4022 2006-10-06  Bruno Haible  <bruno@clisp.org>
4023
4024         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4025         instead of fopen, fwriteerror.
4026
4027 2006-10-06  Bruno Haible  <bruno@clisp.org>
4028
4029         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4030         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4031         int.
4032         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4033         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4034         Return an error indicator.
4035         Suggested by Eric Blake.
4036
4037 2006-10-06  Bruno Haible  <bruno@clisp.org>
4038
4039         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4040         Reported by Eric Blake.
4041
4042 2006-10-06  Bruno Haible  <bruno@clisp.org>
4043
4044         * modules/closeout (Description): Mention stderr too.
4045
4046 2006-10-06  Bruno Haible  <bruno@clisp.org>
4047         and Paul Eggert  <eggert@cs.ucla.edu>
4048
4049         * lib/closeout.c (close_stdout): Also close stderr.
4050         * lib/closeout.h: Update comment.
4051
4052 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4053
4054         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4055         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4056         * lib/dirchownmod.c: Include lchown.h.
4057         * lib/lchown.c: Don't include files that lchown.h now includes.
4058         Don't declare chown, since lchown.h now does that.
4059         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4060         (lchown): Define to rpl_chown if lchown is declared but
4061         does not exist.  Declare using a prototype if lchown is not
4062         declared.  Add a copyright notice.
4063         * lib/mkstemp.h: Include <unistd.h>.
4064         * lib/openat.c: Include lchown.h.
4065
4066         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4067         we now test for that separately.
4068         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4069         rather than O_NOFOLLOW, when testing whether it's possible to
4070         avoid a race condition reliably.
4071         * lib/savewd.c (savewd_chdir): Likewise.
4072
4073         Remove macros that are no longer needed now that stdint.h is
4074         reliable.
4075         * lib/fsusage.c (UINTMAX_MAX): Remove.
4076         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4077         * lib/utimecmp.c (SIZE_MAX): Remove.
4078
4079         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4080
4081         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4082         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4083         O_NOATIME works.
4084
4085 2006-10-05  Bruno Haible  <bruno@clisp.org>
4086
4087         * lib/gl_list.h (gl_sortedlist_search_from_to,
4088         gl_sortedlist_indexof_from_to): New declarations.
4089         (gl_list_implementation): New fields sortedlist_search_from_to,
4090         sortedlist_indexof_from_to.
4091         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4092         inline functions.
4093         * lib/gl_list.c (gl_sortedlist_search_from_to,
4094         gl_sortedlist_indexof_from_to): New functions.
4095         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4096         function.
4097         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4098         (gl_array_sortedlist_search_from_to): New function.
4099         (gl_array_list_implementation): Update.
4100         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4101         function.
4102         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4103         (gl_carray_sortedlist_search_from_to): New function.
4104         (gl_carray_list_implementation): Update.
4105         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4106         gl_linked_sortedlist_indexof_from_to): New functions.
4107         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4108         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4109         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4110         gl_tree_sortedlist_indexof_from_to): New functions.
4111         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4112         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4113         Update.
4114         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4115         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4116         Update.
4117
4118 2006-10-05  Bruno Haible  <bruno@clisp.org>
4119
4120         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4121         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4122         (struct gl_list_implementation): Add fields search_from_to,
4123         indexof_from_to. Remove fields search, indexof.
4124         (gl_list_search): Use the search_from_to method.
4125         (gl_list_search_from, gl_list_search_from_to): New functions.
4126         (gl_list_indexof): Use the indexof_from_to method.
4127         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4128         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4129         (gl_list_search_from, gl_list_search_from_to): New functions.
4130         (gl_list_indexof): Use the indexof_from_to method.
4131         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4132         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4133         gl_array_indexof. Add start_index, end_index arguments.
4134         (gl_array_search_from_to): Renamed from gl_array_search. Add
4135         start_index, end_index arguments.
4136         (gl_array_remove, gl_array_list_implementation): Update.
4137         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4138         gl_carray_indexof. Add start_index, end_index arguments.
4139         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4140         start_index, end_index arguments.
4141         (gl_carray_remove, gl_carray_list_implementation): Update.
4142         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4143         gl_linked_search. Add start_index, end_index arguments.
4144         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4145         start_index, end_index arguments.
4146         (gl_linked_remove): Update.
4147         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4148         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4149         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4150         field to 'size_t'.
4151         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4152         gl_tree_search. Add start_index, end_index arguments.
4153         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4154         start_index, end_index arguments.
4155         (gl_tree_remove): Update.
4156         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4157         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4158         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4159         function.
4160         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4161         gl_tree_search. Add start_index, end_index arguments.
4162         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4163         start_index, end_index arguments.
4164         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4165         Update.
4166         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4167
4168 2006-10-05  Bruno Haible  <bruno@clisp.org>
4169
4170         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4171
4172         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4173         fwriteerror_temp): New declarations.
4174         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4175         (descriptors): New variable.
4176         (cleanup): First, close the descriptors.
4177         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4178         fclose_temp, fwriteerror_temp): New functions.
4179
4180 2006-10-04  Jim Meyering  <jim@meyering.net>
4181
4182         * lib/fts.c (fts_open): Tiny comment change.
4183
4184 2006-10-04  Bruno Haible  <bruno@clisp.org>
4185
4186         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4187         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4188         gl_LOCK_BODY.
4189         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4190         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4191         gl_LOCK_EARLY_BODY.
4192         (gl_LOCK): Require gl_LOCK_BODY.
4193
4194 2006-10-04  Bruno Haible  <bruno@clisp.org>
4195
4196         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4197         (gl_oset_search_atleast): New declaration.
4198         (struct gl_oset_implementation): Add field 'search_atleast'.
4199         (gl_oset_search_atleast): New inline function.
4200         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4201         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4202         (gl_array_oset_implementation): Update.
4203         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4204         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4205         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4206
4207 2006-10-04  Bruno Haible  <bruno@clisp.org>
4208
4209         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4210
4211 2006-10-03  Bruno Haible  <bruno@clisp.org>
4212
4213         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4214         from gl_avltreehash_list_implementation.
4215
4216 2006-10-03  Bruno Haible  <bruno@clisp.org>
4217
4218         * lib/gl_oset.c (gl_oset_add): Fix return type.
4219
4220 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4221
4222         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4223
4224 2006-10-02  Eric Blake  <ebb9@byu.net>
4225
4226         * modules/strnlen (Depends-on): Add extensions.
4227
4228 2006-10-02  Eric Blake  <ebb9@byu.net>
4229
4230         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4231         definition in 2.60+.
4232
4233 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4234
4235         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4236         checks.
4237
4238 2006-10-02  Bruno Haible  <bruno@clisp.org>
4239
4240         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4241         to the AUTOMAKE_OPTIONS.
4242         Reported by Jim Meyering.
4243
4244 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4245
4246         Work around bug in Solaris 10 /proc file system:
4247         /proc/self/fd/NNN/.. isn't the parent directory of
4248         the directory whose file descriptor is NNN.  This needs to
4249         be worked around at run time, not compile time, since a
4250         program might be built on Solaris 8, where things work, and
4251         run on Solaris 10.
4252         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4253         to use the following interface instead:
4254         (OPENAT_BUFFER_SIZE): New macro.
4255         (openat_proc_name): New function.
4256         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4257         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4258         Likewise.
4259         * lib/openat-proc.c: New file.
4260         * modules/openat (Files): Add lib/openat-proc.c.
4261         (Depends-on): Add same-inode, stdbool.
4262         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4263
4264 2006-09-29  Bruno Haible  <bruno@clisp.org>
4265
4266         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4267         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4268         argument. Set stdout_closed before testing for ferror, not after.
4269         (fwriteerror, fwriteerror_no_ebadf): New functions.
4270
4271 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4272
4273         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4274
4275 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4276
4277         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4278         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4279
4280 2006-09-28  Jim Meyering  <jim@meyering.net>
4281
4282         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4283         Include <unistd.h>.
4284
4285 2006-09-28  Bruno Haible  <bruno@clisp.org>
4286
4287         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4288         * modules/linkedhash-list (Depends-on): Likewise.
4289         * modules/rbtreehash-list (Depends-on): Likewise.
4290
4291 2006-09-28  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/strndup.h: Simplify the redefinition of strndup.
4294         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4295         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4296
4297 2006-09-28  Bruno Haible  <bruno@clisp.org>
4298
4299         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4300         * lib/gl_linkedhash_list.c: Likewise.
4301         * lib/gl_rbtreehash_list.c: Likewise.
4302
4303 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4304
4305         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4306         getaddrinfo.
4307
4308         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4309         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4310         it causes <stdio_ext.h> to cause a compile-time error.
4311         Problem reported by Nelson H. F. Beebe.
4312         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4313         of HAVE_DECL___PENDING.
4314
4315         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4316         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4317         declaration.
4318
4319 2006-09-27  Jim Meyering  <jim@meyering.net>
4320
4321         This file could end up with a definition for a function
4322         named __strndup, rather than rpl_strndup on a system with
4323         incomplete weak_alias support.
4324         * lib/strndup.c (strndup): Rename from __strndup.
4325         Remove #defines that used to map __strndup to strndup.
4326         Don't use K&R prototypes.
4327         Remove LIBC-related code, since this file is not sync'd with glibc.
4328         * lib/strndup.h: Revamp, accordingly.
4329         * m4/strndup.m4: Modernize.
4330
4331 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4332
4333         * modules/savewd (Depends-on): Add 'raise'.
4334         * lib/savewd.c: Include <signal.h>, for 'raise'.
4335
4336 2006-09-26  Jim Meyering  <jim@meyering.net>
4337
4338         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4339         when we detect Darwin 8.7.0's acl_get_file bug.
4340         Rearrange to perform the new (below) run-test while $LIBS
4341         contains any acl-related library.  Set USE_ACL at the end.
4342         (gl_ACL_GET_FILE): New function.
4343
4344 2006-09-26  Eric Blake  <ebb9@byu.net>
4345
4346         * lib/verror.c: Include <config.h> unconditionally.
4347
4348 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4349
4350         * modules/clock-time (Maintainer): Add self.
4351         * modules/getlogin_r (Depends-on): Add extensions.
4352
4353 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4354
4355         * modules/clock-time: New module.
4356         * modules/nanosleep (Depends-on): Add clock-time.
4357         * modules/gethrxtime (Depends-on): Likewise.
4358         * modules/gettime (Depends-on): Likewise.
4359         * modules/settime (Depends-on): Likewise.
4360
4361         * modules/fts-lgpl: Depend on openat.
4362         * modules/mkancesdirs: Depend on savewd.
4363         * modules/mkdir-p: Likewise.
4364
4365 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4366
4367         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4368
4369         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4370         `gl_have_arbitrary_file_name_length_limit' to
4371         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4372         actually works between configure runs.
4373
4374 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4375             Bruno Haible  <bruno@clisp.org>
4376
4377         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4378
4379 2006-09-25  Jim Meyering  <jim@meyering.net>
4380
4381         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4382         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4383
4384 2006-09-25  Eric Blake  <ebb9@byu.net>
4385
4386         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4387         exec's in 2006-09-18 patch when shuffling fds.
4388
4389 2006-09-25  Bruno Haible  <bruno@clisp.org>
4390
4391         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4392         Reported by Jim Meyering.
4393
4394 2006-09-24  Jim Meyering  <jim@meyering.net>
4395
4396         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4397         compare a pointer against a literal "0".  That caused failures with
4398         at least HP-UX's hpcc.
4399
4400 2006-09-22  Simon Josefsson  <jas@extundo.com>
4401
4402         * modules/gc-sha1:
4403         * modules/gc-md4:
4404         * modules/gc-hmac-sha1:
4405         * modules/gc-hmac-md5:
4406         * modules/gc-des:
4407         * modules/gc-arcfour: Distribute more files.
4408
4409 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4410
4411         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4412         (gl_linked_iterator_from_to): Initialize struct completely.
4413         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4414         (gl_tree_iterator_from_to): Likewise
4415         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4416         * lib/gl_array_list.c [lint] (gl_array_iterator)
4417         (gl_array_iterator_from_to): Likewise.
4418         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4419         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4420         (gl_carray_iterator_from_to): Likewise.
4421
4422         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4423         * lib/md4.c (md4_process_block): Remove unused variable.
4424         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4425         parentheses for clarity.
4426
4427 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4428
4429         * modules/bison-i18n (Depends-on): Add gettext.
4430
4431 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4432
4433         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4434         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4435         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4436         also add missing comma that caused broken test.
4437         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4438         stdlib.h, for `abort'.
4439         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4440         variables.
4441         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4442         include unistd.h if present, for `rmdir'.
4443         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4444         variables.
4445         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4446         in the process include standard headers for prototypes.
4447         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4448         gets declared on GNU/Linux.
4449         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4450         unistd.h, for `rmdir'.
4451         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4452
4453         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4454         always true.
4455         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4456
4457         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4458
4459 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4460
4461         * gnulib-tool (func_version): Create output all at once.  This
4462         may help avoid triggering unnecessary SIGPIPEs, and at any
4463         rate it doesn't hurt.
4464
4465 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4466             Bruno Haible  <bruno@clisp.org>
4467
4468         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4469         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4470         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4471
4472         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4473         (gl_FUNC_VASPRINTF): Invoke it.
4474
4475 2006-09-22  Bruno Haible  <bruno@clisp.org>
4476
4477         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4478         getloadavg.c as first argument.
4479
4480 2006-09-22  Bruno Haible  <bruno@clisp.org>
4481
4482         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4483         at the beginning of the gl_INIT macro.
4484         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4485         gl_GETLOADAVG.
4486
4487 2006-09-22  Bruno Haible  <bruno@clisp.org>
4488
4489         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4490         module.
4491         Suggested by Ralf Wildenhues.
4492
4493 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4494
4495         Import this patch from libc:
4496
4497         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4498
4499         * lib/regex_internal.c (re_string_reconstruct): Handle
4500         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4501         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4502         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4503         re_string_context_at.
4504
4505         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4506         now requires it.
4507         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4508         gl_REGEX now does it for us.
4509         (gl_REGEX): Add test taken from
4510         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4511
4512         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4513         Check that large offsets work.  Modernize Autoconf usages.
4514         Prefer "yes" to mean a good thing rather than a bad.
4515         Don't put "#define mkstemp" in config.h, as this might interfere
4516         with standard system headers that "#define mkstemp mkstemp64".
4517
4518         * modules/mkstemp (Depends-on): Add extensions, so that
4519         mkstemp is visible on some platforms.
4520         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4521         (Include): Change to "mkstemp.h" from <stdlib.h>.
4522         (Files): Add mkstemp.h.
4523
4524         * lib/mkstemp.h: New file, since some standard headers
4525         #define mkstemp.
4526         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4527         Include "mkstemp.h".
4528         Make the _LIBC code resemble glibc original more,
4529         e.g., use K&R style.
4530         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4531         (mkstemp): Remove, since mkstemp.h does this for us.
4532         * lib/stdlib--.h: Include mkstemp.h.
4533
4534         Import this patch from libc:
4535
4536         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4537
4538         * lib/tempname.c (__gen_tempname): Change attempts_min
4539         into a macro.  Use preprocessor to decide how to initialize
4540         attempts [Coverity CID 67].
4541
4542 2006-09-20  Bruno Haible  <bruno@clisp.org>
4543
4544         * lib/mkdtemp.c: Import from libc.
4545         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4546                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4547                 attempts_min into a macro.  Use preprocessor to decide how to
4548                 initialize attempts [Coverity CID 67].
4549         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4550                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4551                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4552
4553 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4554
4555         * gnulib-tool (func_exit): New function, to allow to pass the
4556         exit status portably through the trap.  Use everywhere.
4557         (--help, --version): Signal a write error.
4558         (trap): catch SIGPIPE, for write errors.
4559         Exit at the end of the trap, with the correct exit status.
4560
4561 2006-09-19  Karl Berry  <karl@gnu.org>
4562
4563         * doc/gnulib.texi: note about the license texinfo files.
4564
4565 2006-09-19  Eric Blake  <ebb9@byu.net>
4566
4567         * gnulib-tool: Avoid space-tab.
4568
4569 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4572         that prevented coreutils 6.1 from building.  Problem reported
4573         by Petter Reinholdtsen.
4574
4575 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4576
4577         * gnulib-tool (avoidlist): Fix typo that broke options like
4578         --avoid=lock that are used by coreutils bootstrap.
4579
4580 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4581
4582         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4583         more systematically.
4584
4585 2006-09-18  Jim Meyering  <jim@meyering.net>
4586
4587         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4588
4589 2006-09-18  Bruno Haible  <bruno@clisp.org>
4590
4591         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4592
4593 2006-09-18  Bruno Haible  <bruno@clisp.org>
4594
4595         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4596         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4597         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4598         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4599         * m4/gettext.m4: Require autoconf >= 2.52.
4600         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4601         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4602         of gl_cv_header_inttypes_h.
4603
4604 2006-09-18  Bruno Haible  <bruno@clisp.org>
4605
4606         * lib/javaversion.c: Include configmake.h.
4607
4608 2006-09-18  Bruno Haible  <bruno@clisp.org>
4609
4610         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4611         avoid that the while loops be executed in a subshell.
4612
4613 2006-09-18  Bruno Haible  <bruno@clisp.org>
4614
4615         * MODULES.html.sh (func_module): Break long lines.
4616         Suggested by Bruce Korb <bkorb@gnu.org>.
4617
4618 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4619
4620         Speed up by a factor of 1.12.
4621         * gnulib-tool (nl): New variable.
4622         (func_import): Rewrite include directive extraction to only read each
4623         directive once.
4624
4625 2006-09-17  Bruno Haible  <bruno@clisp.org>
4626
4627         * modules/javaversion (Makefile.am): Remove DEFS setting.
4628         (Depends-on): Add configmake, for PKGDATADIR definition.
4629
4630 2006-09-17  Bruno Haible  <bruno@clisp.org>
4631
4632         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4633
4634 2006-09-17  Bruno Haible  <bruno@clisp.org>
4635
4636         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4637         (func_modules_transitive_closure, func_modules_add_dummy,
4638         func_modules_to_filelist, func_import, func_create_testdir,
4639         func_create_megatestdir, ...): Use it wherever possible.
4640         Suggested by Ralf Wildenhues.
4641
4642 2006-09-16  Karl Berry  <karl@gnu.org>
4643
4644         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4645         to avoid sectioning errors.
4646         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4647         [ifinfo]: blank line after @center-ed titles.
4648         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4649         Spell FSF address consistently with others.
4650         (These changes approved by rms.)
4651
4652 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4653
4654         Speed up by a factor of 1.61.
4655         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4656         already checked module names again.
4657
4658 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4659
4660         Speed up by a factor of 1.13.
4661         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4662         for new_files, and the input to func_add_or_update.
4663
4664 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4665
4666         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4667         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4668
4669 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4670
4671         * modules/mkancesdirs (Depends-on): Add fcntl.
4672         * modules/savewd: New file.
4673         * MODULES.html.sh (File system functions): Add savewd.
4674
4675         * modules/configmake (Makefile.am): Add support for the
4676         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4677
4678 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4679
4680         * m4/savewd.m4: New file.
4681
4682 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4683
4684         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4685         (dirchownmod): New arg FD.  All callers changed.
4686         Use FD rather than opening the directory ourself, as opening is
4687         now the caller's responsibility.
4688         * lib/dirchownmod.h: Likewise.
4689         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4690         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4691         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4692         (test_dir): Remove.
4693         (mkancesdirs): Return length of prefix of FILE that has already
4694         been made, or -2 if there is a child doing the work.  Redo
4695         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4696         ".", and treat ".." specially since it might stray back into
4697         already-created areas.  Use a subprocess if necessary.  New arg
4698         WD; all users changed.  MAKE_DIR function should now return 1
4699         if it creates a directory that is not readable.  Return -2 if
4700         a child process is spun off.
4701         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4702         Adjust signature to match code.
4703         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4704         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4705         all users changed.
4706         * lib/savewd.c, lib/savewd.h: New files.
4707
4708 2006-09-15  Jim Meyering  <jim@meyering.net>
4709
4710         * modules/rename-dest-slash: New module.
4711         * MODULES.html.sh (posix_compat): Add it here.
4712
4713         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4714
4715 2006-09-15  Jim Meyering  <jim@meyering.net>
4716
4717         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4718         file.
4719
4720         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4721
4722 2006-09-15  Jim Meyering  <jim@meyering.net>
4723
4724         * lib/rename-dest-slash.c (has_trailing_slash): Use
4725         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4726         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4727         test before testing whether SRC is a directory.
4728         Suggestions from Bruno Haible.
4729
4730         Avoid a warning about an unused variable.
4731         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4732         into the #ifdef block where it's used.
4733
4734         * lib/rename-dest-slash.c: New file.
4735
4736 2006-09-14  Bruno Haible  <bruno@clisp.org>
4737
4738         * lib/allocsa.c: Include <config.h> unconditionally.
4739         * lib/asnprintf.c: Likewise.
4740         * lib/asprintf.c: Likewise.
4741         * lib/c-strcasecmp.c: Likewise.
4742         * lib/c-strcasestr.c: Likewise.
4743         * lib/c-strncasecmp.c: Likewise.
4744         * lib/c-strstr.c: Likewise.
4745         * lib/classpath.c: Likewise.
4746         * lib/clean-temp.c: Likewise.
4747         * lib/concatpath.c: Likewise.
4748         * lib/copy-file.c: Likewise.
4749         * lib/csharpcomp.c: Likewise.
4750         * lib/csharpexec.c: Likewise.
4751         * lib/execute.c: Likewise.
4752         * lib/fatal-signal.c: Likewise.
4753         * lib/findprog.c: Likewise.
4754         * lib/fwriteerror.c: Likewise.
4755         * lib/gl_array_list.c: Likewise.
4756         * lib/gl_array_oset.c: Likewise.
4757         * lib/gl_avltree_list.c: Likewise.
4758         * lib/gl_avltree_oset.c: Likewise.
4759         * lib/gl_avltreehash_list.c: Likewise.
4760         * lib/gl_carray_list.c: Likewise.
4761         * lib/gl_linked_list.c: Likewise.
4762         * lib/gl_linkedhash_list.c: Likewise.
4763         * lib/gl_list.c: Likewise.
4764         * lib/gl_oset.c: Likewise.
4765         * lib/gl_rbtree_list.c: Likewise.
4766         * lib/gl_rbtree_oset.c: Likewise.
4767         * lib/gl_rbtreehash_list.c: Likewise.
4768         * lib/imaxabs.c: Likewise.
4769         * lib/imaxdiv.c: Likewise.
4770         * lib/javacomp.c: Likewise.
4771         * lib/javaexec.c: Likewise.
4772         * lib/javaversion.c: Likewise.
4773         * lib/linebreak.c: Likewise.
4774         * lib/localcharset.c: Likewise.
4775         * lib/lock.c: Likewise.
4776         * lib/mbchar.c: Likewise.
4777         * lib/mbswidth.c: Likewise.
4778         * lib/mkdtemp.c: Likewise.
4779         * lib/pipe.c: Likewise.
4780         * lib/printf-args.c: Likewise.
4781         * lib/printf-parse.c: Likewise.
4782         * lib/progname.c: Likewise.
4783         * lib/progreloc.c: Likewise.
4784         * lib/readlink.c: Likewise.
4785         * lib/sh-quote.c: Likewise.
4786         * lib/stpcpy.c: Likewise.
4787         * lib/stpncpy.c: Likewise.
4788         * lib/strcasecmp.c: Likewise.
4789         * lib/strcasestr.c: Likewise.
4790         * lib/strcspn.c: Likewise.
4791         * lib/striconv.c: Likewise.
4792         * lib/strncasecmp.c: Likewise.
4793         * lib/strnlen1.c: Likewise.
4794         * lib/strstr.c: Likewise.
4795         * lib/strtok_r.c: Likewise.
4796         * lib/tls.c: Likewise.
4797         * lib/tmpdir.c: Likewise.
4798         * lib/unicodeio.c: Likewise.
4799         * lib/unsetenv.c: Likewise.
4800         * lib/vasnprintf.c: Likewise.
4801         * lib/vasprintf.c: Likewise.
4802         * lib/wait-process.c: Likewise.
4803         * lib/xallocsa.c: Likewise.
4804         * lib/xsetenv.c: Likewise.
4805         * lib/xstriconv.c: Likewise.
4806
4807 2006-09-13  Simon Josefsson  <jas@extundo.com>
4808
4809         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4810         that internally, suggested by Ralf Wildenhues
4811         <Ralf.Wildenhues@gmx.de>.
4812
4813 2006-09-13  Simon Josefsson  <jas@extundo.com>
4814
4815         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4816         @LIBOBJS@.
4817         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4818
4819 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4820
4821         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4822         longer worry about uses that don't define HAVE_CONFIG_H.
4823         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4824         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4825         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4826         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4827         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4828         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4829         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4830         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4831         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4832         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4833         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4834         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4835         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4836         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4837         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4838         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4839         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4840         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4841         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4842         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4843         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4844         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4845         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4846         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4847         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4848         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4849         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4850         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4851         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4852         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4853         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4854         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4855         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4856         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4857         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4858         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4859         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4860         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4861         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4862         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4863         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4864         Likewise.
4865
4866 2006-09-13  Eric Blake  <ebb9@byu.net>
4867
4868         * lib/getopt.c: Fix typo in last commit.
4869
4870 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4871
4872         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4873         dgettext.
4874
4875 2006-09-12  Jim Meyering  <jim@meyering.net>
4876
4877         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4878         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4879         Reported by Nelson H. F. Beebe.
4880
4881 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4882
4883         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4884         program_invocation_name and program_invocation_short_name are
4885         initialized.
4886         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4887         and program_invocation_short_name to argp.h, so they are visible
4888         to user programs.
4889         * lib/argp.h: Likewise
4890
4891 2006-09-10  Bruno Haible  <bruno@clisp.org>
4892
4893         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4894         m4/inttypes_h.m4, m4/uintmax_t.m4.
4895
4896 2006-09-10  Bruno Haible  <bruno@clisp.org>
4897
4898         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4899         gl_AC_TYPE_UINTMAX_T.
4900
4901 2006-09-10  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4904
4905 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4906
4907         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4908         convention.  Text proposed by Bruno Haible.
4909         (struct argp_option): Document the use of N_() wrappers.
4910
4911         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4912         '\v', and translate the two parts separately, instead of feeding
4913         the whole string to gettext.  This allows to exclude
4914         '\v' from the strings visible to the translator by writing doc
4915         strings as N_("..") "\v" N_("..").
4916
4917 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4918
4919         * config/srclist.txt: Undo latest change; the bug was fixed.
4920
4921 2006-09-09  Bruno Haible  <bruno@clisp.org>
4922
4923         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4924         assignments if building a library without libtool.
4925         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4926         in func_emit_lib_Makefile_am.
4927         (func_import): When building a static library libfoo.a, arrange to
4928         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4929         (func_create_testdir): Likewise.
4930         * modules/gc (configure.ac, Makefile.am): If building statically,
4931         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4932         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4933         * modules/striconv (configure.ac, Makefile.am): Likewise.
4934         Based on a suggestion by Ralf Wildenhues.
4935
4936 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4937
4938         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4939         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4940         Also:
4941
4942         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4943         Add year_2050_test to catch glibc bug 2821
4944         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4945
4946         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4947         Prefer #ifdef to #if.
4948
4949         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4950         Return from 'main' instead of calling 'exit'.
4951
4952 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4953
4954         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4955         returned the maximum time_t value rather than (time_t) -1.
4956         Problem originally reported by William Bardwell
4957         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4958
4959         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4960         Moved to here ...
4961         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4962         ... from here.
4963
4964 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4965
4966         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4967         2821 is fixed.
4968
4969 2006-09-08  Jim Meyering  <jim@meyering.net>
4970
4971         Don't make generated files read-only.  That would bother too many
4972         people.  However, do retain the ability to work when targets are
4973         read-only: remove the destination and temporary files before writing
4974         them (when generated via sed or echo), or by using the -f option for
4975         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4976         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4977         * modules/byteswap, modules/configmake, modules/fcntl:
4978         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4979         * modules/localcharset, modules/netinet_in, modules/poll:
4980         * modules/stdbool, modules/stdint, modules/sys_select:
4981         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4982
4983 2006-09-08  Jim Meyering  <jim@meyering.net>
4984
4985         Avoid new build failure on FreeBSD 6.0.
4986         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4987         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4988         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4989
4990 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4991
4992         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4993
4994 2006-09-07  Jim Meyering  <jim@meyering.net>
4995
4996         Fix global typo in last change: use chmod u-w, not chmod u-x.
4997         Spotted by Paul Eggert and Bruce Korb.
4998         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4999         * modules/byteswap, modules/configmake, modules/fcntl:
5000         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5001         * modules/localcharset, modules/netinet_in, modules/poll:
5002         * modules/stdbool, modules/stdint, modules/sys_select:
5003         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5004
5005 2006-09-06  Jim Meyering  <jim@meyering.net>
5006
5007         Make generated files be read-only.
5008         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5009         Ensure that each generated file is now read-only.
5010         * modules/argz: Likewise.
5011         * modules/arpa_inet: Likewise.
5012         * modules/byteswap: Likewise.
5013         * modules/configmake: Likewise.
5014         * modules/fcntl: Likewise.
5015         * modules/fnmatch: Likewise.
5016         * modules/getopt: Likewise.
5017         * modules/glob: Likewise.
5018         * modules/inttypes: Likewise.
5019         * modules/netinet_in: Likewise.
5020         * modules/poll: Likewise.
5021         * modules/stdbool: Likewise.
5022         * modules/stdint: Likewise.
5023         * modules/sys_select: Likewise.
5024         * modules/sys_socket: Likewise.
5025         * modules/sys_stat: Likewise.
5026         * modules/sysexits: Likewise.
5027         * modules/localcharset: Same as above, but continue using temporary
5028         file named "t-$@" (why different?) rather than the "$@-t" used
5029         everywhere else.
5030
5031         * modules/sysexits (Makefile.am): Replace literal occurrences
5032         of "sysexit.h" more readable, and more consistent, "$@".
5033
5034 2006-09-06  Bruno Haible  <bruno@clisp.org>
5035
5036         * modules/striconv: New file.
5037         * modules/xstriconv: New file.
5038         * MODULES.html.sh (Internationalization functions): Add striconv,
5039         xstriconv.
5040
5041 2006-09-06  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5044         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5045         not using libtool correctly.
5046
5047 2006-09-06  Bruno Haible  <bruno@clisp.org>
5048
5049         * lib/striconv.h: New file.
5050         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5051         iconvstring.c.
5052         * lib/xstriconv.h: New file.
5053         * lib/xstriconv.c: New file.
5054
5055 2006-09-06  Bruno Haible  <bruno@clisp.org>
5056
5057         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5058         lib_..._LDFLAGS.
5059
5060 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5061
5062         * lib/argz_.h: Sync from Libtool.
5063
5064         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5065                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5066
5067         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5068
5069 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5070
5071         * modules/trim: New file.
5072
5073 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5074
5075         * lib/trim.h: New file.
5076         * lib/trim.c: New file.
5077
5078 2006-09-05  Bruno Haible  <bruno@clisp.org>
5079
5080         * MODULES.html.sh (String handling): Add trim.
5081
5082 2006-09-04  Karl Berry  <karl@gnu.org>
5083
5084         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5085         until next release.
5086
5087 2006-09-03  Bruno Haible  <bruno@clisp.org>
5088
5089         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5090         correctly.
5091
5092 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5093
5094         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5095         not gl_GETLOADAVG.  Omit unneeded semicolons.
5096         Problems reported by Ralf Wildenhues in
5097         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5098         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5099         at the end, which is the usual gnulib style.
5100
5101         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5102         of doing all the work ourselves.
5103         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5104         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5105
5106 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5107
5108         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5109         Problem reported by Ralf Wildenhues in
5110         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5111
5112         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5113         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5114
5115 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5116
5117         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5118         yesterday's patch by changing test -n to test -z.
5119
5120 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5121
5122         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5123         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5124         the former is now obsolescent.
5125
5126         * modules/chdir-long (Depends-on): Add fcntl.
5127
5128 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5129
5130         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5131         obsolescent, and programs should use gnulib instead.
5132         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5133         but with prefixes changed.
5134
5135 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5138         or stdbool.h, because they might not exist while configuring.
5139
5140         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5141         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5142         does that for us.
5143         (O_DIRECTORY): Remove.
5144
5145 2006-08-31  Eric Blake  <ebb9@byu.net>
5146
5147         * gnulib-tool: Don't let emacs change spaces to TAB.
5148
5149 2006-08-31  Bruno Haible  <bruno@clisp.org>
5150
5151         * gnulib-tool: When calling func_import more than once, do it in a
5152         subshell.
5153         Reported by Eric Blake <ebb9@byu.net>.
5154
5155 2006-08-31  Bruno Haible  <bruno@clisp.org>
5156
5157         * gnulib-tool (nl): Remove variable.
5158         (sed_transform_lib_file): Use more robust test for config-h module.
5159         (func_import): Fix typo in 2006-08-25 patch.
5160
5161 2006-08-31  Bruno Haible  <bruno@clisp.org>
5162
5163         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5164         specified, augment Makefile.am variables instead of assigning them.
5165
5166 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5167
5168         Work around a bug in both the Linux and SunOS 64-bit kernels:
5169         nanosleep mishandles sleeps for longer than 2**31 seconds.
5170         Problem reported by Frank v Waveren in
5171         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5172         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5173         Check for nanosleep bug.
5174         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5175
5176 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5177
5178         Work around a bug in both the Linux and SunOS 64-bit kernels:
5179         nanosleep mishandles sleeps for longer than 2**31 seconds.
5180         Problem reported by Frank v Waveren in
5181         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5182         * lib/nanosleep.c (BILLION): New constant.
5183         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5184         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5185         implementation.
5186
5187 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5188
5189         * modules/nanosleep (Depends-on): Add gettime.
5190
5191 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5192         and Simon Josefsson  <jas@extundo.com>
5193         and Oskar Liljeblad  <oskar@osk.mine.nu>
5194
5195         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5196         * gnulib-tool (func_import): New license type 'unmodifiable license
5197         text'.
5198         * modules/fdl: Use it.  Longer description.
5199         * module/gpl, module/lgpl: New files.
5200
5201 2006-08-30  Jim Meyering  <jim@meyering.net>
5202
5203         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5204         shadowing the parameter.
5205
5206 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5207
5208         Sync from Libtool:
5209
5210         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5211
5212         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5213         sharing with gnulib.  Report by Eric Blake.
5214
5215 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * modules/isapipe: New file.
5218         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5219
5220 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * modules/configmake (Makefile.am): Add a comment, and omit
5223         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5224         by Bruno Haible.
5225
5226 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         * m4/isapipe.m4: New file.
5229
5230 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5231
5232         * lib/isapipe.c, lib/isapipe.h: New files.
5233
5234 2006-08-29  Jim Meyering  <jim@meyering.net>
5235
5236         * modules/configmake (Makefile.am): Make configmake.h depend on
5237         Makefile.  Otherwise, a stale configmake.h could hang around.
5238
5239 2006-08-29  Eric Blake  <ebb9@byu.net>
5240
5241         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5242         resolution of upstream bug 3044.
5243
5244 2006-08-29  Bruno Haible  <bruno@clisp.org>
5245
5246         * modules/localcharset (Depends-on): Add configmake.
5247         (Makefile.am): Remove setting of LIBDIR through DEFS.
5248
5249 2006-08-29  Bruno Haible  <bruno@clisp.org>
5250
5251         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5252         defined.
5253
5254 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5255
5256         * modules/fcntl: New file.
5257         * modules/chdir-safer (Depends-on): Add fcntl.
5258         * modules/fts: Likewise.
5259         * modules/mkdir-p: Likewise.
5260
5261         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5262         This undoes the most recent change, since we're now addressing the
5263         problem in a different way.
5264
5265         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5266         into output, since the output might be called Makefile.am even
5267         if $makefile_name is something different.
5268         (func_import): Use $makefile_am rather than
5269         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5270         empty.
5271
5272         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5273
5274 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5275
5276         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5277         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5278         recent change to stdint.m4, since we're now addressing the problem in a
5279         different way.
5280
5281 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5282
5283         * m4/fcntl_h.m4: New file.
5284
5285 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5286
5287         * lib/fcntl_.h: New file.
5288         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5289         the fcntl module.
5290         * lib/dirchownmod.c: Likewise.
5291         * lib/fts.c: Likewise.
5292
5293         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5294         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5295         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5296         just before including <inttypes.h>, to avoid circular inclusion.
5297
5298 2006-08-28  Jim Meyering  <jim@meyering.net>
5299
5300         * doc/visibility.texi: Actually read and correct the grammar of the
5301         sentence affected by yesterday's change.
5302
5303 2006-08-28  Eric Blake  <ebb9@byu.net>
5304
5305         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5306         needs wrapper.
5307
5308 2006-08-28  Eric Blake  <ebb9@byu.net>
5309
5310         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5311
5312 2006-08-28  Eric Blake  <ebb9@byu.net>
5313
5314         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5315
5316 2006-08-28  Bruno Haible  <bruno@clisp.org>
5317
5318         * modules/c-strstr: New file, from GNU gettext.
5319         * MODULES.html.sh (String handling): Add c-strstr.
5320
5321 2006-08-28  Bruno Haible  <bruno@clisp.org>
5322
5323         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5324         macros.
5325         Reported by Eric Blake.
5326
5327 2006-08-28  Bruno Haible  <bruno@clisp.org>
5328
5329         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5330         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5331         * lib/vasprintf.c: Include errno.h, limits.h.
5332         (EOVERFLOW): New fallback definition.
5333         (vasprintf): Test here whether the string length is > INT_MAX.
5334         * lib/vsnprintf.c: Include errno.h, limits.h.
5335         (EOVERFLOW): New fallback definition.
5336         (vsnprintf): Fix bug when generated string was too long for the buffer.
5337         Test here whether the string length is > INT_MAX.
5338
5339 2006-08-28  Bruno Haible  <bruno@clisp.org>
5340
5341         * lib/inttypes_.h (SCNX*): Remove definitions.
5342         Reported by Eric Blake.
5343
5344 2006-08-28  Bruno Haible  <bruno@clisp.org>
5345
5346         * lib/c-strstr.h: New file, from GNU gettext.
5347         * lib/c-strstr.c: New file, from GNU gettext.
5348
5349 2006-08-28  Bruno Haible  <bruno@clisp.org>
5350
5351         * gnulib-tool: Reorder some statements.
5352
5353 2006-08-28  Bruno Haible  <bruno@clisp.org>
5354
5355         * gnulib-tool: New option --makefile-name.
5356         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5357         $makefile_name.
5358         (func_import): Write $makefile_name to the cache file, and read it from
5359         there unless explicitly specified. Use $makefile_name as file name
5360         instead of Makefile.am. Adjust the recommendations accordingly.
5361
5362 2006-08-28  Bruno Haible  <bruno@clisp.org>
5363
5364         * gnulib-tool (func_verify_module): Check against misapplying patch.
5365
5366 2006-08-28  Bruno Haible  <bruno@clisp.org>
5367
5368         * gnulib-tool (func_relativize, func_relconcat): New functions.
5369         Give an error if --local-dir is given with --update.
5370         Remove trailing slashes from $local_gnulib_dir.
5371         (func_import): Store the relativized $local_gnulib_dir in
5372         gnulib-cache.m4, and read it from there if not specified explicitly.
5373
5374 2006-08-28  Bruno Haible  <bruno@clisp.org>
5375
5376         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5377         is the current directory. Respect also $local_gnulib_dir.
5378
5379 2006-08-28  Bruno Haible  <bruno@clisp.org>
5380             Simon Josefsson  <jas@extundo.com>
5381
5382         BeOS portability.
5383         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5384
5385 2006-08-27  Jim Meyering  <jim@meyering.net>
5386
5387         * doc/visibility.texi: Remove duplicate word: "pointer".
5388
5389 2006-08-26  Bruno Haible  <bruno@clisp.org>
5390
5391         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5392         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5393         (Makefile.am): Create inttypes.h from inttypes_.h.
5394         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5395
5396         * modules/imaxabs: New file.
5397
5398         * modules/imaxdiv: New file.
5399
5400 2006-08-26  Bruno Haible  <bruno@clisp.org>
5401
5402         * m4/inttypes.m4: New file.
5403         * m4/_inttypes_h.m4: Remove file.
5404         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5405         PRI_MACROS_BROKEN.
5406         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5407
5408         * m4/imaxabs.m4: New file.
5409
5410         * m4/imaxdiv.m4: New file.
5411
5412 2006-08-26  Bruno Haible  <bruno@clisp.org>
5413
5414         * lib/inttypes_.h: New file.
5415         * lib/inttypes.h: Remove file.
5416         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5417
5418         * lib/imaxabs.c: New file.
5419
5420         * lib/imaxdiv.c: New file.
5421
5422 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5423
5424         New config-h module, so that "make" output needn't be cluttered
5425         by -DHAVE_CONFIG_H.
5426         * MODULES.html.sh (Support for building libraries and executables):
5427         Add config-h.
5428         * modules/config-h: New file.
5429         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5430         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5431         the config-h module is used.
5432
5433         New configmake module, so that "make" output needn't be cluttered
5434         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5435         * MODULES.html.sh (Support for building libraries and executables):
5436         Add configmake.
5437         * modules/configmake: New file.
5438
5439 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * m4/config-h.m4: New file.
5442
5443 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5444
5445         * config/srclist.txt: Add elisp-comp.
5446
5447 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * MODULES.html.sh (Support for building libraries and executables):
5450         Add elisp-comp.
5451         * build-aux/elisp-comp: New file.
5452         * modules/elisp-comp: New file.
5453
5454 2006-08-24  Bruno Haible  <bruno@clisp.org>
5455
5456         * gnulib-tool (func_create_testdir): Use non-default values of
5457         sourcebase and m4base.
5458
5459 2006-08-24  Bruno Haible  <bruno@clisp.org>
5460
5461         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5462         HTML structure.
5463
5464 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5465
5466         * modules/openat (Depends-on): Add lchown.
5467
5468 2006-08-23  Bruno Haible  <bruno@clisp.org>
5469
5470         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5471         of gl_LOCK_EARLY instead of gl_LOCK.
5472
5473 2006-08-23  Bruno Haible  <bruno@clisp.org>
5474
5475         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5476         on OSF/1 to no.
5477         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5478
5479 2006-08-23  Bruno Haible  <bruno@clisp.org>
5480
5481         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5482         as unusable.
5483
5484         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5485         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5486         (gl_LOCK): New macro.
5487
5488 2006-08-22  Simon Josefsson  <jas@extundo.com>
5489
5490         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5491         to md5 module.
5492
5493 2006-08-22  Simon Josefsson  <jas@extundo.com>
5494
5495         * MODULES.html.sh: Add "Support for maintaining and release
5496         projects".
5497
5498         * build-aux/gnupload: New file, from coreutils.
5499
5500 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5501
5502         Avoid the need for AC_LIBSOURCES in m4 macros.
5503         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5504         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5505         * modules/check-version (EXTRA_DIST): Add check-version.h.
5506         * modules/crc (EXTRA_DIST): Add crc.h.
5507         * modules/des (EXTRA_DIST): Add des.h.
5508         * modules/gc (EXTRA_DIST): Add gc.h.
5509         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5510         * modules/getline (EXTRA_DIST): Add getline.h.
5511         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5512         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5513         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5514         * modules/md2 (EXTRA_DIST): Add md2.h.
5515         * modules/md4 (EXTRA_DIST): Add md4.h.
5516         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5517         * modules/read-file (EXTRA_DIST): Add read-file.h.
5518         * modules/readline (EXTRA_DIST): Add readline.h.
5519         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5520         rijndael-api-fst.h.
5521
5522 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5523
5524         * m4/rijndael.m4 (gl_ARCFOUR):
5525         * m4/arctwo.m4 (gl_ARCTWO):
5526         * m4/check-version.m4 (gl_CHECK_VERSION):
5527         * m4/crc.m4 (gl_CRC):
5528         * m4/des.m4 (gl_DES):
5529         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5530         * m4/gc.m4 (gl_GC):
5531         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5532         * m4/getline.m4 (gl_FUNC_GETLINE):
5533         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5534         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5535         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5536         * m4/md2.m4 (gl_MD2):
5537         * m4/md4.m4 (gl_MD4):
5538         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5539         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5540         * m4/readline.m4 (gl_FUNC_READLINE):
5541         * m4/rijndael.m4 (gl_RIJNDAEL):
5542         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5543         to get the necessary .h files and whatnot.
5544
5545 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5546
5547         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5548         gnulib rather than the other way around.
5549         * config/srclistvars.sh (COREUTILS): Remove.
5550
5551 2006-08-22  Jim Meyering  <jim@meyering.net>
5552
5553         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5554
5555         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5556
5557 2006-08-22  Eric Blake  <ebb9@byu.net>
5558
5559         * modules/regexprops-generic: New file.
5560         * MODULES.html.sh (Support for building documentation): List it.
5561
5562 2006-08-22  Eric Blake  <ebb9@byu.net>
5563
5564         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5565         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5566         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5567         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5568
5569 2006-08-22  Bruno Haible  <bruno@clisp.org>
5570
5571         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5572         and lib_LTLIBRARIES like the other lib_* variables.
5573
5574 2006-08-22  Bruno Haible  <bruno@clisp.org>
5575
5576         * build-aux/x-to-1.in: New file, from GNU gettext.
5577
5578 2006-08-22  Bruno Haible  <bruno@clisp.org>
5579
5580         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5581         <utmpx.h> exists.
5582
5583 2006-08-22  Bruno Haible  <bruno@clisp.org>
5584
5585         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5586         <utmpx.h> exists.
5587
5588 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5589
5590         BeOS portability.
5591         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5592         exist.
5593         Problem reported by Bruno Haible.
5594
5595 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         Avoid the need for AC_LIBSOURCES in m4 macros.
5598         * modules/acl (EXTRA_DIST): Add acl.h.
5599         * modules/argmatch (Files): Add m4/argmatch.m4.
5600         (configure.ac): Add gl_ARGMATCH.
5601         (EXTRA_DIST): Renamed from lib_SOURCES, for
5602         consistency with the other modules.  Remove argmatch.c.
5603         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5604         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5605         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5606         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5607         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5608         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5609         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5610         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5611         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5612         * modules/closeout (EXTRA_DIST): Add closeout.h.
5613         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5614         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5615         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5616         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5617         dirname.h; remove basename.c and stripslash.c.
5618         * modules/exclude (EXTRA_DIST): Add exclude.h.
5619         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5620         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5621         * modules/file-type (EXTRA_DIST): Add file-type.h.
5622         * modules/filemode (EXTRA_DIST): Add filemode.h.
5623         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5624         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5625         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5626         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5627         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5628         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5629         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5630         * modules/getdate (EXTRA_DIST): Add getdate.c.
5631         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5632         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5633         * modules/getpass (EXTRA_DIST): Add getpass.h.
5634         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5635         * modules/group-member (EXTRA_DIST): Add group-member.h.
5636         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5637         * modules/hash (EXTRA_DIST): Add hash.h.
5638         * modules/human (EXTRA_DIST): Add human.h.
5639         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5640         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5641         * modules/lchown (EXTRA_DIST): Add lchown.h.
5642         * modules/long-options (EXTRA_DIST): Add long-options.h.
5643         * modules/lstat (EXTRA_DIST): Add lstat.h.
5644         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5645         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5646         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5647         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5648         * modules/memxor (EXTRA_DIST): Add memxor.h.
5649         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5650         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5651         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5652         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5653         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5654         * modules/physmem (EXTRA_DIST): Add physmem.h.
5655         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5656         * modules/posixver (EXTRA_DIST): Add posixver.h.
5657         * modules/quote (EXTRA_DIST): Add quote.h.
5658         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5659         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5660         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5661         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5662         regex_internal.h regexec.c.
5663         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5664         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5665         * modules/same (EXTRA_DIST): Add same.h.
5666         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5667         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5668         * modules/savedir (EXTRA_DIST): Add savedir.h.
5669         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5670         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5671         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5672         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5673         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5674         * modules/strdup (EXTRA_DIST): Add strdup.h.
5675         * modules/strftime (EXTRA_DIST): Add strftime.h.
5676         * modules/strndup (EXTRA_DIST): Add strndup.h.
5677         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5678         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5679         * modules/time_r (EXTRA_DIST): Add time_r.h.
5680         * modules/timespec (EXTRA_DIST): Add timespec.h.
5681         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5682         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5683         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5684         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5685         * modules/userspec (EXTRA_DIST): Add userspec.h.
5686         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5687         * modules/utimens (EXTRA_DIST): Add utimens.h.
5688         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5689         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5690         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5691         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5692         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5693         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5694         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5695         * modules/yesno (EXTRA_DIST): Add yesno.h.
5696
5697 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5698
5699         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5700
5701         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5702         * m4/dev-ino.m4, same-inode.m4: Remove.
5703
5704         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5705         * m4/acl.m4 (AC_FUNC_ACL):
5706         * m4/backupfile.m4 (gl_BACKUPFILE):
5707         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5708         * m4/canon-host.m4 (gl_CANON_HOST):
5709         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5710         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5711         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5712         * m4/cloexec.m4 (gl_CLOEXEC):
5713         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5714         * m4/closeout.m4 (gl_CLOSEOUT):
5715         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5716         * m4/dirname.m4 (gl_DIRNAME):
5717         * m4/exclude.m4 (gl_EXCLUDE):
5718         * m4/exitfail.m4 (gl_EXITFAIL):
5719         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5720         * m4/file-type.m4 (gl_FILE_TYPE):
5721         * m4/filemode.m4 (gl_FILEMODE):
5722         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5723         * m4/fpending.m4 (gl_FUNC_FPENDING):
5724         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5725         * m4/fts.m4 (gl_FUNC_FTS):
5726         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5727         * m4/getdate.m4 (gl_GETDATE):
5728         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5729         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5730         * m4/getpass.m4 (gl_FUNC_GETPASS):
5731         * m4/gettime.m4 (gl_GETTIME):
5732         * m4/getugroups.m4 (gl_GETUGROUPS):
5733         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5734         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5735         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5736         * m4/hash.m4 (gl_HASH):
5737         * m4/idcache.m4 (gl_IDCACHE):
5738         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5739         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5740         * m4/long-options.m4 (gl_LONG_OPTIONS):
5741         * m4/lstat.m4 (gl_FUNC_LSTAT):
5742         * m4/md5.m4 (gl_MD5):
5743         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5744         * m4/memcoll.m4 (gl_MEMCOLL):
5745         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5746         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5747         * m4/memxor.m4 (gl_MEMXOR):
5748         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5749         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5750         * m4/modechange.m4 (gl_MODECHANGE):
5751         * m4/mountlist.m4 (gl_MOUNTLIST):
5752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5753         * m4/openat.m4 (gl_FUNC_OPENAT):
5754         * m4/pathmax.m4 (gl_PATHMAX):
5755         * m4/physmem.m4 (gl_PHYSMEM):
5756         * m4/posixtm.m4 (gl_POSIXTM):
5757         * m4/posixver.m4 (gl_POSIXVER):
5758         * m4/quote.m4 (gl_QUOTE):
5759         * m4/quotearg.m4 (gl_QUOTEARG):
5760         * m4/readtokens.m4 (gl_READTOKENS):
5761         * m4/readutmp.m4 (gl_READUTMP):
5762         * m4/regex.m4 (gl_REGEX):
5763         * m4/safe-read.m4 (gl_SAFE_READ):
5764         * m4/safe-write.m4 (gl_SAFE_WRITE):
5765         * m4/same.m4 (gl_SAME):
5766         * m4/save-cwd.m4 (gl_SAVE_CWD):
5767         * m4/savedir.m4 (gl_SAVEDIR):
5768         * m4/settime.m4 (gl_SETTIME):
5769         * m4/sha1.m4 (gl_SHA1):
5770         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5771         * m4/stat-macros.m4 (gl_STAT_MACROS):
5772         * m4/stat-time.m4 (gl_STAT_TIME):
5773         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5774         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5775         * m4/strdup.m4 (gl_FUNC_STRDUP):
5776         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5777         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5778         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5779         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5780         * m4/time_r.m4 (gl_TIME_R):
5781         * m4/timespec.m4 (gl_TIMESPEC):
5782         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5783         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5784         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5785         * m4/userspec.m4 (gl_USERSPEC):
5786         * m4/utimecmp.m4 (gl_UTIMECMP):
5787         * m4/utimens.m4 (gl_UTIMENS):
5788         * m4/xalloc.m4 (gl_XALLOC):
5789         * m4/xgetcwd.m4 (gl_XGETCWD):
5790         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5791         * m4/xreadlink.m4 (gl_XREADLINK):
5792         * m4/xstrtod.m4 (gl_XSTRTOD):
5793         * m4/yesno.m4 (gl_YESNO):
5794         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5795         to get the necessary .h files and whatnot.
5796
5797 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5798             Bruno Haible  <bruno@clisp.org>
5799
5800         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5801         /bin/sh understanding of '!' conditional negation.
5802
5803 2006-08-21  Jim Meyering  <jim@meyering.net>
5804
5805         * modules/openat (Depends-on): Really alphabetize.
5806
5807         * modules/acl (Depends-on): Add error and quote.
5808
5809         * check-module (find_included_lib_files): Add at-func.c to the
5810         ok-to-include-more-than-once white list.
5811
5812         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5813
5814 2006-08-21  Bruno Haible  <bruno@clisp.org>
5815
5816         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5817         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5818         Reported by Martin Lambers <marlam@marlam.de>.
5819
5820 2006-08-21  Bruno Haible  <bruno@clisp.org>
5821
5822         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5823         specify an installation location, don't emit a noinst_LIBRARIES or
5824         noinst_LTLIBRARIES assignment.
5825
5826 2006-08-21  Bruno Haible  <bruno@clisp.org>
5827
5828         BeOS portability.
5829         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5830         BeOS has mbrtowc() but no <wctype.h>.
5831
5832 2006-08-21  Bruno Haible  <bruno@clisp.org>
5833
5834         BeOS portability.
5835         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5836         exist.
5837
5838 2006-08-21  Bruno Haible  <bruno@clisp.org>
5839
5840         BeOS portability.
5841         * lib/mbchar.h: Include <wctype.h> only if it exists.
5842
5843 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5844
5845         Remove files that are no longer needed by their respective modules.
5846         * m4/obstack.m4: Remove.
5847         * m4/strerror_r.m4: Remove.
5848         * m4/uint32_t.m4: Remove.
5849         * m4/uintptr_t.m4: Remove.
5850         * m4/ullong_max.m4: Remove.
5851         * m4/xstrtoimax.m4: Remove.
5852         * m4/xstrtoumax.m4: Remove.
5853
5854         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5855         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5856         dependencies now capture this.
5857
5858         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5859         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5860         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5861         * m4/human.m4 (gl_HUMAN): Likewise.
5862         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5863         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5864
5865         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5866
5867         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5868         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5869         stdint.
5870         * m4/human.m4 (gl_HUMAN): Likewise.
5871         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5872         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5873         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5874         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5875         * m4/xstrtol (gl_XSTRTOL): Likewise.
5876
5877         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5878         AC_TYPE_LONG_LONG_INT.
5879         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5880         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5881         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5882         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5883
5884         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5885         on stdbool.
5886
5887         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5888         (gl_PREREQ_XSTRTOUL): Remove.
5889
5890         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5891
5892         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5893         mode.
5894
5895 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5896
5897         Add and change modules to make it easier for coreutils to use
5898         gnulib-tool.
5899         * modules/backupfile (Files): Remove m4/d-ino.m4.
5900         (Depends-on): Add d-ino.
5901         * modules/cycle-check (Depends-on): Add stdint.
5902         (lib_SOURCES): Add cycle-check.h.
5903         * modules/d-ino: New module.
5904         * modules/d-type: New module.
5905         * modules/error (Files): Remove m4/strerror_r.m4.
5906         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5907         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5908         m4/inttypes_h.m4, m4/uintmax_t.m4.
5909         (Depends-on): Add stdint.
5910         (lib_SOURCES): Add fsusage.h.
5911         * modules/getcwd (Files): Remove d-ino.m4.
5912         (Depends-on): Add d-ino.
5913         * modules/getndelim2 (Depends-on): Add stdint.
5914         * modules/glob (Files): Remove m4/d-type.m4.
5915         (Depends-on): Add d-type.
5916         * modules/host-os: New module.
5917         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5918         m4/inttypes_h.m4, m4/uintmax_t.m4.
5919         * Depends-on: Add stdint.
5920         (lib_SOURCES): Add human.h.
5921         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5922         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5923         m4/uintmax_t.m4, m4/ulonglong.m4.
5924         (Depends-on): Add stdint.
5925         (EXTRA_DIST): Add inttostr.h.
5926         * modules/lchmod: New module.
5927         * modules/link-follow: New module.
5928         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5929         (Depends-on): Add lchmod.
5930         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5931         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5932         (Depends-on): Add stdint.
5933         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5934         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5935         (Depends-on): Add stdint.
5936         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5937         * modules/perl: New module.
5938         * modules/regex (Depends-on): Add stdint.
5939         * modules/rmdir-errno: New module.
5940         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5941         m4/intmax_t.m4.
5942         (Depends-on): Add stdint.
5943         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5944         m4/uintmax_t.m4.
5945         (Depends-on): Add stdint.
5946         * modules/unlink-busy: New module.
5947         * modules/utimecmp (Depends-on): Add stdint.
5948         * modules/uptime: New module.
5949         * modules/winsz-ioctl: New module.
5950         * modules/winsz-termios: New module.
5951         * modules/xnanosleep (Depends-on): Add nanosleep.
5952         * modules/ullong_max: Remove.
5953         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5954         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5955         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5956         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5957         (Depends-on): Add inttypes.
5958         (lib_SOURCES): Add xstrtol.h.
5959         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5960         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5961         * MODULES.html.sh: Move 'assert' into the assert section.
5962         Move 'dummy' into the linking section.
5963         Remove ullong_max.
5964         Add section for compatibility checks for POSIX:2001 functions,
5965         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5966         winsz-ioctl, and winsz-termios into it.
5967         Add lchmod.
5968         Add top-level Misc section and put host-os, perl, and uptime
5969         into it.
5970
5971 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5974         now assume the stdint module.  Do not include inttypes.h.
5975         * lib/fsusage.h: Likewise.
5976         * lib/getndelim2.c: Likewise.
5977         * lib/human.h: Likewise.
5978         * lib/inttostr.h: Likewise.
5979         * lib/obstack.c: Likewise.
5980         * lib/regex_internal.h: Likewise.
5981         * lib/tempname.c: Likewise.
5982         * lib/utimecmp.c: Likewise.
5983         * lib/xstrtol.h: Likewise.
5984
5985         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5986
5987         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5988         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5989         * lib/xtime.h: Likewise.
5990
5991 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5992
5993         * modules/openat (Files): Add lib/fchmodat.c.
5994         Fixes problem reported by Jay Youngman.
5995
5996 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5997
5998         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5999         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6000
6001 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6002             Bruno Haible  <bruno@clisp.org>
6003
6004         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6005         and is a script that invokes bison. Tighten the code. Add comments.
6006
6007 2006-08-18  Jim Meyering  <jim@meyering.net>
6008
6009         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6010         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6011         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6012         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6013
6014 2006-08-18  Bruno Haible  <bruno@clisp.org>
6015
6016         * modules/bison-i18n: New file.
6017         * MODULES.html.sh (Internationalization functions): Add it.
6018
6019 2006-08-18  Bruno Haible  <bruno@clisp.org>
6020
6021         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6022         sys/statvfs.h. When getmntinfo was found, check its declaration and
6023         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6024
6025 2006-08-18  Bruno Haible  <bruno@clisp.org>
6026
6027         * m4/bison-i18n.m4: New file, from bison.
6028
6029 2006-08-18  Bruno Haible  <bruno@clisp.org>
6030
6031         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6032         (ME_DUMMY): Treat "kernfs" as a dummy.
6033         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6034
6035 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6036
6037         Update from coreutils.
6038
6039         2006-08-15  Jim Meyering  <jim@meyering.net>
6040
6041         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6042
6043         2006-01-17  Jim Meyering  <jim@meyering.net>
6044
6045         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6046
6047         2006-01-11  Jim Meyering  <jim@meyering.net>
6048
6049         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6050         Check for the lchmod function.
6051
6052 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6053
6054         Update from coreutils.
6055
6056         * lib/__fpending.h: Add copyright notice.
6057         * lib/fprintftime.h: Likewise.
6058         * lib/savedir.c: Use (C) in copyright notice.
6059         * lib/savedir.h: Likewise.
6060
6061         2006-08-15  Jim Meyering  <jim@meyering.net>
6062
6063         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6064         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6065         in support of the EXPECTED_ERRNO macro.
6066         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6067         definitions.  Instead, define the appropriate symbols and include
6068         "at-func.c".
6069         * lib/mkdirat.c (mkdirat): Likewise.
6070         * lib/fchmodat.c (fchmodat): Likewise.
6071         (ENOSYS): Remove definition.
6072         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6073         it.  Don't include "unistd--.h" -- it wasn't ever used.
6074
6075         2006-01-17  Jim Meyering  <jim@meyering.net>
6076
6077         Rewrite fts.c not to change the current working directory,
6078         by using openat, fstatat, fdopendir, etc..
6079
6080         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6081         (HAVE_OPENAT_SUPPORT): Define.
6082         [_LIBC] (fchdir): Don't undef or define; no longer used.
6083         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6084         Now, this `function' always succeeds, and consumes its file descriptor
6085         parameter -- so callers must not close such FDs.  Update callers.
6086         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6087         (diropen): Add parameter, SP.  Adjust all callers.
6088         Implement using diropen_fd, rather than open.
6089         (fts_open): Initialize new member, fts_cwd_fd.
6090         Remove fts_rft-setting code.
6091         (fts_close): Close fts_cwd_fd, if necessary.
6092         (__opendir2): Define in terms of opendir or opendirat,
6093         depending on whether the FST_NOCHDIR flag is set.
6094         (fts_build): Since fts_safe_changedir consumes its FD, and since
6095         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6096         and close the dup'd file descriptor upon failure.
6097         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6098         (fts_safe_changedir): Tweak semantics to reflect that this function
6099         now calls cwd_advance_fd and hence consumes its FD argument.
6100         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6101         [struct FTS] (fts_rft): Remove now-unused member.
6102         [struct FTS] (fts_cycle.state): Improve comment.
6103
6104         * lib/openat.c (openat_needs_fchdir): New function.
6105         * lib/openat.h (openat_needs_fchdir): Declare it.
6106
6107 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6108
6109         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6110         Problem and fix reported by Pádraig Brady in
6111         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6112
6113 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6114
6115         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6116
6117 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6118
6119         * lib/memcoll.c (memcoll): Optimize for the common case where the
6120         arguments are bytewise equal.
6121
6122 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6123
6124         * doc/regexprops-generic.texi: Add a copyright notice.
6125
6126 2006-08-15  Bruno Haible  <bruno@clisp.org>
6127
6128         * modules/tmpdir (License): Change to LGPL.
6129
6130 2006-08-15  Bruno Haible  <bruno@clisp.org>
6131
6132         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6133         module.
6134
6135 2006-08-14  Simon Josefsson  <jas@extundo.com>
6136
6137         * config/srclist.txt: Add gnupload.
6138
6139 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6140
6141         Change copyright notice from LGPL 2 to GPL 2, since that's the
6142         standard form used in the gnulib repository.
6143         * tests/test-lock.c: Likewise.
6144         * tests/test-stdint.c: Likewise.
6145         * tests/test-tls.c: Likewise.
6146
6147         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6148         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6149         Add copyright notice.
6150
6151         * check-module: Add copyright notice.  Output a copyright
6152         notice if "--version" is specified.
6153         * modules/COPYING: New file.
6154         * tests/test-getaddrinfo.c: Add copyright notice.
6155         * tests/test-verify.c: Likewise.
6156
6157 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6158
6159         Change copyright notice from LGPL 2 to GPL 2, since that's the
6160         standard form used in the gnulib repository.
6161         * lib/lock.c: LGPL -> GPL.
6162         * lib/lock.h: Likewise.
6163         * lib/strnlen1.c: Likewise.
6164         * lib/strnlen1.h: Likewise.
6165         * lib/tls.c: Likewise.
6166         * lib/tls.h: Likewise.
6167         * lib/tmpdir.c: Likewise.
6168
6169         * lib/TODO: Remove; this belongs only in coreutils.
6170
6171 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6172
6173         Add copyright notices to long-enough files that lack them, since
6174         otherwise the files aren't clearly free.  Use the same notice that
6175         getdate.texi already uses.
6176         * doc/alloca-opt.texi: Add copyright notice.
6177         * doc/alloca.texi: Likewise.
6178         * doc/ctime.texi: Likewise.
6179         * doc/functions.texi: Likewise.
6180         * doc/gcd.texi: Likewise.
6181         * doc/gnulib-tool.texi: Likewise.
6182         * doc/inet_ntoa.texi: Likewise.
6183         * doc/visibility.texi: Likewise.
6184
6185         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6186         * doc/quote.texi: Add copyright notice.
6187
6188         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6189         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6190         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6191         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6192         is now obsolete, and give a pointer to the Sun list.
6193         Add copyright notice.
6194
6195 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         * config/srclistvars.sh: Add copyright notice.
6198
6199 2006-08-14  Eric Blake  <ebb9@byu.net>
6200
6201         Import the following change from libc:
6202
6203         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6204
6205         Upstream bug 2997.
6206         * lib/misc/error.c: Add space between program name and message if file
6207         name is missing.
6208
6209 2006-08-12  Karl Berry  <karl@gnu.org>
6210
6211         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6212         remove, these originate in gnulib now.
6213
6214 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6215
6216         * doc/Makefile (standards.info standards.html standards.dvi):
6217         Also depend on make-stds.texi.
6218
6219 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6220
6221         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6222         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6223
6224         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6225         in wchar_t.  Problem reported by Eric Blake.
6226
6227         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6228         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6229         Also, help the compiler to keep LEN in a register.
6230
6231 2006-08-11  Eric Blake  <ebb9@byu.net>
6232
6233         * users.txt: Sort.  Add tar.
6234
6235 2006-08-11  Bruno Haible  <bruno@clisp.org>
6236
6237         * users.txt: New file.
6238
6239 2006-08-11  Bruno Haible  <bruno@clisp.org>
6240
6241         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6242         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6243
6244 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6245
6246         * modules/snprintf (Depends-on): Remove minmax.
6247         (Maintainer): Add self and Bruno.
6248
6249 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6250
6251         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6252         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6253         (EOVERFLOW): Define if the system does not.
6254         Do not include "minmax.h"; it wasn't used.
6255         (snprintf): Don't assume size_t promotes to an unsigned type.
6256         Fix bug when generated string was too long for the buffer: the
6257         buffer's contents are supposed to be the initial prefix of the
6258         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6259         exceeds INT_MAX; do the check ourselves.
6260
6261         Import the following changes from libc:
6262
6263         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6264
6265         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6266         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6267         set wc to the byte which couldn't be converted.
6268         (re_string_reconstruct): Don't clear valid_raw_len before calling
6269         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6270         tip_context using re_string_context_at.
6271
6272         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6273
6274         * lib/posix/regex.h: g++ still cannot handled [restrict].
6275
6276         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6277
6278         * lib/posix/regex.h: Remove special handling for VMS.
6279
6280 2006-08-10  Jim Meyering  <jim@meyering.net>
6281
6282         * modules/same-inode: New module.
6283         * modules/dev-ino: New module.
6284         * modules/cycle-check: Depend on these modules, rather than simply
6285         including their .h files.
6286         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6287         required via m4/cycle-check.m4.
6288         * modules/same: Depend on new same-inode module, rather than
6289         including same-inode.h.
6290         * modules/chdir-safer: New file.
6291
6292         * modules/chown (Depends-on): Add stat-macros.
6293
6294 2006-08-10  Jim Meyering  <jim@meyering.net>
6295
6296         * m4/cycle-check.m4: New file.
6297         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6298         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6299
6300 2006-08-10  Eric Blake  <ebb9@byu.net>
6301
6302         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6303         in from original proposal.
6304
6305 2006-08-10  Eric Blake  <ebb9@byu.net>
6306         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6307
6308         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6309         namespace.
6310
6311 2006-08-10  Bruno Haible  <bruno@clisp.org>
6312
6313         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6314         as well.
6315
6316 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         Sync from coreutils.
6319
6320         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6321
6322         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6323         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6324
6325 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6326
6327         * modules/restrict: Remove; no longer needed now that we assume
6328         Autoconf 2.59 or later.
6329         * MODULES.html.sh: Remove 'restrict'.
6330         * modules/argp (Depends-on): Remove 'restrict'.
6331         * modules/base64 (Depends-on): Likewise.
6332         * modules/gc (Depends-on): Likewise.
6333         * modules/getaddrinfo (Depends-on): Likewise.
6334         * modules/glob (Depends-on): Likewise.
6335         * modules/inet_ntop (Depends-on): Likewise.
6336         * modules/inet_pton (Depends-on): Likewise.
6337         * modules/memxor (Depends-on): Likewise.
6338         * modules/regex (Depends-on): Likewise.
6339         * modules/strtok_r (Depends-on): Likewise.
6340         * modules/time_r (Depends-on): Likewise.
6341
6342 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6343
6344         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6345         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6346         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6347         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6348         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6349         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6350         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6351         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6352
6353         Merge from coreutils.
6354         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6355         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6356         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6357         * m4/time_r.m4 (gl_TIME_R): Likewise.
6358
6359 2006-08-09  Karl Berry  <karl@gnu.org>
6360
6361         * config/srclist.txt: no more gettext-tools, per Bruno.
6362
6363 2006-08-08  Eric Blake  <ebb9@byu.net>
6364
6365         * modules/verror: New module.
6366         * MODULES.html.sh: Document it.
6367
6368 2006-08-08  Eric Blake  <ebb9@byu.net>
6369
6370         * lib/verror.h, lib/verror.c: New files.
6371
6372 2006-08-08  Eric Blake  <ebb9@byu.net>
6373
6374         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6375         verror_at_line output complies with GNU Coding Standards even when
6376         file is NULL.
6377
6378 2006-08-07  Bruno Haible  <bruno@clisp.org>
6379
6380         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6381         versions of AIX.
6382         Reported by Ralf Wildenhues.
6383
6384 2006-08-07  Bruno Haible  <bruno@clisp.org>
6385
6386         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6387         in an AC_DEFUN. Needed so that the autoconf snippets can use
6388         AC_REQUIRE.
6389
6390 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6391
6392         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6393         Initialize pkgdata_DATA.
6394         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6395         overriding it.
6396
6397 2006-08-06  Eric Blake  <ebb9@byu.net>
6398
6399         * lib/error.h: Fold in some upstream changes from glibc.
6400         * lib/error.c: Likewise.
6401
6402 2006-08-04  Bruno Haible  <bruno@clisp.org>
6403
6404         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6405         Make the mostlyclean-local rule depend on mostlyclean-generic.
6406         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6407
6408 2006-07-31  Bruno Haible  <bruno@clisp.org>
6409
6410         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6411         <stdlib.h>, <string.h>.
6412
6413 2006-07-30  Bruno Haible  <bruno@clisp.org>
6414
6415         * modules/readlink (License): Change to LGPL.
6416
6417 2006-07-30  Bruno Haible  <bruno@clisp.org>
6418
6419         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6420         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6421         set PKGDATADIR to point to it.
6422
6423 2006-07-30  Bruno Haible  <bruno@clisp.org>
6424
6425         * modules/csharpexec (configure.ac): Comment out macro invocation.
6426         * modules/javaexec (configure.ac): Likewise.
6427         * modules/javacomp-script (configure.ac): Likewise.
6428
6429         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6430
6431 2006-07-30  Bruno Haible  <bruno@clisp.org>
6432
6433         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6434         linked-list.
6435
6436 2006-07-30  Bruno Haible  <bruno@clisp.org>
6437
6438         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6439
6440 2006-07-30  Bruno Haible  <bruno@clisp.org>
6441
6442         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6443         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6444         get removed.
6445
6446 2006-07-29  Bruno Haible  <bruno@clisp.org>
6447
6448         Make it possible for gnulib-tool to work with locally modified or
6449         augmented gnulib repositories.
6450         * gnulib-tool (func_usage): Document --local-dir option.
6451         (local_gnulib_dir): New variable.
6452         Handle --local-dir option.
6453         (func_lookup_file): New function.
6454         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6455         (func_get_description, func_get_filelist, func_get_description,
6456         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6457         func_get_automake_snippet, func_get_include_directive,
6458         func_get_license, func_get_maintainer): Use func_lookup_file.
6459         (func_import, func_create_testdir): Use func_lookup_file.
6460
6461 2006-07-29  Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/setenv (Depends-on): Add unistd.
6464
6465 2006-07-29  Bruno Haible  <bruno@clisp.org>
6466
6467         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6468
6469 2006-07-29  Bruno Haible  <bruno@clisp.org>
6470
6471         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6472
6473 2006-07-29  Bruno Haible  <bruno@clisp.org>
6474
6475         * gnulib-tool (import, update): If there is no Makefile.am, look at
6476         aclocal.m4, instead of bailing out.
6477
6478 2006-07-29  Bruno Haible  <bruno@clisp.org>
6479
6480         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6481         Categorize the options by when they are useful.
6482
6483 2006-07-29  Bruno Haible  <bruno@clisp.org>
6484
6485         * gnulib-tool (func_usage): Document option --no-libtool.
6486         Handle option --no-libtool.
6487         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6488         for changed semantics of $libtool variable.
6489         (func_import): Likewise. If libtool is not used, show this through
6490         an option --no-libtool.
6491         (func_create_testdir): Update.
6492
6493 2006-07-29  Bruno Haible  <bruno@clisp.org>
6494
6495         * gnulib-tool (func_import): Extend error message about missing
6496         --doc-base.
6497
6498 2006-07-29  Bruno Haible  <bruno@clisp.org>
6499
6500         * gnulib-tool (func_import): Don't create the $docbase directory if
6501         there is no file to store there.
6502
6503 2006-07-29  Bruno Haible  <bruno@clisp.org>
6504
6505         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6506         relevant, look for configure.ac there, not in the current directory.
6507         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6508
6509 2006-07-29  Bruno Haible  <bruno@clisp.org>
6510
6511         * gnulib-tool (SORT): New variable.
6512         (func_usage): Undocument --assume-autoconf option.
6513         Remove --assume-autoconf option handling.
6514         (autoconf_minversion): Determine from the contents of configure.ac.
6515         (func_import): Remove autoconf_minversion handling.
6516         Suggested by Eric Blake.
6517
6518 2006-07-29  Bruno Haible  <bruno@clisp.org>
6519
6520         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6521
6522 2006-07-29  Bruno Haible  <bruno@clisp.org>
6523
6524         * config/srclist.txt (*setenv.[ch]): Remove rules.
6525
6526 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6527
6528         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6529
6530 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6531
6532         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6533         arpa/inet.h.
6534
6535 2006-07-28  Simon Josefsson  <jas@extundo.com>
6536
6537         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6538         * modules/inet_pton (Depends-on): Likewise.
6539
6540 2006-07-28  Simon Josefsson  <jas@extundo.com>
6541
6542         * m4/netinet_in_h.m4: New file.
6543
6544 2006-07-28  Simon Josefsson  <jas@extundo.com>
6545
6546         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6547         #include's.
6548
6549 2006-07-28  Simon Josefsson  <jas@extundo.com>
6550
6551         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6552         #include's.
6553
6554 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6555
6556         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6557         setgid on directories only if they set these bits.
6558         * lib/modechange.h: Remove obsolete comment about masks.
6559
6560 2006-07-28  Eric Blake  <ebb9@byu.net>
6561
6562         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6563         macro expansion.
6564
6565 2006-07-28  Bruno Haible  <bruno@clisp.org>
6566
6567         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6568
6569 2006-07-28  Bruno Haible  <bruno@clisp.org>
6570
6571         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6572
6573 2006-07-28  Bruno Haible  <bruno@clisp.org>
6574
6575         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6576         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6577         Define fallbacks.
6578         Avoids link error on FreeBSD 4.x.
6579         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6580
6581         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6582         encoding.
6583         * lib/mbswidth.c (iswcntrl): Likewise.
6584
6585 2006-07-27  Bruno Haible  <bruno@clisp.org>
6586
6587         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6588         test.
6589
6590 2006-07-27  Bruno Haible  <bruno@clisp.org>
6591
6592         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6593         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6594         defined.
6595
6596 2006-07-26  Eric Blake  <ebb9@byu.net>
6597
6598         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6599
6600 2006-07-26  Eric Blake  <ebb9@byu.net>
6601
6602         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6603         like mingw that lack mkstemp.
6604         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6605         avoid compilation warning on mingw.
6606
6607 2006-07-26  Bruno Haible  <bruno@clisp.org>
6608
6609         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6610         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6611         INT_FAST*_MIN, INTPTR_MIN.
6612
6613 2006-07-25  Bruno Haible  <bruno@clisp.org>
6614
6615         * modules/version-etc (Depends-on): Add stdarg.
6616
6617 2006-07-25  Bruno Haible  <bruno@clisp.org>
6618
6619         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6620         complex commands.
6621
6622 2006-07-25  Bruno Haible  <bruno@clisp.org>
6623
6624         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6625         defined in <stdarg.h> or config.h.
6626
6627 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6628
6629         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6630         (gl_STDIO_SAFER): Remove.
6631
6632 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6633
6634         * MODULES.html.sh (File stream based Input/Output):
6635         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6636         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6637         * modules/fopen-safer, modules/tmpfile-safer: New files.
6638         * modules/stdio-safer: Remove.
6639
6640 2006-07-24  Bruno Haible  <bruno@clisp.org>
6641
6642         * modules/tmpdir: New file.
6643         * MODULES.html.sh (File system functions): Add it.
6644
6645 2006-07-24  Bruno Haible  <bruno@clisp.org>
6646
6647         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6648         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6649
6650 2006-07-24  Bruno Haible  <bruno@clisp.org>
6651
6652         * modules/clean-temp: New file.
6653
6654 2006-07-24  Bruno Haible  <bruno@clisp.org>
6655
6656         * m4/tmpdir.m4: New file, from GNU gettext.
6657
6658 2006-07-24  Bruno Haible  <bruno@clisp.org>
6659
6660         * lib/tmpdir.h: New file, from GNU gettext.
6661         * lib/tmpdir.c: New file, from GNU gettext.
6662
6663 2006-07-24  Bruno Haible  <bruno@clisp.org>
6664
6665         * lib/clean-temp.h: New file, from GNU gettext.
6666         * lib/clean-temp.c: New file, from GNU gettext.
6667
6668 2006-07-23  Eric Blake  <ebb9@byu.net>
6669
6670         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6671         (Depends-on): Add binary-io.
6672
6673 2006-07-23  Eric Blake  <ebb9@byu.net>
6674
6675         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6676
6677 2006-07-23  Eric Blake  <ebb9@byu.net>
6678
6679         * lib/tmpfile-safer.c: New file.
6680         * lib/stdio-safer.h (fopen_safer): Add prototype.
6681         * lib/stdio--.h (tmpfile): Make safer.
6682
6683 2006-07-23  Bruno Haible  <bruno@clisp.org>
6684
6685         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6686         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6687         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6688         gl_linked_remove_at): Use it.
6689
6690 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6691         and Simon Josefsson <jas@extundo.com>
6692
6693         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6694
6695         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6696
6697 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * modules/close-stream: New file.
6700         * modules/closeout (Description): Make it clear that it exits
6701         with a diagnostic on error.
6702         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6703         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6704
6705 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6706
6707         * m4/close-stream.m4: New file.
6708
6709 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6710
6711         * lib/close-stream.c, lib/close-stream.h: New files.
6712
6713 2006-07-22  Bruno Haible  <bruno@clisp.org>
6714
6715         Merge from GNU gettext 0.15.
6716
6717         2006-05-01  Bruno Haible  <bruno@clisp.org>
6718
6719                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6720
6721         2006-07-22  Bruno Haible  <bruno@clisp.org>
6722
6723                 * modules/javaversion: New file.
6724                 * MODULES.html.sh (Java): Add javaversion.
6725
6726         2006-03-12  Bruno Haible  <bruno@clisp.org>
6727
6728                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6729
6730         2005-12-04  Bruno Haible  <bruno@clisp.org>
6731
6732                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6733                 (untested).
6734
6735         2006-06-21  Bruno Haible  <bruno@clisp.org>
6736
6737                 Avoid warnings from recent versions of mcs.
6738                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6739                 -o, -L, -r any more. Use options documented since mcs-1.0
6740                 instead. Similarly for -g.
6741
6742         2005-12-04  Bruno Haible  <bruno@clisp.org>
6743
6744                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6745                 .resources, not .resource.
6746
6747         2005-07-09  Bruno Haible  <bruno@clisp.org>
6748
6749                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6750                 add a .dll suffix.
6751                 Reported by Mark Junker <mjscod@gmx.de>.
6752
6753         2006-07-22  Bruno Haible  <bruno@clisp.org>
6754
6755                 * modules/gettext: Upgrade to gettext-0.15.
6756                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6757                 m4/visibility.m4.
6758                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6759
6760 2006-07-22  Bruno Haible  <bruno@clisp.org>
6761
6762         Merge from GNU gettext 0.15.
6763
6764         2006-03-25  Bruno Haible  <bruno@clisp.org>
6765
6766                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6767
6768         2006-07-21  Bruno Haible  <bruno@clisp.org>
6769
6770                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6771                 "1.1".
6772
6773         2006-05-09  Bruno Haible  <bruno@clisp.org>
6774
6775                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6776                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6777                 for the conftestver execution.
6778
6779         2006-05-01  Bruno Haible  <bruno@clisp.org>
6780
6781                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6782                 optional target-version argument. Verify that the compiler
6783                 groks source of the specified source-version, or add -source
6784                 option as necessary. Verify that the compiler produces
6785                 bytecode in the specified target-version, or add -target and
6786                 -source options as necessary. Make the result of the test
6787                 available as variable CONF_JAVAC. Also log error output in
6788                 config.log.
6789
6790         2006-03-11  Bruno Haible  <bruno@clisp.org>
6791
6792                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6793
6794         2006-05-09  Bruno Haible  <bruno@clisp.org>
6795
6796                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6797                 CLASSPATH_SEPARATOR to a semicolon.
6798
6799         2006-03-12  Bruno Haible  <bruno@clisp.org>
6800
6801                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6802                 available as variable CONF_JAVA, for subsequent autoconf
6803                 tests. Also log error output in config.log.
6804
6805         2006-07-19  Bruno Haible  <bruno@clisp.org>
6806
6807                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6808                 that getline works on glibc2 systems. Needed to avoid trouble
6809                 in relocatable.c.
6810                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6811
6812         2005-12-04  Bruno Haible  <bruno@clisp.org>
6813
6814                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6815                 launcher (untested).
6816
6817         2005-12-04  Bruno Haible  <bruno@clisp.org>
6818
6819                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6820
6821         2006-07-22  Bruno Haible  <bruno@clisp.org>
6822
6823                 * gettext.m4: Update from GNU gettext-0.15.
6824                 * nls.m4: Likewise.
6825                 * po.m4: Likewise.
6826                 * inttypes-pri.m4: Likewise.
6827                 * inttypes-h.m4: Renamed from inttypes.m4.
6828                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6829
6830 2006-07-22  Bruno Haible  <bruno@clisp.org>
6831
6832         Merge from GNU gettext 0.15.
6833
6834         2005-07-05  Bruno Haible  <bruno@clisp.org>
6835
6836                 * printf-args.c (printf_fetchargs): Work around broken
6837                 definition of wint_t on mingw.
6838
6839         2005-02-12  Bruno Haible  <bruno@clisp.org>
6840
6841                 * xallocsa.h: Add extern "C" for C++.
6842
6843         2006-05-17  Bruno Haible  <bruno@clisp.org>
6844
6845                 Cygwin portability.
6846                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6847
6848         2006-04-30  Bruno Haible  <bruno@clisp.org>
6849
6850                 * progreloc.c: Include <mach-o/dyld.h> if available.
6851                 (find_executable): Use _NSGetExecutablePath when possible.
6852
6853         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6854
6855                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6856                 function.
6857
6858         2005-12-29  Bruno Haible  <bruno@clisp.org>
6859
6860                 * progreloc.c (set_program_name_and_installdir): Fix
6861                 compilation error.
6862
6863         2005-12-04  Bruno Haible  <bruno@clisp.org>
6864
6865                 Cygwin portability.
6866                 * progreloc.c: Include <windows.h> also on Cygwin.
6867                 (find_executable): Add support for Cygwin.
6868                 (set_program_name_and_installdir): Handle also platforms with
6869                 nonempty EXEEXT.
6870
6871         2006-07-11  Bruno Haible  <bruno@clisp.org>
6872
6873                 * javacomp.c: Fix a comment.
6874                 Reported by Jim Meyering.
6875
6876         2006-04-30  Bruno Haible  <bruno@clisp.org>
6877
6878                 * javacomp.h (compile_java_class): Add source_version,
6879                 target_version arguments.
6880                 * javacomp.c: Rewritten to choose only a compiler that
6881                 respects the specified source_version and target_version.
6882
6883         2006-06-27  Bruno Haible  <bruno@clisp.org>
6884
6885                 Assume correct S_ISDIR macro.
6886                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6887
6888         2006-07-22  Bruno Haible  <bruno@clisp.org>
6889
6890                 * javaversion.h: New file, from GNU gettext.
6891                 * javaversion.c: New file, from GNU gettext.
6892                 * javaversion.java: New file, from GNU gettext.
6893                 * javaversion.class: New file, from GNU gettext.
6894
6895         2006-05-17  Bruno Haible  <bruno@clisp.org>
6896
6897                 Cygwin portability.
6898                 * javaexec.c (execute_java_class): Test for jview program
6899                 also on Cygwin.
6900
6901         2006-04-09  Bruno Haible  <bruno@clisp.org>
6902
6903                 * fatal-signal.c: Don't include string.h.
6904                 (at_fatal_signal): Use a copying loop instead of memcpy.
6905
6906         2005-12-04  Bruno Haible  <bruno@clisp.org>
6907
6908                 * csharpexec.c: Add support for 'clix' launcher (untested).
6909                 (execute_csharp_using_sscli): New function.
6910                 (execute_csharp_program): Call it.
6911
6912         2006-06-21  Bruno Haible  <bruno@clisp.org>
6913
6914                 Avoid warnings from recent versions of mcs.
6915                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6916                 -o, -L, -r any more. Use options documented since mcs-1.0
6917                 instead. Similarly for -g.
6918
6919         2005-07-09  Bruno Haible  <bruno@clisp.org>
6920
6921                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6922                 add a .dll suffix.
6923                 Reported by Mark Junker <mjscod@gmx.de>.
6924
6925         2006-06-17  Bruno Haible  <bruno@clisp.org>
6926
6927                 * config.charset: Update for NetBSD 3.0.
6928
6929         2006-05-17  Bruno Haible  <bruno@clisp.org>
6930
6931                 Cygwin portability.
6932                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6933
6934         2006-05-16  Bruno Haible  <bruno@clisp.org>
6935
6936                 * localcharset.c [CYGWIN]: Include <windows.h>.
6937                 (get_charset_aliases): For Cygwin, return the same CPxxx
6938                 aliases list as under WIN32.
6939                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6940                 the environment variables. Fall back to GetACP().
6941
6942         2006-04-05  Bruno Haible  <bruno@clisp.org>
6943
6944                 * config.charset: Update Juan Manuel Guerrero's address.
6945
6946         2005-02-12  Bruno Haible  <bruno@clisp.org>
6947
6948                 * allocsa.h: Add extern "C" for C++.
6949
6950         2005-02-10  Bruno Haible  <bruno@clisp.org>
6951
6952                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6953                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6954
6955         2006-07-22  Bruno Haible  <bruno@clisp.org>
6956
6957                 * gettext.h: Update to GNU gettext-0.15.
6958
6959 2006-07-22  Bruno Haible  <bruno@clisp.org>
6960
6961         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6962         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6963         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6964
6965 2006-07-21  Eric Blake  <ebb9@byu.net>
6966
6967         * modules/stdlib-safer: New file.
6968         * MODULES.html.sh (File stream based Input/Output): Add
6969         stdlib-safer.
6970
6971 2006-07-21  Eric Blake  <ebb9@byu.net>
6972
6973         * lib/stdlib-safer.h: New file from coreutils, required by
6974         stdlib--.h.
6975
6976 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6977
6978         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6979
6980 2006-07-20  Bruno Haible  <bruno@clisp.org>
6981
6982         * gnulib-tool: Recognize new option --assume-autoconf.
6983         (autoconf_minversion): New variable.
6984         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6985
6986 2006-07-20  Bruno Haible  <bruno@clisp.org>
6987
6988         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6989
6990 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6991
6992         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6993         Reindent and repaginate.
6994
6995 2006-07-19  Derek Price  <derek@ximbiot.com>
6996
6997         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6998         Correct grammar.
6999
7000 2006-07-17  Bruno Haible  <bruno@clisp.org>
7001
7002         * modules/list: New file.
7003         * modules/array-list: New file.
7004         * modules/carray-list, modules/carray-list-tests: New files.
7005         * modules/linked-list, modules/linked-list-tests: New files.
7006         * modules/avltree-list, modules/avltree-list-tests: New files.
7007         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7008         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7009         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7010         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7011         * modules/oset: New file.
7012         * modules/array-oset: New file.
7013         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7014         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7015         * tests/test-carray_list.c: New file.
7016         * tests/test-linked_list.c: New file.
7017         * tests/test-avltree_list.c: New file.
7018         * tests/test-rbtree_list.c: New file.
7019         * tests/test-linkedhash_list.c: New file.
7020         * tests/test-avltreehash_list.c: New file.
7021         * tests/test-rbtreehash_list.c: New file.
7022         * tests/test-avltree_oset.c: New file.
7023         * tests/test-rbtree_oset.c: New file.
7024         * MODULES.html.sh (Container data structures): New section.
7025
7026 2006-07-17  Bruno Haible  <bruno@clisp.org>
7027
7028         * m4/gl_list.m4: New file.
7029
7030 2006-07-17  Bruno Haible  <bruno@clisp.org>
7031
7032         * lib/gl_list.h: New file.
7033         * lib/gl_list.c: New file.
7034         * lib/gl_array_list.h: New file.
7035         * lib/gl_array_list.c: New file.
7036         * lib/gl_carray_list.h: New file.
7037         * lib/gl_carray_list.c: New file.
7038         * lib/gl_linked_list.h: New file.
7039         * lib/gl_linked_list.c: New file.
7040         * lib/gl_anylinked_list1.h: New file.
7041         * lib/gl_anylinked_list2.h: New file.
7042         * lib/gl_avltree_list.h: New file.
7043         * lib/gl_avltree_list.c: New file.
7044         * lib/gl_anyavltree_list1.h: New file.
7045         * lib/gl_anyavltree_list2.h: New file.
7046         * lib/gl_rbtree_list.h: New file.
7047         * lib/gl_rbtree_list.c: New file.
7048         * lib/gl_anyrbtree_list1.h: New file.
7049         * lib/gl_anyrbtree_list2.h: New file.
7050         * lib/gl_anytree_list1.h: New file.
7051         * lib/gl_anytree_list2.h: New file.
7052         * lib/gl_linkedhash_list.h: New file.
7053         * lib/gl_linkedhash_list.c: New file.
7054         * lib/gl_anyhash_list1.h: New file.
7055         * lib/gl_anyhash_list2.h: New file.
7056         * lib/gl_avltreehash_list.h: New file.
7057         * lib/gl_avltreehash_list.c: New file.
7058         * lib/gl_rbtreehash_list.h: New file.
7059         * lib/gl_rbtreehash_list.c: New file.
7060         * lib/gl_anytreehash_list1.h: New file.
7061         * lib/gl_anytreehash_list2.h: New file.
7062
7063         * lib/gl_oset.h: New file.
7064         * lib/gl_oset.c: New file.
7065         * lib/gl_array_oset.h: New file.
7066         * lib/gl_array_oset.c: New file.
7067         * lib/gl_avltree_oset.h: New file.
7068         * lib/gl_avltree_oset.c: New file.
7069         * lib/gl_rbtree_oset.h: New file.
7070         * lib/gl_rbtree_oset.c: New file.
7071         * lib/gl_anytree_oset.h: New file.
7072
7073 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7074
7075         * m4/mkancesdirs.m4: New file.
7076         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7077         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7078         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7079         it.
7080
7081 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7082
7083         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7084         * lib/mkancesdirs.h: New files.
7085         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7086         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7087         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7088         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7089         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7090         callers changed.  Revamp internals significantly, by not
7091         attempting to create directories that are temporarily more
7092         permissive than the final results.  Do not attempt to use
7093         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7094         This removes some race conditions, fixes some bugs, and simplifies
7095         things.  Use new dirchownmod function to do owner and mode changes.
7096         * lib/mkdir-p.h: Likewise.
7097         * lib/modechange.c (octal_to_mode): New function.
7098         (struct mode_change): New member mentioned.
7099         (make_node_op_equals): New arg mentioned.  All callers changed.
7100         (mode_compile): Keep track of which mode bits the user has explicitly
7101         mentioned.
7102         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7103         New arg PMODE_BITS, to keep track of which mode bits the user
7104         mentioned; it treats S_ISUID and S_ISGID speciall.
7105         All callers changed.
7106         * lib/modechange.h: Likewise.
7107
7108 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7109
7110         * MODULES.html.sh: Add mkancestors.
7111         * modules/mkancesdirs: New module.
7112         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7113         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7114         The chdir-safer and afs files are now orphans; I'll remove them
7115         unless someone speaks up.
7116         Add lib/dirchownmod.c, lib/dirchownmod.h.
7117         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7118         Add lchown, mkancesdirs.
7119         (Maintainer): Add self.
7120
7121 2006-07-15  Karl Berry  <karl@gnu.org>
7122
7123         * gnulib-tool: help message wording/arrangement.
7124
7125 2006-07-14  Simon Josefsson  <jas@extundo.com>
7126
7127         * doc/gnulib.texi (Libtool and Windows): New section.
7128
7129 2006-07-12  Simon Josefsson  <jas@extundo.com>
7130
7131         * modules/gendocs (License): Fix license, approved by Karl.
7132
7133 2006-07-12  Eric Blake  <ebb9@byu.net>
7134
7135         * MODULES.html.sh: Add gendocs.
7136
7137 2006-07-11  Eric Blake  <ebb9@byu.net>
7138
7139         * modules/fdl: New module, to install doc/fdl.texi.
7140         * MODULES.html.sh: Add new section for documentation modules.
7141         * gnulib-tool: Avoid space-tab.
7142         (--doc-base): New option, to manage files from doc.
7143
7144 2006-07-11  Eric Blake  <ebb9@byu.net>
7145
7146         * m4/absolute-header.m4: Fix comments to match recent change.
7147
7148 2006-07-11  Eric Blake  <ebb9@byu.net>
7149
7150         * gnulib-tool: List --doc-base before --tests-base.
7151
7152 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7153
7154         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7155
7156 2006-07-11  Bruno Haible  <bruno@clisp.org>
7157
7158         * README: Mention where to put documentation.
7159
7160 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7161
7162         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7163
7164 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7165
7166         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7167         to stdint.m4.
7168
7169 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7170
7171         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7172         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7173         "no/such/file/stdint.h" when there is no such file, so that
7174         the resulting C code can be parsed by dodgy compilers.
7175         Problems reported by Bob Proulx.
7176
7177 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7178
7179         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7180         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7181         macros into the GNU _D_EXACT_NAMLEN.
7182         * lib/savedir.c:  Likewise.
7183         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7184
7185 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7186         and Paul Eggert  <eggert@cs.ucla.edu>
7187
7188         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7189         * m4/savedir.m4:
7190         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7191         macros into the GNU _D_EXACT_NAMLEN.
7192
7193 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7194
7195         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7196         around the absolute name, to work around a problem with the HP-UX
7197         11.23 native C compiler, reported by Bob Proulx.
7198
7199 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7200
7201         * doc/maintain.texi, make-stds.texi: Sync from
7202         <http://savannah.gnu.org/projects/gnustandards>.
7203
7204 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7205
7206         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7207
7208 2006-07-09  Jim Meyering  <jim@meyering.net>
7209
7210         * m4/glob.m4: Remove a doubled word in a comment.
7211
7212 2006-07-09  Jim Meyering  <jim@meyering.net>
7213
7214         * lib/argp-pv.c: Remove a doubled word in a comment.
7215         * lib/check-version.c (check_version): Likewise.
7216         * lib/javacomp.c (compile_java_class): Likewise.
7217
7218 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7219
7220         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7221         for the benefit of people using Autoconf 2.60.  If you want to
7222         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7223         (or m4/onceonly.m4, if pre-2.57) manually.
7224
7225 2006-07-08  Jim Meyering  <jim@meyering.net>
7226
7227         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7228         comment.
7229         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7230         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7231         comment.
7232
7233 2006-07-08  Jim Meyering  <jim@meyering.net>
7234
7235         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7236
7237 2006-07-07  Simon Josefsson  <jas@extundo.com>
7238
7239         * tests/test-crc.c: Change expected crc value, the test vector
7240         were probably computed using the old broken crc.c?
7241
7242 2006-07-06  Simon Josefsson  <jas@extundo.com>
7243
7244         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7245         now the canonical place for the M4 file).
7246
7247         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7248         from the sys_socket dependency now.
7249
7250         * modules/inet_pton (Files): Ditto.
7251
7252         * modules/inet_ntop (Files): Ditto.
7253
7254 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7255
7256         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7257         not gl_PREREQ_GETUSERSHELL.
7258
7259 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7260
7261         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7262         with only one argument, for Autoconf 2.60.
7263         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7264         expand to nothing, so add a shell command to avoid syntax error.
7265         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7266
7267 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7268
7269         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7270
7271 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7272
7273         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7274         no longer needed.  Check for isblank decl.
7275         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7276         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7277         of existence.
7278
7279 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7280
7281         * lib/getloadavg.c: Use __VMS, not VMS.
7282         * lib/getopt.c: Likewise.
7283         * lib/getpagesize.h: Likewise.
7284         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7285         and probably does not work.
7286
7287 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7288
7289         * lib/.cppi-disable: Add wcwidth.
7290         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7291         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7292         (ISGRAPH): Remove.  All uses changed to isgraph.
7293         (FOLD) [!defined _LIBC]: Remove special case.
7294         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7295         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7296         HAVE_ISBLANK.
7297         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7298         case.
7299
7300 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7301
7302         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7303         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7304         brackets.  Other minor changes to suppress some compiler
7305         warnings.
7306
7307 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7308         and Paul Eggert  <eggert@cs.ucla.edu>
7309
7310         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7311         of invoking obsolescent AC_HEADER_DIRENT macro.
7312         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7313         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7314         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7315         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7316         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7317         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7318         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7319         * m4/readdir.m4: Remove; no longer needed.
7320
7321 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7322         and Paul Eggert  <eggert@cs.ucla.edu>
7323
7324         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7325         Don't worry about this obsolete case any more.
7326         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7327         directories.
7328         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7329         worry about this obsolete case any more.
7330         * lib/fts.c: Likewise.
7331         * lib/getcwd.c: Likewise.
7332         * lib/glob.h: Likewise.
7333         * lib/savedir.c: Likewise.
7334
7335 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7338         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7339         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7340         needed.
7341         All uses removed.
7342         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7343         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7344         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7345         needed.
7346         * m4/getdate.m4 (gl_GETDATE): Likewise.
7347         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7348         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7349         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7350         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7351         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7353         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7354         needed.
7355
7356 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7357
7358         * lib/memcasecmp.c: Include <limits.h>.
7359         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7360         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7361         Don't assume isdigit succeeds only on '0' through '9'.
7362
7363 2006-07-05  Eric Blake  <ebb9@byu.net>
7364
7365         * modules/getaddrinfo (Depends-on): Add snprintf.
7366
7367 2006-07-05  Eric Blake  <ebb9@byu.net>
7368
7369         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7370         to avoid 'header present but could not be compiled' on cygwin.
7371
7372 2006-07-05  Eric Blake  <ebb9@byu.net>
7373
7374         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7375         missing from netdb.h.
7376         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7377
7378 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7379
7380         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7381         no longer needed.
7382         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7383         * m4/getdate.m4 (gl_GETDATE): Likewise.
7384         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7385         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7386         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7387         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7388         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7389
7390 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7391
7392         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7393         All uses of is_space replaced by isspace.
7394         * lib/exit.h: Don't talk about STDC_HEADERS.
7395         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7396         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7397         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7398         replaced by isprint etc.
7399         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7400         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7401         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7402         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7403         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7404         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7405
7406 2006-07-05  Bruno Haible  <bruno@clisp.org>
7407
7408         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7409         the function exists, before testing against AIX.
7410         Reported by Martin Lambers <marlam@marlam.de>.
7411
7412 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7413
7414         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7415         From Mark D. Baushke.
7416
7417 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7418
7419         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7420         to the absolute name, not just one, to bypass Sun C 5.8's
7421         "warning: #include of /usr/include/... may be non-portable".
7422
7423 2006-07-04  Eric Blake  <ebb9@byu.net>
7424
7425         * modules/dirname-tests: New test module.
7426         * tests/test-dirname.c: New file, replacing dirname.c
7427         TEST_DIRNAME section that was recently deleted.
7428
7429 2006-07-04  Bruno Haible  <bruno@clisp.org>
7430
7431         Assume ANSI C header files and <ctype.h> functions.
7432         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7433         (mbsnwidth): Use isprint, iscntrl instead.
7434
7435 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7436
7437         Merge from coreutils.
7438         * MODULES.html.sh: Add xstrtold.
7439         * modules/xstrtold: New file.
7440         * modules/cycle-check (Files): Add lib/same-inode.h.
7441         * modules/dirname (Files): Add m4/double-slash-root.m4.
7442         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7443         * modules/mkdir-p (Files): Add lib/same-inode.h.
7444         * modules/same (Files): Add lib/same-inode.h.
7445
7446 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7449         This is to keep the terminology clean; POSIX talks about
7450         "absolute pathnames", not "full pathnames", but the GNU
7451         Coding Standards say to use "path" for something else;
7452         so use "absolute" to keep both sides happy.
7453         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7454         Set gl_absolute_header, not gl_full_header_path.
7455         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7456         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7457         All uses changed.
7458
7459         Merge from coreutils.
7460
7461         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7462
7463         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7464         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7465         want to require the building of c-strtod.o.
7466         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7467         needs -lm directly.
7468         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7469
7470         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7471
7472         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7473         --as-needed option if available.  Problem reported by Albert Chin in
7474         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7475         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7476         cc merely issues a bunch of annoying warnings for --as-needed
7477         (this problem was reported by Bob Proulx).  Also, try linking with
7478         -lm to detect a bug in binutils 2.16 (this problem was reported
7479         by Ralf Wildenhues).
7480
7481         2006-06-18  Jim Meyering  <jim@meyering.net>
7482
7483         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7484         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7485         macro.
7486         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7487         also check for glibc-2.4's abort-inducing bug.
7488
7489         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7490         Low-probability clean-up should be to use rmdir to get rid of
7491         the just-created directory, not unlink.
7492
7493         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7494         configure fail, and request a bug report to inform us about it.
7495         Add a comment that, barring reports to the contrary, in 2007 we'll
7496         assume ftruncate is universally available.
7497
7498         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7499
7500         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7501
7502         2006-03-12  Jim Meyering  <jim@meyering.net>
7503
7504         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7505         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7506         * m4/same.m4 (gl_SAME): Likewise.
7507         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7508
7509         2006-03-11  Eric Blake  <ebb9@byu.net>
7510
7511         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7512         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7513         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7514         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7515
7516 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7517
7518         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7519         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7520         reported by Mark D. Baushke, one in
7521         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7522
7523         Merge from coreutils.
7524
7525         * lib/.cppi-disable: Add stdint_.h.
7526         * lib/.cvsignore: Add stdint.h.
7527
7528         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7529
7530         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7531         both double and long double versions.
7532         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7533         * lib/xstrtold.c: New file.
7534         * lib/xstrtod.h (xstrtold): New decl.
7535
7536         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7537
7538         * lib/filemode.c (setst): Remove.
7539         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7540         (arguably) clearer, and the generated code is a bit smaller on my
7541         Debian GNU/Linux stable x86 host.
7542
7543         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7544
7545         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7546         Assume that filemode.h includes sys/types.h and sys/stat.h.
7547         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7548         (ftypelet): Reorder to put common cases first, for efficiency.
7549         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7550         to do 'M'.
7551         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7552         of 10, for compatibility with FreeBSD.  All callers changed.
7553         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7554         types that can't be deduced solely from st_mode.  First arg is now a
7555         const pointer.
7556         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7557         (strmode): Renamed from mode_string.
7558         (filemodestring): New decl.
7559         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7560         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7561         needed.
7562         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7563
7564         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7567         fsusage.h now does that.  Include fsusage.h first, to test interface.
7568         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7569         at most one method (the old code could have generated decls that
7570         didn't conform to C89, not that this was ever exercised).
7571         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7572
7573         2006-03-19  Jim Meyering  <jim@meyering.net>
7574
7575         Work even in a chroot where d_ino values for entries in "/"
7576         don't match the stat.st_ino values for the same names.
7577         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7578         number, iterate through all entries again, using lstat instead.
7579         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7580         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7581
7582         * lib/getcwd.c (__getcwd): Clarify a comment.
7583         Use memcpy in place of a call to strcpy.
7584
7585         2006-03-12  Jim Meyering  <jim@meyering.net>
7586
7587         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7588         matches that of the current directory (which we're about to chdir ".."
7589         out of), then save the dev-ino of the parent, instead.
7590
7591         * lib/same-inode.h (SAME_INODE): New file/macro.
7592         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7593         Include "same-inode.h", instead.
7594         * lib/same.c: Likewise.
7595         * lib/cycle-check.h: Include "same-inode.h".
7596         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7597         * lib/cycle-check.c (SAME_INODE): Remove definition.
7598         * lib/root-dev-ino.h: Include "same-inode.h".
7599
7600         2006-03-11  Eric Blake  <ebb9@byu.net>
7601
7602         * lib/same.c (same_name): s/base_name/last_component/
7603         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7604         * lib/filenamecat.c (file_name_concat): Likewise.
7605
7606         2006-03-11  Eric Blake  <ebb9@byu.net>,
7607                     Paul Eggert  <eggert@cs.ucla.edu>
7608
7609         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7610         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7611         drive prefix.
7612         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7613         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7614         (last_component): New method.
7615         * lib/dirname.c (dir_len): Determine when drive letters need a
7616         subsequent slash.  Preserve // when it is special.
7617         (dir_name): Don't append dot when drive letter is absolute.
7618         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7619         * lib/basename.c (base_name): New semantics - malloc the result.
7620         Preserve // when it is special.  Preserve relative files that look
7621         like drive letters.
7622         (base_len): Preserve // when it is special.
7623         (last_component): New method, similar to old base_name semantics.
7624         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7625         base_name.  Strip redundant slashes from ///.
7626
7627 2006-07-03  Jim Meyering  <jim@meyering.net>
7628
7629         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7630         macro is used before the first cycle_check call.
7631
7632 2006-07-03  Eric Blake  <ebb9@byu.net>
7633
7634         * modules/dirname (Depends-on): Add xstrndup.
7635
7636 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7637
7638         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7639         test cases, so that config.log is a bit easier to follow.
7640
7641 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7642
7643         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7644         both are 64 bits, since this seems to be the tradition, and this
7645         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7646         we ever run into a host that prefers long long to long in this
7647         case, we'll need another configure-time test.  Problem reported by
7648         Jim Meyering.
7649
7650 2006-07-02  Eric Blake  <ebb9@byu.net>
7651
7652         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7653
7654 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7655
7656         * modules/inttypes (Depends-on): No longer depends on stdint.
7657         * modules/stdint (Description): Say more about assumptions.
7658         Say that the fast types might differ.  Say macros are used.
7659         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7660         (Makefile.am): Revise list of substituted symbols to match
7661         new stdint.m4.
7662         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7663         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7664         * tests/test-stdint.c (verify_same_types)
7665         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7666         the code conforms to C99/C89.
7667         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7668         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7669
7670 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7673         but fix a bug, by requiring at least 64 bits.
7674         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7675         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7676         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7677         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7678
7679         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7680         changes.  Make 2.59 a prerequisite.  Check and substitute for
7681         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7682         inttypes.h.  Do not use special include files; just use the
7683         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7684         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7685         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7686         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7687         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7688         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7689         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7690         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7691         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7692         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7693         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7694         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7695         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7696         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7697         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7698         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7699         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7700         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7701         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7702         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7703         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7704         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7705         not check for things that C99 does not require, e.g., int8_t.  If
7706         a test isn't needed unless <stdint.h> isn't working, and is
7707         unlikely to be needed for any other reason, then don't do it
7708         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7709         size_t, since we assume C89 freestanding at least.  Do not check
7710         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7711         the right thing even if the types are not defined.  Instead use:
7712         (gl_STDINT_TYPE_PROPERTIES): New macro.
7713         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7714         testing whether <sys/types.h> clashes, as Autoconf does this for
7715         us now.  All uses removed.
7716         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7717         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7718         (gl_CHECK_TYPE_SAME):
7719         Remove; no longer needed.
7720         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7721         exists, since we'll return 0 anyway in that case.
7722         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7723
7724 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7725
7726         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7727         possible collision with system files.
7728         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7729         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7730         WCHAR_MIN and WCHAR_MAX in this case.
7731         (<stddef.h>): Do not include; no longer needed.
7732         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7733         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7734         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7735         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7736         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7737         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7738         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7739         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7740         !defined(__c99))]: Include in this case too, since it's harmless
7741         now.
7742         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7743         dangerous to do so.
7744         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7745         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7746         (_STDINT_MIN, _STDINT_MAX): New macros.
7747         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7748         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7749         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7750         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7751         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7752         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7753         macros, not typedefs; this simplifies things quite a bit.
7754         Use long int for all types narrower than int64_t.
7755         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7756         Define in terms of long long int or int64_t or long int,
7757         not int64_t or int32_t.  This saves some compile-time testing.
7758         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7759         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7760         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7761         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7762         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7763         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7764         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7765         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7766         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7767         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7768         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7769         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7770         undef any previous version and define our own version, for
7771         simplicity and consistency with the new macros for types.
7772         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7773         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7774         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7775         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7776         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7777         @WINT_T_SUFFIX@ to keep things simple here.
7778         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7779         Simplify by assuming typical 8/16/32/64 host, since we're
7780         already doing that elsewhere anyway.
7781         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7782         and assume long long int is 64 bits if available.  This
7783         speeds up 'configure'.
7784
7785 2006-07-01  Eric Blake  <ebb9@byu.net>
7786
7787         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7788         Reported by Andreas Buening.
7789
7790 2006-07-01  Eric Blake  <ebb9@byu.net>
7791
7792         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7793
7794 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7795
7796         * lib/getaddrinfo.c: fixed typo
7797
7798 2006-06-29  Jim Meyering  <jim@meyering.net>
7799
7800         * modules/strftime (Maintainer): Add my name, since with the
7801         FPRINTFTIME changes strftime.c has forked from glibc.
7802
7803 2006-06-29  Eric Blake  <ebb9@byu.net>
7804
7805         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7806
7807 2006-06-29  Eric Blake  <ebb9@byu.net>
7808
7809         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7810
7811 2006-06-29  Eric Blake  <ebb9@byu.net>
7812
7813         * lib/stat_.h: New file.
7814
7815 2006-06-29  Eric Blake  <ebb9@byu.net>
7816
7817         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7818         unused static function.
7819
7820 2006-06-29  Eric Blake  <ebb9@byu.net>
7821
7822         * doc/functions.texi (Function Portability): Document missing lstat
7823         on mingw.
7824
7825 2006-06-29  Eric Blake  <ebb9@byu.net>
7826
7827         * MODULES.html.sh: Add sys_stat.
7828         * modules/sys_stat: New module.
7829         * modules/mkstemp (Depends-on): Add sys_stat.
7830
7831 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7832
7833         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7834
7835 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7836
7837         * m4/c-bs-a.m4: Removed.
7838
7839 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7840
7841         * lib/strftime.c: Assume strftime() exists.
7842
7843 2006-06-29  Derek Price  <derek@ximbiot.com>
7844
7845         * modules/c-bs-a: Removed - \a is C89.
7846         * MODULES.html.sh: Remove c-bs-a.
7847
7848 2006-06-29  Bruno Haible  <bruno@clisp.org>
7849
7850         * modules/wcwidth (License): Change to LGPL.
7851
7852 2006-06-28  Simon Josefsson  <jas@extundo.com>
7853
7854         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7855         on _WIN32.
7856
7857         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7858         getnameinfo.
7859
7860 2006-06-28  Simon Josefsson  <jas@extundo.com>
7861
7862         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7863
7864 2006-06-28  Simon Josefsson  <jas@extundo.com>
7865
7866         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7867         functions there.  It will succeed on Windows XP, but on Windows
7868         2000 and (presumably) earlier, it will fail, and use the internal
7869         re-implementation.
7870         (use_win32_p): New function.
7871         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7872         Support AI_NUMERICSERV to disable getservbyname.
7873         (getnameinfo): New function, only supports
7874         NI_NUMERICHOST|NI_NUMERICSERV for now.
7875
7876         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7877         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7878         getnameinfo.
7879
7880 2006-06-28  Eric Blake  <ebb9@byu.net>
7881
7882         * modules/wcwidth: New file.
7883         * modules/mbchar (Depends-on): Add wcwidth.
7884         * modules/mbswidth (Depends-on): Add wcwidth.
7885         * MODULES.html.sh: Add wcwidth.
7886
7887 2006-06-28  Eric Blake  <ebb9@byu.net>
7888
7889         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7890         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7891
7892 2006-06-28  Eric Blake  <ebb9@byu.net>
7893
7894         * lib/xvasprintf.h: Fix comments.
7895
7896 2006-06-28  Eric Blake  <ebb9@byu.net>
7897
7898         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7899         * lib/mbswidth.c (wcwidth): Move from here...
7900         * lib/wcwidth.h: ...to this new file.
7901
7902 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7903
7904         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7905
7906         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7907         it's obsolete.
7908         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7909
7910 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7911
7912         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7913         Autoconf 2.60 says this stuff was obsolete.
7914
7915 2006-06-28  Bruno Haible  <bruno@clisp.org>
7916
7917         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7918
7919 2006-06-28  Bruno Haible  <bruno@clisp.org>
7920
7921         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7922         gt_TYPE_WCHAR_T.
7923
7924 2006-06-28  Bruno Haible  <bruno@clisp.org>
7925
7926         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7927         declaration for wcwidth.
7928         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7929
7930 2006-06-28  Bruno Haible  <bruno@clisp.org>
7931
7932         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7933         (mkdir): Define using _mkdir.
7934
7935 2006-06-28  Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/getaddrinfo.h: Fix POSIX URL.
7938         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7939         _WIN32.
7940         (use_win32_p): Make static.
7941         (getaddrinfo): Reject service name if it is empty or does not consist
7942         solely of decimal digits, or if its value is > 65535.
7943         (getnameinfo): Remove useless casts.
7944
7945 2006-06-27  Simon Josefsson  <jas@extundo.com>
7946
7947         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7948         Eggert and Martin Lambers.
7949
7950 2006-06-27  Simon Josefsson  <jas@extundo.com>
7951
7952         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7953         Eggert and Martin Lambers.
7954
7955 2006-06-27  Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7958         result to 0, not to empty.
7959         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7960
7961 2006-06-27  Bruno Haible  <bruno@clisp.org>
7962
7963         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7964
7965 2006-06-26  Simon Josefsson  <jas@extundo.com>
7966
7967         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7968         present.
7969
7970 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7971
7972         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7973         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7974         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7975
7976 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7977
7978         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7979
7980 2006-06-26  Bruno Haible  <bruno@clisp.org>
7981
7982         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7983
7984 2006-06-26  Bruno Haible  <bruno@clisp.org>
7985
7986         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7987
7988 2006-06-26  Bruno Haible  <bruno@clisp.org>
7989
7990         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7991         SGI C compiler in pre-C99 mode.
7992         Suggested by Mark D. Baushke and Larry Jones.
7993
7994 2006-06-26  Bruno Haible  <bruno@clisp.org>
7995
7996         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7997         WCHAR_MAX.
7998         Reported by Mark D. Baushke and Larry Jones.
7999
8000 2006-06-26  Bruno Haible  <bruno@clisp.org>
8001
8002         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8003         in pre-C99 mode.
8004         Suggested by Mark D. Baushke and Larry Jones.
8005
8006 2006-06-23  Simon Josefsson  <jas@extundo.com>
8007             Bruno Haible  <bruno@clisp.org>
8008
8009         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8010         Emit mostlyclean-local rule.
8011         (func_emit_tests_Makefile_am): Likewise.
8012         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8013
8014 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8015
8016         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8017
8018 2006-06-23  Bruno Haible  <bruno@clisp.org>
8019
8020         * tests/test-stdint.c: Update to match ISO C 99 Technical
8021         Corrigendum 1.
8022
8023 2006-06-23  Bruno Haible  <bruno@clisp.org>
8024
8025         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8026
8027 2006-06-23  Bruno Haible  <bruno@clisp.org>
8028
8029         * lib/stdint_.h: Treat IRIX like OpenBSD.
8030
8031 2006-06-23  Bruno Haible  <bruno@clisp.org>
8032
8033         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8034         ISO C 99 Technical Corrigendum 1.
8035
8036 2006-06-22  Simon Josefsson  <jas@extundo.com>
8037
8038         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8039         MinGW.
8040
8041 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8044         needed.  Some compiler complained about some of them.  Problem reported
8045         by Larry Jones in
8046         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8047
8048 2006-06-21  Simon Josefsson  <jas@extundo.com>
8049
8050         * tests/test-getaddrinfo.c: New file.
8051
8052         * modules/getaddrinfo-tests: New file.
8053
8054         * MODULES.html.sh: Add inet_pton.
8055
8056         * modules/inet_pton: New file.
8057
8058 2006-06-21  Simon Josefsson  <jas@extundo.com>
8059
8060         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8061         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8062         of using the (limited) gnulib implementation on Windows XP.
8063
8064         * m4/inet_pton.m4: New file.
8065
8066 2006-06-21  Simon Josefsson  <jas@extundo.com>
8067
8068         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8069         variable.
8070
8071         * lib/socket_.h: Don't define WINVER.
8072
8073         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8074         slightly modified to work in gnulib.
8075
8076 2006-06-21  Simon Josefsson  <jas@extundo.com>
8077
8078         * doc/gnulib.texi (Windows sockets): Add.
8079
8080 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8081
8082         * lib/read-file.c (fread_file): Start with buffer allocation of
8083         0 bytes rather than 1 byte; this simplifies the code.
8084         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8085         code to free buffer and save/restore errno.
8086         (internal_read_file): Remove unused local.
8087
8088 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8089
8090         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8091         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8092         Problem reported by Denis Excoffier in
8093         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8094
8095 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8096
8097         * modules/sys_socket, modules/socklen: Include sys/types since
8098         FreeBSD 4.x's sys/socket.h needs it.
8099
8100 2006-06-19  Simon Josefsson  <jas@extundo.com>
8101
8102         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8103
8104 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8105
8106         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8107
8108 2006-06-19  Bruno Haible  <bruno@clisp.org>
8109
8110         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8111         and FULL_PATH_INTTYPES_H in angle brackets.
8112         Reported by Mark D. Baushke <mdb@gnu.org>.
8113
8114 2006-06-17  Eric Blake  <ebb9@byu.net>
8115
8116         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8117         errno.
8118
8119 2006-06-17  Bruno Haible  <bruno@clisp.org>
8120
8121         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8122         <sys/inttypes.h>.
8123
8124 2006-06-17  Bruno Haible  <bruno@clisp.org>
8125
8126         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8127         whether errno is declared. Assume <errno.h> declares errno.
8128
8129 2006-06-17  Bruno Haible  <bruno@clisp.org>
8130
8131         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8132
8133 2006-06-17  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8136         problem on Solaris 2.5.1.
8137
8138 2006-06-16  Eric Blake  <ebb9@byu.net>
8139
8140         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8141         * lib/unicodeio.c [!defined errno]: Likewise.
8142         * lib/strtol.c [!defined errno]: Likewise.
8143         * lib/strtod.c [!defined errno]: Likewise.
8144
8145 2006-06-15  Eric Blake  <ebb9@byu.net>
8146
8147         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8148
8149 2006-06-15  Eric Blake  <ebb9@byu.net>
8150
8151         * config/srclist.txt (ssize_t.m4): Lose sync.
8152
8153 2006-06-15  Bruno Haible  <bruno@clisp.org>
8154
8155         * modules/stdint (Files): Include m4/full-header-path.m4,
8156         m4/size_max.m4, m4/wchar_t.m4.
8157         (Makefile.am): Many more substitutions.
8158         * modules/stdint-tests: New file.
8159         * tests/test-stdint.c: New file.
8160
8161 2006-06-15  Bruno Haible  <bruno@clisp.org>
8162
8163         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8164         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8165         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8166         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8167         gl_CHECK_TYPE_SAME): New macros.
8168
8169 2006-06-15  Bruno Haible  <bruno@clisp.org>
8170
8171         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8172
8173 2006-06-15  Bruno Haible  <bruno@clisp.org>
8174
8175         * lib/stdint_.h: Rewritten to be fully auto-configured.
8176         Fixes bug on HP-UX/IA64.
8177
8178 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8179
8180         * lib/getdate.y (__attribute__): Don't define if already defined.
8181         Problem reported by Larry Jones.
8182         * lib/utimens.c (__attribute__): Likewise.
8183
8184 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8187         reported by Andreas Schwab.
8188
8189 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8190             Bruno Haible  <bruno@clisp.org>
8191
8192         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8193         check for the declaration of strnlen and a run test that exposes the
8194         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8195         rpl_strndup.
8196
8197 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8198             Bruno Haible  <bruno@clisp.org>
8199
8200         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8201
8202 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8203
8204         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8205         compile test, for Tru64 4.0D.
8206
8207 2006-05-28  Karl Berry  <karl@gnu.org>
8208
8209         * config/srclist.txt (printf-args.c): lose sync.
8210
8211 2006-05-26  Martin Lambers  <marlam@marlam.de>
8212
8213         * lib/getpass.c: Updates the test for the native W32 API, and adds
8214         missing includes, thus fixing compilation warnings.
8215
8216 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8217
8218         * lib/exclude.c (exclude_fnmatch): New function.
8219         (excluded_file_name): Call exclude_fnmatch.
8220         * lib/exclude.h (excluded_file_name): New prototype
8221
8222 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         * lib/tempname.c (small_open, large_open): New macros.
8225         (__open, __open64) [!_LIBC]: Remove.
8226         (__gen_tempname): Use small_open and large_open instead of __open
8227         and __open64.  This fixes a portability bug on HP-UX 11.11i
8228         reported by Simon Wing-Tang in
8229         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8230
8231 2006-05-24  Bruno Haible  <bruno@clisp.org>
8232
8233         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8234         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8235         Reported by Thorsten Maerz <torte@netztorte.de> via
8236         Aaron Stone <aaron@serendipity.cx>.
8237
8238 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8241         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8242         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8243         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8244         not really conditional on the cache.
8245         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8246
8247 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8248
8249         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8250         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8251         (my_usleep): Don't mishandle maximum value.
8252
8253 2006-05-19  Jim Meyering  <jim@meyering.net>
8254
8255         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8256
8257 2006-05-17  Bruno Haible  <bruno@clisp.org>
8258
8259         Cygwin portability.
8260         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8261
8262 2006-05-17  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/stdint_.h: Fix recognition of Cygwin.
8265
8266 2006-05-15  Bruno Haible  <bruno@clisp.org>
8267
8268         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8269         on libtool patch by Ralf Wildenhues.
8270
8271 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8272
8273         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8274         test for C99 conformance; (bool) 0.5 is an integer constant
8275         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8276         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8277
8278 2006-05-11  Simon Josefsson  <jas@extundo.com>
8279
8280         * m4/xvasprintf.m4: Fix obvious typo.
8281
8282 2006-05-11  Jim Meyering  <jim@meyering.net>
8283
8284         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8285         James Lemley.
8286
8287 2006-05-10  Simon Josefsson  <jas@extundo.com>
8288
8289         * lib/md4.c: Typo fix, update copyright years.
8290         (K1, K2): Don't use L because it turn computations into 64-bit on
8291         64-bit platforms.
8292
8293 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8294
8295         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8296         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8297         unwanted sign propagation, e.g., on hosts with 64-bit int.
8298         There still are some problems with reeelly weird theoretical hosts
8299         (e.g., 33-bit int) but it's not worth worrying about now.
8300         * lib/sha1.c (rol): Likewise.
8301         (K1, K2, K3, K4): Remove unnecessary L suffix.
8302
8303 2006-05-10  Bruno Haible  <bruno@clisp.org>
8304
8305         * lib/des.c: Cast to avoid warnings.
8306
8307 2006-05-09  Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8310         (Depends-on): Depend also on xsize, stdarg.
8311         (configure.ac): Add gl_XVASPRINTF.
8312
8313 2006-05-09  Bruno Haible  <bruno@clisp.org>
8314
8315         * m4/xvasprintf.m4: New file.
8316
8317 2006-05-09  Bruno Haible  <bruno@clisp.org>
8318
8319         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8320         (EOVERFLOW): Define fallback value.
8321         (xstrcat): New function.
8322         (xvasprintf): Recognize the special case of a string concatenation.
8323
8324 2006-05-08  Eric Blake  <ebb9@byu.net>
8325
8326         * gnulib-tool (func_version): Base copyright year on CVS date.
8327         (func_emit_copyright_notice): New function.
8328         (func_emit_lib_Makefile_am): Use it.
8329         (func_emit_tests_Makefile_am): Likewise.
8330         (func_import): Likewise.
8331
8332 2006-05-08  Bruno Haible  <bruno@clisp.org>
8333
8334         * modules/stdarg: New file.
8335         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8336
8337 2006-05-08  Bruno Haible  <bruno@clisp.org>
8338
8339         * m4/stdarg.m4: New file, from GNU gettext.
8340
8341 2006-05-08  Bruno Haible  <bruno@clisp.org>
8342
8343         * config/srclist.txt (build-aux/config.rpath): different from latest
8344         release.
8345
8346 2006-05-08  Bruno Haible  <bruno@clisp.org>
8347
8348         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8349
8350 2006-05-05  Jim Meyering  <jim@meyering.net>
8351
8352         * m4/warning.m4: New file, derived from bison's file by the same name.
8353
8354 2006-05-03  Bruno Haible  <bruno@clisp.org>
8355
8356         * lib/stdint_.h: Shorter URL.
8357         * lib/inttypes.h: Likewise.
8358
8359 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8360
8361         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8362
8363 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8364
8365         * lib/verify.h: Document the internals better.  Most of this change
8366         was written by Bruno Haible.
8367
8368 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8369
8370         * doc/verify.texi: New file, partly based on a proposal by
8371         Bruno Haible.
8372
8373 2006-05-02  Bruno Haible  <bruno@clisp.org>
8374
8375         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8376         test from here...
8377         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8378
8379 2006-04-29  Bruno Haible  <bruno@clisp.org>
8380
8381         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8382         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8383
8384 2006-04-29  Bruno Haible  <bruno@clisp.org>
8385
8386         * gnulib-tool: Make --update option actually work.
8387
8388 2006-04-29  Bruno Haible  <bruno@clisp.org>
8389
8390         * doc/gcd.texi: New file.
8391         * doc/gnulib.texi: Include it.
8392
8393 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8394
8395         * lib/getdate.y (get_date): When adding relative date, start with the
8396         initial time, not with the result of the first mktime call.
8397
8398 2006-04-25  Bruno Haible  <bruno@clisp.org>
8399
8400         * gnulib-tool (func_import): Output the include directives in three
8401         blocks, sorted separately.
8402         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8403
8404 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8405
8406         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8407         to define main with arguments, for C++.  Reported by Eric Blake.
8408         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8409         Prefer 'int main ()' to 'int main (void)', for C++.
8410         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8411         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8412         for 'main', for C99 and C++.
8413
8414 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8415
8416         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8417         Don't assume that exit status -1 is valid.
8418         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8419         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8420         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8421         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8422         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8423         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8424         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8425         functions can be used without declaring them, or that you can
8426         exit with status -1.
8427         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8428
8429 2006-04-24  Karl Berry  <karl@gnu.org>
8430
8431         * config/srclist.txt (longdouble.m4): sync lost.
8432
8433 2006-04-24  Eric Blake  <ebb9@byu.net>
8434
8435         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8436
8437 2006-04-24  Bruno Haible  <bruno@clisp.org>
8438
8439         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8440         poll() implementation in AIX.
8441         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8442
8443 2006-04-24  Bruno Haible  <bruno@clisp.org>
8444
8445         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8446         assigned exactly once.
8447
8448 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8449             Bruno Haible  <bruno@clisp.org>
8450
8451         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8452         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8453         for AM_CPPFLAGS.
8454
8455 2006-04-23  Bruno Haible  <bruno@clisp.org>
8456
8457         * modules/copy-file: Depend on unistd.
8458         * modules/execute: Likewise.
8459         * modules/fatal-signal: Likewise.
8460         * modules/findprog: Likewise.
8461         * modules/mkdtemp : Likewise.
8462         * modules/pipe: Likewise.
8463         * modules/wait-process: Likewise.
8464
8465 2006-04-23  Bruno Haible  <bruno@clisp.org>
8466
8467         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8468         condition was already detected.
8469         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8470
8471 2006-04-23  Bruno Haible  <bruno@clisp.org>
8472
8473         * lib/copy-file.c: Include <unistd.h> unconditionally.
8474         * lib/execute.c: Likewise.
8475         * lib/fatal-signal.c: Likewise.
8476         * lib/findprog.c: Likewise.
8477         * lib/mkdtemp.c: Likewise.
8478         * lib/pipe.h: Likewise.
8479         * lib/pipe.c: Likewise.
8480         * lib/wait-process.h: Likewise.
8481
8482 2006-04-23  Bruno Haible  <bruno@clisp.org>
8483
8484         * gnulib-tool (func_usage): Fix --import description. Document
8485         --update.
8486         (func_import): Create temporary file in a temporary directory, if
8487         --dry-run is specified. Silence errors from 'grep' when there are no
8488         m4 files in $m4dir.
8489         (func_create_testdir): Silence errors from 'grep' when there are no
8490         m4 files in $m4dir.
8491         Reported by Karl Berry <karl@freefriends.org>.
8492
8493 2006-04-20  Bruno Haible  <bruno@clisp.org>
8494
8495         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8496         one argument, so that the code will be portable to Autoconf 2.60.
8497         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8498         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8499         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8500
8501 2006-04-19  Derek Price  <derek@ximbiot.com>
8502             Eric Blake  <ebb9@byu.net>
8503
8504         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8505         rather than "/full/path.h".  Update comment to match.  Shorten &
8506         generalize m4_translit call via AS_TR_CPP.
8507
8508 2006-04-19  Derek Price  <derek@ximbiot.com>
8509             Eric Blake  <ebb9@byu.net>
8510
8511         * lib/inttypes.h: Correct grammar in comment.
8512
8513 2006-04-18  Derek Price  <derek@ximbiot.com>
8514             Paul Eggert  <eggert@cs.ucla.edu>
8515
8516         * modules/inttypes: New file.
8517         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8518
8519 2006-04-18  Derek Price  <derek@ximbiot.com>
8520             Paul Eggert  <eggert@cs.ucla.edu>
8521
8522         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8523         New files.
8524
8525 2006-04-18  Derek Price  <derek@ximbiot.com>
8526             Paul Eggert  <eggert@cs.ucla.edu>
8527
8528         * lib/inttypes.h: New file.
8529         * lib/strtoimax.c: Assume <inttypes.h>.
8530
8531 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8532
8533         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8534         isn't mounted.  Problem reported by Kir Kolyshkin.
8535
8536 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8539         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8540         Derek R. Price.
8541         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8542         implementation.
8543
8544 2006-04-12  Eric Blake  <ebb9@byu.net>
8545
8546         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8547         is now done automatically by the corresponding Autoconf macro.
8548
8549 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8550
8551         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8552         time_r.h.
8553
8554 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8555
8556         Merge regex changes from libc, removing some of our
8557         POSIX-conformance changes that were rejected and redoing them in a
8558         less-intrusive way.
8559
8560         * lib/regcomp.c (re_compile_internal, init_dfa):
8561         Length arg is now size_t, not Idx.  All uses changed.
8562         (peek_token): Forward decl now says internal_function.
8563         (__re_error_msgid, __re_error_msgid_idx):
8564         Now static rather than extern with attribute_hidden.
8565         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8566         For some reason libc prefers K&R style defns for external functions.
8567         (regerror) [!defined _LIBC]: Likewise.
8568         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8569         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8570         (build_range_exp, build_collating_symbol):
8571         Use K&R-style defn.
8572         (re_compile_fastmap): Use '\0' to memset, not 0.
8573         (utf8_sb_map): Make the calculations more obvious.
8574         (init_dfa, parse_bracket_exp, build_charclass_op):
8575         Call calloc and cast result, as glibc does.
8576         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8577         (build_range_exp, build_collating_symbol):
8578         Now internal functions.
8579
8580         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8581
8582         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8583         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8584         Don't depend on VMS; depend on __VMS instead, for POSIX
8585         namespace cleanness.
8586         (regoff_t): Define to ssize_t, not long int.
8587
8588         Remove the REG_ macros named below.  Instead, make the old names
8589         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8590         __USE_GNU_REGEX.
8591         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8592         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8593         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8594         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8595         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8596         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8597         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8598         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8599         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8600         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8601         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8602         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8603         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8604         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8605         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8606         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8607         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8608         (REG_NREGS):
8609         Remove.  All uses replaced by the old RE_* names.
8610         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8611         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8612         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8613         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8614         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8615         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8616         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8617         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8618         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8619         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8620         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8621         Don't bother having these macros be independent of each others'
8622         values, since they no longer exist in the POSIX name space.
8623
8624         Rename the following member names back to their old names,
8625         unless !__USE_GNU_REGEX.  All uses changed back.
8626         (buffer): Renamed from re_buffer.
8627         (allocated): Renamed from re_allocated.
8628         (used): Renamed from re_used.
8629         (syntax): Renamed from re_syntax.
8630         (fastmap): Renamed from re_fastmap.
8631         (translate): Renamed from re_translate.
8632         (can_be_null): Renamed from re_can_be_null.
8633         (regs_allocated): Renamed from re_regs_allocated.
8634         (fastmap_accurate): Renamed from re_fastmap_accurate.
8635         (no_sub): Renamed from re_no_sub.
8636         (not_bol): Renamed from re_not_bol.
8637         (not_eol): Renamed from re_not_eol.
8638         (newline_anchor): Renamed from re_newline_anchor.
8639         (num_regs): Renamed from rm_num_regs.
8640         (start): Renamed from rm_start.
8641         (end): Renamed from rm_end.
8642
8643         (free_state): Move up a bit.
8644
8645         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8646         #define to be empty.
8647         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8648         when that is what is intended.
8649         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8650         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8651         (MAX): New macro.
8652         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8653         All uses changed back to re_malloc, etc.  It's now the caller's
8654         responsibility to check for overflow; all callers changed.
8655         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8656         (re_x2nrealloc): Remove.
8657         (free_state): Remove decl.
8658
8659         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8660         (re_set_registers, re_exec):
8661         Use K&R-style defn.
8662
8663         2006-01-31  Roland McGrath  <roland@redhat.com>
8664
8665         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8666         Reported by Mike Frysinger <vapier@gentoo.org>.
8667
8668         2006-01-15  Andreas Jaeger  <aj@suse.de>
8669
8670         [BZ #1950]
8671         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8672         build_wcs_upper_buffer change.
8673         (build_wcs_upper_buffer): Change return type.
8674
8675         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8676
8677         * lib/regex_internal.h: Include <stdint.h> if available.
8678
8679         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8680
8681         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8682
8683         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8684
8685         * lib/regcomp.c: Adjust for changed secondary hash function.
8686
8687         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8688
8689         * lib/regex.h: Pretty printing.
8690         Clean up namespace a bit.
8691
8692         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8693
8694         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8695         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8696
8697         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8698                     Ulrich Drepper  <drepper@redhat.com>
8699
8700         [BZ #1302]
8701         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8702         changed.
8703         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8704
8705         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8706
8707         [BZ #281]
8708         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8709         * lib/regcomp.c: Remove unnecessary uses of
8710         unsigned RE_TRANSLATE_TYPE.
8711         * lib/regex_internal.h: Likewise.
8712         * lib/regex_internal.c: Likewise.
8713         * lib/regexec.c: Likewise.
8714         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8715
8716         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8717
8718         * lib/regexec.c (find_recover_state): Remove unnecessary
8719         initialization.
8720         (transit_state_bkref): Make DFA a const pointer.
8721         (get_subexp): Likewise.
8722         (check_arrival): Likewise.
8723         (update_cur_sifted_state): Likewise.
8724         (re_search_internal): Likewise.
8725         (prune_impossible_nodes): Likewise.
8726         (acquire_init_state_context): Likewise.
8727         (proceed_next_node): Likewise.
8728         (set_regs): Likewise.
8729         (free_fail_stack_return): Likewise.
8730         (check_arrival_expand_ecl): Mark DFA parameter as const.
8731         (check_arrival_expand_ecl_sub): Likewise.
8732         (check_subexp_limits): Likewise.
8733         (sub_epsilon_src_nodes):  Likewise.
8734         (add_epsilon_src_nodes):  Likewise.
8735         (merge_state_array): Likewise.
8736         (update_regs): Likewise.
8737         (build_trtable): Likewise.
8738         (sift_states_backward): Mark MCTX parameter as const.
8739         (build_sifted_states): Likewise.
8740         (update_cur_sifted_state): Likewise.
8741         (sift_states_mkref): Likewise.
8742         (check_arrival_expand_ecl): Mark eclosure as const.
8743         (check_dst_limits_calc_pos_1): Likewise.
8744         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8745         pointer.
8746
8747         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8748
8749         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8750         (transit_state_sb): Likewise.
8751         (transit_state_mb): Likewise.
8752         (sift_states_iter_mb): Likewise.
8753         (check_arrival_add_next_nodes): Likewise.
8754         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8755         [_LIBC] (re_search_2_stub): Use mempcpy.
8756
8757         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8758         mbrtowc for very simple UTF-8 case.
8759
8760         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8761         a pointer-to-const.
8762         (re_acquire_state_context): Likewise.
8763         * lib/regex_internal.h: Adjust prototypes.
8764
8765         * lib/regex.c: Prevent using C++ compilers.
8766
8767         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8768         (re_acquire_state_context): Likewise.
8769
8770 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8771
8772         * modules/regex (Depends-on): Add ssize_t.
8773
8774 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8775
8776         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8777         translation table.
8778
8779 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8780
8781         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8782
8783 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8784             Bruno Haible  <bruno@clisp.org>
8785
8786         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8787         <sys/types.h> and <inttypes.h>.
8788
8789 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8790
8791         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8792         `__error_t_defined', so argp.h will not typedef the former.
8793
8794 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8795
8796         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8797         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8798         glibc names.  Even if glibc is changed to conform to POSIX, the
8799         traditional names will be available anyway, since regex depends on
8800         the extensions module.  Also, fix a longstanding typo in the
8801         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8802         reported by Emanuele Giaquinta.  Also, change sense of cached
8803         variable, so that the message makes sense.
8804
8805 2006-03-24  Simon Josefsson  <jas@extundo.com>
8806
8807         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8808         including some doc fixes.
8809         (base64_encode_alloc): Fix +1 bug on allocation failures.
8810
8811 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8812
8813         * lib/base64.c (base64_encode): Do not read past end of array with
8814         unsanitized input on systems with CHAR_BIT > 8.
8815
8816 2006-03-24  Eric Blake  <ebb9@byu.net>
8817
8818         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8819
8820 2006-03-22  Karl Berry  <karl@gnu.org>
8821
8822         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8823         * config/srclistvars.sh (COREUTILS): new var.
8824
8825 2006-03-17  Jim Meyering  <jim@meyering.net>
8826
8827         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8828         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8829
8830 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8831
8832         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8833         no longer needs it.  Instead, check that regoff_t is as least
8834         as wide as ptrdiff_t.
8835
8836         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8837         so that our regex.h stays compatible with the installed regex.
8838         This is helpful for installers who configure --without-included-regex.
8839         Problem reported by Emanuele Giaquinta.
8840
8841 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8844         Typedef to long int, not to off_, as POSIX will likely change
8845         in that direction.
8846
8847 2006-03-15  Eric Blake  <ebb9@byu.net>
8848
8849         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8850
8851 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8852
8853         * lib/argp-help.c (validate_uparams): Fix typo
8854         * lib/argp-parse.c (argp_default_options): Consistently begin help
8855         messages with a lowercase letter.
8856
8857 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8858
8859         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8860         overrun buffers and shouldn't be used (much as gets shouldn't be
8861         used).
8862         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8863
8864 2006-03-08  Simon Josefsson  <jas@extundo.com>
8865
8866         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8867         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8868
8869 2006-03-08  Simon Josefsson  <jas@extundo.com>
8870
8871         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8872         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8873
8874 2006-03-08  Simon Josefsson  <jas@extundo.com>
8875
8876         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8877         signal that configure disabled the device.
8878
8879 2006-03-08  Simon Josefsson  <jas@extundo.com>
8880
8881         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8882         languages.
8883
8884 2006-03-07  Simon Josefsson  <jas@extundo.com>
8885
8886         * modules/getopt (Depends-on): Add unistd.
8887
8888         * modules/unistd: New file.
8889
8890 2006-03-07  Simon Josefsson  <jas@extundo.com>
8891
8892         * modules/gc-random: New file.
8893
8894 2006-03-07  Simon Josefsson  <jas@extundo.com>
8895
8896         * m4/unistd_h.m4: New file.
8897
8898 2006-03-07  Simon Josefsson  <jas@extundo.com>
8899
8900         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8901         test to be side-effect free by storing the result in the cache
8902         variable gl_cv_lib_readline, and moving the assignment of
8903         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8904         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8905
8906 2006-03-07  Simon Josefsson  <jas@extundo.com>
8907
8908         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8909         error on missing devices (the functions will return an error).
8910
8911         * m4/gc.m4: Move random stuff to gc-random.m4
8912
8913 2006-03-07  Simon Josefsson  <jas@extundo.com>
8914
8915         * lib/unistd_.h: New file.
8916
8917 2006-03-07  Simon Josefsson  <jas@extundo.com>
8918
8919         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8920
8921 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8922
8923         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8924         Problem reported by Juan Manuel Guerrero.
8925
8926 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8927
8928         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8929         the unistd module.
8930         * lib/getlogin_r.c: Likewise.
8931         * lib/getlogin_r.h: Likewise.
8932         * lib/glob.c: Likewise.
8933         * lib/pagealign_alloc.c: Likewise.
8934         * lib/unistd_.h: Remove; no longer needed.
8935
8936 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8939         Add unistd.
8940         * modules/c-stack (Depends-on): Add unistd.
8941         * modules/getlogin_r: Likewise.
8942         * modules/glob: Likewise.
8943         * modules/pagealign_alloc: Likewise.
8944         * modules/unistd (Files): Remove lib/unistd_.h.
8945         (EXTRA_DIST): Remove.
8946         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8947         need unistd_.h.
8948         (MOSTLYCLEANFILES): Remove unistd.h-t.
8949
8950 2006-03-03  Simon Josefsson  <jas@extundo.com>
8951
8952         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8953
8954 2006-03-03  Simon Josefsson  <jas@extundo.com>
8955
8956         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8957         libidn and bison.
8958
8959 2006-03-03  Simon Josefsson  <jas@extundo.com>
8960
8961         * build-aux/maint.mk: Add indent target.
8962
8963 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8964
8965         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8966         our replacement poll.h in any case, to avoid a differing
8967         declaration from a system header.  Seen on AIX.
8968
8969 2006-03-01  Simon Josefsson  <jas@extundo.com>
8970
8971         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8972         <kasal@ucw.cz>.
8973
8974 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         * modules/gettime (Depends-on): Add extensions module.
8977         * modules/nanosleep (Depends-on): Likewise.
8978         * modules/settime (Depends-on): Likewise.
8979
8980 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8983         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8984         pedantically.
8985         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8986         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8987
8988         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8989         not "==".  Reported by Ralf Wildenhues.
8990
8991 2006-03-01  Karl Berry  <karl@gnu.org>
8992
8993         * doc/Copyright/request-*: new files, synced from gnuorg.
8994
8995 2006-03-01  Karl Berry  <karl@gnu.org>
8996
8997         * config/srclist.txt (Copyright/*): new entries.
8998
8999 2006-02-28  Simon Josefsson  <jas@extundo.com>
9000
9001         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9002
9003 2006-02-27  Simon Josefsson  <jas@extundo.com>
9004
9005         * lib/base64.h: Indent #define's.  From Jim Meyering
9006         <jim@meyering.net>.
9007
9008 2006-02-27  Jim Meyering  <jim@meyering.net>
9009
9010         Revert the change of 2006-02-24, so these files can continue
9011         to be sync'd from gettext.
9012         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9013         of `config.h'.
9014
9015 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9016
9017         * modules/intprops: New file.
9018         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9019         Add intprops.
9020         * modules/getloadavg (Files): Remove lib/intprops.h.
9021         (Depends-on): Add intprops.
9022         * modules/human: Likewise.
9023         * modules/inttostr: Likewise.
9024         * modules/openat: Likewise.
9025         * modules/sig2str: Likewise.
9026         * modules/userspec: Likewise.
9027         * modules/utimecmp: Likewise.
9028         * modules/xnanosleep: Likewise.
9029         * modules/xstrtol: Likewise.
9030
9031 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9032
9033         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9034         * modules/lock-tests (TESTS): Use $(EXEEXT).
9035         * modules/tls-tests: Likewise.
9036         * modules/argp-tests: Likewise.
9037         (check_PROGRAMS): New var, replacing...
9038         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9039
9040 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9041
9042         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9043         `config.h'.
9044
9045 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9046
9047         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9048
9049 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9050
9051         Sync from coreutils.
9052         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9053         gl_CHDIR_SAFER.
9054
9055 2006-02-22  Jim Meyering  <jim@meyering.net>
9056
9057         Sync from coreutils.
9058         * m4/chdir-safer.m4: New file.
9059
9060 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9063         AT_FDCWD exceeds INT_MAX.
9064         * lib/openat.h (AT_FDCWD): Likewise.
9065
9066 2006-02-17  Eric Blake  <address@hidden>
9067
9068         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9069
9070 2006-02-16  Simon Josefsson  <jas@extundo.com>
9071
9072         * modules/getaddrinfo (Depends-on): Add sys_socket.
9073
9074 2006-02-15  Simon Josefsson  <jas@extundo.com>
9075
9076         * build-aux/maint.mk: Add dsyntax-check rule.
9077
9078 2006-02-15  Eric Blake  <ebb9@byu.net>
9079
9080         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9081         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9082         'present but cannot compile' warnings on cygwin.
9083         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9084         use ws2tcpip.h if sys/socket.h works.
9085         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9086         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9087
9088 2006-02-14  Simon Josefsson  <jas@extundo.com>
9089
9090         * modules/maintainer-makefile (Files): Rename.
9091
9092         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9093         and (the local) Makefile.cfg to maint-cfg.mk.
9094
9095         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9096         to the latter.
9097
9098         * modules/maintainer-makefile: New module.
9099
9100         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9101         severaly stripped to make it possible to build it up from scratch
9102         with reliable tests.
9103
9104         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9105         fixes to permit overriding the default actions when configure and
9106         makefile are not available.
9107
9108 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9109
9110         Sync from coreutils.
9111         * modules/lstat (Depends-on): Don't depend on xalloc.
9112         (License): Change from GPL to LGPL, since this is now simply a
9113         replacement for a libc function.
9114
9115 2006-02-14  Jim Meyering  <jim@meyering.net>
9116
9117         Sync from coreutils.
9118
9119         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9120         failure on deficient systems, and simplify gnulib lgpl dependencies.
9121         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9122         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9123
9124         * lib/xalloc-die.c: Remove unused definition of N_.
9125
9126 2006-02-14  Jim Meyering  <jim@meyering.net>
9127
9128         Sync from coreutils.
9129         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9130         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9131         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9132         double-quote uses of that variable, to accommodate the rare case in
9133         which getmntent is available in none of the libraries checked.  This
9134         happens at least on FreeBSD 5.0.
9135
9136 2006-02-13  Simon Josefsson  <jas@extundo.com>
9137
9138         * gnulib-tool (Usage): Fix --import, from
9139         karl@freefriends.org (Karl Berry).
9140
9141 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9142
9143         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9144
9145 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9146
9147         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9148         "autoupdate" on 2005-12-12.
9149
9150 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9151
9152         * modules/closeout (Depends-on): Remove atexit.
9153
9154 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9155
9156         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9157         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9158
9159 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9160
9161         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9162         __EXTENSIONS__ if this causes compilation to fail.  Problem
9163         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9164         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9165
9166 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9167
9168         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9169         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9170         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9171         All uses changed.
9172
9173 2006-01-26  Simon Josefsson  <jas@extundo.com>
9174
9175         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9176         prototype is visible on mingw32.
9177
9178         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9179         for mingw32.
9180
9181         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9182         mingw32).
9183
9184 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9187         attempt to open for write; this always fails, at least on POSIX
9188         hosts.  This reinstates the 2006-01-09 change, which was
9189         inadvertently removed.
9190
9191 2006-01-26  Bruno Haible  <bruno@clisp.org>
9192
9193         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9194         Reported by Paul Eggert.
9195
9196 2006-01-26  Bruno Haible  <bruno@clisp.org>
9197             Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * lib/stdbool_.h (_Bool)
9200         [(! (defined __cplusplus || defined __BEOS__)
9201           && !defined __GNUC__
9202           && !(defined __HP_cc || defined __xlc__
9203                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9204                || defined __sgi))]:
9205         #define to signed char in these cases too; this simplifies
9206         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9207         etc., separately) and makes it more conservative.
9208
9209 2006-01-25  Simon Josefsson  <jas@extundo.com>
9210
9211         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9212         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9213         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9214
9215 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9216
9217         * lib/argp-namefrob.h: Bugfix. Remove stray #
9218
9219 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9220
9221         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9222         so that we test the test.
9223         Check for yet another HP-UX cc bug involving *bool |= bool.
9224
9225 2006-01-25  Karl Berry  <karl@gnu.org>
9226
9227         * config/srclist.txt (vasnprintf.c): sync lost.
9228
9229 2006-01-25  Jim Meyering  <jim@meyering.net>
9230
9231         Sync from the stable (b5) branch of coreutils:
9232
9233         * lib/fts.c (fts_children): Don't let close() clobber errno from
9234         failed fchdir().
9235
9236         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9237         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9238         a dangling symlink.  That can also happen at least for ELOOP.
9239         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9240         FYI, this bug predates the inclusion of fts.c in coreutils.
9241
9242         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9243         in their own block, so pre-c99 compilers don't object.
9244
9245         Avoid the double-free (first in fts_read, second in fts_close) that
9246         would occur when an `active' directory is made inaccessible (e.g.,
9247         via chmod a-x) during a traversal.
9248         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9249         before returning.  Reproduce this failure by
9250         mkdir -p a/b; cd a; chmod a-x . b
9251         Reported by Stavros Passas.
9252
9253 2006-01-25  Jim Meyering  <jim@meyering.net>
9254
9255         * lib/fileblocks.c: Remove more useless parentheses.
9256         * lib/readutmp.h: Likewise.
9257
9258 2006-01-25  Bruno Haible  <bruno@clisp.org>
9259
9260         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9261         warnings.
9262         Reported by Paul Eggert.
9263
9264 2006-01-25  Bruno Haible  <bruno@clisp.org>
9265
9266         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9267         rid of a trap command. For Solaris sh.
9268         Reported by Mark D. Baushke <mdb@gnu.org>.
9269
9270 2006-01-24  Simon Josefsson  <jas@extundo.com>
9271
9272         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9273         Bruno.
9274
9275 2006-01-24  Karl Berry  <karl@gnu.org>
9276
9277         * config/srclist.txt (argp-namefrob.h): sync lost.
9278
9279 2006-01-24  Jim Meyering  <jim@meyering.net>
9280
9281         * modules/openat (Files): Add lib/intprops.h.
9282         From Mark D. Baushke.
9283
9284 2006-01-24  Jim Meyering  <jim@meyering.net>
9285
9286         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9287         Reported by Mark D. Baushke.
9288
9289 2006-01-24  Jim Meyering  <jim@meyering.net>
9290
9291         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9292
9293 2006-01-24  Bruno Haible  <bruno@clisp.org>
9294
9295         * modules/strnlen (Maintainer): Change from glibc to all.
9296
9297 2006-01-24  Bruno Haible  <bruno@clisp.org>
9298
9299         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9300         Patch by Paul Eggert.
9301
9302 2006-01-24  Bruno Haible  <bruno@clisp.org>
9303
9304         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9305         already has it.
9306         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9307         2005-11-26.
9308
9309         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9310         'signed char' to avoid problems with the built-in _Bool type.
9311         Reported by Paul Eggert on 2005-11-26.
9312
9313 2006-01-24  Bruno Haible  <bruno@clisp.org>
9314
9315         * gnulib-tool (func_import): Avoid constructing complicated sed
9316         expressions inside backquote.
9317         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9318
9319 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9320
9321         These changes imported from libc.
9322         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9323         test and two separate function calls.
9324         * lib/strndup.c (__strndup): Add libc_hidden_def.
9325
9326 2006-01-23  Simon Josefsson  <jas@extundo.com>
9327
9328         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9329         Remove the test_*_SOURCES variable: automake infers it by default.
9330         * modules/tls-tests: Likewise.
9331
9332 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9333
9334         Work around porting bugs reported by Dieter in
9335         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9336         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9337         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9338         Include "getopt.h" first, to check interface.
9339         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9340         !HAVE_DECL_GETENV.
9341         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9342         (__strndup): Revert to K&R-style function dfns, the glibc style.
9343         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9344         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9345         Include strnlen.h first, to get prototype properly.
9346         (strnlen): Renamed from __strnlen.
9347         Remove weak alias.
9348
9349 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9350
9351         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9352
9353 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9354
9355         * config/srclist.txt: Adjust to reflect glibc reorganization.
9356         This affects only comments.
9357
9358 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9359
9360          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9361          Reported by Bruce Korb <bkorb@gnu.org>.
9362
9363 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9364
9365         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9366         to pacify gcc -Wswitch-default.
9367
9368 2006-01-22  Bruno Haible  <bruno@clisp.org>
9369
9370         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9371         temporary buffer for sprintf, take into account the precision also
9372         for 'd', 'i', 'u', 'o', 'x', 'X'.
9373
9374 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9375
9376         * modules/argp-tests: New module
9377         * tests/test-argp.c: New file
9378         * tests/test-argp-2.sh: New file
9379
9380 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9381
9382         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9383         (__argp_base_name): Removed
9384         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9385         typo.
9386         (__argp_base_name): Provide macro definition or extern declaration
9387         depending on the configuration
9388
9389 2006-01-20  Simon Josefsson  <jas@extundo.com>
9390
9391         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9392
9393 2006-01-20  Simon Josefsson  <jas@extundo.com>
9394
9395         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9396
9397 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9398
9399         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9400         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9401         Suggested by Bruno Haible.
9402
9403 2006-01-20  Karl Berry  <karl@gnu.org>
9404
9405         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9406         until changes propagate, I guess.
9407
9408 2006-01-19  Simon Josefsson  <jas@extundo.com>
9409
9410         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9411
9412 2006-01-19  Simon Josefsson  <jas@extundo.com>
9413
9414         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9415
9416 2006-01-19  Simon Josefsson  <jas@extundo.com>
9417
9418         * gnulib-tool: Set check_PROGRAMS.
9419
9420         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9421         modules/des-tests, modules/gc-arcfour-tests,
9422         modules/gc-arctwo-tests, modules/gc-des-tests,
9423         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9424         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9425         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9426         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9427         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9428         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9429         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9430         test_*_SOURCES.
9431
9432 2006-01-18  Simon Josefsson  <jas@extundo.com>
9433
9434         * modules/socklen (Depends-on): Depend on sys_socket.
9435
9436 2006-01-18  Simon Josefsson  <jas@extundo.com>
9437
9438         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9439         modules/des-tests, modules/gc-arcfour-tests,
9440         modules/gc-arctwo-tests, modules/gc-des-tests,
9441         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9442         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9443         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9444         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9445         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9446         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9447         $(EXEEXT) to automake TESTS variable, for mingw32.
9448
9449 2006-01-17  Simon Josefsson  <jas@extundo.com>
9450
9451         * modules/socklen (Include): Need sys/socket.h.
9452
9453 2006-01-17  Bruno Haible  <bruno@clisp.org>
9454
9455         * modules/ssize_t (Include): Add <sys/types.h>.
9456
9457 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9458
9459         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9460         it's not portable and it doesn't work with cross-compiles.
9461         Problem reported by Bruno Haible.  Fix missing-$ typo in
9462         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9463         -zignore from being used with Sun's C compiler.
9464
9465 2006-01-12  Simon Josefsson  <jas@extundo.com>
9466
9467         * lib/base64.c: Fix warning, reported by Bruno Haible
9468         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9469
9470 2006-01-12  Bruno Haible  <bruno@clisp.org>
9471
9472         * modules/ldd: New file.
9473         * build-aux/ldd.sh.in: New file.
9474         * MODULES.html.sh (Support for building libraries and executables): Add
9475         ldd.
9476
9477 2006-01-12  Bruno Haible  <bruno@clisp.org>
9478
9479         * m4/ldd.m4: New file.
9480
9481 2006-01-12  Bruno Haible  <bruno@clisp.org>
9482
9483         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9484         endless loop while replacing $auxdir with build-aux.
9485
9486 2006-01-11  Simon Josefsson  <jas@extundo.com>
9487
9488         * lib/stdint_.h (SIZE_MAX): Add missing (.
9489
9490 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9491
9492         Sync from coreutils.
9493         * lib/md5.c: Fix commentary typos.
9494         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9495         * lib/md5.h (__attribute__): Remove; unused.
9496         * lib/sha1.c: Fix commentary to match md5 better.
9497         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9498         so that we don't need to worry about alignment.  All uses changed.
9499         This merges the 2005-10-28 md5 change into sha1.
9500
9501 2006-01-11  Jim Meyering  <jim@meyering.net>
9502
9503         Sync from coreutils.
9504         * lib/md5.c (OP): Fix spacing.
9505
9506 2006-01-11  Bruno Haible  <bruno@clisp.org>
9507
9508         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9509         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9510         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9511
9512 2006-01-11  Bruno Haible  <bruno@clisp.org>
9513
9514         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9515         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9516         the "early" section as well.
9517
9518 2006-01-11  Bruno Haible  <bruno@clisp.org>
9519
9520         Avoid "ar: no archive members specified" error on MacOS X.
9521         * gnulib-tool (func_modules_add_dummy): New function.
9522         (func_import, func_create_testdir): Invoke it.
9523
9524 2006-01-11  Bruno Haible  <bruno@clisp.org>
9525
9526         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9527         with $auxdir in AC_CONFIG_FILES statements.
9528
9529 2006-01-11  Bruno Haible  <bruno@clisp.org>
9530
9531         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9532         Initialize also noinst_HEADERS to empty.
9533
9534 2006-01-11  Bruno Haible  <bruno@clisp.org>
9535
9536         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9537         variables.
9538         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9539         autoreconf.
9540
9541 2006-01-11  Bruno Haible  <bruno@clisp.org>
9542
9543         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9544         overridable by the user.
9545         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9546
9547 2006-01-10  Simon Josefsson  <jas@extundo.com>
9548
9549         * modules/sys_socket: New file.
9550
9551 2006-01-10  Simon Josefsson  <jas@extundo.com>
9552
9553         * m4/sys_socket_h.m4: New file.
9554
9555 2006-01-10  Simon Josefsson  <jas@extundo.com>
9556
9557         * lib/socket_.h: New file.
9558
9559 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9560
9561         * modules/readutmp (Maintainer): Add myself.
9562
9563 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9566         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9567         People who are still concerned with buggy memcmp implementations
9568         can invoke gl_FUNC_MEMCMP themselves.
9569
9570 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9571
9572         * lib/regex_internal.h (BITSET_WORD_BITS):
9573         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9574         preprocessor mishandles large unsigned values as if they were signed.
9575         Problem reported by Claudio Fontana in
9576         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9577
9578 2006-01-10  Jim Meyering  <jim@meyering.net>
9579
9580         Avoid the double-free (first in fts_read, second in fts_close) that
9581         would occur when an `active' directory is made inaccessible (e.g.,
9582         via chmod a-x) during a traversal.
9583         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9584         before returning.  Reproduce this failure by
9585         mkdir -p a/b; cd a; chmod a-x . b
9586         Reported by Stavros Passas.
9587
9588         Sync from coreutils.
9589         * lib/sha1.c: Tweak grammar in a comment.
9590
9591 2006-01-10  Jim Meyering  <jim@meyering.net>
9592
9593         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9594         Patch by Joerg Sonnenberger.
9595
9596 2006-01-10  Bruno Haible  <bruno@clisp.org>
9597
9598         * modules/readutmp: Depend on module free.
9599         * modules/strtok_r: Depend on module restrict.
9600
9601 2006-01-10  Bruno Haible  <bruno@clisp.org>
9602
9603         * modules/gettext (configure.ac): Add an invocation of
9604         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9605
9606 2006-01-10  Bruno Haible  <bruno@clisp.org>
9607
9608         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9609         Reported by Werner Lemberg <wl@gnu.org>.
9610
9611 2006-01-10  Bruno Haible  <bruno@clisp.org>
9612
9613         * lib/localcharset.c: Update from GNU gettext.
9614
9615 2006-01-10  Bruno Haible  <bruno@clisp.org>
9616
9617         * lib/argp.h (__const): Remove macro. Use const instead.
9618         * lib/argp-fmtstream.h (__const): Likewise.
9619         * lib/glob_.h (__const): Remove macro.
9620         * lib/glob-libc.h: Use const instead of __const.
9621
9622 2006-01-10  Bruno Haible  <bruno@clisp.org>
9623
9624         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9625         variable.
9626         Needed to avoid an automake error regarding the 'gettext' module.
9627
9628 2006-01-09  Simon Josefsson  <jas@extundo.com>
9629
9630         * modules/inet_ntop (Depends-on): Add restrict.
9631
9632 2006-01-09  Simon Josefsson  <jas@extundo.com>
9633
9634         * modules/gc-rijndael-tests (License): Put under LGPL.
9635
9636         * modules/gc-des-tests (License): Likewise.
9637
9638         * modules/gc-arcfour-tests (License): Likewise.
9639
9640         * modules/gc-arctwo-tests (License): Likewise.
9641
9642         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9643
9644         * modules/gc-hmac-sha1-tests (Files): Likewise.
9645
9646         * modules/gc-hmac-md5-tests (License): Likewise.
9647
9648         * modules/gc-sha1-tests (License): Likewise.
9649
9650         * modules/gc-md5-tests (License): Likewise.
9651
9652         * modules/gc-md4-tests (License): Likewise.
9653
9654         * modules/gc-md2-tests (License): Likewise.
9655
9656         * modules/gc-tests (License): Likewise.
9657
9658         * modules/des-tests (License): Likewise.
9659
9660         * modules/md4-tests (License): Likewise.
9661
9662         * modules/md2-tests (License): Likewise.
9663
9664 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9665
9666         Sync from coreutils:
9667
9668         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9669         * modules/lib-ignore: New file.
9670         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9671         chdir-safer.m4, lchmod.m4.
9672         * modules/openat: Add mkdirat.c, openat-priv.h.
9673
9674 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9675
9676         Sync from coreutils.
9677         * m4/lib-ignore.m4: New file.
9678         * m4/lchmod.m4: New file.
9679
9680 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9681
9682         Sync from coreutils.
9683         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9684         for write access: POSIX says that must fail.
9685         * lib/fts.c (diropen): Likewise.
9686         * lib/save-cwd.c (save_cwd): Likewise.
9687         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9688         well, for minor improvements on hosts that lack O_DIRECTORY.
9689         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9690         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9691         Fall back on chown if open failed with EACCES.
9692
9693         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9694         Report an error at compile-time if only a 1-second nominal clock
9695         resolution is found.
9696
9697         * lib/lchmod.h: New file.
9698         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9699         (make_dir_parents): Use lchown rather than chown, and
9700         lchmod rather than chmod.
9701
9702         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9703         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9704         "proc" reported by n0dalus.
9705
9706         * lib/mountlist.c: Include <limits.h>.
9707         (dev_from_mount_options)
9708         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9709         New function.  It no longer assumes "dev=" has the System V meaning
9710         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9711         (read_file_system_list)
9712         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9713         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9714         dev= in that case.
9715
9716         * lib/posixtm.h (PDS_PRE_2000): New macro.
9717         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9718         allow_century.  All usages changed.  Reject dates outside the range
9719         1969-1999 if PDS_PRE_2000 is used.
9720
9721 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9722
9723         Sync from coreutils.
9724         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9725         (Time of day items): Mention the possibility of leap seconds.
9726         Problem reported by Dr. David Alan Gilbert.
9727
9728 2006-01-09  Jim Meyering  <jim@meyering.net>
9729
9730         Sync from coreutils.
9731
9732         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9733
9734         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9735
9736         * lib/modechange.c (mode_compile): Reject an invalid mode string
9737         that starts with an octal digit.  From Andreas Gruenbacher.
9738
9739         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9740         and dup to open_safer and dup_safer, respectively.
9741         (openat_permissive): Fix typo in comment.
9742
9743         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9744         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9745         (_): Remove; no longer needed.
9746         (openat): Renamed from rpl_openat; no need for rpl_openat
9747         since openat.h renames openat for us.
9748         Replace most of the body with a call to openat_permissive,
9749         to avoid duplicate code.
9750         Port to (probably hypothetical) environments were mode_t is
9751         wider than int.
9752         (openat_permissive): Require mode arg, so that we can check
9753         types better.  Put it just after flags.  Change cwd failure
9754         indicator from pointer-to-bool to pointer-to-errno-value.
9755         All callers changed.
9756         Invoke openat_save_fail and/or openat_restore_fail if
9757         cwd_errno is null, so that openat can call us.
9758         (openat_permissive, fdopendir, fstatat, unlinkat):
9759         Simplify errno handling to avoid some duplicate code,
9760         as it's OK to set errno on success.
9761         * lib/openat.h: Revamp code so that function macros depend on
9762         __OPENAT_PREFIX only, not also on AT_FDCWD.
9763         (openat_ro): Remove.  Caller changed to use openat_permissive.
9764         (openat_permissive): Now a macro, if not a function.
9765         (openat_restore_fail, openat_save_fail): Now always functions,
9766         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9767
9768         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9769         and openat.c.
9770         * lib/mkdirat.c: Include openat-priv.h.
9771         Remove definitions of macros defined therein.
9772         * lib/openat.c: Likewise.
9773
9774         * lib/mkdirat.c (mkdirat): New file and function.
9775         * lib/openat.h (mkdirat): Declare.
9776
9777         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9778
9779         * lib/openat.h (openat_permissive): Declare.
9780         (openat_ro): Define.
9781
9782         * lib/openat.c (EXPECTED_ERRNO): New macro.
9783         (openat_permissive): New function -- used in remove.c rewrite.
9784         (all functions): Set errno just before returning, only if there
9785         was an actual failure.
9786         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9787
9788         Emulate openat-family functions using Linux's procfs, if possible.
9789         Idea and some code based on Ulrich Drepper's glibc changes.
9790
9791         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9792         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9793         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9794         before falling back on save_cwd and restore_cwd.
9795         (fdopendir, fstatat, unlinkat): Likewise.
9796
9797         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9798         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9799
9800         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9801         as second argument to va_arg.  Otherwise, some versions of gcc
9802         warn that `if this code is reached, the program will abort'.
9803
9804 2006-01-09  Jim Meyering  <jim@meyering.net>
9805
9806         Sync from coreutils.
9807         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9808         Require openat-priv.h.
9809
9810 2006-01-09  Bruno Haible  <bruno@clisp.org>
9811
9812         * modules/strnlen (Include): Use strnlen.h.
9813
9814 2006-01-09  Bruno Haible  <bruno@clisp.org>
9815
9816         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9817
9818 2006-01-09  Bruno Haible  <bruno@clisp.org>
9819
9820         * lib/sysexit_.h (EX_OK): New macro.
9821         Suggested by Martin Lambers <marlam@marlam.de>.
9822
9823 2006-01-09  Bruno Haible  <bruno@clisp.org>
9824
9825         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9826         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9827
9828 2006-01-09  Bruno Haible  <bruno@clisp.org>
9829
9830         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9831         numbers.
9832
9833 2006-01-09  Bruno Haible  <bruno@clisp.org>
9834
9835         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9836         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9837         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9838         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9839
9840 2006-01-09  Bruno Haible  <bruno@clisp.org>
9841
9842         * build-aux/javacomp.sh.in: New file, moved from lib/.
9843         * modules/javacomp-script (Files): Update.
9844         (configure.ac): Add AC_CONFIG_FILES invocation.
9845         (EXTRA_DIST): Remove variable.
9846
9847         * build-aux/javaexec.sh.in: New file, moved from lib/.
9848         * modules/javaexec (Files): Update.
9849         (configure.ac): Add AC_CONFIG_FILES invocation.
9850         (EXTRA_DIST): Remove javaexec.sh.in.
9851
9852         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9853         * modules/csharpcomp-script (Files): Update.
9854         (configure.ac): Add AC_CONFIG_FILES invocation.
9855         (EXTRA_DIST): Remove variable.
9856
9857         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9858         * modules/csharpexec (Files): Update.
9859         (configure.ac): Add AC_CONFIG_FILES invocation.
9860         (EXTRA_DIST): Remove csharpexec.sh.in.
9861
9862 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9863
9864         Sync from coreutils.
9865
9866         Add POSIX ACL support
9867         * lib/acl.h (copy_acl, set_acl): Add declarations.
9868         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9869         systems other than Linux.
9870         (chmod_or_fchmod): New function: use fchmod when possible,
9871         and chmod otherwise.
9872         (file_has_acl): Add a POSIX ACL implementation, with a
9873         Linux-specific subcase.
9874         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9875         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9876         acls are unsupported.
9877         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9878         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9879         are unsupported.
9880
9881 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9882
9883         Sync from coreutils.
9884         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9885
9886 2006-01-07  Bruno Haible  <bruno@clisp.org>
9887
9888         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9889         gl_EARLY.
9890
9891 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9892
9893         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9894         Problem reported for Mingw by Mark Junker.
9895
9896 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9897
9898         * README: Gnulib normally doesn't generate a tarball.
9899
9900 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9901
9902         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9903         long int, not int, for nanosecond counts, so that people who are
9904         used to POSIX struct timespec won't be surprised.  Reported by Jim
9905         Meyering.
9906
9907 2005-12-28  Bruno Haible  <bruno@clisp.org>
9908
9909         * build-aux/config.rpath: Update from GNU gettext.
9910
9911 2005-12-16  Jim Meyering  <jim@meyering.net>
9912
9913         * modules/fprintftime: New module.
9914         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9915
9916 2005-12-16  Jim Meyering  <jim@meyering.net>
9917
9918         * m4/fprintftime.m4: New file.
9919
9920 2005-12-16  Jim Meyering  <jim@meyering.net>
9921
9922         * lib/fprintftime.c, lib/fprintftime.h: New files.
9923
9924 2005-12-15  Simon Josefsson  <jas@extundo.com>
9925
9926         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9927         new m4/socklen.m4.
9928
9929 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9930
9931         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9932         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9933
9934 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9935
9936         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9937         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9938         struct uparams is valid. Fall back to the default values if it is
9939         not.
9940
9941 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9942
9943         * modules/argp (Files): Add argp-pin.c
9944         (Depends-on): dirname
9945         (lib_SOURCES): Add argp-pin.c
9946
9947 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9948
9949         * m4/argp.m4:  Check if program_invocation_name and
9950         program_invocation_short_name are declared and define appropriate
9951         macros if they are not.
9952
9953 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9954
9955         * lib/argp-help.c (__argp_base_name): New function
9956         (__argp_short_program_name): Rewrite using __argp_base_name
9957         * lib/argp-namefrob.h: Define program_invocation_name and
9958         program_invocation_short_name if requested
9959         (__argp_base_name): Add prototype
9960         * lib/argp-parse.c (argp_def): Use gettext wrappers
9961         (argp_default_parser): Use __argp_base_name
9962         * lib/argp-pin.c: New file. Defines program_invocation_name and
9963         program_invocation_short_name on systems that lack them.
9964
9965 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9966
9967         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9968         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9969         porting problem reported by Georg Schwarz in
9970         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9971
9972 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9973
9974         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9975         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9976         porting problem reported by Georg Schwarz in
9977         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9978
9979 2005-12-05  Bruno Haible  <bruno@clisp.org>
9980
9981         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9982         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9983         Reported by Mark Junker <mjscod@gmx.de>.
9984
9985 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9986
9987         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9988         Use implementation from Albert Chin, with some
9989         comments/corrections by Stepan Kasal and myself.
9990
9991 2005-12-02  Bruno Haible  <bruno@clisp.org>
9992
9993         * gnulib-tool (func_import): Accept GPLed build tool modules when
9994         --lgpl is given.
9995         * modules/csharpcomp-script: New file.
9996         * modules/csharpcomp: Depend on it.
9997         * modules/javacomp-script: New file.
9998         * modules/javacomp: Depend on it.
9999         Suggested by Simon Josefsson.
10000
10001 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10002
10003         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10004         statement, to work around an HP-UX 10.20 compiler bug reported by
10005         Peter O'Gorman.
10006
10007 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10008
10009         * modules/savedir (Depends-on): Add openat.
10010
10011 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10012
10013         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10014         (uintmax_t) [defined uintmax_t]: Do not declare.
10015         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10016         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10017         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10018         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10019         sake of portability to weird hosts that C allows (though we don't
10020         know of any practical examples).
10021
10022         * lib/savedir.h (fdsavedir): New decl.
10023         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10024         contains most of the former guts of savedir.
10025         (savedir): Use savedirstream.
10026         Include "openat.h".
10027
10028 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         * modules/obstack (Files): Add m4/ulonglong.m4.
10031         Problem reported by Davide Angelocola.
10032
10033 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10034
10035         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10036         coreutils no longer futzes with rounding modes.
10037
10038 2005-11-14  Jim Meyering  <jim@meyering.net>
10039
10040         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10041         replacement of mkstemp.
10042
10043 2005-11-10  Simon Josefsson  <jas@extundo.com>
10044
10045         * lib/readline.c: Remove EOL.
10046
10047 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10048
10049         * modules/gethrxtime (Depends-on): Add gettime.
10050
10051 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10052
10053         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10054         or gettimeofday; no longer needed.
10055
10056 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10059         time business.
10060         (gethrxtime) [! (HAVE_NANOUPTIME
10061         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10062         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10063         our own approximation.
10064
10065 2005-11-08  Eric Blake  <ebb9@byu.net>
10066
10067         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10068
10069 2005-11-08  Eric Blake  <ebb9@byu.net>
10070
10071         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10072
10073 2005-11-04  Bruno Haible  <bruno@clisp.org>
10074
10075         * gnulib-tool: Implement --update mode.
10076
10077 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         Fix porting problem reported by Theodoros V. Kalamatianos.
10080         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10081         Don't assume that futimes failing means we must fail.
10082
10083 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10086         variables to suggest the intended function of the PATH_MAX check.
10087
10088 2005-10-30  Kean Johnston  <jkj@sco.com>
10089
10090         Trivial changes to support SCO systems.
10091         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10092         as PATH_MAX.
10093         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10094         where __ptr is null when no I/O is pending.
10095
10096 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10099         leave errno alone.  Problem reported by Dmitry V. Levin.
10100
10101 2005-10-28  Simon Josefsson  <jas@extundo.com>
10102
10103         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10104         Test more.
10105
10106         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10107
10108         * modules/md2, modules/md2-tests: New files.
10109
10110 2005-10-28  Simon Josefsson  <jas@extundo.com>
10111
10112         * m4/inet_ntop.m4: More tests.
10113
10114         * m4/gc-md2.m4, md2.m4: New file.
10115
10116 2005-10-28  Simon Josefsson  <jas@extundo.com>
10117
10118         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10119         "restrict" keywords, as per POSIX.  Protect the function
10120         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10121         Don't use K&R prototypes.  Check the sprintf return values.
10122         Re-define EAFNOSUPPORT if not present.  Indent.
10123
10124         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10125         suggested by Bruno Haible <bruno@clisp.org>.
10126
10127         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10128
10129         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10130
10131         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10132         libgcrypt).
10133
10134         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10135
10136         * lib/md2.h, lib/md2.c: New files.
10137
10138 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10141         errno alone.  Problem reported by Frederic Jolliton.
10142
10143 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10144
10145         * modules/verify (License): Change from GPL to LGPL.  This is a
10146         tiny module and there are apparently near-equivalents that are
10147         under the BSD license.
10148
10149 2005-10-24  Simon Josefsson  <jas@extundo.com>
10150
10151         * modules/sha1: Relicense to LGPL.
10152
10153 2005-10-24  Simon Josefsson  <jas@extundo.com>
10154
10155         * lib/md4.h: Shrink buffer size, now that we changed the type.
10156
10157 2005-10-23  Simon Josefsson  <jas@extundo.com>
10158
10159         * gnulib-tool (func_import): Fix --tests-base.
10160
10161 2005-10-22  Simon Josefsson  <jas@extundo.com>
10162
10163         * modules/arcfour (Depends-on): Need stdint.
10164
10165 2005-10-22  Simon Josefsson  <jas@extundo.com>
10166
10167         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10168         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10169
10170 2005-10-22  Simon Josefsson  <jas@extundo.com>
10171
10172         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10173         suggested by Bruno Haible <bruno@clisp.org>.
10174
10175 2005-10-22  Simon Josefsson  <jas@extundo.com>
10176
10177         * lib/crc.h: Include stddef.h, for size_t.
10178
10179 2005-10-22  Simon Josefsson  <jas@extundo.com>
10180
10181         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10182         arcfour_context struct (simplify test vector testing in GNU
10183         Shishi).
10184
10185 2005-10-21  Simon Josefsson  <jas@extundo.com>
10186
10187         * modules/des, modules/des-tests: New files.
10188
10189         * modules/gc-des, modules/gc-des-tests: New files.
10190
10191         * tests/test-des.c, tests/test-gc-des.c: New file.
10192
10193 2005-10-21  Simon Josefsson  <jas@extundo.com>
10194
10195         * modules/arctwo, modules/arctwo-tests: New files.
10196
10197         * tests/test-arctwo.c: New file.
10198
10199         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10200
10201         * tests/test-gc-arctwo.c: New file.
10202
10203 2005-10-21  Simon Josefsson  <jas@extundo.com>
10204
10205         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10206         Bruno Haible <bruno@clisp.org>.
10207
10208         * m4/gc-des.m4: New file.
10209
10210 2005-10-21  Simon Josefsson  <jas@extundo.com>
10211
10212         * m4/arctwo.m4: New file.
10213
10214         * m4/gc-arctwo.m4: New file.
10215
10216 2005-10-21  Simon Josefsson  <jas@extundo.com>
10217
10218         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10219         block.
10220
10221 2005-10-21  Simon Josefsson  <jas@extundo.com>
10222
10223         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10224         <bruno@clisp.org>.
10225
10226         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10227
10228         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10229         Bruno Haible <bruno@clisp.org>.
10230
10231         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10232         <bruno@clisp.org>.
10233
10234 2005-10-21  Simon Josefsson  <jas@extundo.com>
10235
10236         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10237
10238 2005-10-21  Simon Josefsson  <jas@extundo.com>
10239
10240         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10241
10242 2005-10-21  Simon Josefsson  <jas@extundo.com>
10243
10244         * lib/des.h, lib/des.c: New files.
10245
10246         * lib/gc-gnulib.c: Support DES.c
10247
10248 2005-10-21  Simon Josefsson  <jas@extundo.com>
10249
10250         * lib/arctwo.h, lib/arctwo.c: New files.
10251
10252         * lib/gc-gnulib.c: Support ARCTWO.
10253
10254 2005-10-21  Simon Josefsson  <jas@extundo.com>
10255
10256         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10257         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10258
10259 2005-10-21  Simon Josefsson  <jas@extundo.com>
10260
10261         * gnulib-tool (func_import, func_create_testdir): Define automake
10262         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10263         Makefile.am snippet),
10264         suggested by Bruno Haible <bruno@clisp.org>.
10265
10266         * modules/gc (Makefile.am): Use it.
10267
10268 2005-10-21  Bruno Haible  <bruno@clisp.org>
10269
10270         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10271         patch.
10272
10273 2005-10-19  Simon Josefsson  <jas@extundo.com>
10274
10275         * tests/test-gc-rijndael.c: New file.
10276
10277         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10278
10279 2005-10-19  Simon Josefsson  <jas@extundo.com>
10280
10281         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10282         interface too.
10283
10284 2005-10-19  Simon Josefsson  <jas@extundo.com>
10285
10286         * tests/test-gc-arcfour.c: New file.
10287
10288         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10289
10290 2005-10-19  Simon Josefsson  <jas@extundo.com>
10291
10292         * modules/gc-md4, modules/gc-md4-tests: New file.
10293
10294         * tests/test-gc-md4.c: New file.
10295
10296 2005-10-19  Simon Josefsson  <jas@extundo.com>
10297
10298         * m4/gc-md4.m4: New file.
10299
10300 2005-10-19  Simon Josefsson  <jas@extundo.com>
10301
10302         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10303         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10304         <kasal@ucw.cz>.
10305
10306 2005-10-19  Simon Josefsson  <jas@extundo.com>
10307
10308         * m4/gc-arcfour.m4: New file.
10309
10310         * m4/gc-rijndael.m4: New file.
10311
10312 2005-10-19  Simon Josefsson  <jas@extundo.com>
10313
10314         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10315
10316 2005-10-19  Simon Josefsson  <jas@extundo.com>
10317
10318         * lib/gc-gnulib.c: Support ARCFOUR.
10319
10320 2005-10-19  Simon Josefsson  <jas@extundo.com>
10321
10322         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10323         support.
10324
10325         * lib/gc.h: Add ECB enum type.
10326
10327         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10328
10329 2005-10-18  Simon Josefsson  <jas@extundo.com>
10330
10331         * tests/test-md5.c: New file.
10332
10333         * modules/md5-tests: New file.
10334
10335 2005-10-18  Simon Josefsson  <jas@extundo.com>
10336
10337         * tests/test-md4.c: New file.
10338
10339         * modules/md4, modules/md4-tests: New files.
10340
10341 2005-10-18  Simon Josefsson  <jas@extundo.com>
10342
10343         * m4/md4.m4: New file.
10344
10345 2005-10-18  Simon Josefsson  <jas@extundo.com>
10346
10347         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10348
10349 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10350
10351         * gnulib-tool (func_create_testdir): Omit the second check whether
10352         BUILT_SOURCES in nonempty.
10353
10354 2005-10-17  Simon Josefsson  <jas@extundo.com>
10355
10356         * tests/test-rijndael.c: New file.
10357
10358 2005-10-17  Simon Josefsson  <jas@extundo.com>
10359
10360         * modules/sha1: Depend on stdint instead of md5.
10361
10362         * modules/md5: Depend on stdint, remove uint32_t.
10363
10364 2005-10-17  Simon Josefsson  <jas@extundo.com>
10365
10366         * modules/gc-sha1-tests: New file.
10367
10368         * tests/test-gc-sha1.c: New file.
10369
10370 2005-10-17  Simon Josefsson  <jas@extundo.com>
10371
10372         * m4/md5.m4: Remove call to uint32_t.m4.
10373
10374 2005-10-17  Simon Josefsson  <jas@extundo.com>
10375
10376         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10377
10378         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10379         md5.h.
10380
10381         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10382
10383         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10384
10385 2005-10-17  Simon Josefsson  <jas@extundo.com>
10386
10387         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10388
10389 2005-10-17  Simon Josefsson  <jas@extundo.com>
10390
10391         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10392
10393 2005-10-17  Simon Josefsson  <jas@extundo.com>
10394
10395         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10396
10397         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10398
10399 2005-10-17  Bruno Haible  <bruno@clisp.org>
10400
10401         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10402         that it can also be used in a test.
10403
10404 2005-10-16  Bruno Haible  <bruno@clisp.org>
10405
10406         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10407         TESTS_ENVIRONMENT, so that individual tests can augment it.
10408
10409         * gnulib-tool (func_create_testdir): Use an intermediate target for
10410         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10411         macros, like $(ALLOCA_H), which cannot be passed through the command
10412         line.
10413
10414 2005-10-15  Simon Josefsson  <jas@extundo.com>
10415
10416         * modules/rijndael-tests: New file.
10417
10418         * modules/rijndael: New file.
10419
10420 2005-10-15  Simon Josefsson  <jas@extundo.com>
10421
10422         * m4/rijndael.m4: New file.
10423
10424 2005-10-15  Simon Josefsson  <jas@extundo.com>
10425
10426         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10427
10428         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10429
10430 2005-10-14  Simon Josefsson  <jas@extundo.com>
10431
10432         * tests/test-arcfour.c: New file.
10433
10434         * modules/arcfour, modules/arcfour-tests: New files.
10435
10436 2005-10-14  Simon Josefsson  <jas@extundo.com>
10437
10438         * m4/arcfour.m4: New file.
10439
10440 2005-10-14  Simon Josefsson  <jas@extundo.com>
10441
10442         * lib/arcfour.h, lib/arcfour.c: New files.
10443
10444 2005-10-14  Roland McGrath  <roland@redhat.com>
10445
10446         Import from libc.  [BZ #1331]
10447         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10448         macro argument.
10449         Reported by Matej Vela <vela@debian.org>.
10450
10451 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10452
10453         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10454         include <wchar.h>; no longer needed.
10455
10456 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10457
10458         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10459
10460 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10461         and  Ulrich Drepper  <drepper@redhat.com>
10462
10463         Import from libc.
10464         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10465         instead of inline stream orientation test and two separate
10466         function calls.  Pay no attention to USE_IN_LIBIO.
10467
10468 2005-10-13  Simon Josefsson  <jas@extundo.com>
10469
10470         * modules/gc-hmac-md5-tests: New file.
10471
10472         * tests/test-gc-hmac-sha1.c: New file.
10473
10474         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10475
10476         * modules/gc-hmac-md5-tests: New file.
10477
10478         * tests/test-gc-md5.c: New file.
10479
10480         * modules/gc-md5-tests: New file.
10481
10482 2005-10-13  Simon Josefsson  <jas@extundo.com>
10483
10484         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10485         Move memory allocation outside of loop.
10486
10487 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10488
10489         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10490         intermediate directory is in a read-only file system.  Problem
10491         reported by Eric Blake.
10492
10493 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10494
10495         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10496
10497 2005-10-12  Simon Josefsson  <jas@extundo.com>
10498
10499         * tests/test-hmac-sha1.c: New file.
10500
10501         * modules/hmac-sha1-tests: New file.
10502
10503         * modules/hmac-sha1: New file.
10504
10505 2005-10-12  Simon Josefsson  <jas@extundo.com>
10506
10507         * modules/gc-sha1: New file.
10508
10509 2005-10-12  Simon Josefsson  <jas@extundo.com>
10510
10511         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10512
10513         * tests/test-gc-pbkdf2-sha1.c: New file.
10514
10515 2005-10-12  Simon Josefsson  <jas@extundo.com>
10516
10517         * modules/gc-md5, modules/gc-hmac-md5: New files.
10518
10519         * modules/gc (Files): Remove md5, memxor and hmac files.
10520
10521 2005-10-12  Simon Josefsson  <jas@extundo.com>
10522
10523         * m4/gc-pbkdf2-sha1.m4: New file.
10524
10525         * m4/gc-hmac-sha1.m4: New file.
10526
10527         * m4/gc-sha1: New file.
10528
10529         * m4/hmac-sha1.m4: New file.
10530
10531 2005-10-12  Simon Josefsson  <jas@extundo.com>
10532
10533         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10534
10535         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10536
10537 2005-10-12  Simon Josefsson  <jas@extundo.com>
10538
10539         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10540         suggested by Bruno Haible <bruno@clisp.org>.
10541
10542 2005-10-12  Simon Josefsson  <jas@extundo.com>
10543
10544         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10545
10546 2005-10-12  Simon Josefsson  <jas@extundo.com>
10547
10548         * lib/gc-pbkdf2-sha1.c: New file.
10549
10550         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10551
10552 2005-10-12  Simon Josefsson  <jas@extundo.com>
10553
10554         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10555
10556         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10557
10558 2005-10-12  Simon Josefsson  <jas@extundo.com>
10559
10560         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10561         GC_USE_HMAC_MD5, respectively.
10562
10563         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10564         (gc_md5): Fix typo.
10565
10566         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10567
10568         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10569
10570         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10571
10572 2005-10-12  Bruno Haible  <bruno@clisp.org>
10573
10574         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10575         Reported by Stepan Kasal <kasal@ucw.cz>.
10576
10577 2005-10-11  Simon Josefsson  <jas@extundo.com>
10578
10579         * tests/test-crc.c: New file.
10580
10581         * modules/crc, modules/crc-tests: New files.
10582
10583 2005-10-11  Simon Josefsson  <jas@extundo.com>
10584
10585         * m4/crc.m4: New file.
10586
10587 2005-10-11  Simon Josefsson  <jas@extundo.com>
10588
10589         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10590
10591         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10592
10593         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10594
10595 2005-10-11  Simon Josefsson  <jas@extundo.com>
10596
10597         * lib/crc.h, lib/crc.c: New files.
10598
10599         * lib/gc.h (gc_hash_buffer): Add doc.
10600
10601 2005-10-11  Bruno Haible  <bruno@clisp.org>
10602
10603         * modules/c-strcasestr: New file.
10604         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10605
10606 2005-10-11  Bruno Haible  <bruno@clisp.org>
10607
10608         * modules/c-strcase: New file.
10609         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10610
10611 2005-10-11  Bruno Haible  <bruno@clisp.org>
10612
10613         * lib/strcasecmp.c: Include limits.h.
10614         (strcasecmp): Avoid integer overflow on exotic platforms.
10615         * lib/strncasecmp.c: Include limits.h.
10616         (strncasecmp): Avoid integer overflow on exotic platforms.
10617         Reported by Paul Eggert.
10618
10619 2005-10-11  Bruno Haible  <bruno@clisp.org>
10620
10621         * lib/c-strcasestr.h: New file, from GNU gettext.
10622         * lib/c-strcasestr.c: New file, from GNU gettext.
10623
10624 2005-10-11  Bruno Haible  <bruno@clisp.org>
10625
10626         * lib/c-strcase.h: New file, from GNU gettext.
10627         * lib/c-strcasecmp.c: New file, from GNU gettext.
10628         * lib/c-strncasecmp.c: New file, from GNU gettext.
10629
10630 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10631
10632         * modules/mempcpy (License): GPL -> LGPL.
10633         * modules/strchrnul (License): Likewise.
10634         * modules/sysexits (License): Likewise.
10635
10636 2005-10-08  Simon Josefsson  <jas@extundo.com>
10637
10638         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10639
10640 2005-10-07  Simon Josefsson  <jas@extundo.com>
10641
10642         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10643
10644 2005-10-06  Simon Josefsson  <jas@extundo.com>
10645
10646         * tests/test-hmac-md5.c: New file.
10647
10648         * modules/hmac-md5-tests: New file.
10649
10650         * modules/hmac-md5: New file.
10651
10652 2005-10-06  Simon Josefsson  <jas@extundo.com>
10653
10654         * m4/hmac-md5.m4: New file.
10655
10656         * m4/memxor.m4: Require gl_C_RESTRICT.
10657
10658 2005-10-06  Simon Josefsson  <jas@extundo.com>
10659
10660         * lib/memxor.c (memxor): Avoid casts and warnings.
10661
10662 2005-10-06  Simon Josefsson  <jas@extundo.com>
10663
10664         * lib/hmac-md5.c: New file.
10665
10666         * lib/hmac.h: New file.
10667
10668 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10671         promotes to int, not unsigned int, to catch the AIX 5.3
10672         compiler bug.
10673
10674 2005-10-05  Simon Josefsson  <jas@extundo.com>
10675
10676         * modules/memxor: New file.
10677
10678         * modules/iconv (Files): Move config.rpath to havelib, it is used
10679         there.
10680
10681         * modules/havelib (Files): Add config.rpath.
10682
10683 2005-10-05  Simon Josefsson  <jas@extundo.com>
10684
10685         * m4/memxor.m4: New file.
10686
10687 2005-10-05  Simon Josefsson  <jas@extundo.com>
10688
10689         * lib/memxor.c (memxor): Fix compiler error.
10690
10691         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10692         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10693
10694         * lib/memxor.h, lib/memxor.c: New files.
10695
10696         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10697         we assume all systems have it, suggested by Jim Meyering
10698         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10699         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10700         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10701         same reasons.
10702
10703 2005-10-05  Simon Josefsson  <jas@extundo.com>
10704
10705         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10706
10707 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10708
10709         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10710         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10711         needed, since the source code now assumes these .h files.
10712
10713 2005-10-05  Derek Price  <derek@ximbiot.com>
10714
10715         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10716
10717 2005-10-05  Bruno Haible  <bruno@clisp.org>
10718
10719         * modules/stdint (License): Change to LGPL.
10720
10721 2005-10-04  Simon Josefsson  <jas@extundo.com>
10722
10723         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10724         D. Baushke" <mdb@gnu.org>.
10725
10726 2005-10-04  Bruno Haible  <bruno@clisp.org>
10727
10728         * lib/verify.h (verify_true): Provide alternative definition for C++.
10729
10730 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10731
10732         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10733         (SSIZE_MAX): New macro, if not already defined.
10734         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10735         than 2 GiB.
10736
10737 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10738
10739         Sync from coreutils.
10740         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10741         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10742         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10743         ULLONG_MAX doesn't work with 2.7.2.1.
10744
10745 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10746
10747         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10748         From Ben Pfaff.
10749
10750         * modules/exclude (Depends-on): Depend on verify.
10751         * modules/strtoimax (Depends-on): Likewise.
10752         * modules/utimecmp (Depends-on): Likewise.
10753
10754 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10755
10756         * lib/exclude.c: Include verify.h.
10757         (verify): Remove.  All callers changed to use verify.h's version.
10758         * lib/strtoimax.c: Likewise.
10759         * lib/utimecmp.c: Likewis.e
10760
10761         Sync from coreutils.
10762         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10763         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10764         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10765         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10766         bother returning ENOSYS if settimeofday or stime fails; just let
10767         them return whatever errno they want to return.
10768         * lib/utimens.c: Include unistd.h, for dup2.
10769         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10770         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10771
10772 2005-10-02  Jim Meyering  <jim@meyering.net>
10773
10774         Sync from coreutils.
10775         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10776         from glibc-2.2.5 that fails for read-only files.
10777
10778 2005-10-02  Jim Meyering  <jim@meyering.net>
10779
10780         Sync from coreutils.
10781         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10782         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10783         `#if HAVE_CONFIG_H'.
10784         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10785         Remove AT_FDCWD test.
10786         Do not consume the fd unless successful.
10787         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10788         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10789         block, so that we don't even try to compile it if settimeofday is
10790         available.  This works around a compilation failure on OSF1 V5.1,
10791         due to stime requiring a `long int*' while tv_sec is `int'.
10792
10793 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10794
10795         Sync from coreutils.
10796         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10797         against `yes', rather than just testing for nonempty.
10798
10799 2005-10-01  Simon Josefsson  <jas@extundo.com>
10800
10801         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10802         and Darwin.
10803
10804         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10805         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10806         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10807         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10808         Check if struct addrinfo is declared.
10809
10810 2005-10-01  Simon Josefsson  <jas@extundo.com>
10811
10812         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10813         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10814         AI_* and EAI_* definitions.  Protect function declarations.
10815
10816 2005-10-01  Jim Meyering  <jim@meyering.net>
10817
10818         Sync from coreutils.
10819
10820         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10821         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10822         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10823         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10824         in the inet and nsl libraries.  Required on Solaris 5.7.
10825
10826 2005-10-01  Jim Meyering  <jim@meyering.net>
10827
10828         Sync from coreutils.
10829         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10830         in the inet and nsl libraries.  Required on Solaris 5.7.
10831
10832 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10833
10834         * lib/getdelim.c (getdelim): Remove unused variables.
10835
10836 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10837
10838         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10839         so that the code works even with ancient cpp.  Portability problem
10840         with GCC 2.7.2.1 reported by Thomas M.Ott.
10841
10842 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10843
10844         * modules/regex (Depends-on): Add strcase.
10845
10846         * modules/gethostname (Licence): Change from GPL to LGPL, since
10847         gethostname.c is a trivial implementation of a standard library
10848         function.
10849         * modules/poll (License): Change from GPL to LGPL, since it's
10850         derived from LGPL code.
10851
10852 2005-09-27  Jim Meyering  <jim@meyering.net>
10853
10854         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10855         HAVE_CONFIG_H.
10856
10857         * lib/intprops.h (signed_type_or_expr__): Define.
10858         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10859         for unsigned types.
10860
10861 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * lib/verify.h (verify_expr): Remove, replacing with:
10864         (verify_true): New macro that returns true instead of void.
10865         (verify_type__): Remove.
10866         (verify): Use verify_true rather than verify_type__.
10867
10868 2005-09-26  Bruno Haible  <bruno@clisp.org>
10869
10870         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10871         is necessary.
10872         (lib_SOURCES): Remove mbchar.c.
10873         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10874         (Files): Add m4/mbrtowc.m4.
10875         * modules/mbiter: Likewise.
10876         * modules/mbuiter: Likewise.
10877
10878 2005-09-26  Bruno Haible  <bruno@clisp.org>
10879
10880         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10881         compile mbchar.c if they are not both present.
10882         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10883         * m4/mbiter.m4 (gl_MBITER): Likewise.
10884         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10885         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10886         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10887
10888 2005-09-25  Jim Meyering  <jim@meyering.net>
10889
10890         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10891         also uses socklen_t.
10892
10893 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10894
10895         * lib/utimens.c (ENOSYS): Define if not already defined.
10896         (futimens): Support having a null PATH if the file descriptor
10897         is nonnegative.
10898
10899         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10900         Remove.
10901         (__attribute): Define to empty unless GCC 3.1 or later.
10902         This works around a core dump on OpenBSD 3.4, which has GCC
10903         2.95.3, which dumps core when given __attribute__(()).  It also
10904         simplifies other tests, since we really don't want to bother with
10905         worrying about which ancient version of GCC supported what.
10906         Original problem reported by Yoann Vandoorselaere, with part of
10907         the fix suggested by Derek Price.
10908
10909 2005-09-24  Jim Meyering  <jim@meyering.net>
10910
10911         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10912         so we can once again use a positive bitfield width of 1 -- now we
10913         don't have to explain why we were using a bitfield width of 2.
10914
10915 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10916
10917         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10918         and similarly for the other external symbols.  Problem reported
10919         by James Gallager.
10920
10921         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10922         bug reported by Jim Meyering.
10923
10924         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10925         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10926         not needed, since socklen is a prerequisite module.
10927
10928 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10931         Problem reported by Eric Blake.
10932         (getaddrinfo): Initialize se so that it's not garbage.
10933         Redo internal storage allocation so that it doesn't make unportable
10934         assumptions about alignment.
10935         Fix a memory leak.
10936
10937         * lib/utimens.c (futimens): Use futimesat if available.
10938         Prefer it to futimes since it doesn't have the futimes bug.
10939
10940         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10941         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10942         Instead, declare a function that returns a pointer to an array,
10943         and use verify_type__ to declare the size of the array.
10944         Problem and germ of a solution reported by Bruno Haible.
10945         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10946         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10947
10948 2005-09-23  Jim Meyering  <jim@meyering.net>
10949
10950         Sync from coreutils.
10951         Correct build failure (socklen_t not defined) on at least
10952         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10953         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10954
10955 2005-09-23  Jim Meyering  <jim@meyering.net>
10956
10957         * modules/getaddrinfo (Depends-on): Add socklen.
10958
10959 2005-09-23  Bruno Haible  <bruno@clisp.org>
10960
10961         * tests/test-verify.c: New file.
10962
10963 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10964
10965         Sync from coreutils.
10966
10967         * modules/argmatch (Depends-on): Add verify.
10968         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10969         unistd-safer.
10970         * modules/save-cwd (Depends-on): Likewise.
10971
10972         * modules/openat (Files): Add lib/openat-die.c.
10973         (Depends-on): Remove error, exitfail.
10974         Add dirname.
10975
10976         * modules/verify: New file.
10977         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10978         with "verify" module.
10979
10980 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10981
10982         Sync from coreutils.
10983
10984         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10985         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10986         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10987         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10988         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10989         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10990         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10991         Don't bother checking for string.h, stdlib.h, unistd.h.
10992         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10993         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10994         module's job.
10995         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10996         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10997
10998         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10999         (gl_GETDATE): Use it.
11000
11001         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11002
11003 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11004
11005         Sync from coreutils.
11006
11007         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11008         stat-time.h.
11009         * lib/argmatch.h: Include verify.h
11010         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11011         (ARGMATCH_ASSERT): Remove; unused.
11012         * lib/canonicalize.c: Assume STDC_HEADERS.
11013         * lib/exclude.c: Include "strcase.h".
11014         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11015         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11016         and stdio-safer.h.
11017         (getusershell): Call fopen, not fopen_safer.
11018         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11019         Do not include unistd-safer.h.
11020         (save_cwd): Don't call fd_safer; no longer needed
11021         now that we include fcntl--.h.
11022
11023         * lib/getdate.y (relative_time): New type.
11024         (RELATIVE_TIME_0): New constant.
11025         (parser_control): Use relative_time instead of doing it ourselves.
11026         (%union): Add new relative_time rel member.
11027         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11028         Now typeless.
11029         (relunit, relunit_snumber): Now of type rel.
11030         (zone, rel, relunit, get_date): Adjust to above changes.
11031
11032         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11033         Do not include unistd-safer.h.
11034         (getloadavg): Don't call fd_safer; no longer needed
11035         now that we include fcntl--.h.
11036
11037         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11038         (make_dir_parents): Treat ENOSYS like EEXIST.
11039
11040         Improve quality of diagnostics on restore_cwd failure.
11041         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11042         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11043         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11044         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11045         each time through the loop.  Do not diagnose restore_cwd failure;
11046         that is the caller's job (and perhaps the caller does not care).
11047
11048         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11049         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11050         If the file already exists but is not a directory, don't bother
11051         to try to make its parents.
11052         Close potential file descriptor leak if we can't chdir("/") (!).
11053         Don't always return true if chdir($PWD) fails; return true only
11054         if the requested action was done successfully (except for the
11055         chdir($PWD)).
11056         Don't log final directory unless we actually made it.
11057         Refactor to avoid duplicate code to fix up permissions.
11058         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11059
11060         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11061         to make it a bit faster and (I hope) clearer.
11062         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11063         Fix bug in formats like %2N.
11064
11065         * lib/verify.h: New file.
11066
11067 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         Sync from coreutils.
11070         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11071
11072 2005-09-22  Jim Meyering  <jim@meyering.net>
11073
11074         Sync from coreutils.
11075
11076         * m4/lstat.m4 (gl_FUNC_LSTAT):
11077         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11078         Remove obsolete comment.
11079         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11080         * m4/xstrtod.m4: Likewise.
11081
11082         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11083
11084 2005-09-22  Jim Meyering  <jim@meyering.net>
11085
11086         Sync from coreutils.
11087
11088         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11089
11090         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11091         the .tm_year member, since otherwise gcc-4.0 would now warn about
11092         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11093
11094         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11095         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11096
11097         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11098         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11099         when run in a time zone for which daylight savings time is in effect
11100         for the starting date.
11101
11102         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11103         stop us from restricting permissions of just-created absolute-named
11104         directories.
11105         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11106         to restore initial working directory.
11107         * lib/mkdir-p.c (make_dir_parents): New parameter:
11108         different_working_dir, to tell caller if/when we change the working
11109         directory and are unable to return to the initial one.
11110         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11111         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11112         `return false'.  This fixes a bug introduced on 2004-07-30.
11113
11114         * lib/openat.c (fdopendir): Be sure to close the supplied
11115         file descriptor before returning.  This makes our replacement
11116         implementation a little closer to Solaris's, where fdopendir
11117         ties the file descriptor to the returned DIR* pointer.
11118         * lib/openat.c (unlinkat): New function.
11119         * lib/openat.h (unlinkat): Add prototype.
11120         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11121         (openat_restore_fail): Rename from openat_restore_die.
11122         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11123
11124         Provide an alternative to exiting immediately upon save_cwd or
11125         restore_cwd failure.  Now, an application can arrange e.g.,
11126         to perform a longjump in that case.
11127         * lib/openat.c: Include dirname.h.
11128         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11129         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11130         and openat_restore_die rather than calling error directly.
11131         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11132
11133         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11134         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11135         define.
11136
11137         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11138         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11139                             int utc, int nanoseconds);
11140         Background:
11141         date should not have to allocate a megabyte of virtual memory to
11142         handle a format argument like +%1048575T.  When implemented with
11143         strftime, it must allocate such a buffer, use strftime to fill it
11144         in, print it, then free it.
11145         With fprintftime, it simply prints everything and exits.
11146         With no need for memory allocation, that's one fewer way to fail.
11147         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11148         optional field width, not before, so we accept %9:z, not %:9z.
11149         (my_strftime): Be sure to use L_('x') for literals.
11150
11151         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11152         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11153         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11154         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11155         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11156         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11157         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11158         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11159         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11160         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11161         * lib/xgethostname.c, lib/xreadlink.c:
11162         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11163
11164         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11165         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11166         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11167         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11168         and don't include <sys/file.h>).
11169
11170 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11171
11172         Sync from coreutils.
11173
11174         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11175         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11176         [!LDAV_DONE]: Avoid unused variable warning.
11177
11178 2005-09-21  Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/unicodeio.h (unicode_to_mb): New declaration.
11181
11182 2005-09-20  Derek Price  <derek@ximbiot.com>
11183
11184         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11185         getaddrinfo.h.
11186
11187 2005-09-20  Bruno Haible  <bruno@clisp.org>
11188
11189         * gnulib-tool: Remove trailing slashes from the values specified for
11190         --source-base, --m4-base, --tests-base, --aux-dir.
11191         Suggested by Simon Josefsson <jas@extundo.com>.
11192
11193 2005-09-20  Bruno Haible  <bruno@clisp.org>
11194
11195         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11196         func_modules_to_filelist, func_import, func_create_testdir): Make all
11197         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11198         change when gnulib-tool is invoked in a different locale.
11199
11200 2005-09-19  Simon Josefsson  <jas@extundo.com>
11201
11202         * m4/socklen.m4: Fix typo.
11203
11204 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11205
11206         Use a consistent style for including <config.h>.
11207         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11208         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11209         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11210         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11211         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11212         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11213         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11214         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11215         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11216         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11217         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11218         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11219         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11220         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11221         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11222         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11223         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11224         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11225         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11226         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11227         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11228         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11229         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11230         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11231         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11232         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11233         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11234         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11235         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11236         lib/xstrtoumax.c, lib/yesno.c:
11237         Standardize inclusion of config.h.
11238         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11239         lib/inttostr.h:  Removed inclusion of config.h from header files.
11240         * lib/inttostr.c:  Adjusted in-tree users.
11241         * lib/timespec.h: Remove superfluous warning to include config.h.
11242         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11243         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11244         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11245         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11246         config.h with HAVE_CONFIG_H.
11247
11248 2005-09-19  Jim Meyering  <jim@meyering.net>
11249
11250         * modules/pathmax (License): Change to LGPL.
11251
11252 2005-09-19  Derek Price  <derek@ximbiot.com>
11253
11254         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11255
11256 2005-09-19  Bruno Haible  <bruno@clisp.org>
11257
11258         * gnulib-tool (import): Provide default for --tests-base.
11259
11260 2005-09-19  Bruno Haible  <bruno@clisp.org>
11261
11262         * doc/quote.texi: New file, extracted from gnulib.texi.
11263         * doc/ctime.texi: New file, extracted from gnulib.texi.
11264         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11265         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11266         * doc/gnulib.texi: Include them.
11267
11268 2005-09-18  Bruno Haible  <bruno@clisp.org>
11269
11270         Portability fix.
11271         * gnulib-tool (func_readlink): New function.
11272         (func_ln_if_changed): Use it.
11273
11274 2005-09-18  Bruno Haible  <bruno@clisp.org>
11275
11276         * gnulib-tool: Support --with-tests also with --import.
11277         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11278         (func_import): Use variables $testsbase and $inctests. Emit a
11279         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11280         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11281         SUBDIRS += $testsdir.
11282         (func_create_testdir): Update.
11283
11284 2005-09-18  Bruno Haible  <bruno@clisp.org>
11285
11286         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11287         instead of $dry_run.
11288         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11289         (func_ln_if_changed): Don't handle dry-run here.
11290         (func_import): In dry-run mode, detect more precisely which actions
11291         would be performed, and don't use "...ing" verbs.
11292
11293 2005-09-18  Bruno Haible  <bruno@clisp.org>
11294
11295         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11296         (func_import): Use join on two temporary files instead of three nested
11297         loops, in order to determine which files are new or old.
11298
11299 2005-09-18  Bruno Haible  <bruno@clisp.org>
11300
11301         * gnulib-tool (func_import): Comment out code that spits out the
11302         new files with --dry-run.
11303
11304 2005-09-18  Bruno Haible  <bruno@clisp.org>
11305
11306         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11307
11308 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * lib/stat-time.h: New file.
11311         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11312         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11313         in a different way.
11314         (timespec_cmp): New function.
11315         * lib/utimecmp.c: Include stat-time.h.
11316         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11317         members exist, not on the obsolescent ST_MTIM_NSEC.
11318         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11319
11320 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11321
11322         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11323
11324 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * MODULES.html.sh (File system functions): Add stat-time.
11327         * modules/stat-time: New file.
11328         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11329         is now done in a different way, by the stat-time module.
11330         * modules/utimecmp (Depends-on): Add stat-time.
11331
11332 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11333
11334         * m4/st_mtim.m4: Remove.  Superseded by...
11335         * m4/stat-time.m4: New file.
11336         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11337         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11338
11339 2005-09-15  Derek Price  <derek@ximbiot.com>
11340
11341         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11342
11343 2005-09-15  Derek Price  <derek@ximbiot.com>
11344
11345         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11346         * lib/regex_internal.c: Ditto, using this...
11347         (__GNUC_PREREQ): ...new macro.
11348         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11349         using...
11350         (__GNUC_PREREQ): ...this new macro.
11351
11352         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11353
11354 2005-09-15  Derek Price  <derek@ximbiot.com>
11355             Paul Eggert  <eggert@cs.ucla.edu>
11356
11357         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11358         changes, consolidating in...
11359         * lib/regex_internal.h: ...this file.
11360
11361 2005-09-13  Jim Meyering  <jim@meyering.net>
11362
11363         * lib/canon-host.c: Filter through gnu indent and reword comments
11364         slightly.
11365         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11366
11367 2005-09-13  Derek Price  <derek@ximbiot.com>
11368
11369         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11370         failure.
11371         Reported by Jim Meyering  <jim@meyering.net>.
11372
11373 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11374
11375         * lib/base64.c: Typo.
11376         (base64_encode): Put b64str in initialized data section.
11377
11378 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11379
11380         Merge glibc and coreutils changes into gnulib, plus a few
11381         extra fixes.
11382         * lib/md5.c: Use #error rather than a string.
11383         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11384         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11385         (__attribute__): Define to empty for non recent-GCC.
11386         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11387         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11388         Renamed from their non-__ counterparts, with new macros replacing
11389         them if not _LIBC.  Add __THROW attribute.
11390         (rol): Remove.
11391         (struct md5_ctx): Align buffer if using GCC.
11392         * lib/sha1.h (struct sha1_ctx): Likewise.
11393         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11394         The old name was backwards.
11395         (NOTSWAP): Remove; not used.
11396         (rol): New macro, moved here from md5.h.
11397         (sha1_process_block): Remove a FIXME that doesn't make sense.
11398
11399 2005-09-12  Derek Price  <derek@ximbiot.com>
11400
11401         Return usable errors from canon-host.
11402         * lib/canon-host.h: New file.
11403         * lib/canon-host.c (canon_host): Wrap...
11404         (canon_host_r): ...this new function, which now relies exclusively on
11405         getaddrinfo.
11406         (ch_strerror): New function.
11407         (last_cherror): New global.
11408         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11409         interface.
11410         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11411         void *.
11412         (freeaddrinfo): Free ai->ai_canonname when set.
11413
11414 2005-09-12  Derek Price  <derek@ximbiot.com>
11415
11416         Make canon-host require getaddrinfo.
11417         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11418         AC_LIBSOURCE canon-host.h.  Call...
11419         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11420         gl_GETADDRINFO.
11421         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11422
11423 2005-09-12  Derek Price  <derek@ximbiot.com>
11424
11425         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11426         LGPL.
11427         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11428
11429 2005-09-12  Derek Price  <derek@ximbiot.com>
11430
11431         * lib/gai_strerror.c: Include config.h when available.  Include
11432         getaddrinfo.h before other headers to test interface.
11433         Reported by Larry Jones <lawrence.jones@ugs.com>.
11434
11435 2005-09-12  Derek Price  <derek@ximbiot.com>
11436             Paul Eggert  <eggert@cs.ucla.edu>
11437
11438         * modules/glob (Files): Add glob-libc.h.
11439
11440 2005-09-12  Derek Price  <derek@ximbiot.com>
11441             Paul Eggert  <eggert@cs.ucla.edu>
11442
11443         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11444         glob_.h, glob-libc.h.
11445         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11446
11447 2005-09-12  Derek Price  <derek@ximbiot.com>
11448             Paul Eggert  <eggert@cs.ucla.edu>
11449
11450         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11451         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11452         protecting things that should be done only in gnulib contexts.
11453         * lib/glob_.h: New file, containing only the glob things needed for
11454         gnulib.
11455         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11456         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11457         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11458         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11459         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11460         and to respect the namespace rules better.
11461
11462 2005-09-08  Simon Josefsson  <jas@extundo.com>
11463
11464         * modules/socklen: New file.
11465
11466 2005-09-08  Simon Josefsson  <jas@extundo.com>
11467
11468         * m4/socklen.m4: New file.
11469
11470 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11471
11472         * modules/utimens (Files): Add m4/utimbuf.m4, since
11473         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11474         Reported by Sergey Poznyakoff.
11475
11476 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11477
11478         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11479         definitions, since that's the preferred style in glibc.
11480         Fix a minor spacing issue, and update copyright notice to match
11481         glibc's.
11482
11483 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11484
11485         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11486
11487 2005-09-06  Simon Josefsson  <jas@extundo.com>
11488
11489         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11490         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11491
11492 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11493
11494         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11495         warning.
11496
11497 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11498
11499         * config/srclist.txt: Add glibc bug 1302.
11500
11501 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         Change bitset word type from unsigned int to unsigned long int,
11504         as this has better performance on typical 64-bit hosts.
11505         Port bitset code to hosts with unusual word sizes.
11506         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11507         (build_collating_symbol):
11508         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11509         argument is a bitset.  This is merely a style issue, but it makes
11510         it clearer that an entire array is expected.
11511         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11512         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11513         Port to the case where bitset_word is not the same as unsigned int.
11514         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11515         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11516         Likewise.
11517         * lib/regexec.c (check_dst_limits_calc_pos_1,
11518         check_subexp_matching_top):
11519         (build_trtable, group_nodes_into_DFAstates):
11520         Likewise.
11521         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11522         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11523         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11524         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11525         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11526         * lib/regcomp.c (optimize_subexps, lower_subexp):
11527         Work even if bitset_word has holes in its bitwise representation.
11528         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11529         * lib/regexec.c (check_dst_limits_calc_pos_1,
11530         check_subexp_matching_top):
11531         Likewise.
11532         * lib/regex_internal.c (re_string_reconstruct):
11533         Don't assume UCHAR_MAX == 255.
11534         * lib/regex_internal.h (bitset_set_all): Likewise.
11535         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11536         All uses changed.
11537         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11538         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11539         All uses changed.
11540         (BITSET_WORD_MAX): New macro.
11541         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11542         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11543         (bitset_empty, bitset_copy):
11544         Prefer sizeof (bitset) to multiplying it out ourselves.
11545         (bitset_not_merge): Remove; unused.
11546         (bitset_contain): Return bool, not unsigned int with one bit on.
11547         All callers changed.
11548         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11549         alignment than re_node_set; do this by defining a new internal
11550         type struct dests_alloc and using it to allocate memory.
11551
11552 2005-09-05  Bruno Haible  <bruno@clisp.org>
11553
11554         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11555         links.
11556
11557 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11558
11559         * modules/size_max (Makefile.am): Add size_max.h
11560
11561 2005-09-04  Derek Price  <derek@ximbiot.com>
11562
11563         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11564
11565 2005-09-03  Simon Josefsson  <jas@extundo.com>
11566
11567         * gnulib-tool: Fix typo.
11568
11569 2005-09-03  Simon Josefsson  <jas@extundo.com>
11570
11571         * config/srclist.txt: Add glibc bug 1293.
11572
11573 2005-09-03  Derek Price  <derek@ximbiot.com>
11574
11575         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11576         From Larry Jones <lawrence.jones@ugs.com>.
11577
11578 2005-09-02  Simon Josefsson  <jas@extundo.com>
11579
11580         * modules/socklen: New file.
11581
11582 2005-09-02  Simon Josefsson  <jas@extundo.com>
11583
11584         * modules/havelib: New module.
11585
11586         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11587         Use havelib.
11588
11589 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         Check for arithmetic overflow when calculating sizes, to prevent
11592         some buffer-overflow issues.  These patches are conservative, in the
11593         sense that when I couldn't determine whether an overflow was possible,
11594         I inserted a run-time check.
11595         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11596         macros.
11597         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11598         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11599         (re_xnrealloc, re_x2nrealloc): New inline functions.
11600         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11601         parse_bracket_exp):
11602         (build_equiv_class, build_charclass): Check for arithmetic overflow
11603         in size expression calculations.
11604         * lib/regex_internal.c (re_string_realloc_buffers):
11605         (build_wcs_upper_buffer, re_node_set_add_intersect):
11606         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11607         (re_dfa_add_node, register_state): Likewise.
11608         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11609         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11610         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11611         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11612
11613 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11614
11615         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11616         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11617
11618 2005-09-02  Bruno Haible  <bruno@clisp.org>
11619
11620         Support for lib vs. lib64 distinction on biarch platforms.
11621         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11622         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11623         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11624
11625 2005-09-02  Bruno Haible  <bruno@clisp.org>
11626
11627         * gnulib-tool (import): In the other first-use case, provide defaults
11628         as well.
11629
11630 2005-09-02  Bruno Haible  <bruno@clisp.org>
11631
11632         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11633         patches not yet found in the latest gettext release.
11634
11635 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11638         to avoid a collision with bits/local_lim.h in glibc.
11639         All uses changed.  Problem reported by Dmitry V. Levin in
11640         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11641
11642         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11643         bugs in int versus size_t comparisons.
11644         (re_string_context_at): Fix bug where the code assumed that
11645         Idx is signed.
11646
11647         Use bool where appropriate.
11648         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11649         All callers changed.
11650         (calc_eclosure_iter): Likewise, for ROOT arg.
11651         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11652         (build_charclass_op): Likewise, for NON_MATCH arg.
11653         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11654         (re_string_construct_common): Likewise, for ICASE arg.
11655         * lib/regexec.c (re_search_2_stub, re_search_stub):
11656         Likewise, for RET_LEN arg.
11657         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11658         (set_regs): Likewise, for FL_BACKTRACK arg.
11659         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11660         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11661         (calc_eclosure_iter, parse_bracket_exp):
11662         Use bool for internal variables that are booleans.
11663         * lib/regexec.c (re_search_internal, check_matching,
11664         proceed_next_node):
11665         (set_regs, build_sifted_states, sift_states_bkref):
11666         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11667         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11668         (find_collation_sequence_value):
11669         Likewise.
11670         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11671         (re_node_set_compare):
11672         Return bool, not int. All callers changed.
11673         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11674         (build_trtable, check_node_accept): Likewise.
11675         * lib/regex_internal.h: Include stdbool.h.
11676
11677         Fix bugs uncovered when converting to bool.
11678         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11679         failure instead of charging ahead blindly.
11680         * lib/regex_internal.c (register_state): Likewise.
11681         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11682         for freeing internal storage.
11683         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11684         bitset pieces used as boolean, to avoid undefined behavior
11685         on hosts that do int overflow checking.
11686
11687 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11688
11689         * config/srclist.txt: Add glibc bugs 1285-1287.
11690
11691 2005-09-01  Jim Meyering  <jim@meyering.net>
11692
11693         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11694         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11695         Require gl_STAT_MACROS, too.
11696
11697 2005-09-01  Bruno Haible  <bruno@clisp.org>
11698
11699         * gnulib-tool (import): In the first-use case, provide defaults.
11700
11701 2005-09-01  Bruno Haible  <bruno@clisp.org>
11702
11703         * gnulib-tool (func_import): Remove the .tmp files.
11704
11705 2005-09-01  Bruno Haible  <bruno@clisp.org>
11706
11707         * gnulib-tool (func_import): Fix handling of symbolic links.
11708
11709 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11710
11711         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11712         old glibc regex code mishandles strings longer than 2**31 bytes.
11713         This patch fixes this when the regex code is used in gnulib
11714         (i.e., outside glibc).
11715
11716         This patch should not affect the use of the regex code inside
11717         glibc.  No doubt this problem also needs to be handled for glibc
11718         as well, but the result will be an incompatible change to the
11719         glibc ABI, and the old ABI will have to be supported too.  That
11720         can be the the subject for another patch.
11721
11722         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11723         governing whether the rest of this patch is active.  By default,
11724         the macro is disabled and the patch has no effect.
11725         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11726         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11727         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11728         (re_match_2, re_set_registers): Use the new types.
11729         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11730         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11731         New macros.
11732         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11733         (re_string_context_at, bin_tree_t, re_dfastate_t):
11734         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11735         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11736         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11737         (re_string_char_size_at, re_string_wchar_at):
11738         (re_string_elem_size_at):
11739         Use the new types and macros to port to 64-bit hosts.
11740         Use unsigned types for internal values, so that the code
11741         mostly works even for arrays larger than SSIZE_MAX.
11742         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11743         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11744         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11745         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11746         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11747         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11748         (calc_inveclosure, parse_dup_op, build_range_exp):
11749         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11750         (fetch_number, create_token_tree, mark_opt_subexp):
11751         Likewise.
11752         * lib/regex_internal.c (re_string_construct_common,
11753         create_ci_newstate):
11754         (create_cd_newstate, re_string_allocate, re_string_construct):
11755         (re_string_realloc_buffers, build_wcs_upper_buffer):
11756         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11757         (re_string_reconstruct, re_string_peek_byte_case):
11758         (re_string_fetch_byte_case, re_string_context_at):
11759         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11760         (re_node_set_init_copy, re_node_set_add_intersect):
11761         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11762         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11763         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11764         (re_acquire_state, re_acquire_state_context, register_state):
11765         Likewise.
11766         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11767         search_cur_bkref_entry):
11768         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11769         (re_search_internal, re_search_2_stub, re_search_stub)
11770         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11771         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11772         (update_cur_sifted_state, check_dst_limits):
11773         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11774         (check_subexp_limits, sift_states_bkref, merge_state_array):
11775         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11776         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11777         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11778         (expand_bkref_cache, check_node_accept_bytes):
11779         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11780         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11781         (acquire_init_state_context, check_halt_node_context):
11782         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11783         (sift_states_backward, clean_state_log_if_needed):
11784         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11785         (find_recover_state, transit_state_sb, transit_state_mb):
11786         (transit_state_bkref, build_trtable, match_ctx_clean):
11787         Likewise.
11788         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11789         to work around an assumption that REG_MISSING is negative.
11790
11791         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11792         (seek_collating_symbol_entry) [defined _LIBC]:
11793         (lookup_collation_sequence_value) [defined _LIBC]:
11794         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11795         Use prototypes rather than old-style function definitions.
11796         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11797         (transit_state_sb) [0]:
11798         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11799
11800         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11801         rm_eo.
11802
11803         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11804         (optimize_subexps, lower_subexp):
11805         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11806         since the signed shift might overflow.  Use 1u<<31 instead.
11807         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11808         Likewise.
11809         * lib/regexec.c (check_dst_limits_calc_pos_1,
11810         check_subexp_matching_top): Likewise.
11811
11812         * lib/regcomp.c (optimize_subexps, lower_subexp):
11813         Use CHAR_BIT rather than 8, for clarity.
11814         * lib/regexec.c (check_dst_limits_calc_pos_1):
11815         (check_subexp_matching_top): Likewise.
11816         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11817         have to worry about portability issues when shifting it left.
11818         Remove no-longer-needed test for table_size > 0.
11819         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11820         in a word, as the resulting behavior is undefined.
11821         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11822         in one case, a <= should have been an <, and in another case the
11823         whole test was missing.
11824         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11825         the standard name CHAR_BIT.
11826         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11827         this is not true on one's complement and signed-magnitude hosts.
11828
11829         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11830         next_last_offset.
11831         (struct re_dfa_t): Remove unused member states_alloc.
11832         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11833
11834 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11837         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11838         and large-file glibc and in 32-bit large-file Solaris.
11839
11840 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11841
11842         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11843         lengths fit in regoff_t; this isn't true if regoff_t is the same
11844         width as size_t.
11845         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11846         (= START + RANGE) instead of RANGE.  This avoids overflow
11847         problems when regoff_t is the same width as size_t.
11848         All callers changed.
11849         (re_search_2_stub): Check for overflow when adding the
11850         sizes of the two strings.
11851         (re_search_stub): Check for overflow when adding START
11852         to RANGE; if it occurs, substitute the extreme value.
11853
11854 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11857
11858 2005-08-31  Jim Meyering  <jim@meyering.net>
11859
11860         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11861         a pointer-to-const.
11862         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11863         (register_state): Likewise.
11864         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11865         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11866         (group_nodes_into_DFAstates): Likewise.
11867
11868 2005-08-31  Jim Meyering  <jim@meyering.net>
11869
11870         * check-module: Add a FIXME comment.
11871
11872 2005-08-31  Eric Blake  <ebb9@byu.net>
11873
11874         * modules/unistd-safer (Files): Add unistd--.h.
11875         * modules/stdio-safer (Files): Add stdio--.h.
11876
11877 2005-08-31  Derek Price  <derek@ximbiot.com>
11878
11879         * lib/getdelim.c (getdelim): Return EOF on EOF.
11880         Reported by Larry Jones <lawrence.jones@ugs.com>.
11881
11882 2005-08-31  Bruno Haible  <bruno@clisp.org>
11883
11884         Avoid unnecessary diffs in the generated lib/Makefile.am.
11885         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11886         the generated files.
11887         (func_import): Don't set cmd.
11888
11889 2005-08-31  Bruno Haible  <bruno@clisp.org>
11890
11891         * lib/strstr.c: Include <stddef.h>, for NULL.
11892         * lib/strcasestr.c: Likewise.
11893         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11894
11895 2005-08-31  Bruno Haible  <bruno@clisp.org>
11896
11897         * gnulib-tool: New option --macro-prefix.
11898         (func_import): Use macro_prefix.
11899         (import): Handle option --macro-prefix.
11900
11901 2005-08-31  Bruno Haible  <bruno@clisp.org>
11902
11903         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11904         Also use new variables cached_lgpl, cached_libtool.
11905
11906 2005-08-31  Bruno Haible  <bruno@clisp.org>
11907
11908         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11909         always instantiating them.
11910
11911 2005-08-31  Bruno Haible  <bruno@clisp.org>
11912
11913         * gnulib-tool (func_import): Read the previous cached settings
11914         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11915         earlier added by gnulib but are now dropped. Warn when a gnulib file
11916         overwrites a non-gnulib file.
11917
11918 2005-08-31  Bruno Haible  <bruno@clisp.org>
11919
11920         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11921         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11922         projects that don't keep autogenerated files in CVS. Put into
11923         actioncmd only the specified modules, not the transitive closure.
11924
11925 2005-08-31  Bruno Haible  <bruno@clisp.org>
11926
11927         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11928         Create directories that shall be filled.
11929         (import): Don't look for gl_* macros in configure.ac. Recurse across
11930         all directories containing a gnulib-cache.m4 files, if meaningful.
11931
11932 2005-08-31  Bruno Haible  <bruno@clisp.org>
11933
11934         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11935         (import): Set seen_libtool when we see gl_LIBTOOL.
11936
11937 2005-08-31  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11940         declaration macro definitions from generated gnulib.m4.
11941
11942 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11943
11944         * lib/iconvme.h: Add prototype for iconv_alloc.
11945
11946 2005-08-29  Simon Josefsson  <jas@extundo.com>
11947
11948         * lib/iconvme.c: Fix errno.
11949
11950 2005-08-29  Bruno Haible  <bruno@clisp.org>
11951
11952         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11953         that it works when the directory contains spaces.
11954
11955 2005-08-29  Bruno Haible  <bruno@clisp.org>
11956
11957         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11958
11959 2005-08-29  Bruno Haible  <bruno@clisp.org>
11960
11961         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11962         Emit more advice.
11963
11964 2005-08-29  Bruno Haible  <bruno@clisp.org>
11965         and Stepan Kasal  <kasal@ucw.cz>
11966
11967         * check-module: If more parameters are given, check each of them
11968         separately; add more exceptions, as noted by Jim Meyering.
11969         (check_module): New procedure.
11970         (%exempt_header): Now contains all exceptions.
11971
11972 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11973
11974         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11975
11976 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11977
11978         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11979
11980 2005-08-28  Bruno Haible  <bruno@clisp.org>
11981
11982         * m4/gnulib-tool.m4: New file.
11983
11984 2005-08-27  Jim Meyering  <jim@meyering.net>
11985
11986         * modules/unistd-safer (Files): Add pipe-safer.c.
11987         * modules/fcntl-safer (Files): Add creat-safer.c.
11988
11989 2005-08-27  Jim Meyering  <jim@meyering.net>
11990
11991         * m4/stdlib-safer.m4: New file.  From coreutils.
11992         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11993         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11994         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11995         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11996         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11997
11998 2005-08-27  Jim Meyering  <jim@meyering.net>
11999
12000         * lib/fopen-safer.c: Merge minor changes from coreutils.
12001         * lib/dup-safer.c: Likewise.
12002         * lib/fd-safer.c: Likewise.
12003
12004         Merge from coreutils.
12005         * lib/stdio--.h: New file.
12006         * lib/stdlib--.h: New file.
12007         * lib/mkstemp-safer.c: New file.
12008
12009         GNU tar needs these.
12010         * lib/pipe-safer.c: New file.
12011         * lib/creat-safer.c: New file.
12012         * lib/fcntl--.h (creat): Define to creat_safer.
12013         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12014         * lib/unistd--.h (pipe): Define to pipe_safer.
12015         * lib/unistd-safer.h: Declare pipe_safer.
12016
12017 2005-08-26  Simon Josefsson  <jas@extundo.com>
12018
12019         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12020         Haible <bruno@clisp.org>.
12021
12022 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * lib/regex_internal.h: Remove all references to
12025         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12026         or better.
12027         (bitset_not, bitset_merge, bitset_not_merge):
12028         (bitset_mask, re_string_allocate, re_string_construct):
12029         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12030         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12031         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12032         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12033         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12034         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12035         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12036         (re_acquire_state_context):
12037         Remove unnecessary forward decls.
12038         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12039         Put __attribute at function definition,
12040         now that the function decl has been removed.
12041         * lib/regex_internal.c (re_string_peek_byte_case):
12042         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12043         Likewise.
12044
12045 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12046
12047         * m4/regex.m4: Add AC_PREREQ(2.50).
12048         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12049
12050 2005-08-25  Simon Josefsson  <jas@extundo.com>
12051
12052         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12053         __fsetlocking.
12054
12055 2005-08-25  Simon Josefsson  <jas@extundo.com>
12056
12057         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12058         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12059         GLIBC specific code.
12060
12061 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         Make regex safe for g++.  This fixes one real bug (an "err"
12064         that should have been "*err").  g++ problem reported by
12065         Sam Steingold.
12066         * lib/regex_internal.h (re_calloc): New macro, consistent with
12067         re_malloc etc.  All callers of calloc changed to use re_calloc.
12068         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12069         not int.  All callers changed.
12070         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12071         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12072         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12073         (find_recover_state): Change "err" to "*err"; this fixes what
12074         appears to be a real bug.
12075         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12076         versus int.
12077
12078 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12079
12080         * modules/regex (Depends-on): Add malloc, since the code
12081         assumes that !malloc(0) means failure.
12082
12083 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12084
12085         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12086
12087         alloca modernization/simplification for regex.
12088         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12089         needs to be at the start of the file, and can be moved into
12090         regex_internal.h and simplified.
12091         * lib/regex_internal.h: Include <alloca.h>.
12092         (__libc_use_alloca) [!defined _LIBC]: New macro.
12093         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12094         now works outside glibc.
12095
12096 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12097
12098         * config/srclist.txt: Add glibc bugs 1241, 1245.
12099
12100 2005-08-25  Jim Meyering  <jim@meyering.net>
12101
12102         * lib/open-safer.c: Include <config.h>.
12103         Otherwise, we'd lose LARGEFILE support in any file using
12104         e.g. "fcntl--.h"
12105
12106 2005-08-25  Bruno Haible  <bruno@clisp.org>
12107
12108         * m4/minmax.m4: Require autoconf 2.52.
12109         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12110         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12111         alternatives of translit over the alphabet.
12112         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12113
12114 2005-08-24  Simon Josefsson  <jas@extundo.com>
12115
12116         * tests/test-getpass.c: New file.
12117
12118 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12119
12120         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12121         for GNU regex features.
12122
12123 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12124
12125         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12126         * lib/regex.h (regerror): Likewise.
12127
12128         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12129         requires this.  (The code never needed it.)
12130
12131         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12132         All uses of recently-renamed identifiers changed to use the new,
12133         POSIX-compliant names.  The code will build and run just fine
12134         without these changes, but it's better to eat our own dog food
12135         and use the standard-conforming names.
12136
12137         * lib/regex.h: Fix a multitude of POSIX name space violations.
12138         These changes have an effect only for programs that define
12139         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12140         do not change anything for programs compiled in the normal way.
12141         Also, there is no effect on the ABI.
12142
12143         (_REGEX_SOURCE): New macro.
12144         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12145         defined and _GNU_SOURCE is not; this fixes a name space violation.
12146
12147         Rename the following macros to obey POSIX requirements.
12148         The old names are still visible as macros if _REGEX_SOURCE is defined.
12149         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12150         RE_BACKSLASH_ESCAPE_IN_LISTS.
12151         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12152         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12153         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12154         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12155         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12156         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12157         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12158         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12159         (REG_INTERVALS): renamed from RE_INTERVALS.
12160         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12161         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12162         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12163         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12164         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12165         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12166         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12167         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12168         RE_UNMATCHED_RIGHT_PAREN_ORD.
12169         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12170         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12171         (REG_DEBUG): renamed from RE_DEBUG.
12172         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12173         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12174         unusual, since we can't clash with the POSIX REG_ICASE.
12175         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12176         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12177         (REG_NO_SUB): renamed from RE_NO_SUB.
12178         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12179         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12180         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12181         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12182         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12183         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12184         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12185         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12186         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12187         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12188         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12189         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12190         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12191         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12192         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12193         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12194         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12195         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12196         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12197         (REG_FIXED): Renamed from REGS_FIXED.
12198         (REG_NREGS): Renamed from RE_NREGS.
12199
12200         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12201         of other REG_* macros, since POSIX says the user is allowed to
12202         #undef these macros selectively.
12203
12204         (reg_errcode_t): Update comment stating what other tables need
12205         to be consistent.
12206
12207         Rename the following enum values to obey POSIX requirements.
12208         The old names are still visible as macros.
12209         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12210         is not defined, since GNU is supposed to be a superset of POSIX as
12211         much as possible, and since we want reg_errcode_t to be a signed
12212         type for implementation consistency.
12213         (_REG_NOERROR): Renamed from REG_NOERROR.
12214         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12215         (_REG_BADPAT): Renamed from REG_BADPAT.
12216         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12217         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12218         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12219         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12220         (_REG_EBRACK): Renamed from REG_EBRACK.
12221         (_REG_EPAREN): Renamed from REG_EPAREN.
12222         (_REG_EBRACE): Renamed from REG_EBRACE.
12223         (_REG_BADBR): Renamed from REG_BADBR.
12224         (_REG_ERANGE): Renamed from REG_ERANGE.
12225         (_REG_ESPACE): Renamed from REG_ESPACE.
12226         (_REG_BADRPT): Renamed from REG_BADRPT.
12227         (_REG_EEND): Renamed from REG_EEND.
12228         (_REG_ESIZE): Renamed from REG_ESIZE.
12229         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12230         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12231         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12232         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12233         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12234
12235         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12236         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12237         changed.  But support the old name if the new one is not defined
12238         and if _REGEX_SOURCE.
12239
12240         Change the following member names in struct re_pattern_buffer.
12241         The old names are still supported if !_REGEX_SOURCE.
12242         The new names are always supported, regardless of _REGEX_SOURCE.
12243         (re_buffer): Renamed from buffer.
12244         (re_allocated): Renamed from allocated.
12245         (re_used): Renamed from used.
12246         (re_syntax): Renamed from syntax.
12247         (re_fastmap): Renamed from fastmap.
12248         (re_translate): Renamed from translate.
12249         (re_can_be_null): Renamed from can_be_null.
12250         (re_regs_allocated): Renamed from regs_allocated.
12251         (re_fastmap_accurate): Renamed from fastmap_accurate.
12252         (re_no_sub): Renamed from no_sub.
12253         (re_not_bol): Renamed from not_bol.
12254         (re_not_eol): Renamed from not_eol.
12255         (re_newline_anchor): Renamed from newline_anchor.
12256
12257         Change the following member names in struct re_registers.
12258         The old names are still supported if !_REGEX_SOURCE.
12259         The new names are always supported, regardless of _REGEX_SOURCE.
12260         (rm_num_regs): Renamed from num_regs.
12261         (rm_start): Renamed from start.
12262         (rm_end): Renamed from end.
12263
12264         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12265         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12266         Prepend __ to parameter names.
12267
12268         Undo yesterday's changes.
12269
12270 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12271
12272         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12273         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12274         lib/regex.c.
12275
12276 2005-08-24  Jim Meyering  <jim@meyering.net>
12277
12278         Sync from coreutils.
12279         * m4/fcntl-safer.m4: New file.
12280
12281         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12282         and object files for this module.
12283
12284 2005-08-24  Jim Meyering  <jim@meyering.net>
12285
12286         Sync from coreutils.
12287         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12288
12289 2005-08-24  Jim Meyering  <jim@meyering.net>
12290
12291         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12292         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12293
12294 2005-08-24  Jim Meyering  <jim@meyering.net>
12295
12296         * modules/fcntl-safer: New module.
12297         * modules/fts (Depends-on): Add fcntl-safer.
12298         * MODULES.html.sh (File descriptor based Input/Output):
12299         Add fcntl-safer.
12300
12301 2005-08-24  Bruno Haible  <bruno@clisp.org>
12302
12303         Support for unit test modules.
12304         * modules/README: Mention tests modules.
12305         * modules/TEMPLATE-TESTS: New file.
12306         * gnulib-tool: New options --extract-tests-module, --with-tests and
12307         --tests-base (unused for the moment).
12308         (testsbase, inctests): New variables.
12309         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12310         (func_verify_module): Exclude TEMPLATE-TESTS.
12311         (func_verify_nontests_module, func_verify_tests_module): New functions.
12312         (func_get_dependencies): Add implicit dependency for tests modules.
12313         (func_get_tests_module): New function.
12314         (func_modules_transitive_closure): When --with-tests was specified,
12315         include the unit tests as well, unless explicitly avoided.
12316         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12317         (func_emit_tests_Makefile_am): New function.
12318         (func_create_testdir): When --with-tests was specified, emit a
12319         tests/ directory.
12320         * MODULES.html.sh (Future developments): Update.
12321
12322 2005-08-24  Bruno Haible  <bruno@clisp.org>
12323
12324         * modules/tls-tests: New file.
12325         * tests/test-tls.c: New file, from GNU gettext.
12326
12327 2005-08-24  Bruno Haible  <bruno@clisp.org>
12328
12329         * modules/lock-tests: New file.
12330         * tests/test-lock.c: New file, from GNU gettext.
12331
12332 2005-08-24  Bruno Haible  <bruno@clisp.org>
12333
12334         * lib/lock.h: Add multiple inclusion guard.
12335         * lib/tls.h: Add multiple inclusion guard.
12336
12337 2005-08-24  Bruno Haible  <bruno@clisp.org>
12338
12339         * gnulib-tool: Add support for the --aux-dir option to
12340         --create-testdir, --create-megatestdir, --test, --megatest.
12341         (func_create_testdir, func_create_megatestdir): Optionally emit a
12342         AC_CONFIG_AUX_DIR directive.
12343         (create-testdir, create-megatestdir, test, megatest): Provide a
12344         default value for $auxdir.
12345
12346 2005-08-24  Bruno Haible  <bruno@clisp.org>
12347
12348         * gnulib-tool (import): Use compound statement instead of subshell
12349         where possible.
12350
12351 2005-08-24  Bruno Haible  <bruno@clisp.org>
12352
12353         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12354
12355 2005-08-24  Bruno Haible  <bruno@clisp.org>
12356
12357         * gnulib-tool (func_version): Update.
12358
12359 2005-08-24  Bruno Haible  <bruno@clisp.org>
12360
12361         * gnulib-tool (func_import, func_create_testdir,
12362         func_create_megatestdir): Quote all autoconf macro arguments.
12363
12364 2005-08-24  Bruno Haible  <bruno@clisp.org>
12365
12366         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12367         option --force, because --force causes the aclocal.m4 of each
12368         subdirectory to be newer than the corresponding config.h.in.
12369
12370 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12373         All contents moved to gl_REGEX.
12374         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12375         assume that it does.
12376
12377 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12378
12379         * lib/regex.h (REG_NOSYS)
12380         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12381         Define, since POSIX requires it as of 2001.
12382         (_REG_ENOSYS)
12383         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12384         New private symbol, used to keep the enum signed in all cases.
12385         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12386         Youngman in
12387         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12388
12389         * lib/regex_internal.c (re_string_skip_chars, register_state):
12390         (calc_state_hash):
12391         Remove forward decls; no longer needed now that we use prototypes.
12392         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12393         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12394         (clean_state_log_if_needed): Likewise.
12395
12396 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12397
12398         * config/srclist.txt: Add glibc bugs 1231-1233.
12399
12400 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12401
12402         Fix problems reported by Sam Steingold in
12403         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12404         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12405         assumed that reg_errcode_t is a signed type, which is not
12406         necessarily true if _XOPEN_SOURCE is not defined.
12407         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12408         since some compilers warn about it otherwise.
12409
12410 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12413         (init_word_char, create_initial_state, duplicate_node_closure):
12414         (fetch_token, peek_token_bracket, build_range_exp):
12415         (build_collating_symbol): Remove forward decls; no longer needed
12416         now that we use prototypes.
12417
12418         * lib/regcomp.c:
12419         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12420         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12421         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12422         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12423         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12424         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12425         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12426         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12427         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12428         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12429         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12430         (build_charclass, build_charclass_op, fetch_number, create_tree):
12431         (create_token_tree, mark_opt_subexp, duplicate_tree):
12432         Use prototypes rather than old-style definitions.
12433
12434         * lib/regex_internal.c:
12435         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12436         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12437         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12438         (re_string_reconstruct, re_string_peek_byte_case):
12439         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12440         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12441         (re_node_set_init_copy, re_node_set_add_intersect):
12442         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12443         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12444         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12445         (re_acquire_state, re_acquire_state_context, register_state):
12446         (create_ci_newstate, create_cd_newstate, free_state):
12447         Likewise.
12448         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12449         re_search_2):
12450         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12451         (re_search_internal, prune_impossible_nodes):
12452         (acquire_init_state_context, check_matching, static):
12453         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12454         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12455         (update_regs, sift_states_backward, build_sifted_states):
12456         (clean_state_log_if_needed, merge_state_array):
12457         (update_cur_sifted_state, add_epsilon_src_nodes):
12458         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12459         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12460         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12461         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12462         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12463         (check_arrival, check_arrival_add_next_nodes):
12464         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12465         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12466         (check_node_accept_bytes, check_node_accept, extend_buffers):
12467         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12468         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12469         (sift_ctx_init):
12470         Likewise.
12471
12472         * lib/regex_internal.h:
12473         (re_string_allocate, re_string_construct, re_string_reconstruct):
12474         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12475         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12476         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12477         (re_string_context_at, re_string_peek_byte_case):
12478         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12479         is defined, since we now use prototypes always.
12480
12481         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12482         C89 or better.  All uses removed.
12483
12484 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12485
12486         * config/srclist.txt: Add glibc bugs 1220-1227.
12487
12488 2005-08-20  Jim Meyering  <jim@meyering.net>
12489
12490         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12491         of unused local, dfa.
12492
12493 2005-08-20  Bruno Haible  <bruno@clisp.org>
12494
12495         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12496
12497 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12498
12499         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12500         (re_node_set_insert_last, re_dfa_add_node):
12501         Rename local variables to avoid GCC shadowing warnings.
12502
12503 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12504
12505         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12506         [defined lint]: Suppress bogus uninitialized-variable warnings.
12507
12508         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12509         and let the caller return REG_ESPACE if out of space.  This
12510         removes an uninitialied-variable warning with GCC 4.0.1, and also
12511         avoids taking the address of a local variable.  All callers
12512         changed.
12513
12514 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12515
12516         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12517         $LIBCSRC/posix/regexec.c.
12518         Add glibc bug 1217 for regcomp.c.
12519
12520 2005-08-19  Jim Meyering  <jim@meyering.net>
12521
12522         * lib/regexec.c (proceed_next_node): Redo local variables to
12523         avoid GCC shadowing warnings.
12524
12525 2005-08-18  Bruno Haible  <bruno@clisp.org>
12526
12527         * lib/strstr.c (strstr): Fix return value in multibyte case.
12528         * lib/strcasestr.c (strcasestr): Likewise.
12529
12530 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12531
12532         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12533
12534 2005-08-17  Jim Meyering  <jim@meyering.net>
12535
12536         Make the %s format (seconds since the epoch) work for a negative
12537         number and when used with a zero-padded field width, e.g. %015s.
12538
12539         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12540         label so that it precedes the code to set `digits'.  Otherwise,
12541         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12542         print `00-22'.  Now, it prints `-0022', as it should.
12543
12544 2005-08-17  Bruno Haible  <bruno@clisp.org>
12545
12546         * modules/strstr (Files): Add m4/mbrtowc.m4.
12547         (Depends-on): Add mbuiter.
12548
12549 2005-08-17  Bruno Haible  <bruno@clisp.org>
12550
12551         * modules/strcasestr: New file.
12552         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12553         strcasestr.
12554
12555 2005-08-17  Bruno Haible  <bruno@clisp.org>
12556
12557         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12558
12559 2005-08-17  Bruno Haible  <bruno@clisp.org>
12560
12561         * modules/mbuiter: New file.
12562         * MODULES.html.sh (Extended multibyte and wide character utilities):
12563         Add mbuiter.
12564
12565 2005-08-17  Bruno Haible  <bruno@clisp.org>
12566
12567         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12568         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12569
12570 2005-08-17  Bruno Haible  <bruno@clisp.org>
12571
12572         * m4/strcasestr.m4: New file.
12573
12574 2005-08-17  Bruno Haible  <bruno@clisp.org>
12575
12576         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12577         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12578
12579 2005-08-17  Bruno Haible  <bruno@clisp.org>
12580
12581         * lib/strcasestr.h: New file.
12582         * lib/strcasestr.c: New file.
12583
12584 2005-08-17  Bruno Haible  <bruno@clisp.org>
12585
12586         * lib/strcasecmp.c: Use mbuiter.h.
12587
12588 2005-08-17  Bruno Haible  <bruno@clisp.org>
12589
12590         * lib/mbuiter.h: New file.
12591
12592 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12593
12594         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12595         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12596         and gl_GETOPT are both invoked via different paths (as happens
12597         with GNU tar CVS because it uses both argp and getopt), the former
12598         wins.
12599
12600 2005-08-16  Bruno Haible  <bruno@clisp.org>
12601
12602         * modules/tls: New file.
12603         * MODULES.html.sh (Multithreading): Add tls.
12604
12605 2005-08-16  Bruno Haible  <bruno@clisp.org>
12606
12607         * modules/strnlen1: New file.
12608         * MODULES.html.sh (String handling): Add strnlen1.
12609
12610 2005-08-16  Bruno Haible  <bruno@clisp.org>
12611
12612         * modules/strcase (Files): Add m4/mbrtowc.m4.
12613         (Depends-on): Add strnlen1, mbchar.
12614
12615 2005-08-16  Bruno Haible  <bruno@clisp.org>
12616
12617         * modules/mbiter: New file.
12618         * MODULES.html.sh (Extended multibyte and wide character utilities):
12619         Add mbiter.
12620
12621 2005-08-16  Bruno Haible  <bruno@clisp.org>
12622
12623         * modules/mbfile: New file.
12624         * MODULES.html.sh (Extended multibyte and wide character utilities):
12625         Add mbfile.
12626
12627 2005-08-16  Bruno Haible  <bruno@clisp.org>
12628
12629         * modules/mbchar: New file.
12630         * MODULES.html.sh (Extended multibyte and wide character utilities):
12631         New section.
12632
12633 2005-08-16  Bruno Haible  <bruno@clisp.org>
12634
12635         * m4/tls.m4: New file, from GNU gettext.
12636
12637 2005-08-16  Bruno Haible  <bruno@clisp.org>
12638
12639         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12640         always.
12641         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12642
12643 2005-08-16  Bruno Haible  <bruno@clisp.org>
12644
12645         * m4/mbiter.m4: New file.
12646
12647 2005-08-16  Bruno Haible  <bruno@clisp.org>
12648
12649         * m4/mbfile.m4: New file.
12650
12651 2005-08-16  Bruno Haible  <bruno@clisp.org>
12652
12653         * m4/mbchar.m4: New file.
12654
12655 2005-08-16  Bruno Haible  <bruno@clisp.org>
12656
12657         * lib/tls.h: New file, from GNU gettext.
12658         * lib/tls.c: New file, from GNU gettext.
12659
12660 2005-08-16  Bruno Haible  <bruno@clisp.org>
12661
12662         * lib/strnlen1.h: New file.
12663         * lib/strnlen1.c: New file.
12664
12665 2005-08-16  Bruno Haible  <bruno@clisp.org>
12666
12667         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12668         (mbi_init): Update.
12669         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12670         NUL byte, not after it.
12671
12672 2005-08-16  Bruno Haible  <bruno@clisp.org>
12673
12674         * lib/strcase.h (strcasecmp): Add note in comments.
12675         * lib/strncasecmp.c: Use code from strcasecmp.c.
12676         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12677         (strcasecmp): Work correctly in multibyte locales.
12678
12679 2005-08-16  Bruno Haible  <bruno@clisp.org>
12680
12681         * lib/mbiter.h: New file.
12682
12683 2005-08-16  Bruno Haible  <bruno@clisp.org>
12684
12685         * lib/mbfile.h: New file.
12686
12687 2005-08-16  Bruno Haible  <bruno@clisp.org>
12688
12689         * lib/mbchar.h: New file.
12690         * lib/mbchar.c: New file.
12691
12692 2005-08-16  Bruno Haible  <bruno@clisp.org>
12693
12694         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12695         the valid ones. Makes the comparison operations transitive:
12696         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12697         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12698
12699 2005-08-15  Simon Josefsson  <jas@extundo.com>
12700
12701         * modules/ssize_t (License): Change to 'unlimited'.
12702
12703         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12704
12705 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12706
12707         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12708         Add comments for each pending glibc patch.
12709
12710 2005-08-15  Bruno Haible  <bruno@clisp.org>
12711
12712         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12713         __cplusplus is defined.
12714
12715 2005-08-14  Jim Meyering  <jim@meyering.net>
12716
12717         Sync from coreutils.
12718
12719         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12720         Use the hash-table-based cycle-detection code not just when
12721         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12722         Reported by James Youngman in
12723         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12724         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12725         FTS_TIGHT_CYCLE_CHECK.
12726         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12727         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12728         once again.
12729         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12730         * lib/fts.c (fd_safer): Remove decl.
12731         Include fcntl--.h rather than unistd-safer.h
12732         (fts_safe_changedir): Don't call fd_safer; no longer needed
12733         now that we include fcntl--.h.
12734
12735 2005-08-12  Simon Josefsson  <jas@extundo.com>
12736
12737         * modules/getndelim2: Use ssize_t module.
12738         * modules/getnline: Likewise.
12739         * modules/safe-read: Likewise.
12740         * modules/xreadlink: Likewise.
12741
12742         * modules/ssize_t: New file.
12743
12744 2005-08-12  Simon Josefsson  <jas@extundo.com>
12745
12746         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12747
12748 2005-08-12  Simon Josefsson  <jas@extundo.com>
12749
12750         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12751         ssize_t.
12752
12753 2005-08-12  Simon Josefsson  <jas@extundo.com>
12754
12755         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12756         readline, getdelim and check_version.
12757         (Support for systems lacking ISO C 99: Sizes of integer types):
12758         Add size_max.
12759
12760 2005-08-12  Bruno Haible  <bruno@clisp.org>
12761
12762         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12763
12764 2005-08-11  Simon Josefsson  <jas@extundo.com>
12765
12766         * modules/readline: New file.
12767
12768         * modules/strnlen (Files): Add strnlen.h.
12769
12770 2005-08-11  Simon Josefsson  <jas@extundo.com>
12771
12772         * m4/readline.m4: New file.
12773
12774 2005-08-11  Simon Josefsson  <jas@extundo.com>
12775
12776         * lib/readline.h, readline.c: New file.
12777
12778 2005-08-11  Simon Josefsson  <jas@extundo.com>
12779
12780         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12781         gl_AVOID.
12782
12783 2005-08-11  Bruno Haible  <bruno@clisp.org>
12784
12785         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12786
12787 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12788
12789         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12790
12791 2005-08-10  Simon Josefsson  <jas@extundo.com>
12792
12793         * tests/test-iconvme.c: New file.
12794
12795 2005-08-10  Simon Josefsson  <jas@extundo.com>
12796
12797         * m4/strnlen.m4: New file.
12798
12799         * m4/strndup.m4: Don't check for strnlen declaration, done in
12800         strnlen.m4.
12801
12802 2005-08-10  Simon Josefsson  <jas@extundo.com>
12803
12804         * lib/strndup.c: Use strnlen.h.
12805
12806         * lib/strnlen.h: New file.
12807
12808 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12809
12810         * README: Typos.
12811
12812 2005-08-02  Simon Josefsson  <jas@extundo.com>
12813
12814         * modules/readline: New file.
12815
12816 2005-08-02  Simon Josefsson  <jas@extundo.com>
12817
12818         * modules/getdelim: New file.
12819
12820         * modules/getline: Rewrite, don't use getndelim2.
12821
12822 2005-08-02  Simon Josefsson  <jas@extundo.com>
12823
12824         * m4/getline.m4: Separate out getdelim stuff into separate module.
12825
12826         * m4/getdelim.m4: New file.
12827
12828 2005-08-02  Simon Josefsson  <jas@extundo.com>
12829
12830         * lib/getline.h, getline.c: Rewrite.
12831
12832         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12833
12834 2005-07-31  Bruno Haible  <bruno@clisp.org>
12835
12836         * lib/lock.h (gl_lock_initializer): New macro.
12837         (gl_lock_define_initialized): Use it.
12838         (gl_rwlock_initializer): New macro.
12839         (gl_rwlock_define_initialized): Use it.
12840         (gl_recursive_lock_initializer): New macro.
12841         (gl_recursive_lock_define_initialized): Use it.
12842
12843 2005-07-30  Karl Berry  <karl@gnu.org>
12844
12845         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12846         Report from Ben Pfaff, regarding getopt.
12847
12848 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12851         normal way.
12852         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12853         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12854         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12855         (gl_GETOPT): Use the new macros.  Most of the implementation
12856         is moved to the new macros.  This is for programs like Emacs
12857         that don't want all the functionality of gl_GETOPT.
12858
12859 2005-07-26  Bruno Haible  <bruno@clisp.org>
12860
12861         * m4/lock.m4: Update from GNU gettext.
12862
12863 2005-07-26  Bruno Haible  <bruno@clisp.org>
12864
12865         * lib/lock.h: Update from GNU gettext.
12866         * lib/lock.c: Update from GNU gettext.
12867
12868 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12869
12870         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12871         obsolescent AC_TRY_RUN.  Include the default includes files, for
12872         'exit'.
12873
12874 2005-07-24  Bruno Haible  <bruno@clisp.org>
12875
12876         * modules/visibility: New file.
12877         * MODULES.html.sh (Misc): Add visibility.
12878
12879 2005-07-24  Bruno Haible  <bruno@clisp.org>
12880
12881         * m4/visibility.m4: New file.
12882
12883 2005-07-24  Bruno Haible  <bruno@clisp.org>
12884
12885         * doc/visibility.texi: New file.
12886
12887 2005-07-22  Bruno Haible  <bruno@clisp.org>
12888
12889         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12890         $(ALLOCA_H), redundant through BUILT_SOURCES.
12891         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12892         redundant through BUILT_SOURCES.
12893         * modules/byteswap (Makefile.am): Remove explicit dependency on
12894         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12895         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12896         $(FNMATCH_H), redundant through BUILT_SOURCES.
12897         * modules/getopt (Makefile.am): Remove explicit dependency on
12898         $(GETOPT_H), redundant through BUILT_SOURCES.
12899         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12900         redundant through BUILT_SOURCES.
12901         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12902         redundant through BUILT_SOURCES.
12903         * modules/stdbool (Makefile.am): Remove explicit dependency on
12904         $(STDBOOL_H), redundant through BUILT_SOURCES.
12905         * modules/stdint (Makefile.am): Remove explicit dependency on
12906         $(STDINT_H), redundant through BUILT_SOURCES.
12907         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12908         Remove explicit dependency on $(SYSEXITS_H).
12909         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12910
12911 2005-07-18  Simon Josefsson  <jas@extundo.com>
12912
12913         * lib/check-version.c (check_version): Accept identical versions too.
12914
12915 2005-07-18  Bruno Haible  <bruno@clisp.org>
12916
12917         * modules/lock: New file.
12918         * MODULES.html.sh (Multithreading): New section.
12919
12920 2005-07-18  Bruno Haible  <bruno@clisp.org>
12921
12922         * m4/lock.m4: New file, from GNU gettext.
12923
12924 2005-07-18  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/lock.h: New file, from GNU gettext.
12927         * lib/lock.c: New file, from GNU gettext.
12928
12929 2005-07-18  Bruno Haible  <bruno@clisp.org>
12930
12931         * lib/lock.h (gl_once_t): New type.
12932         (gl_once_define, gl_once): New macros.
12933         * lib/lock.c (fresh_once): New variable.
12934         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12935         functions.
12936
12937 2005-07-16  Simon Josefsson  <jas@extundo.com>
12938
12939         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12940         workaround, suggested by Bruno.
12941
12942 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12943
12944         * modules/xalloc (Depends-on): Add xalloc-die.
12945         * modules/xvasprintf (Depends-on): Add xalloc-die.
12946
12947 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12950         with a minor change.
12951
12952 2005-07-15  Bruno Haible  <bruno@clisp.org>
12953
12954         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12955         When using lib/poll.c, define poll as rpl_poll.
12956
12957 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12958
12959         * modules/argp (Depends-on): Remove unlocked-io.
12960
12961 2005-07-14  Derek Price  <derek@ximbiot.com>
12962
12963         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12964         for glob symlink bug.
12965
12966 2005-07-14  Bruno Haible  <bruno@clisp.org>
12967
12968         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12969         Instead, test for *_unlocked function declarations directly.
12970
12971 2005-07-11  Simon Josefsson  <jas@extundo.com>
12972
12973         * modules/size_max: New file.
12974
12975         * modules/xsize: Depend on size_max module for size_max.m4.
12976
12977 2005-07-11  Simon Josefsson  <jas@extundo.com>
12978
12979         * lib/size_max.h: New file.
12980
12981 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12984         copyright symbol and the year.
12985         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12986         (version_etc_va): Use parameterized copyright notice.
12987         Reword to conform to the current GNU coding standards.
12988
12989 2005-07-11  Karl Berry  <karl@gnu.org>
12990
12991         * doc/gnulib.texi (Quoting): new node.
12992         (Initial import): more info, from Patrice.
12993
12994 2005-07-11  Bruno Haible  <bruno@clisp.org>
12995
12996         * gnulib-tool (func_usage): Document option --avoid.
12997         (Command line options): Handle --avoid.
12998         (func_acceptable): New function.
12999         (func_modules_transitive_closure): Use it.
13000
13001 2005-07-11  Bruno Haible  <bruno@clisp.org>
13002
13003         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13004         Reported by Jim Meyering.
13005
13006 2005-07-10  Bruno Haible  <bruno@clisp.org>
13007
13008         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13009         Needed when size_t is smaller than 'unsigned int'.
13010         Reported by Paul Eggert.
13011
13012 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13013
13014         * modules/argp (Depends-on): Add unlocked-io
13015
13016 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13017
13018         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13019         block of defines.
13020
13021 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13022
13023         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13024         fix now.
13025
13026 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13027         and Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13030         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13031
13032 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13033
13034         * modules/regex (Files): Add lib/regex_internal.c,
13035         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13036         (Depends-on): Add extensions.
13037         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13038
13039 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13040
13041         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13042         pathconf.
13043         * m4/same.m4 (gl_SAME): Likewise.
13044         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13045
13046         * m4/regex.m4: Adjust to new libc regex implementation.
13047         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13048         all the .c and .h parts of (the new) regex.
13049         Quote the m4 stuff better.
13050         Check for RE_ICASE bug of old gnulib.
13051         Check for REG_STARTEND of recent libc.
13052         Rename local variables from jm_* to gl_*.
13053         Quote operand of "test -f".
13054         Say "recent enough" version of libc, not "version 2".
13055         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13056         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13057         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13058         Remove check for btowc, isascii.
13059         Require AM_LANGINFO_CODESET.
13060
13061 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13062
13063         * lib/regex.c, regex.h: Sync from libc.
13064         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13065         * lib/regexec.c:
13066         New files, synced from libc, except that regex_internal.h
13067         currently has a small porting fix.
13068
13069 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13072         regex_internal.c, regexec.c.
13073         Add regex_internal.h too, but as a comment, since the libc version
13074         is currently broken in gnulib mode.
13075
13076 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13077
13078         Support programs like Emacs that use gnulib but not gettext.
13079         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13080         * modules/gettext-h: New file.
13081         * modules/gettext (Files): Remove lib/gettext.h.
13082         (Depends-on): Add gettext-h.
13083         (Makefile.am): Remove lib_SOURCES.
13084         * modules/argmatch, modules/c-stack, modules/closeout:
13085         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13086         * modules/execute, modules/file-type, modules/getaddrinfo:
13087         * modules/getopt, modules/human, modules/javacomp:
13088         * modules/javaexec, modules/mkdir-p, modules/obstack:
13089         * modules/openat, modules/pagealign_alloc, modules/pipe:
13090         * modules/quotearg, modules/regex, modules/rpmatch:
13091         * modules/unicodeio, modules/userspec, modules/version-etc:
13092         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13093         * modules/xsetenv:
13094         Depend on gettext-h, not gettext.
13095
13096 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13097
13098         * gnulib-tool (func_import): Add support for 'public domain' license.
13099         * modules/alloca, modules/atexit, modules/memmove:
13100         Now public domain, not GPL.
13101         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13102         * modules/realloc, modules/strerror, modules/strtod:
13103         Now LGPL, not GPL.
13104
13105 2005-07-05  Bruno Haible  <bruno@clisp.org>
13106
13107         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13108         autoconf CVS. Needed for mingw.
13109
13110 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13111
13112         Remove the dependency of the strftime module on the tzset module.
13113         * modules/strftime (Depends-on): Remove dependency on tzset.
13114
13115 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         Remove the dependency of the strftime module on the tzset module.
13118         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13119         gl_FUNC_TZSET_CLOBBER.
13120
13121 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         Remove the dependency of the strftime module on the tzset module.
13124         * lib/strftime.c (my_strftime)
13125         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13126         Copy the input structure, to work around some of the bug with
13127         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13128         Solaris releases, you should also use the tzset module, but we won't
13129         require it as a dependency any more since we don't want LGPLed code
13130         to depend on GPLed code.
13131
13132 2005-07-02  Jim Meyering  <jim@meyering.net>
13133
13134         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13135         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13136         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13137         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13138
13139 2005-07-02  Jim Meyering  <jim@meyering.net>
13140
13141         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13142
13143 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13144
13145         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13146         declares only 'struct timespec;' (!).
13147
13148 2005-07-01  Jim Meyering  <jim@meyering.net>
13149
13150         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13151         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13152         * lib/save-cwd.c, tempname.c:
13153         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13154         and don't include <sys/file.h>).
13155
13156 2005-06-29  Jim Meyering  <jim@meyering.net>
13157
13158         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13159         type name.  Use the variable name instead.
13160         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13161         Likewise.
13162
13163 2005-06-28  Simon Josefsson  <jas@extundo.com>
13164
13165         * modules/check-version (Files): Add check-version.m4.
13166
13167 2005-06-28  Simon Josefsson  <jas@extundo.com>
13168
13169         * m4/check-version.m4: New file, suggested by Jim Meyering
13170         <jim@meyering.net>.
13171
13172 2005-06-28  Simon Josefsson  <jas@extundo.com>
13173
13174         * lib/check-version.h, lib/check-version.c: New files.
13175
13176 2005-06-28  Simon Josefsson  <jas@extundo.com>
13177
13178         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13179         collision with global variable.  Better indentation.  Don't
13180         increment buffer pointer beyond buffer end.  Based on comments
13181         from Paul Eggert <eggert@cs.ucla.edu>.
13182
13183         * lib/base64.h: Indent.
13184
13185 2005-06-28  Simon Josefsson  <jas@extundo.com>
13186
13187         * doc/gnulib.texi (Library version handling): New section.
13188
13189 2005-06-28  Jim Meyering  <jim@meyering.net>
13190
13191         * check-module (find_included_lib_files): Hard-code another
13192         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13193         but modules/fts-lgpl (correctly) does not list those files.
13194
13195         * modules/canonicalize (Files): Add lib/pathmax.h.
13196
13197 2005-06-25  Simon Josefsson  <jas@extundo.com>
13198
13199         * modules/check-version: New file.
13200
13201 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13202
13203         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13204         initializer of struct addrinfo, as an indication that we don't
13205         care how many members the structure has.
13206
13207 2005-06-24  Derek Price  <derek@ximbiot.com>
13208         and Bruno Haible  <bruno@clisp.org>
13209
13210         Remove stat module & update lstat.
13211         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13212         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13213         * m4/stat.m4: Remove this file.
13214
13215 2005-06-24  Derek Price  <derek@ximbiot.com>
13216         and Bruno Haible  <bruno@clisp.org>
13217
13218         Remove stat module & update lstat.
13219         * lib/stat.c: Remove this file...
13220         (slash_aware_lstat): ...moving this content and its support...
13221         * lib/lstat.c (rpl_lstat): ...into here.
13222         * lib/lstat.h: New file.
13223
13224 2005-06-24  Derek Price  <derek@ximbiot.com>
13225         and Bruno Haible  <bruno@clisp.org>
13226
13227         Remove stat module & update lstat.
13228         * config/srclist.txt (libc sources): Remove stat.
13229
13230 2005-06-24  Derek Price  <derek@ximbiot.com>
13231         and Bruno Haible  <bruno@clisp.org>
13232
13233         Remove stat module & update lstat.
13234         * MODULES.html.sh (stat): Remove.
13235         * MODULES.html: Regenerated.
13236         * modules/lstat (Description): Correct function name.
13237         (Files): Add "lstat.h".
13238         (Depends-on): Remove stat, add xalloc, stat-macros.
13239         * modules/stat: Remove this file.
13240         (Include): Add "lstat.h", remove <sys/stat.h>.
13241
13242 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13245         (ranged_convert): Don't save conversion in a temporary struct.
13246         This causes a warning with GCC 4.0.0, and anyway in the typical
13247         case it's not worth the extra 100 bytes or so of code.
13248         (ranged_convert, __mktime_internal): When calling a function via a
13249         pointer P, use P () rather than (*P) (), as we now assume C89 or
13250         better.
13251
13252 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13253
13254         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13255         "who -r" failed to give output.  Problem reported by Tim Waugh.
13256
13257         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13258         (xcalloc): Use it to avoid needless tests.
13259         Problem reported by Jim Meyering.
13260
13261 2005-06-20  Derek Price  <derek@ximbiot.com>
13262
13263         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13264         unnecessary for Autoconfs > 2.59c.
13265
13266 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13267
13268         * lib/argp.h (__option_is_short): Check upper limit of
13269         __key. Isprint() requires its argument to have the value
13270         of an unsigned char or EOF.
13271
13272 2005-06-16  Jim Meyering  <jim@meyering.net>
13273
13274         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13275         when either N or S is zero.
13276
13277 2005-06-16  Derek Price  <derek@ximbiot.com>
13278
13279         * m4/bison.m4: Declare YACC & YFLAGS precious.
13280
13281 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13284         multibyte string or pattern, fall back on unibyte matching.
13285         Problem reported by James Youngman.
13286
13287 2005-06-08  Bruno Haible  <bruno@clisp.org>
13288
13289         * modules/csharpcomp: New file.
13290         * MODULES.html.sh (C#): Add csharpcomp.
13291
13292 2005-06-08  Bruno Haible  <bruno@clisp.org>
13293
13294         * m4/csharpcomp.m4: New file, from GNU gettext.
13295
13296 2005-06-08  Bruno Haible  <bruno@clisp.org>
13297
13298         * lib/csharpcomp.h: New file, from GNU gettext.
13299         * lib/csharpcomp.c: New file, from GNU gettext.
13300         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13301
13302 2005-06-08  Bruno Haible  <bruno@clisp.org>
13303
13304         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13305         warning on mingw.
13306
13307 2005-06-07  Derek Price  <derek@ximbiot.com>
13308
13309         Sync from CVS.
13310         * lib/glob_.h: Indent nested #ifdef.
13311
13312 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13313
13314         Sync from coreutils.
13315         Use "file name" when talking about file names, instead of "filename"
13316         or "path", as per the GNU coding standards.
13317         * lib/mkdir-p.c: Renamed from makepath.c.
13318         (make_dir_parents): Renamed from make_path.  All callers changed.
13319         * lib/mkdir-p.h: Likewise.  All includers changed.
13320         * lib/filenamecat.c: Renamed from path-concat.c.
13321         (file_name_concat): Renamed from path_concat.  All callers changed.
13322         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13323         * lib/filenamecat.h: Likewise.  All includers changed.
13324         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13325         in comments or local variable names.
13326         * lib/basename.c: Likewise.
13327         * lib/canonicalize.c, canonicalize.h: Likewise.
13328         * lib/dirname.c, dirname.h: Likewise.
13329         * lib/euidaccess.c: Likewise.
13330         * lib/exclude.c: Likewise
13331         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13332         * lib/fsusage.c, fsuage.h: Likewise.
13333         * lib/fts.c, fts_.h: Likewise.
13334         * lib/getcwd.c: Likewise.
13335         * lib/getloadavg.c: Likewise.
13336         * lib/mkstemp.c: Likewise.
13337         * lib/mountlist.c, mountlist.h: Likewise.
13338         * lib/openat.c, openat.h: Likewise.
13339         * lib/readlink-stub.c: Likewise.
13340         * lib/readutmp.c, readutmp.h: Likewise.
13341         * lib/rename.c: Likewise.
13342         * lib/rmdir.c: Likewise.
13343         * lib/same.c: Likewise.
13344         * lib/savedir.c: Likewise.
13345         * lib/stripslash.c: Likewise.
13346         * lib/tempname.c: Likewise.
13347         * lib/xreadlink.c: Likewise.
13348         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13349         All uses changed.
13350         * lib/exclude.h: Likewise.
13351
13352         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13353         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13354         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13355         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13356         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13357         files have been getting away with it for years (MORE/BSD 4.3
13358         is extinct now).
13359         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13360         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13361
13362         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13363         Define to 256, not 255, as per modern POSIX.
13364
13365 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         Sync from coreutils.
13368         Use "file name" when talking about file names, instead of "filename"
13369         or "path", as per the GNU coding standards.
13370         * MODULES.html.sh: mkdir-p renamed from makepath.
13371         filenamecat renamed from path-concat.
13372         * modules/filenamecat: Renamed from modules/path-concat.
13373         (Files): filenamecat.h and filenamecat.c renamed from
13374         path-concat.h and path-concat.c.
13375         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13376         (Include): filenamecat.h, not path-concat.h.
13377         * modules/mkdir-p: Renamed from modules/makepath.
13378         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13379         makepath.c.
13380         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13381         (Include): mkdir-p.h, not makepath.h.
13382
13383 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         Sync from coreutils.
13386         * m4/mkdir-p.m4: Renamed from makepath.m4.
13387         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13388         Rename files from makepath.c to mkdir-p.c, and from
13389         makepath.h to mkdir-p.h.
13390         * m4/filenamecat.m4: Renamed from path-concat.m4.
13391         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13392         Rename files from path-concat.c to filenamecat.c,
13393         and from path-concat.h to filenamecat.h.
13394         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13395         "file name" in local variables or comments.
13396         * m4/rename.m4: Likewise.
13397
13398 2005-06-01  Bruno Haible  <bruno@clisp.org>
13399
13400         * modules/csharpexec: New file.
13401         * MODULES.html.sh (C#): New section.
13402
13403 2005-06-01  Bruno Haible  <bruno@clisp.org>
13404
13405         * m4/csharp.m4: New file, from GNU gettext.
13406         * m4/csharpexec.m4: New file, from GNU gettext.
13407
13408 2005-06-01  Bruno Haible  <bruno@clisp.org>
13409
13410         * lib/csharpexec.h: New file, from GNU gettext.
13411         * lib/csharpexec.c: New file, from GNU gettext.
13412         * lib/csharpexec.sh.in: New file, from GNU gettext.
13413
13414 2005-05-31  Derek Price  <derek@ximbiot.com>
13415             Paul Eggert  <eggert@cs.ucla.edu>
13416
13417         Sync from cvs.
13418         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13419
13420 2005-05-31  Derek Price  <derek@ximbiot.com>
13421             Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         Sync from cvs.
13424         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13425
13426 2005-05-29  Derek Price  <derek@ximbiot.com>
13427
13428         * config/srclist.txt (glob_.h, glob.c): Add these files.
13429
13430 2005-05-29  Derek Price  <derek@ximbiot.com>
13431
13432         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13433         * modules/glob: New file.
13434         * modules/getlogin_r: Add link to POSIX spec in description.
13435
13436 2005-05-29  Derek Price  <derek@ximbiot.com>
13437             Paul Eggert  <eggert@cs.ucla.edu>
13438
13439         * m4/glob.m4: New file.
13440
13441 2005-05-29  Derek Price  <derek@ximbiot.com>
13442             Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         * lib/glob_.h, lib/glob.c: New files.
13445
13446 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13447
13448         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13449         * modules/fts-lgpl (Depends-on): Remove gettext.
13450
13451 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13452
13453         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13454         and don't require gt_INTTYPES_PRI.
13455
13456 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13457
13458         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13459
13460         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13461         the configuration hassle isn't worth it.
13462         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13463         (LONGEST_MODIFIER, PRIuMAX): Remove.
13464
13465 2005-05-27  Bruno Haible  <bruno@clisp.org>
13466
13467         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13468
13469 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13470
13471         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13472         _POSIX_PTHREAD_SEMANTICS for Solaris.
13473
13474 2005-05-25  Derek Price  <derek@ximbiot.com>
13475
13476         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13477
13478 2005-05-25  Derek Price  <derek@ximbiot.com>
13479             Paul Eggert  <eggert@cs.ucla.edu>
13480
13481         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13482         * lib/getlogin_r.c, getlogin_r.h: New files.
13483
13484 2005-05-25  Bruno Haible  <bruno@clisp.org>
13485             Derek Price  <derek@ximbiot.com>
13486
13487         * lib/getlogin_r.h: Simplify API documentation.
13488
13489 2005-05-23  Derek Price  <derek@ximbiot.com>
13490
13491         * modules/minmax (Files): Add m4/minmax.m4.
13492         (configure.ac): Add gl_MINMAX.
13493
13494 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13495
13496         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13497         so that unistd-safer.h (GPL'ed code) need not be included.
13498
13499 2005-05-22  Bruno Haible  <bruno@clisp.org>
13500
13501         * m4/minmax.m4: New file.
13502         Based on a patch by Derek Price <derek@ximbiot.com>.
13503
13504 2005-05-22  Bruno Haible  <bruno@clisp.org>
13505
13506         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13507         (INT64_MIN): Fix definition.
13508         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13509
13510         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13511         NEED_SIGNED_INT_TYPES.
13512
13513         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13514         HAVE_SYSTEM_INTTYPES.
13515
13516 2005-05-22  Bruno Haible  <bruno@clisp.org>
13517
13518         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13519         Also include <sys/param.h> if it defines MIN, MAX.
13520         Based on a patch by Derek Price <derek@ximbiot.com>.
13521
13522 2005-05-21  Jim Meyering  <jim@meyering.net>
13523
13524         * modules/fts (Files): Add m4/inttypes-pri.m4.
13525         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13526
13527 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13528
13529         New fts module.
13530         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13531         (setup_dir, free_dir): New functions.
13532         (enter_dir, leave_dir): Define trivial
13533         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13534         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13535         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13536         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13537         Move to fts-cycle.c.
13538         (fts_open): Use setup_dir.
13539         (fts_close): Use free_dir.
13540         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13541         This adds a label and some gotos, but the alternatives were messier.
13542         Check for memory allocation failure when entering a dir.
13543         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13544         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13545         (FTS): New member fts_cycle, that is a union that contains the
13546         old active_dir_ht and cycle_state.  All uses changed to mention
13547         fts_cycle.ht and fts_cycle.state.
13548         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13549         fts.c, with the following changes:
13550         (setup_dir, free_dir): New functions.
13551         (enter_dir): Now returns bool.  Return true if successful, false
13552         if memory exhausted.  All callers changed.
13553         Do not bother partly cleaning up on
13554         memory allocation failure; that is free_dir's job.
13555         However, free ad if hash_insert fails, to avoid memory leak.
13556         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13557         fts->fts_options to see which union member to use.
13558
13559 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13560
13561         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13562         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13563
13564 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13565
13566         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13567
13568 2005-05-20  Jim Meyering  <jim@meyering.net>
13569
13570         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13571         Now a macro, to pacify GCC.
13572
13573 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13574
13575         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13576         of -1.
13577
13578 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13579
13580         * lib/chown.c (rpl_chown): Return -1 on failure.
13581
13582 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13583
13584         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13585         Don't check for stddef.h.
13586         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13587         don't use its results.
13588         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13589         since we include them unconditionally.  Don't require
13590         AM_STDBOOL_H, since stdbool is a prerequisite.
13591         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13592         since we assume C89 or better.
13593         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13594         as we don't use their results.
13595         Don't check for fchdir, memmove, memset, strrchr, as we use
13596         them unconditionally.
13597         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13598         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13599
13600 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13603         Include <stddef.h> unconditionally, since we assume C89 now.
13604         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13605         * lib/fts.c: Include fts_.h first, to check interface.
13606         Do not include intprops.h; no longer needed.
13607         Include cycle-check.h and hash.h, since fts_.h no longer does.
13608         Remove unnecessary casts of closedir to void.
13609         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13610         decide whether to decrement nlinks.
13611         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13612         (FTS): Use struct hash_table * instead of Hash_table, so that
13613         we no longer need to include hash.h here.
13614
13615 2005-05-18  Jim Meyering  <jim@meyering.net>
13616
13617         * modules/dirfd (License): Change to LGPL.  Most of the code
13618         is already in the public domain.
13619
13620 2005-05-18  Jim Meyering  <jim@meyering.net>
13621
13622         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13623         Reported by Yoann Vandoorselaere.
13624
13625 2005-05-17  Jim Meyering  <jim@meyering.net>
13626
13627         * m4/fts.m4: New file, from coreutils.
13628
13629 2005-05-17  Jim Meyering  <jim@meyering.net>
13630
13631         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13632
13633 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         Sync from coreutils.
13636         * m4/unlinkdir.m4: New file.
13637
13638 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         Sync from coreutils.
13641         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13642         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13643         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13644         White space changes only.
13645         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13646         special.
13647         * lib/yesno.c: Include getline.h, not ctype.h.
13648         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13649         Use getline to remove arbitrary restriction on response length.
13650
13651 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * config/srclist-update: Spell out "Street" in FSF postal
13654         mail address; this is the style the FSF seems to prefer.
13655
13656         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13657         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13658         this updates FSF postal mail address.
13659
13660         Sync from coreutils.
13661         * modules/unlinkdir: New file.
13662         * modules/yesno (Depends-on): Add getline.
13663         * MODULES.html.sh (File system functions): Add unlinkdir.
13664
13665 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13668         lib/strsep.h:
13669         Change the initial comment to refer to GPL, not LGPL.
13670         gnulib-tool will change it to LGPL as needed.
13671
13672         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13673         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13674         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13675         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13676         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13677         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13678         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13679         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13680         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13681         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13682         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13683         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13684         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13685         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13686         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13687         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13688         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13689         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13690         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13691         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13692         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13693         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13694         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13695         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13696         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13697         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13698         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13699         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13700         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13701         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13702         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13703         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13704         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13705         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13706         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13707         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13708         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13709         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13710         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13711         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13712         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13713         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13714         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13715         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13716         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13717         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13718         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13719         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13720         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13721         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13722         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13723         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13724         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13725         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13726         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13727         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13728         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13729         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13730         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13731         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13732         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13733         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13734         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13735         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13736         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13737         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13738         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13739         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13740         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13741         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13742         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13743         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13744         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13745         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13746         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13747         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13748         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13749         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13750         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13751         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13752         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13753         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13754         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13755         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13756         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13757         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13758         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13759         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13760         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13761         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13762         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13763         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13764         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13765         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13766         lib/yesno.c, lib/yesno.h:
13767         Update FSF postal mail address.
13768
13769 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13770
13771         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13772         tests/test-memmem.c, tests/test-stpncpy.c:
13773         Update FSF postal mail address.
13774
13775 2005-05-13  Bruno Haible  <bruno@clisp.org>
13776
13777         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13778         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13779         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13780         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13781         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13782         Add support for 64-bit integers in the MSVC compiler.
13783
13784 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13785
13786         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13787
13788 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13789
13790         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13791
13792 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13793
13794         * doc/getdate.texi (General date syntax): Don't say that date
13795         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13796         Problem reported by Nic Ferrier.
13797
13798 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13799
13800         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13801         specified in ai_socktype. Fix invalid ai_protocol
13802         check. ai_protocol is usually set to 0 or depending on
13803         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13804         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13805         ai_socktype / ai_protocol in the returned addrinfo structure.
13806
13807 2005-05-10  Simon Josefsson  <jas@extundo.com>
13808
13809         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13810         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13811
13812 2005-05-10  Karl Berry  <karl@gnu.org>
13813
13814         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13815         (from http://www.gnu.org/licenses).
13816         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13817         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13818         fdl.texi suffices.
13819
13820 2005-05-10  Karl Berry  <karl@gnu.org>
13821
13822         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13823         (COPYING.DOC): remove.
13824
13825         * config/srclist-update: new FSF address.
13826
13827 2005-05-10  Derek Price  <derek@ximbiot.com>
13828
13829         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13830         possible.
13831
13832 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13833             Bruno Haible  <bruno@clisp.org>
13834
13835         * modules/inet_ntop: New file.
13836         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13837         inet_ntop.
13838
13839 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13840             Bruno Haible  <bruno@clisp.org>
13841
13842         * m4/inet_ntop.m4: New file.
13843
13844 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13845             Bruno Haible  <bruno@clisp.org>
13846
13847         * lib/inet_ntop.h: New file.
13848         * lib/inet_ntop.c: New file, from glibc with modifications.
13849
13850 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13851
13852         * modules/time_r (License): Change to LGPL.
13853         * modules/extensions (License): Change to LGPL.  Actually,
13854         the license is more permissive than that, but currently gnulib-tool
13855         doesn't know how to handle more-permissive licenses.
13856
13857         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13858         Problem reported by Dave Love.
13859
13860 2005-05-08  Jim Meyering  <jim@meyering.net>
13861
13862         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13863         blank.
13864
13865 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13866
13867         * modules/argmatch (Depends-on): Add stdbool.
13868         * modules/backupfile (Depends-on): Likewise.
13869         * modules/chdir-long (Depends-on): Likewise.
13870         * modules/closeout (Depends-on): Likewise.
13871         * modules/cycle-check (Depends-on): Likewise.
13872         * modules/dirname (Depends-on): Likewise.
13873         * modules/fnmatch (Depends-on): Likewise.
13874         * modules/fsusage (Depends-on): Likewise.
13875         * modules/fwriteerror (Depends-on): Likewise.
13876         * modules/getcwd (Depends-on): Likewise.
13877         * modules/getloadavg (Depends-on): Likewise.
13878         * modules/hard-locale (Depends-on): Likewise.
13879         * modules/makepath (Depends-on): Likewise.
13880         * modules/mountlist (Depends-on): Likewise.
13881         * modules/nanosleep (Depends-on): Likewise.
13882         * modules/posixtm (Depends-on): Likewise.
13883         * modules/quotearg (Depends-on): Likewise.
13884         * modules/readtokens (Depends-on): Likewise.
13885         * modules/readtokens0 (Depends-on): Likewise.
13886         * modules/readutmp (Depends-on): Likewise.
13887         * modules/save-cwd (Depends-on): Likewise.
13888         * modules/strftime (Depends-on): Likewise.
13889         * modules/userspec (Depends-on): Likewise.
13890         * modules/utimecmp (Depends-on): Likewise.
13891         * modules/xgetcwd (Depends-on): Likewise.
13892         * modules/xnanosleep (Depends-on): Likewise.
13893         * modules/xstrtod (Depends-on): Likewise.
13894         * modules/yesno (Depends-on): Likewise.
13895
13896 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13897
13898         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13899         needless checks.
13900
13901 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13902
13903         Merge from coreutils.  Among other things,
13904         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13905         * lib/fd-safer.c: New file.
13906         * lib/fcntl-safer.h, open-safer.c: Remove.
13907         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13908         * lib/dup-safer.c: Include unistd-safer.h first.
13909         Don't include errno.h.
13910         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13911         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13912         * lib/file-type.c: Rely on file-type.h change.
13913         * lib/getloadavg.c: Include unistd-safer.h.
13914         (getloadavg): Use safer open.
13915         * lib/getusershell.c: Include "stdio-safer.h".
13916         (getusershell): Use safer fopen.
13917         * lib/long-options.c (long_options): Use NULL rather than 0.
13918         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13919         'free'.
13920         * lib/modechange.c: Likewise.
13921         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13922         (MODE_DONE): New constant.
13923         (struct mode_change): Remove 'next' member.
13924         (make_node_op_equals): New function; like the old one of the
13925         same name, except it allocates an array.
13926         (mode_compile, mode_create_from_ref): Use it.
13927         (mode_compile): Allocate result as an array, not a linked list.
13928         Parse octal string ourself, so that we catch mistakes like "+0".
13929         (mode_adjust): Arg is an array, not a linked list.
13930         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13931         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13932         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13933         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13934         Remove.  This is now stat-macros.h's job.
13935         (talloc): Remove.  All callers replaced by xalloc, so that
13936         our invokers don't have to worry about reporting memory failures.
13937         (make_node_op_equals): Remove.
13938         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13939         New constants.
13940         (struct mode_change): Moved here from modechange.h.
13941         (mode_append_entry): Remove.
13942         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13943         apps to have incorrect behavior.  Use simpler algorithm for head
13944         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13945         Detect more invalid usages rather than having somewhat-random behavior.
13946         Don't insert an "a=" action, as that leads to incorrect behavior.
13947         (mode_compile, mode_create_from_ref): Return NULL on error instead
13948         of an enum, since now there's only one way to have an error.  All
13949         callers changed.
13950         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13951         at the correct time.  Simplify calculation of "+u" and its ilk.
13952         Don't mishandle "+X".
13953         (mode_free): Remove "register" and localize decls.
13954         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13955         (struct mode_change): Move to modechange.c; callers don't
13956         need to see this stuff.
13957         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13958         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13959         (mode_change, mode_adjust): Reflect the new signatures noted above.
13960         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13961         that might redefine system include files.
13962         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13963         (my_usleep): Use NULL rather than (void *) 0.
13964         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13965         Use siginterrupt to specify that system calls should be interrupted.
13966         (rpl_nanosleep): Move initialization of suspended closer to call of
13967         my_usleep.
13968         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13969         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13970         (desirable_utmp_entry): New function.
13971         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13972         using x2nrealloc, to simplify logic.
13973         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13974         size calculation.  Do not assume utmp file is a regular file.
13975         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13976         (READ_UTMP_CHECK_PIDS): New constant.
13977         * lib/save-cwd.c: Include unistd-safer.h.
13978         (save_cwd): Use fd_safer.
13979         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13980         [!_LIBC] Include "stat-macros.h" instead.
13981         * lib/unistd-safer.h (fd_safer): New decl.
13982
13983 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * modules/getloadavg (Depends-on): Add unistd-safer.
13986         * modules/getusershell (Depends-on): Add stdio-safer.
13987         * modules/lstat (Depends-on): Remove xalloc.
13988         * modules/mkstemp (Depends-on): Add stat-macros.
13989         * modules/modechange (Depends-on): Remove xstrtol.
13990         Add stat-macros, xalloc.
13991         * modules/save-cwd (Depends-on): Add unistd-safer.
13992         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13993         * modules/unistd-safer (Files): Add lib/fd-safer.c
13994         (Makefile.am): Remove lib_SOURCES.
13995
13996         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13997         Remove fcntl-safer; unistd-safer supersedes it.
13998
13999 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14000
14001         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14002         AC_HEADER_STAT.
14003         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14004         (gl_PREREQ_CHOWN): Remove.
14005         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14006         it.  Don't require AC_HEADER_STAT.
14007         (gl_PREREQ_LSTAT): Remove.
14008         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14009         Don't require AC_HEADER_STAT.
14010         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14011         (gl_PREREQ_RMDIR): Remove.
14012         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14013         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14014         the stat-macros module a prerequisite.
14015         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14016         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14017         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14018         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14019         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14020         variable names.
14021         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14022         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14023         variable prefixes.
14024         * m4/fcntl-safer.m4: Remove.
14025         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14026         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14027         Invoke gl_PREREQ_FD_SAFER.
14028         (gl_PREREQ_FD_SAFER): New macro.
14029         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14030         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14031         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14032         Remove duplicate call to AC_LIBOBJ(readutmp).
14033         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14034
14035         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14036         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14037
14038 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14039
14040         * MODULES.html.sh (Misc): Add byteswap.
14041
14042 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14043
14044         * modules/getcwd (Depends-on): Add extensions.
14045         * modules/openat (Depends-on): Likewise.
14046
14047 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14048
14049         * modules/byteswap: New file.
14050
14051 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14052
14053         * m4/byteswap.m4: New file.
14054
14055 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14056
14057         * lib/byteswap_.h: New file.
14058
14059 2005-04-25  Karl Berry  <karl@gnu.org>
14060
14061         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14062
14063 2005-04-25  Albert Chin  <china@thewrittenword.com>
14064
14065         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14066         Toolkit C bug.
14067
14068 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14069
14070         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14071         (func_ln_if_changed) Remove forcibly for no error message
14072         in case file does not exist.
14073
14074 2005-04-19  Simon Josefsson  <jas@extundo.com>
14075
14076         * gnulib-tool (Options): Make --symlink mean --symbolic.
14077
14078 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14079
14080         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14081
14082 2005-04-16  Simon Josefsson  <jas@extundo.com>
14083
14084         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14085
14086 2005-04-15  Simon Josefsson  <jas@extundo.com>
14087
14088         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14089
14090 2005-04-15  Simon Josefsson  <jas@extundo.com>
14091
14092         * gnulib-tool: Rename --symlink to --symbolic.
14093
14094 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14095
14096         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14097         symbolic links to files instead of copying/moving.  Add --aux-dir,
14098         specifying directory relative --dir where auxiliary build tools
14099         are placed.
14100
14101 2005-04-14  Bruno Haible  <bruno@clisp.org>
14102
14103         * modules/allocsa (License): Change to LGPL.
14104         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14105
14106 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14107
14108         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14109         that "UTC +1 second" continues to work.  Problem reported
14110         by Dmitry V. Levin.
14111         (relunit_snumber): New rule.
14112         (relunit): Use it.
14113
14114 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/getdate.y (universal_time_zone_table): New constant.
14117         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14118         universal_time_zone_table.
14119         (lookup_zone): Prefer universal_time_zone_table to
14120         local_time_zone_table, so that "GMT" time stamps are allowed in
14121         London during the summer.  Problem reported by Ian Abbott.
14122
14123 2005-04-12  Jim Meyering  <jim@meyering.net>
14124
14125         * lib/human.c (humblock): Set *options even when returning due to
14126         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14127         warning from gcc-4.
14128
14129 2005-04-09  Jim Meyering  <jim@meyering.net>
14130
14131         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14132         -Wuninitialized: initialize tm0.tm_year.
14133
14134 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14135
14136         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14137         count, since there's no maximum.  All uses changed.
14138         Add member dsts_seen.
14139         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14140         not being INT_MAX.
14141         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14142         Use pc_rels_seen to decide whther a date is absolute.
14143
14144         * lib/getdate.y (number): Don't overwrite year.
14145         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14146         check.
14147
14148 2005-04-02  Simon Josefsson  <jas@extundo.com>
14149
14150         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14151         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14152
14153 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14154
14155         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14156         where no absolute path name can be longer than PATH_MAX.
14157
14158 2005-03-27  Jim Meyering  <jim@meyering.net>
14159
14160         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14161
14162 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14165         "one's complement" -> "ones' complement" in comment, as per Knuth.
14166         "value of type" -> "type or expression" in comment.
14167         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14168
14169 2005-03-26  Jim Meyering  <jim@meyering.net>
14170
14171         Comment nits.
14172         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14173         Correct typos: s/or/of/.
14174
14175 2005-03-26  Jim Meyering  <jim@meyering.net>
14176
14177         * modules/check-include-files: Move to ../ and rename to...
14178         * check-module: ...this.
14179
14180 2005-03-25  Jim Meyering  <jim@meyering.net>
14181
14182         * modules/xvasprintf (Files): Add xalloc.h.
14183
14184 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         * modules/gettext (Files): config/config.rpath ->
14187         build-aux/config.rpath
14188         * modules/iconv (Files): Likewise.
14189         Problem reported by Oskar Liljeblad.
14190
14191 2005-03-23  Jim Meyering  <jim@meyering.net>
14192
14193         * modules/check-include-files: New script to check for
14194         missing dependencies, multiple includes, etc.
14195
14196         * modules/c-strtold (Depends-on): Add xalloc.
14197         * modules/c-strtod (Depends-on): Add xalloc.
14198         * modules/hash (Depends-on): Add xalloc.
14199         (Files): Remove lib/xalloc.h.
14200
14201         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14202         * modules/userspec (Files): Add lib/inttostr.h.
14203
14204 2005-03-23  Jim Meyering  <jim@meyering.net>
14205
14206         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14207
14208 2005-03-22  Jim Meyering  <jim@meyering.net>
14209
14210         * modules/stat-macros: New module.
14211         * modules/canonicalize, modules/euidaccess, modules/file-type,
14212         * modules/filemode, modules/lchown, modules/makepath,
14213         * modules/rmdir, modules/stat: Depend on new stat-macros module
14214         rather than listing lib/stat-macros.h manually.
14215         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14216
14217 2005-03-22  Jim Meyering  <jim@meyering.net>
14218
14219         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14220
14221 2005-03-22  Bruno Haible  <bruno@clisp.org>
14222
14223         * config/srclist.txt: Replace target directory 'config' with
14224         'build-aux'.
14225         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14226         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14227         ../build-aux/.
14228
14229 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14230
14231         * modules/chdir-long (Depends-on): Add mempcpy.
14232
14233         * modules/acl, modules/backupfile, modules/c-strtod,
14234         modules/c-strtold, modules/canon-host, modules/canonicalize,
14235         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14236         modules/exclude, modules/exitfail, modules/file-type,
14237         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14238         modules/getdate, modules/getline, modules/getpagesize,
14239         modules/getpass, modules/getugroups, modules/group-member,
14240         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14241         modules/inttostr, modules/long-options, modules/makepath,
14242         modules/md5, modules/memcasecmp, modules/memcoll,
14243         modules/modechange, modules/mountlist, modules/path-concat,
14244         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14245         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14246         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14247         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14248         modules/strftime, modules/strndup, modules/strverscmp,
14249         modules/timespec, modules/unlocked-io, modules/userspec,
14250         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14251         modules/yesno:
14252         Remove lib_SOURCES line from Makefile.am section, as this is now
14253         done automatically by the corresponding Autoconf macro.
14254
14255 2005-03-21  Jim Meyering  <jim@meyering.net>
14256
14257         Changes imported from coreutils.
14258
14259         * lib/cycle-check.c: Don't include xalloc.h.
14260
14261         * lib/path-concat.c: Don't include assert.h.
14262         (path_concat): Remove assertion that would have triggered
14263         for ABASE starting with more than one slash.
14264         Reported by Andreas Schwab.
14265
14266         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14267         properly when ABASE is an absolute file name.
14268         Correct the description of this function.
14269         Include <assert.h>.
14270         Add an assertion and a test driver.
14271         This fixes a bug introduced on 2004-07-02.
14272         Andreas Schwab reported the resulting failure of cp --parents:
14273         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14274
14275 2005-03-21  Jim Meyering  <jim@meyering.net>
14276
14277         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14278         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14279
14280 2005-03-21  Jim Meyering  <jim@meyering.net>
14281         and  Paul Eggert  <eggert@cs.ucla.edu>
14282
14283         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14284         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14285         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14286         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14287         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14288         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14289         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14290         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14291         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14292         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14293         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14294         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14295         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14296         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14297         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14298         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14299         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14300         for these modules.
14301
14302 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14303
14304         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14305         (which shouldn't happen), generate nothing instead of returning 0
14306         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14307
14308 2005-03-16  Bruno Haible  <bruno@clisp.org>
14309
14310         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14311         HAVE_LONGLONG_64BIT.
14312
14313 2005-03-16  Bruno Haible  <bruno@clisp.org>
14314
14315         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14316         HAVE_LONGLONG_64BIT.
14317
14318 2005-03-16  Bruno Haible  <bruno@clisp.org>
14319
14320         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14321         HAVE_LONGLONG_64BIT.
14322
14323 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14326         reliably distinguish strftime failure from empty output on POSIX
14327         hosts.
14328
14329 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14330
14331         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14332         (iconv_string): Don't guess a size-zero buffer, as that might cause
14333         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14334         result would be 'too large', where 'too large' is (heuristically)
14335         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14336         overflow concerns.  This will prevent some unwanted malloc failures
14337         when the inputs are very large.
14338
14339 2005-03-15  Karl Berry  <karl@gnu.org>
14340
14341         * config/srclist.txt (config.rpath): from gettext.
14342         * config/config.rpath: update.
14343
14344 2005-03-15  Bruno Haible  <bruno@clisp.org>
14345
14346         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14347         to 'negate'.
14348
14349         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14350         variable.
14351
14352         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14353         results.
14354
14355 2005-03-14  Simon Josefsson  <jas@extundo.com>
14356
14357         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14358         <fx@gnu.org>.
14359
14360 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14363         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14364         intprops.h.
14365         * lib/strtol.c: Likewise.
14366
14367 2005-03-14  Jim Meyering  <jim@meyering.net>
14368
14369         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14370         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14371         to be nonzero so that we (and caller) can detect the difference
14372         between a valid zero-length expansion and an error return, even
14373         when the underlying strftime fails before writing anything into
14374         that location.
14375
14376 2005-03-14  Bruno Haible  <bruno@clisp.org>
14377
14378         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14379         Update from GNU gettext 0.14.3.
14380
14381 2005-03-10  Jim Meyering  <jim@meyering.net>
14382
14383         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14384
14385 2005-03-10  Jim Meyering  <jim@meyering.net>
14386
14387         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14388         so that this module works on systems without fchdir.
14389
14390 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         Factor int-properties macros into a single file, except for
14393         glibc-related files.
14394         * lib/intprops.h: New file.
14395         * lib/getloadavg.c: Include it instead of limits.h.
14396         (INT_STRLEN_BOUND): Remove.
14397         * lib/human.c: Include intprops.h.
14398         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14399         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14400         302/1000.
14401         * lib/inttostr.h: Include intprops.h instead of limits.h.
14402         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14403         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14404         for consistency with intprops.h.
14405         (time_t_is_integer, twos_complement_arithmetic): Use them.
14406         * lib/sig2str.h: Include <signal.h>, intprops.h.
14407         (INT_STRLEN_BOUND): Remove.
14408         * lib/strftime.c (TYPE_SIGNED): Remove.
14409         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14410         * lib/strtol.c: Adjust comments to match intprops.h.
14411         * lib/userspec.c: Include intprops.h.
14412         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14413         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14414         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14415         instead of rolling our own expressions.
14416         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14417
14418         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14419         instead of int.
14420         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14421         the right thing even if adding 1900 would overflow.  Similarly
14422         for tm_mon + 1 and tm_yday + 1.
14423         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14424         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14425         (DO_SIGNED_NUMBER): New macro.
14426         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14427
14428 2005-03-07  Bruno Haible  <bruno@clisp.org>
14429
14430         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14431
14432 2005-03-07  Bruno Haible  <bruno@clisp.org>
14433
14434         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14435
14436 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14437
14438         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14439         (func_import): Only replace files via --import when they have actually
14440         changed.
14441
14442 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14443
14444         * m4/mmap-anon.m4: New file.
14445         * m4/pagealign_alloc.m4: New file.
14446
14447 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14448             Bruno Haible  <bruno@clisp.org>
14449
14450         * modules/pagealign_alloc: New file.
14451         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14452
14453 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14454             Bruno Haible  <bruno@clisp.org>
14455
14456         * lib/pagealign_alloc.h: New file.
14457         * lib/pagealign_alloc.c: New file.
14458
14459 2005-03-03  Bruno Haible  <bruno@clisp.org>
14460
14461         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14462         Use an all-permissive copyright notice, recommended by RMS.
14463
14464 2005-03-02  Bruno Haible  <bruno@clisp.org>
14465
14466         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14467         of AIX, the replacement has to be done only after <string.h> is
14468         included, therefore not in config.h. stpncpy.h does the replacement,
14469         and stpncpy.c uses it.
14470
14471 2005-03-02  Bruno Haible  <bruno@clisp.org>
14472
14473         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14474         stpncpy.c uses it.
14475
14476 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14479         The workaround isn't strictly needed for POSIX conformance, and
14480         it's too much of a pain to configure and maintain.  We'll ask
14481         people to fix their kernels instead.
14482         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14483         (NANOSLEEP_BUG_WORKAROUND): Remove.
14484         (xnanosleep): Remove the workaround.
14485
14486 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14487
14488         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14489         Reported by Derek Price.
14490         (Include): Add "timespec.h".
14491
14492         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14493
14494 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14497         to detect nanosleep bug.
14498
14499 2005-03-01  Bruno Haible  <bruno@clisp.org>
14500
14501         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14502
14503 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * modules/gethrxtime: New file.
14506         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14507         (Depends-on): Add gethrxtime.
14508         (configure.ac): Add gl_XNANOSLEEP.
14509         (Makefile.am): Remove lib_SOURCES line.
14510
14511 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14514         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14515
14516 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14519         * lib/timespec.h (gettime): Return void, since it always
14520         succeeds now.  All uses changed.
14521         * lib/gettime.c (gettime) Likewise.
14522         [HAVE_NANOTIME]: Prefer nanotime.
14523         Assume gettimeofday succeeds, as POSIX requires.
14524         Assime time () succeeds, since other code already does.
14525         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14526         (timespec_subtract): Remove.
14527         (NANOSLEEP_BUG_WORKAROUND): New constant.
14528         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14529         things considerably.  Use it only on GNU/Linux hosts, since the
14530         workaround shouldn't be needed elsewhere.
14531
14532 2005-02-24  Bruno Haible  <bruno@clisp.org>
14533
14534         * modules/gettext (Files): Add m4/glibc2.m4.
14535
14536 2005-02-24  Bruno Haible  <bruno@clisp.org>
14537
14538         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14539         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14540         * m4/progtest.m4:
14541         Update from GNU gettext 0.14.2.
14542         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14543
14544 2005-02-24  Bruno Haible  <bruno@clisp.org>
14545
14546         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14547         * lib/config.charset: Update from GNU gettext 0.14.2.
14548
14549 2005-02-24  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/gettext.h: Update from GNU gettext 0.14.2.
14552
14553 2005-02-23  Simon Josefsson  <jas@extundo.com>
14554
14555         * m4/iconvme.m4: New file.
14556
14557 2005-02-23  Jim Meyering  <jim@meyering.net>
14558
14559         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14560         change.
14561         Thanks to Bruno Haible for catching it.
14562
14563 2005-02-22  Simon Josefsson  <jas@extundo.com>
14564
14565         * modules/iconvme: New file.
14566
14567         * MODULES.html.sh: Add iconvme.
14568
14569 2005-02-22  Simon Josefsson  <jas@extundo.com>
14570
14571         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14572
14573 2005-02-22  Simon Josefsson  <jas@extundo.com>
14574
14575         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14576
14577 2005-02-22  Jim Meyering  <jim@meyering.net>
14578
14579         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14580         s/ifndef/ifdef/.
14581
14582 2005-02-20  Neil Conway  <neilc@samurai.com>
14583
14584         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14585         returned by OSX/Darwin if the specified buffer is not large
14586         enough for the hostname.
14587
14588 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14589
14590         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14591         pass it to _help, otherwise the latter coredumps trying to
14592         dereference state.root_argp.
14593
14594 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14595
14596         * modules/chdir-long (Depends-on): Add memrchr.
14597         * modules/memrchr (Files): Add lib/memrchr.h.
14598         (Include): "memrchr.h".
14599
14600 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14601
14602         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14603
14604 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * lib/memrchr.h: New file.
14607         * lib/chdir-long.c: Include it.
14608         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14609         Don't bother including stddef.h.
14610
14611 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14614         inclusion.
14615         Include <sys/types.h>, for dev_t.
14616         (ME_DUMMY, ME_REMOTE): Move from here....
14617         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14618         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14619         Dmitry V. Levin.
14620         Include mountlist.h first, to test the interface.
14621
14622 2005-01-29  Bruno Haible  <bruno@clisp.org>
14623
14624         * lib/progname.c (program_name): Initialize.
14625         Needed when linking statically on MacOS X.
14626
14627 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14628
14629         Sync from coreutils.
14630         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14631         (Depends-on): Add c-strtod.
14632         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14633
14634 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         Sync from coreutils.
14637         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14638
14639         Remove files that are specific to coreutils.
14640         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14641
14642 2005-01-28  Bruno Haible  <bruno@clisp.org>
14643
14644         * modules/javacomp: New file.
14645         * MODULES.html.sh (Java): Add javacomp.
14646
14647 2005-01-28  Bruno Haible  <bruno@clisp.org>
14648
14649         * m4/javacomp.m4: New file, from GNU gettext.
14650
14651 2005-01-28  Bruno Haible  <bruno@clisp.org>
14652
14653         * lib/javacomp.sh.in: New file, from GNU gettext.
14654         * lib/javacomp.h: New file, from GNU gettext.
14655         * lib/javacomp.c: New file, from GNU gettext.
14656
14657 2005-01-26  Simon Josefsson  <jas@extundo.com>
14658
14659         * lib/gai_strerror.c: Use GPL in header.
14660
14661 2005-01-26  Bruno Haible  <bruno@clisp.org>
14662
14663         * modules/javaexec: New file.
14664         * MODULES.html.sh (Java): Add javaexec.
14665
14666 2005-01-26  Bruno Haible  <bruno@clisp.org>
14667
14668         * m4/javaexec.m4: New file, from GNU gettext.
14669
14670 2005-01-26  Bruno Haible  <bruno@clisp.org>
14671
14672         * lib/javaexec.sh.in: New file, from GNU gettext.
14673         * lib/javaexec.h: New file, from GNU gettext.
14674         * lib/javaexec.c: New file, from GNU gettext.
14675
14676 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14677
14678         * modules/lchown (Depends-on): Remove lchown.h
14679
14680 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14681
14682         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14683         must be defined if the header file was not found, in order
14684         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14685
14686 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14687
14688         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14689         initializers for struct pentry_state.
14690         (__argp_error): Check return value of __asprintf
14691         (__argp_failure): Translate error message
14692
14693         * lib/argp-parse.c: Removed braces around the expansion of N_()
14694
14695 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14698         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14699         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14700         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14701         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14702         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14703         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14704         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14705         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14706         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14707         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14708         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14709         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14710         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14711         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14712         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14713         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14714         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14715         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14716         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14717         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14718         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14719         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14720         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14721         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14722         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14723         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14724         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14725         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14726         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14727         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14728         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14729         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14730         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14731         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14732         Use an all-permissive copyright notice, recommended by RMS.
14733
14734 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         * modules/chdir-long (Depends-on): Remove mempcpy.
14737
14738 2005-01-21  Jim Meyering  <jim@meyering.net>
14739
14740         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14741         same value as for Solaris 9.
14742
14743         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14744         component length.  This included changing the parameter to be
14745         of type `char *' rather than `char const *'.
14746         * lib/chdir-long.h (chdir_long): Update prototype.
14747
14748         * lib/openat.c (fdopendir, fstatat): New functions.
14749         * lib/openat.h: Include headers required for use of DIR and struct
14750         stat.
14751         [AT_SYMLINK_NOFOLLOW]: Define.
14752         (fdopendir, fstatat): Add prototypes.
14753
14754 2005-01-21  Bruno Haible  <bruno@clisp.org>
14755
14756         * modules/classpath: New file.
14757         * MODULES.html.sh (Java): Add classpath.
14758
14759 2005-01-21  Bruno Haible  <bruno@clisp.org>
14760
14761         * lib/classpath.h: New file, from GNU gettext.
14762         * lib/classpath.c: New file, from GNU gettext.
14763
14764 2005-01-20  Simon Josefsson  <jas@extundo.com>
14765
14766         * modules/version-etc-fsf: New file.
14767
14768 2005-01-20  Simon Josefsson  <jas@extundo.com>
14769
14770         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14771         * lib/version-etc.c: Remove version_etc_copyright.
14772         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14773         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14774
14775 2005-01-20  Simon Josefsson  <jas@extundo.com>
14776
14777         * lib/base64.h (isbase64): Add.
14778
14779         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14780         using a unsigned prototype, don't inline.
14781         (base64_decode): Use it.
14782
14783 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14786         it.
14787
14788 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * lib/save-cwd.c (save_cwd): Remove code to support the case
14791         where fchdir is missing or flaky.
14792
14793 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14794
14795         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14796
14797 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14798
14799         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14800         AC_LIBSOURCES now does this.
14801         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14802         with new ullong_max module.
14803
14804 2005-01-19  Bruno Haible  <bruno@clisp.org>
14805
14806         * modules/sh-quote: New file.
14807         * MODULES.html.sh (Executing programs): Add sh-quote.
14808
14809 2005-01-19  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/sh-quote.h: New file, from GNU gettext.
14812         * lib/sh-quote.c: New file, from GNU gettext.
14813
14814 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         Merge from coreutils.
14817         * m4/ullong_max.m4: New file.
14818         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14819         (gl_MACROS): Assume localeconv exists.
14820
14821 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         Merge changes from coreutils, as described below in several
14824         changelogs dated today.
14825
14826         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14827         (O_DIRECTORY): Remove; not needed here, since "." must be
14828         a directory.  All uses removed.
14829         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14830         universal on Suns, and we also need to test for IRIX.
14831         Revamp code to use 'if' rather than '#if'.
14832         Avoid unnecessary comparison of cwd->desc to 0.
14833
14834         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14835         for known valid error numbers rather than observed invalid ones.
14836
14837 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14838
14839         * modules/ullong_max: New file.
14840
14841         * modules/chdir-long, modules/openat: New files.
14842         * modules/save-cwd (Depends-on): Depend on chdir-long.
14843         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14844
14845 2005-01-18  Jim Meyering  <jim@meyering.net>
14846
14847         Merge from coreutils.
14848         * m4/chdir-long.m4, m4/openat.m4: New files.
14849         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14850         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14851         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14852         is sane and DOES follow symlinks.  Besides, testing 20 different
14853         systems found no broken chown implementations.
14854         Prompted by a change in rsync's copy of this macro.
14855         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14856
14857         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14858
14859         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14860         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14861         NULL-means-set-to-current-time semantics.
14862         Remove temporary file immediately, rather than waiting
14863         for configure's at-exit trap code to do it.
14864
14865 2005-01-18  Jim Meyering  <jim@meyering.net>
14866
14867         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14868
14869         * lib/utimens.c (futimens): Account for the fact that futimes
14870         can also fail with errno == ENOSYS or errno == ENOENT.
14871         Patch from Dmitry V. Levin.
14872
14873         Change the name of the robust chdir function from chdir to chdir_long.
14874         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14875         (restore_cwd): Use chdir_long, not chdir.
14876         * lib/chdir-long.c: Renamed from chdir.c.
14877         * lib/chdir-long.h: Renamed from chdir.h.
14878         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14879         Hurd.
14880
14881 2005-01-18  Bruno Haible  <bruno@clisp.org>
14882
14883         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14884         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14885         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14886         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14887         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14888         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14889         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14890         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14891         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14892         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14893         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14894         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14895         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14896         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14897         Use an all-permissive copyright notice, recommended by RMS.
14898
14899 2005-01-18  Bob Proulx  <bob@proulx.com>
14900
14901         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14902         simplify offsetof() macro construct to avoid compile failure with
14903         native HP-UX 11.0 ANSI C compiler.
14904
14905 2005-01-17  Bruno Haible  <bruno@clisp.org>
14906
14907         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14908         redundant because stpncpy.m4 takes care of it.
14909
14910 2005-01-17  Bruno Haible  <bruno@clisp.org>
14911
14912         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14913
14914 2005-01-17  Bruno Haible  <bruno@clisp.org>
14915
14916         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14917         used.
14918
14919 2005-01-17  Bruno Haible  <bruno@clisp.org>
14920
14921         * lib/fwriteerror.h (fwriteerror): Change specification to include
14922         fclose.
14923         * lib/fwriteerror.c: Include <stdbool.h>.
14924         (fwriteerror): At the end, close the file stream. Record whether
14925         stdout was already closed.
14926
14927 2005-01-17  Bruno Haible  <bruno@clisp.org>
14928
14929         * lib/execute.c (environ): Declare if needed.
14930         * lib/pipe.c (environ): Likewise.
14931         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14932
14933 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14934
14935         * modules/argp: Depend on vsnprintf
14936
14937 2005-01-10  Jim Meyering  <jim@meyering.net>
14938
14939         * modules/closeout (Depends-on): Add atexit.
14940
14941 2005-01-06  Bruno Haible  <bruno@clisp.org>
14942
14943         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14944
14945 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14948         definitions to be after all include files, to avoid collisions.
14949         Problem reported by Bob Proulx.
14950
14951 2005-01-04  Jim Meyering  <jim@meyering.net>
14952
14953         Changes imported from coreutils.
14954         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14955         as the mkstemp template, use a temporary directory and an
14956         8.3-friendly template to avoid trouble on systems like DJGPP.
14957         Reported by Juan M. Guerrero via Stepan Kasal.
14958         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14959         close. Remove the temporary directory right away, rather than waiting
14960         for configure's at-exit trap code to do it.
14961         Suggestion from Stepan Kasal.
14962
14963 2005-01-01  Simon Josefsson  <jas@extundo.com>
14964
14965         * gnulib-tool: Print #include directives when --import'ing.
14966
14967 2004-12-28  Simon Josefsson  <jas@extundo.com>
14968
14969         * tests/test-base64.c: Include required header files.  Remove
14970         unused variables.
14971
14972 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14973
14974         * modules/error (Depends-on): Remove gettext.
14975
14976 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14977
14978         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14979         not needed.  This removes a dependency on the gettext module.
14980         [defined _LIBC]: Do not include <libintl.h>; not needed.
14981
14982 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14985         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14986
14987 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14988
14989         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14990         HAVE_DECL_STRTOLD.
14991
14992 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14993
14994         * modules/getdate (Depends-on): Remove alloca-opt.
14995
14996 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14997
14998         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14999
15000 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15001
15002         * lib/argp-parse.c: Include <stddef.h>.
15003         (alignof, alignto): New macros.
15004         (parser_init): Don't assume that void * is aligned sufficiently
15005         for struct option.
15006
15007         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15008         need to extend the stack.
15009         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15010         large.
15011
15012 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15013
15014         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15015
15016 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15019         (2004-10-24) change.  Apparently this was a false alarm.
15020
15021         * modules/getdate: Depend on alloca-opt, not alloca.
15022
15023 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15024
15025         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15026         Remove now-obsolete comment about AIX.
15027         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15028         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15029         (YYMAXDEPTH): New macro.
15030
15031 2004-12-18  Simon Josefsson  <jas@extundo.com>
15032
15033         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15034
15035 2004-12-18  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15038
15039 2004-12-18  Bruno Haible  <bruno@clisp.org>
15040
15041         * lib/fatal-signal.c (fatal_signals): Make non-const.
15042         (init_fatal_signals): New function.
15043         (uninstall_handlers, install_handlers): Ignore signals that were set to
15044         SIG_IGN.
15045         (at_fatal_signal): Call init_fatal_signals.
15046         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15047         SIG_IGN.
15048         Reported by Paul Eggert.
15049
15050 2004-12-18  Bruno Haible  <bruno@clisp.org>
15051
15052         * doc/alloca.texi: New file.
15053         * doc/alloca-opt.texi: New file.
15054
15055 2004-12-17  Jim Meyering  <jim@meyering.net>
15056
15057         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15058         Otherwise, install-sh could exit with improper exit status when
15059         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15060
15061 2004-12-16  Simon Josefsson  <jas@extundo.com>
15062
15063         * tests/test-base64.c: Add license.
15064
15065 2004-12-15  Stepan Kasal  <address@hidden>
15066
15067         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15068
15069 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         * modules/getcwd (Files): Add m4/d-ino.m4.
15072         Suggested by Mark D. Baushke.
15073
15074 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * lib/getdate.y (textint): New member "negative".
15077         (time_zone_hhmm): New function.
15078         Expect 14 shift-reduce conflicts, not 13.
15079         (o_colon_minutes): New rule.
15080         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15081         (yylex): Set the "negative" member of signed numbers.
15082
15083 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * doc/getdate.texi (Time of day items, Time zone items):
15086         Describe new formats +00:00, UTC+00:00.
15087
15088 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15091         spurious "-l"s.  Problem reported by Stepan Kasal.
15092
15093 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15096         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15097
15098 2004-12-04  Simon Josefsson  <jas@extundo.com>
15099
15100         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15101         Vandoorselaere <yoann@prelude-ids.org>.
15102
15103 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         Changes imported from coreutils.
15106         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15107         exist.
15108         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15109
15110 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15111
15112         Changes imported from coreutils.
15113         * lib/hard-locale.c: Assume <locale.h> exists.
15114         Include "strdup.h".
15115         (GLIBC_VERSION): New macro.
15116         (hard_locale): Assume setlocale exists.
15117         Rewrite to avoid #ifdef.
15118         Use strdup rather than malloc + strcpy.
15119         * lib/human.c: Assume <locale.h> exists.
15120         (human_readable): Assume localeconv exists.
15121
15122 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15123
15124         * modules/hard-locale (Depends-on): Add strdup.
15125
15126 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15127
15128         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15129         convert T2, not T.  (Imported from libc.)
15130
15131 2004-11-30  Simon Josefsson  <jas@extundo.com>
15132
15133         * modules/restrict (License): Change to LGPL.
15134
15135 2004-11-30  Simon Josefsson  <jas@extundo.com>
15136
15137         * m4/restrict.m4: Add copyright and copying conditions.
15138
15139 2004-11-30  Simon Josefsson  <jas@extundo.com>
15140
15141         * m4/base64.m4: New file.
15142
15143 2004-11-30  Simon Josefsson  <jas@extundo.com>
15144
15145         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15146         base64.
15147
15148         * tests/test-base64.c: New file.
15149
15150         * modules/base64: New file.
15151
15152 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15153
15154         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15155         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15156
15157         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15158
15159 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15162         (__getcwd.c): Don't restore errno; glibc doesn't.
15163         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15164         first, falling back to our code only if its results look suspicious.
15165         Ensure that the resulting buffer is only as large as necessary.
15166
15167         * lib/readutmp.c: Include readutmp.h first.
15168         Include <errno.h>, since readutmp.h no longer does that.
15169         * lib/readutmp.h: Don't include <errno.h>,
15170         <sys/param.h>, <time.h>; not needed to establish interface.
15171         (errno): Remove decl.
15172         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15173         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15174         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15175
15176 2004-11-28  Simon Josefsson  <jas@extundo.com>
15177
15178         * lib/base64.h, base64.c: New file.
15179
15180 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15181
15182         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15183
15184 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15185
15186         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15187         (Depends-on): Remove pathmax, same.  Add mempcpy.
15188         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15189         (Makefile.am): Append getcwd.h to lib_SOURCES.
15190         (Include): Add getcwd.h.
15191         (Maintainer): Change from Jim Meyering to "all, glibc",
15192         since getdate now uses intended-for-glibc code.
15193         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15194         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15195
15196 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15197
15198         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15199         HP's ANSI C compiler.
15200         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15201         Declaring int functions causes warnings on some modern systems and
15202         shouldn't be needed to compile on ancient ones.
15203         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15204         defined.
15205
15206         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15207         with the following changes.
15208         (__set_errno): Parenthesize properly.
15209         Include <stdbool.h>.
15210         (MIN, MAX, MATCHING_INO): New macros.
15211         (__getcwd): Define with prototype, not K&R form.
15212         Use heuristics to allocate default buffer on stack if possible.
15213         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15214         behavior, and to avoid the PATH_MAX limit when computing
15215         ../../../../...
15216         Use MATCHING_INO to compare inode number to file.
15217         Check for arithmetic overflow in size calculations.
15218         Fix bug in reallocation of dot array that caused getcwd to fail
15219         on directories nested deeper than 75.
15220         Be more careful about saving errno on error.
15221         Do not use realloc; use only free+malloc, as this is a bit
15222         more flexible and avoids a needless copy operation.
15223         Do not inspect st_dev and st_ino for symbolic links; POSIX
15224         doesn't specify the latter.
15225         Check for closedir errors.
15226         Avoid needless casts.
15227         Use "#ifdef weak_alias" around weak_alias, to be like other
15228         glibc code.
15229         The following changes to getcwd.c have effect only when used in
15230         gnulib; they have no effect inside glibc proper.
15231         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15232         as alloca isn't used.
15233         (alloca, __alloca): Likewise.
15234         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15235         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15236         unconditionally, as gnulib assumes C89 or better.
15237         Do not include <sys/param.h>.
15238         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15239         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15240         better.
15241         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15242         Include <dirent.h> in a way that is compatible with modern Autoconf.
15243         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15244         New macros, if not already defined.
15245         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15246         Use "_LIBC", not "defined _LIBC", for consistency.
15247         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15248         a mempcpy module.
15249         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15250         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15251         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15252         credit only to Jim Meyering and adjust the copyright dates.
15253         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15254         <stdlib.h>, <unistd.h>, "pathmax.h".
15255         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15256         (INITIAL_BUFFER_SIZE): Remove.
15257         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15258
15259 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15260
15261         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15262         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15263         Use the _ONCE methods, for efficiency.
15264         Check for fcntl.h.  In test program, include <errno.h>
15265         and <fcntl.h> if available.  Remove old K&R cruft from
15266         test program.  Check for common errors in GNU/Linux,
15267         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15268         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15269         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15270         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15271         name accordingly.
15272         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15273         accommodate new getcwd.c.
15274         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15275         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15276         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15277         that's all we need now.
15278
15279 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15280
15281         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15282         argp-parse.c depends on getopt internals, that means we should
15283         always use our getopt, to be on the safe side.
15284         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15285         order not to spoil the result of an eventual previous invocation
15286         of gl_GETOPT_SUBSTITUTE.
15287
15288 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15289
15290         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15291         redefinition warnings. To avoid them, include the defines
15292         in `#if !defined __need_getopt ... #endif'. The only place
15293         where __getopt_argv_const is used is in definitions
15294         of getopt_long and getopt_long_only below, which are as well
15295         protected by `#ifndef __need_getopt'.
15296         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15297         __need_getopt after including <stdio.h> and <unistd.h> These
15298         headers might have defined it.
15299
15300 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15301
15302         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15303
15304 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15305
15306         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15307         (futimens): New function, which uses futimes if available.
15308         (futimens, utimens): Support timespec==NULL, with same semantics
15309         as utime and utimens.
15310         * lib/utimens.h (futimens): New decl.
15311
15312 2004-11-23  Jim Meyering  <jim@meyering.net>
15313
15314         * lib/getopt_.h: Remove trailing blanks.
15315
15316 2004-11-23  Jim Meyering  <jim@meyering.net>
15317
15318         * lib/__fpending.c: Add comment.
15319
15320 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * modules/canonicalize (Depends-on): Add xreadlink.
15323         Problem reported by James Youngman.
15324
15325 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15328         New macros.
15329         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15330         optopt): Use them instead of invoking ## directly; otherwise, the
15331         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15332
15333 2004-11-19  Bruno Haible  <bruno@clisp.org>
15334
15335         * lib/strtok_r.c: Move comments from here...
15336         * lib/strtok_r.h: ... to here.
15337
15338 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15341         implementations that mishandle size_t overflow.
15342
15343 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15344
15345         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15346         might fail.  Problem reported by Yoann Vandoorselaere.
15347         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15348         implementations that mishandle size_t overflow.
15349
15350 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * modules/canon-host (Depends-on): Add strdup.
15353
15354 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15355
15356         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15357
15358 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15359
15360         * lib/canon-host.c: Include "strdup.h".
15361         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15362         Use strdup instead of malloc/strcpy to duplicate strings.
15363
15364         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15365         (human_space_before_unit): New constant.
15366         * lib/human.c (human_readable): Support it.
15367
15368         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15369         (xgetcwd): Set errno correctly when failing.
15370         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15371         the failure is actually due to a PATH_MAX problem.
15372
15373         Further getopt changes to make it more likely that glibc will
15374         buy the changes back.
15375         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15376         (getopt): Use it, so to preserve glibc semantic
15377         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15378         when compiling for libc.
15379         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15380         (getopt_long, getopt_long_only): Use it.
15381
15382         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15383         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15384         (getopt): Argv is now char * const *, as per standard.
15385         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15386         not char *__getopt_argv_const *.
15387         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15388         _getopt_long_only_r): Likewise.
15389         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15390         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15391         _getopt_long_r, _getopt_long_only_r): Likewise.
15392         * lib/getopt_.h (__getopt_argv_const): Remove.
15393         (getopt): Argv is now char * const *, as per standard.
15394
15395         * lib/getdate.y (tORDINAL): New token.
15396         (day, relunit): Allow it for relative times.
15397         (relative_time_table): Use tORDINAL for ordinals.
15398
15399 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15400
15401         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15402         Document that "second" isn't allowed as an ordinal number.
15403
15404 2004-11-16  Jim Meyering  <jim@meyering.net>
15405
15406         * modules/closeout (Depends-on): Add fpending.
15407
15408 2004-11-15  Jim Meyering  <jim@meyering.net>
15409
15410         * lib/closeout.c: Include "__fpending.h" once again.
15411         Include <stdbool.h>.
15412         (close_stdout): Don't fail just because stdout was closed initially,
15413         since some programs don't write to stdout in the normal course of
15414         operation (other than --version and --help), and we don't want this
15415         function to make e.g. `touch file >&-' fail.
15416         But do fail if it was closed and someone has tried to write to it.
15417         E.g., `printf foo >&-' must fail.
15418
15419 2004-11-13  Jim Meyering  <jim@meyering.net>
15420
15421         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15422
15423 2004-11-12  Simon Josefsson  <jas@extundo.com>
15424
15425         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15426         small doc fix is still pending.
15427
15428 2004-11-11  Simon Josefsson  <jas@extundo.com>
15429
15430         * modules/strtok_r: New file.
15431
15432         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15433         strtok_r.
15434
15435 2004-11-11  Simon Josefsson  <jas@extundo.com>
15436
15437         * m4/strtok_r.m4: New file.
15438
15439         * m4/getopt.m4: Replace opterr.
15440
15441 2004-11-11  Simon Josefsson  <jas@extundo.com>
15442
15443         * lib/strtok_r.h, strtok_r.c: New file.
15444
15445 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15448         of replacing opterr, getopt, etc.  This should handle the
15449         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15450
15451 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15454         we can stop lying to compilers about the constness of argv when we
15455         are compiled outside glibc.
15456         (getopt, getopt_long, getopt_long_only): Use it.
15457         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15458         _getopt_internal, getopt): Likewise.
15459         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15460         _getopt_long_only_r): Likewise.
15461         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15462         _getopt_long_r, _getopt_long_only_r): Likewise.
15463
15464         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15465         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15466         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15467         the other external symbols.
15468         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15469         declaration, since the above renaming now works around collisions.
15470
15471 2004-11-11  Jim Meyering  <jim@meyering.net>
15472
15473         * lib/linebreak.c: Remove trailing blanks.
15474         * lib/alloca_.h: Likewise.
15475         * lib/acosl.c: Likewise.
15476         * lib/euidaccess.c: Likewise.
15477         * lib/allocsa.h: Likewise.
15478
15479 2004-11-10  Simon Josefsson  <jas@extundo.com>
15480
15481         * m4/getaddrinfo.m4: New file.
15482
15483 2004-11-10  Simon Josefsson  <jas@extundo.com>
15484
15485         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15486
15487 2004-11-10  Simon Josefsson  <jas@extundo.com>
15488
15489         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15490         getaddrinfo.
15491
15492         * modules/getaddrinfo: New file.
15493
15494 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15495
15496         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15497
15498 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15499
15500         * lib/mktime.c (SHR): New macro, which is a portable
15501         substitute for >> that should work even on Crays.
15502         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15503         Problem reported by Mark D. Baushke in
15504         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15505         * lib/getdate.y (SHR): Likewise.
15506         (tm_diff): Use it.
15507         * lib/strftime.c (SHR): Likewise.
15508         (tm_diff): Use it.
15509         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15510         quote_these_too, so that right shifts are well defined.  All uses
15511         changed.
15512
15513 2004-11-10  Jim Meyering  <jim@meyering.net>
15514
15515         Ensure that no close failure goes unreported.
15516         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15517         return early when it seems there's nothing to flush.
15518         Don't include __fpending.h.
15519
15520 2004-11-10  Jim Meyering  <jim@meyering.net>
15521
15522         * modules/closeout (Depends-on): Remove fpending.
15523
15524 2004-11-10  Jim Meyering  <jim@meyering.net>
15525
15526         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15527
15528 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15529
15530         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15531         gl_FUNC_STRFTIME.
15532         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15533         and AC_REQUIRE when possible, to avoid duplicate checks.
15534         Check for <wchar.h>.
15535
15536 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15539
15540 2004-11-09  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/sockpfaf.m4: New file.
15543
15544 2004-11-05  Bruno Haible  <bruno@clisp.org>
15545
15546         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15547         Reported by Mark D. Baushke <mdb@cvshome.org>.
15548
15549 2004-11-04  Bruno Haible  <bruno@clisp.org>
15550
15551         2004-09-11  Bruno Haible  <bruno@clisp.org>
15552                 * allocsa.valgrind: New file.
15553         2004-02-06  Bruno Haible  <bruno@clisp.org>
15554                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15555                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15556                 Reported by Christopher Seip <chris.seip@hp.com>.
15557
15558 2004-11-04  Bruno Haible  <bruno@clisp.org>
15559
15560         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15561         (Makefile.am): Distribute it.
15562
15563 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15564
15565         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15566         with errno == ERANGE if the buffer is too small.
15567         Problem reported by Mark D. Baushke.
15568
15569 2004-11-03  Albert Chin  <china@thewrittenword.com>
15570             Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15573         equivalent, substitute $ac_type for equivalent type rather than
15574         blindly using uint32_t *always* which won't work if uint32_t is not
15575         available.  Define _UINT32_T to work around typedef of uint32_t if
15576         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15577         2.5.1.
15578
15579 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15580
15581         * m4/jm-macros.m4: Sync from coreutils.
15582         (gl_MACROS): Check for mbrlen, for pathchk.
15583         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15584
15585 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * lib/xreadlink.c (MAXSIZE): New macro.
15588         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15589         size does not exceed MAXSIZE.  Avoid cast.
15590         As suggested by Mark D. Baushke in
15591         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15592         if readlink fails with buffer size just under MAXSIZE, try again
15593         with MAXSIZE.
15594
15595 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15596
15597         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15598
15599 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15600         and  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15603         (get_date): Overparenthesize to avoid GCC warning.
15604
15605 2004-11-02  Bruno Haible  <bruno@clisp.org>
15606
15607         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15608         returns void.
15609
15610 2004-11-02  Bruno Haible  <bruno@clisp.org>
15611
15612         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15613         function returns void.
15614
15615 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15618         fflush_unlocked, flockfile, funlockfile, funlockfile,
15619         fputs_unlocked, putc_unlocked.
15620
15621 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15624         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15625         already declared.
15626
15627 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * modules/getdate (Files): Add doc/getdate.texi.
15630         (Depends-on): Add setenv, xalloc.
15631
15632 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * lib/getdate.y: Add support for TZ="foo" within a date string.
15635         Fix some bugs near time_t boundaries.  Reject dates with
15636         out-of-range components, e.g., "Sept 31".
15637         Include <stdlib.h>, "setenv.h", "xalloc.h".
15638         (ISDIGIT_LOCALE): Remove; unused.
15639         Note that the TZ and time functions used here are not reentrant.
15640         (mktime_ok, get_tz): New functions.
15641         (TZBUFSIZE): New constant.
15642         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15643         This requires that we sometimes generate our own TZ="XXX..." setting.
15644
15645 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15646
15647         * doc/getdate.texi: New file, from coreutils with modifications for
15648         the new TZ parsing.
15649
15650 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15651
15652         * lib/mktime.c (not_equal_tm): Remove redundant check.
15653
15654 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         * modules/regex (lib_SOURCES): Add regex.c.
15657         Reported by James Youngman in
15658         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15659
15660 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15661
15662         * lib/getdate.y: Use Bison 1.875 features, and some minor
15663         code cleanups.  This change does not affect semantics.
15664         Don't include <stdlib.h>; no longer needed.
15665         Don't include unlocked-io.h; only the "#if TEST" code uses
15666         stdio, and performance isn't crucial there.
15667         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15668         Bison 1.875 features as described below.
15669         All uses of "PC." replaced by "pc->".
15670         (YYSTYPE): Add a forward declaration.
15671         (yylex, yyerror): Use full prototypes in forward decls.
15672         Use "%pure-parser" rather than obsolescent "%pure_parser".
15673         Use %parse-param and %lex-param instead of obsolescent
15674         YYPARSE_PARAM and YYLEX_PARAM.
15675         (meridian_table, month_and_day_table, time_units_table,
15676         relative_time_table, time_zone_table, military_table,
15677         lookup_zone, lookup_word, get_date):
15678         Use NULL instead of 0 where appropriate.
15679         (to_hour): Avoid abort (), to avoid a dependency on
15680         stdlib.h.
15681         (yyerror, yylex): Now accepts parser_control * arg.
15682         (main) [TEST]: Use '\0' rather than 0 for char.
15683
15684 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15685
15686         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15687
15688 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15689
15690         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15691         It's now the caller's responsibility to handle the case where
15692         !HAVE_GETPAGESIZE && !defined getpagesize.
15693
15694         * lib/mktime.c (leapyear): Arg is long int, not int.
15695
15696 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15697
15698         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15699
15700 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15703         missing.  Problem reported by James Youngman.
15704
15705 2004-10-16  Simon Josefsson  <jas@extundo.com>
15706
15707         * gnulib-tool: Fix comments.  Fix parse problem.
15708         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15709
15710 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15711
15712         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15713         implementation of getopt_long.  Problem reported by Alexander Taler in:
15714         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15715
15716 2004-10-15  Bruno Haible  <bruno@clisp.org>
15717
15718         * gnulib-tool: Untabify. Initialize supplied_libname.
15719         (func_usage): More homogenous output.
15720         (func_modules_transitive_closure, func_modules_to_filelist,
15721         func_emit_lib_Makefile_am): New functions.
15722         (func_import): New function, extracted from big case statement. Use
15723         func_get_license, func_modules_transitive_closure,
15724         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15725         opt_lgpl. Don't use test -a, as it's not portable.
15726         (func_create_testdir): Use func_modules_transitive_closure,
15727         func_modules_to_filelist, func_emit_lib_Makefile_am.
15728
15729 2004-10-15  Bruno Haible  <bruno@clisp.org>
15730
15731         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15732
15733 2004-10-15  Bruno Haible  <bruno@clisp.org>
15734
15735         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15736         the portions belonging to each module.
15737         Suggested by Derek Robert Price <derek@ximbiot.com>.
15738
15739 2004-10-12  Simon Josefsson  <jas@extundo.com>
15740
15741         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15742         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15743         to real functions.
15744
15745 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15746
15747         * modules/vsnprintf: New file.
15748
15749 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15750
15751         * m4/vsnprintf.m4: New file.
15752
15753 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15754
15755         * lib/vsnprintf.h: New file.
15756         * lib/vsnprintf.c: New file.
15757
15758 2004-10-11  Bruno Haible  <bruno@clisp.org>
15759
15760         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15761         vsnprintf.
15762
15763 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15766
15767 2004-10-07  Bruno Haible  <bruno@clisp.org>
15768
15769         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15770         fits into the provided buffer.
15771
15772 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * lib/diacrit.c, diacrit.h: Add GPL notice.
15775
15776         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15777         notice.
15778         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15779         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15780         This avoids a potential constant-folding bug.
15781
15782 2004-10-05  Bruno Haible  <bruno@clisp.org>
15783
15784         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15785         for the declaration of strsep.
15786
15787 2004-10-05  Bruno Haible  <bruno@clisp.org>
15788
15789         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15790
15791 2004-10-04  Simon Josefsson  <jas@extundo.com>
15792
15793         * modules/memmem: New file.
15794         * tests/test-memmem.c: New file.
15795         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15796
15797 2004-10-04  Simon Josefsson  <jas@extundo.com>
15798
15799         * m4/memmem.m4: New file.
15800
15801 2004-10-04  Simon Josefsson  <jas@extundo.com>
15802
15803         * lib/memmem.h: New file.
15804         * lib/memmem.c: New file, taken from glibc.
15805
15806 2004-10-04  Simon Josefsson  <jas@extundo.com>
15807
15808         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15809         '#ifdef USE_UNLOCKED_IO'.
15810
15811 2004-10-04  Simon Josefsson  <jas@extundo.com>
15812
15813         * config/srclist.txt: Add memmem from glibc.
15814
15815 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15816
15817         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15818
15819         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15820         modules/exclude, modules/getdate, modules/getline,
15821         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15822         modules/getusershell, modules/linebuffer, modules/md5,
15823         modules/mountlist, modules/posixtm, modules/readtokens,
15824         modules/readutmp, modules/regex, modules/sha1,
15825         modules/version-etc, modules/yesno:
15826         Remove dependency on unlocked-io.
15827
15828 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15831
15832         * m4/unlocked-io.m4: Add copyright notice.
15833         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15834
15835 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15838         * lib/xmalloc.c (xmemdup): Likewise.
15839         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15840         XFREE): Remove these long-obsolescent macros.
15841         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15842         * lib/xstrdup.c: Remove.
15843
15844         * lib/regex.c (re_comp): Cast gettext return value to char *,
15845         Problem reported by Martin Neitzel via Mark D. Baushke.
15846
15847 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15848
15849         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15850         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15851         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15852         regex.c, sha1.c, version-etc.c, yesno.c:
15853         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15854         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15855         the includer's responsibility.
15856
15857         Sync from coreutils.
15858
15859         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15860         points to the start of a string, as the C Standard says the
15861         resulting behavior is undefined.
15862
15863         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15864         simple -> simple_backups, numbered_existing ->
15865         numbered_existing_backups, numbered -> numbered_backups
15866         to avoid shadowing problems.  All uses changed.
15867         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15868         * lib/backupfile.c (check_extension, numbered_backup):
15869         Rename locals to avoid shadowing 'basename'.
15870         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15871         once.
15872
15873         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15874         * lib/.cvsignore: Add getopt.h.
15875
15876 2004-10-04  Bruno Haible  <bruno@clisp.org>
15877
15878         * modules/README: New file.
15879         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15880         not a module.
15881
15882 2004-10-02  Jim Meyering  <jim@meyering.net>
15883
15884         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15885
15886 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15887
15888         * modules/strsep: New file.
15889
15890 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15891
15892         * m4/strsep.m4: New file.
15893
15894 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15895
15896         * lib/strsep.h: New file.
15897         * lib/strsep.c: New file.
15898
15899 2004-10-01  Simon Josefsson  <jas@extundo.com>
15900
15901         * lib/snprintf.c (snprintf): Handle size==0.
15902
15903 2004-10-01  Simon Josefsson  <jas@extundo.com>
15904             Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15907         (snprintf): Declare 'args'.
15908
15909 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15910
15911         * lib/snprintf.c: Remove comments as to why each header is needed.
15912
15913 2004-10-01  Bruno Haible  <bruno@clisp.org>
15914
15915         * MODULES.html.sh: Add strsep.
15916
15917 2004-09-30  Simon Josefsson  <jas@extundo.com>
15918
15919         * modules/snprintf: New file.
15920
15921 2004-09-30  Simon Josefsson  <jas@extundo.com>
15922
15923         * m4/snprintf.m4: New file.
15924
15925 2004-09-30  Simon Josefsson  <jas@extundo.com>
15926
15927         * lib/snprintf.h, lib/snprintf.c: New files.
15928
15929 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15930
15931         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15932         (hol_entry_help): Never translate an empty string.
15933         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15934         * lib/argp.h (OPTION_NO_TRANS): New option.
15935
15936 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15937
15938         * modules/argp (Maintainer): Replace Simon Josefsson
15939         by Sergey Poznyakoff.
15940
15941 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15942
15943         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15944         changes merged back into glibc.
15945
15946 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15949
15950 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15951
15952         * lib/xvasprintf.c: Include xalloc.h.
15953         (xvasprintf): Use xalloc_die, not xmalloc_die.
15954
15955 2004-09-29  Bruno Haible  <bruno@clisp.org>
15956
15957         * modules/alloca-opt: New file, derived from modules/alloca.
15958         * modules/allocsa: Depend on alloca-opt instead of alloca.
15959         * modules/setenv: Likewise.
15960         * modules/vasnprintf: Likewise.
15961         * MODULES.html.sh: Add alloca-opt.
15962
15963 2004-09-28  Simon Josefsson  <jas@extundo.com>
15964
15965         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15966         LGPL, and to replace license template from GPL to LGPL.
15967
15968 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15969
15970         * modules/dummy: Change license to LGPL.
15971
15972 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15973
15974         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15975
15976 2004-09-24  Simon Josefsson  <jas@extundo.com>
15977
15978         * modules/minmax (License): Change from GPL to LGPL.
15979
15980 2004-09-23  Simon Josefsson  <jas@extundo.com>
15981
15982         * gnulib-tool (--import): Typo.
15983
15984 2004-09-23  Simon Josefsson  <jas@extundo.com>
15985
15986         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15987
15988 2004-09-22  Bruno Haible  <bruno@clisp.org>
15989
15990         * modules/*: Add 'License' field.
15991         * gnulib-tool: Accept --extract-license option.
15992         (func_get_license): New function.
15993
15994 2004-09-21  Bruno Haible  <bruno@clisp.org>
15995
15996         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15997         Reported by Simon Josefsson.
15998
15999 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16000
16001         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16002         gl_AC_TYPE_LONG_LONG.
16003
16004 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16005
16006         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16007
16008 2004-09-18  Simon Josefsson  <jas@extundo.com>
16009         and  Paul Eggert  <eggert@cs.ucla.edu>
16010
16011         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16012         calls with autoreconf.  Define GL_LIB.
16013
16014 2004-09-14  Karl Berry  <karl@gnu.org>
16015
16016         * config/srclist.txt: unsync setenv.c, sigh.
16017
16018 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16019
16020         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16021         Problem reported by Bruno Haible in:
16022         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16023
16024 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16025
16026         * config/srclist.txt: Comment out argp-pvh.c.
16027
16028 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16031         in case some system header has #define'd it.  Problem reported by
16032         Soeren D. Schulze in
16033         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16034
16035 2004-09-09  Karl Berry  <karl@gnu.org>
16036
16037         * regex.[ch]: delete from the root.  These were supposed to be
16038                 synced with emacs cvs, but this has not happened for about
16039                 a year, and anyway nothing else uses emacs regex.[ch].
16040                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16041                 lib/regex[.ch] is untouched.
16042
16043 2004-09-09  Bruno Haible  <bruno@clisp.org>
16044
16045         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16046
16047 2004-09-09  Bruno Haible  <bruno@clisp.org>
16048
16049         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16050         modifications.
16051         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16052
16053 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16054
16055         * modules/xvasprintf: New file.
16056         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16057
16058 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16059
16060         * lib/xvasprintf.h: New file.
16061         * lib/xvasprintf.c: New file.
16062         * lib/xasprintf.c: New file.
16063
16064 2004-09-08  Bruno Haible  <bruno@clisp.org>
16065
16066         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16067
16068 2004-09-08  Bruno Haible  <bruno@clisp.org>
16069
16070         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16071         length is > INT_MAX.
16072         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16073         more.
16074
16075 2004-09-08  Bruno Haible  <bruno@clisp.org>
16076
16077         * lib/stdint_.h: New file, taken from GNU clisp.
16078
16079 2004-09-08  Bruno Haible  <bruno@clisp.org>
16080             Oskar Liljeblad  <oskar@osk.mine.nu>
16081
16082         * modules/stdint: New file.
16083         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16084
16085 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         Import from coreutils.
16088         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16089         strings on unbounded length.  alloca's performance benefits aren't
16090         that important here.
16091         (V_STRDUP): Remove.
16092         (parse_with_separator): New function, with most of the internals
16093         of the old parse_user_spec.  Allow user to omit both user and group,
16094         for compatibility with FreeBSD.
16095         Clone only the user name, not the entire spec.
16096         Do not set *uid, *gid unless entirely successful.
16097         Avoid memory leak in some failing cases.
16098         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16099         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16100         (parse_user_spec): Rewrite to use parse_with_separator.
16101
16102 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16103
16104         * modules/userspec: Don't depend on alloca.
16105
16106 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16107
16108         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16109
16110 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16111
16112         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16113         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16114         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16115
16116 2004-08-16  Simon Josefsson  <jas@extundo.com>
16117
16118         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16119         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16120         Add --dry-run for --import.
16121         Let user provided command line parameters override configure.ac
16122         settings.
16123
16124 2004-08-12  Simon Josefsson  <jas@extundo.com>
16125
16126         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16127         as discussed with Paul Eggert in threads rooted at
16128         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16129         and
16130         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16131         Before, the test was empty, and relied on ELIDE_CODE in source
16132         code.)
16133         (gl_PREREQ_GETOPT): New macro.
16134         (gl_GETOPT): Use them.
16135
16136 2004-08-12  Simon Josefsson  <jas@extundo.com>
16137
16138         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16139         * lib/getopt_.h: Renamed from getopt.h.
16140
16141 2004-08-12  Simon Josefsson  <jas@extundo.com>
16142
16143         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16144         Change default library name from libfoo to libgnu.
16145         Now, if you have a configure.ac that says:
16146                 gl_SOURCE_BASE(gl)
16147                 gl_M4_BASE(gl/m4)
16148                 gl_MODULES(error getopt etcetera)
16149                 gl_INIT
16150         you can import all you need by running:
16151                 ../gnulib/gnulib-tool --import
16152
16153         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16154         (Makefile.am): Rewrite, use logic from argz.
16155         (Include): Use <getopt.h> instead of "getopt.h".
16156
16157 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         * modules/argp (Files): Add m4/unlocked-io.m4.
16160         (Depends-on): Add extensions.
16161
16162 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16163
16164         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16165         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16166         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16167         Check for program_invocation_name, program_invocation_short_name,
16168         flockfile, funlockfile, features.h, _getopt_long_only_r.
16169
16170 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16171
16172         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16173         its complicated substitute.
16174         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16175         and program_invocation_name.
16176         (__argp_basename) [!_LIBC]: Remove; the only use was
16177         replaced by its body.
16178         (__argp_short_program_name): Change condition from
16179         !defined __argp_short_program_name to
16180         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16181         to match argp-namefrob.h.
16182         (__argp_failure): Don't assume strerror_r returns char *.
16183         * lib/argp-parse.c (N_): Define unconditionally.
16184         (argp_default_options): Fill out initializers with 0 to avoid
16185         gcc warnings.
16186
16187 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16190         getopt1.c.
16191
16192 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16193
16194         Merge from coreutils.
16195
16196         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16197
16198         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16199         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16200
16201 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16202
16203         Merge from coreutils.
16204
16205         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16206         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16207         for Reliant Unix 5.43.
16208
16209         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16210         (union fooround): Use uintmax_t, not long int.
16211         The rest is a merge from libc:
16212         [defined _LIBC]: Include <shlib-compat.h>.
16213         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16214
16215         * lib/settime.c (settime): Recode to avoid warning with
16216         Sun Forte C 6U2.
16217
16218         * lib/strverscmp.c: Convert to UTF-8.
16219
16220 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16223         m4/uintmax_t.m4.
16224
16225 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * modules/xalloc-die: New file.
16228         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16229
16230         * modules/md5 (Files): Add m4/uint32_t.m4.
16231         * modules/sha1: Renamed from modules/sha.
16232         (Files):
16233         Rename lib/sha.h to lib/sha1.h.
16234         Rename lib/sha.c to lib/sha1.c.
16235         Rename m4/sha.m4 to m4/sha1.m4.
16236         (lib_SOURCES): Likewise.
16237         (configure.ac): Rename gl_SHA to gl_SHA1.
16238         (Include): sha.h -> sha1.h.
16239
16240 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16243         * m4/sha1.m4: Renamed from sha.m4.
16244         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16245
16246 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16247
16248         * lib/obstack.h (obstack_empty_p):
16249         Don't assume that chunk->contents is suitably aligned.
16250         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16251         Likewise. Problem reported by Benno in
16252         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16253
16254         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16255         readable.  This could be improved further but it'd take some work.
16256
16257 2004-08-08  Simon Josefsson  <jas@extundo.com>
16258
16259         * modules/xgethostname (Depends-on): Remove exit and error (not
16260         used).
16261
16262         * modules/getpass-gnu: Add getpass.h.
16263         (Depends-on): Add stdbool.
16264         * modules/getpass: Add getpass.h.
16265
16266 2004-08-08  Simon Josefsson  <jas@extundo.com>
16267
16268         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16269         Check getpass declaration.
16270
16271 2004-08-08  Simon Josefsson  <jas@extundo.com>
16272
16273         * lib/xgethostname.c: Don't include error.h (not used).
16274
16275         * lib/getpass.h: Add.
16276         * lib/getpass.c: Include getpass.h first.
16277
16278 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         * lib/xalloc-die.c: New file.
16281         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16282         All uses removed.
16283         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16284         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16285         xalloc-die.c.
16286         (_, N_, xalloc_die): Move to xalloc-die.c.
16287         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16288         so that we needn't mess with xalloc_msg_memory_exhausted.
16289
16290         * lib/sha1.h: Renamed from sha.h.
16291         (SHA1_H): Renamed from _SHA_H.
16292         (sha1_ctx): Renamed from sha_ctx.
16293         (sha1_init_ctx): Renamed from sha_init_ctx.
16294         (sha1_process_block): Renamed from sha_process_block.
16295         (sha1_process_bytes): Renamed from sha_process_bytes.
16296         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16297         (sha1_read_ctx): Renamed from sha_read_ctx.
16298         (sha1_stream): Renamed from sha_stream.
16299         (sha1_buffer): Renamed from sha_buffer.
16300         * lib/sha1.c: Likewise; renamed from sha.c.
16301         Do not include <sys/types.h>.
16302         Include <stddef.h> rather than <stdlib.h>.
16303
16304 2004-08-08  Bruno Haible  <bruno@clisp.org>
16305
16306         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16307         FILESYSTEM_PREFIX_LEN.
16308         * lib/progreloc.c: Likewise.
16309         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16310
16311 2004-08-06  Simon Josefsson  <jas@extundo.com>
16312
16313         * modules/progname (Depends-on): Don't depend on stdbool.
16314
16315 2004-08-06  Simon Josefsson  <jas@extundo.com>
16316
16317         * modules/getsubopt: New file.
16318         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16319         getsubopt.
16320
16321 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         More merge from coreutils.
16324
16325         * m4/utimens.m4, m4/utimecmp.m4: New files.
16326         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16327         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16328         prereq.m4, sha.m4: Import changes from coreutils.
16329
16330 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         More merge from coreutils.
16333         * modules/raise, modules/readtokens0, modules/utimens:
16334         * modules/utimecmp, module/xnanosleep: New files.
16335         * modules/strftime: Add lib/strftime.h.
16336         Change include from <time.h> to "strftime.h".
16337         * modules/yesno: Add lib/yesno.h.
16338         * modules/backupfile: Remove lib/addext.c.
16339         * modules/euidaccess: Add stat-macros.h.
16340         * modules/canonicalize, modules/euidaccess,
16341         modules/filemode, modules/lchown, modules/makepath,
16342         modules/rmdir, modules/stat: Likewise.
16343
16344 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         Merge from tar.
16347         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16348         SIZE_MAX is a valid preprocessor constant.
16349         (__argp_basename): Change from "#ifndef _LIBC"
16350         to "#ifndef __argp_short_program_name", so that
16351         we don't compile these functions for tar.
16352
16353         More merges from coreutils.
16354         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16355         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16356         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16357         * lib/addext.c: Remove; no longer needed.
16358         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16359         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16360         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16361         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16362         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16363         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16364         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16365         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16366         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16367         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16368         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16369         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16370         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16371         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16372         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16373         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16374         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16375         Import changes from coreutils.
16376
16377 2004-08-05  Simon Josefsson  <jas@extundo.com>
16378
16379         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16380
16381 2004-08-05  Simon Josefsson  <jas@extundo.com>
16382
16383         * m4/getsubopt.m4: New file.
16384
16385 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16386
16387         Merge from coreutils.
16388
16389         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16390         * m4/getcwd-path-max.m4: New files.
16391
16392         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16393         FILESYSTEM_PREFIX_LEN ->
16394         FILE_SYSTEM_PREFIX_LEN.
16395         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16396         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16397         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16398         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16399
16400         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16401         prerequisite modules now handle the DOS stuff.
16402         Don't check for unistd.h.
16403
16404 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         Merge from coreutils.
16407
16408         * lib/.gdb-history: Remove; this doesn't belong here.
16409
16410         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16411         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16412         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16413         * lib/getcwd.c: New files.
16414
16415         * lib/dirname.h: Include <stdbool.h>.
16416         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16417         for consistency with POSIX terminology.  All uses changed.
16418         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16419         (strip_trailing_slashes): Use bool for booleans.
16420         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16421
16422         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16423         sometimes returns a positive errno value even when it succeeds.
16424         (print_errno_message) [!LIBC]: Fall back on strerror if
16425         __strerror_r fails.
16426
16427         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16428         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16429         (longest_relative_suffix): New function.
16430         (path_concat): Use it.  Assume first argument is not NULL.
16431         Port to DOS.  Omit redundant separators.
16432         Report an error instead of returning NULL.
16433         Use mempcpy instead of memcpy.
16434         (xpath_concat): Remove: not declared or used.
16435
16436         * lib/same.h: Include <stdbool.h>
16437         (same_name): Return bool, not int.
16438         * lib/same.c (same_name): Likewise.
16439         (errno): Don't declare; we assume C89 or better now.
16440
16441         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16442         if not already defined.
16443
16444         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16445         * lib/dup-safer.c (errno): Likewise.
16446
16447 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16448
16449         Merge from coreutils.
16450         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16451         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16452         * modules/path-concat: Don't depend on strdup.
16453
16454 2004-08-03  Simon Josefsson  <jas@extundo.com>
16455
16456         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16457         * lib/progname.h: Don't include stdbool.h.
16458
16459 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16462         * MODULES.html.sh (func_all_modules): Remove fatal.
16463
16464 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16465
16466         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16467
16468 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16471         working.
16472
16473 2004-08-02  Simon Josefsson  <jas@extundo.com>
16474
16475         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16476         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16477         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16478
16479 2004-08-01  Simon Josefsson  <jas@extundo.com>
16480
16481         * lib/xgetdomainname.c: Include stdlib.h, for free().
16482
16483 2004-07-19  Bruno Haible  <bruno@clisp.org>
16484
16485         * MODULES.html.sh (func_all_modules): Add dummy.
16486
16487 2004-07-16  Simon Josefsson  <jas@extundo.com>
16488
16489         * modules/dummy: New file.
16490
16491 2004-07-16  Simon Josefsson  <jas@extundo.com>
16492
16493         * lib/dummy.c: New file.
16494
16495 2004-07-16  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/backupfile.h: Add extern "C" for C++.
16498         * lib/closeout.h: Likewise.
16499         * lib/copy-file.h: Likewise.
16500         * lib/findprog.h: Likewise.
16501         * lib/full-write.h: Likewise.
16502         * lib/pathname.h: Likewise.
16503         * lib/progname.h: Likewise.
16504         * lib/stpcpy.h: Likewise.
16505         * lib/stpncpy.h: Likewise.
16506         * lib/strcase.h: Likewise.
16507         * lib/strstr.h: Likewise.
16508         * lib/xalloc.h: Likewise.
16509
16510         * lib/mbswidth.h: Add extern "C" for C++.
16511         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16512
16513 2004-07-13  Robert Millan  <robertmh@gnu.org>
16514
16515         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16516
16517 2004-07-09  Simon Josefsson  <jas@extundo.com>
16518
16519         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16520         failed without this.)
16521
16522 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16523
16524         * modules/chown (Files): Add lib/fchown-stub.c, since
16525         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16526
16527 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16528
16529         * lib/fchown-stub.c: New file.
16530
16531 2004-06-24  Jim Meyering  <jim@meyering.net>
16532
16533         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16534
16535 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * modules/argz: Omit "#include".
16538
16539         * MODULES.html.sh (func_all_modules): Add calloc, to match
16540         2004-06-01 addition of calloc module.
16541
16542 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * m4/argz.m4: New file, which is autoupdated from libtool.
16545
16546 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16547
16548         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16549         libtool.
16550
16551 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16552
16553         * config/srclist-update: Don't insist on "USA." before the
16554         close-comment, as libtool omits the period and puts the */ on a
16555         separate line.
16556         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16557         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16558
16559 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16560
16561         * modules/argz: New file.
16562         * MODULES.html.sh (func_all_modules): Add argz.
16563
16564 2004-06-12  Jim Meyering  <jim@meyering.net>
16565         and  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * modules/hash (Files): Add lib/xalloc.h.
16568         * modules/pipe (Depends-on): Add wait-process.
16569         * modules/stat (Depends-on): Add xalloc.
16570         * modules/userspec (Files): Add lib/userspec.h.
16571         * modules/xstrto
16572
16573         Upgrade from gettext-0.13.
16574         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16575         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16576         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16577
16578 2004-06-10  Jim Meyering  <jim@meyering.net>
16579
16580         * lib/calloc.c: New file.
16581
16582 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * lib/getdate.y (yylex): Allow space between sign and number.
16585         Problem reported by Dan Jacobson.
16586
16587 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16588
16589         Merge from coreutils CVS.
16590
16591         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16592         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16593         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16594         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16595         xstrtol.m4: Fix copyright date and/or serial number.
16596
16597         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16598         See if we need an fchown replacement.
16599         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16600         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16601         and use the replacement function if we detect either defect.
16602
16603         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16604         gl_UTIMECMP.
16605
16606 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16607         and  Jim Meyering  <jim@meyering.net>
16608
16609         Merge from coreutils CVS.
16610
16611         * lib/stat-macros.h: New file, with contents from file-type.h
16612         and coreutils' system.h.
16613         * lib/file-type.c: Include "stat-macros.h".
16614         * lib/file-type.h (file_type): Move all macro definitions to new file,
16615         stat-macros.h.
16616
16617         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16618         Wrap old code with this conditional.
16619         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16620         function that does not dereference symlinks.
16621         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16622
16623         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16624         dependency problems.
16625         (xreadlink): Accept new arg SIZE, for efficiency.
16626         All decls and uses changed.
16627         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16628
16629         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16630         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16631
16632         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16633         sysexits.h.
16634
16635 2004-06-01  Jim Meyering  <jim@meyering.net>
16636
16637         * m4/calloc.m4: New file.
16638
16639 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16640
16641         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16642         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16643         Also, fix a typo in a diagnostic.
16644
16645 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16648         or AC_FUNC_REALLOC.
16649
16650 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16651
16652         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16653         macros to be defined.
16654         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16655         the allocator returns NULL because the requested size is zero.
16656
16657 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16658
16659         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16660         var.  Add comment explaining why libc still defines it.  This
16661         merges the following patch from glibc:
16662         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16663
16664 2004-05-20  Andreas Schwab  <schwab@suse.de>
16665
16666         * m4/free.m4: Replace free if it not known to work, not the other
16667         way round.
16668
16669 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16672         present in glibc since revision 1.1 of this file.
16673         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16674         obstack_alignment_mask, obstack_alloc, obstack_base,
16675         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16676         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16677         obstack_grow0, obstack_init, obstack_int_grow,
16678         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16679         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16680         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16681         nonexistent functions.
16682
16683 2004-05-18  Karl Berry  <karl@gnu.org>
16684
16685         * config/srclist.txt: break link for vasnprintf.c.
16686
16687 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16688
16689         Port obstack to the AS/400, where pointers are 16 bytes wide and
16690         you cannot cast an integer to a valid pointer.  This patch is
16691         currently waiting to be integrated into glibc; see
16692         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16693
16694         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16695         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16696         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16697         (struct obstack): temp member is now a union of a pointer and
16698         an integer, instead of an integer.  All integer uses changed.
16699         This does not affect the physical layout of struct obstack,
16700         except on hosts (like the AS/400) where the size or alignment of
16701         void * is greater than that of ptrdiff_t.
16702         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16703         __STDC__)]: Store temporary in pointer member of union, not
16704         integer member.
16705         * lib/obstack.c: Include <stddef.h>, for offsetof.
16706         (struct fooalign): Remove; it doesn't need a name.
16707         (union fooround): Change double to long double, and add void *.
16708         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16709         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16710         not a macro.  Hence the values are always int; so remove all
16711         casts-to-int in uses.
16712
16713 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16716         we can get this patch merged into glibc.
16717
16718 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16719             Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         * m4/argp: Depend on alloca.
16722
16723 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16724             Paul Eggert  <eggert@cs.ucla.edu>
16725
16726         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16727         freecoding.
16728
16729 2004-05-17  Bruno Haible  <bruno@clisp.org>
16730
16731         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16732         precision that consists of a '.' followed by an empty digit string.
16733         Patch by Tor Lillqvist <tml@iki.fi>.
16734
16735 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16738         for backward compatibility with older code.  We need our own
16739         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16740         it under some other name, and our alloca.h will define it.
16741
16742 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16743             Derek Price  <derek@ximbiot.com>
16744
16745         * lib/alloca.c: Include <alloca.h>, to get our interface.
16746         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16747         include <alloca.h> first.  Use C89 prototype for alloca; this
16748         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16749         Use #elif for simplicity, since we can assume C89 now.
16750         Don't try to source the system alloca.h since it will not be found
16751         and to prevent recursively including its replacement.
16752         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16753         * lib/regex.c: Likewise.
16754
16755 2004-05-16  Derek Price  <derek@ximbiot.com>
16756             Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         getline cleanup.  This changes the getndelim2 API: both order of
16759         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16760         no delimiter).
16761
16762         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16763         interface does that.
16764         (getline): Always use getdelim, so that we don't have two
16765         copies of this code.
16766         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16767         if available.
16768         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16769         (GETNDELIM2_MAXIMUM): New macro.
16770         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16771         instead of the old practice of delim2==0.  All callers changed.
16772         Return -1 on overflow, instead of returning junk.
16773         Do not set *linesize unless allocation succeeds.
16774         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16775         that we include sys/types.h.
16776         * lib/getnline.h: Likewise.
16777         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16778         (getndelim2): Reorder arguments.
16779         * lib/getnline.c (getnline, getndelim):
16780         Don't discard the NMAX argument.
16781         (getnline): Invoke getndelim, to avoid code duplication.
16782         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16783         of (size_t) -1 by callers of the getnline family.
16784
16785 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16788         Check for gettimeofday.
16789         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16790         Check for settimeofday, stime.
16791
16792 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16793
16794         * lib/nanosleep.c (suspended): Change its type from int to
16795         sig_atomic_t volatile.
16796         (first_call): Make it private to rpl_nanosleep, and have it
16797         be zero initially as that's a bit faster.
16798         (my_usleep): Round up fractional times instead of truncating them,
16799         as this is the usual meaning for 'sleep'.
16800
16801         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16802         doesn't work.
16803         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16804         (ENOSYS): Define if not defined.
16805         (settime): Fall back on stime if it exists and settimeofday fails.
16806         But don't bother with fallbacks if a method fails with errno == EPERM.
16807
16808 2004-05-11  Jim Meyering  <jim@meyering.net>
16809
16810         Prior to this change, the save_cwd caller required read access to the
16811         current directory on most systems (ones with the fchdir function).
16812
16813         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16814         fails, try write-only, and finally, resort to using xgetcwd.
16815
16816 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16817
16818         * lib/obstack.c, obstack.h: Import changes from libc.
16819
16820 2004-04-28  Bruno Haible  <bruno@clisp.org>
16821
16822         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16823         also implicitly appends .exe to executables.
16824         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16825         accepts Windows pathnames.
16826         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16827         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16828         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16829         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16830         Reported by Derek Robert Price <derek@ximbiot.com>.
16831
16832 2004-04-21  Karl Berry  <karl@gnu.org>
16833
16834         * config/srclist.txt (localcharset.c): break sync.
16835
16836 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16837
16838         * m4/host-os.m4: Add a copyright notice.
16839
16840 2004-04-20  Jim Meyering  <jim@meyering.net>
16841
16842         Change UTILS_ to gl_ in AC_DEFINE'd names.
16843         Change utils_- and jm_-prefixed variables, too.
16844         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16845         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16846         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16847
16848         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16849         Don't emit trailing blanks.
16850         Also rename jm_-prefixed variables to have gl_ prefix.
16851
16852         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16853         Also rename jm_-prefixed variables to have gl_ prefix.
16854
16855         * m4/jm-macros.m4: Reflect the renamings.
16856         * m4/prereq.m4: Likewise.
16857
16858 2004-04-20  Jim Meyering  <jim@meyering.net>
16859
16860         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16861         memory.
16862
16863 2004-04-20  Jim Meyering  <jim@meyering.net>
16864             Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16867         memory when realloc fails.
16868
16869 2004-04-19  Jim Meyering  <jim@meyering.net>
16870
16871         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16872         now that readutmp.c may call `free (0)'.
16873
16874 2004-04-19  Bruno Haible  <bruno@clisp.org>
16875
16876         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16877         * m4/inttypes_h.m4: Likewise.
16878         * m4/stdint_h.m4: Likewise.
16879         * m4/intmax_t.m4: Likewise.
16880         * m4/uintmax_t.m4: Likewise.
16881
16882 2004-04-18  Jim Meyering  <jim@meyering.net>
16883
16884         * m4/prereq.m4: Don't forbid jm_ prefix.
16885
16886         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16887         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16888         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16889         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16890         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16891         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16892         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16893         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16894         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16895         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16896         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16897         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16898         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16899         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16900         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16901         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16902         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16903         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16904         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16905
16906 2004-04-18  Jim Meyering  <jim@meyering.net>
16907
16908         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16909         failure, don't leak memory and do call END_UTMP_ENT.
16910
16911 2004-04-16  Jim Meyering  <jim@meyering.net>
16912
16913         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16914         coreutils' stat program.
16915         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16916
16917 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16918
16919         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16920         C89.
16921         (CHAR_BIT): Remove, since we assume C89.
16922         Include <stdint.h> if available, as per current Autoconf CVS advice.
16923
16924 2004-03-31  Jim Meyering  <jim@meyering.net>
16925
16926         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16927         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16928         * m4/xalloc.m4: Likewise.
16929
16930 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16931
16932         Merge from coreutils.
16933
16934         * m4/inttostr.m4: New file.
16935         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16936         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16937         Require gl_CLOCK_TIME.
16938         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16939
16940 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16941
16942         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16943         not bool, to be more consistent with Unix conventions.
16944         Suggested by Bruno Haible.
16945
16946         Merge from coreutils.
16947
16948         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16949         * lib/umaxtostr.c: New files.
16950
16951         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16952         the usual <time.h> dance.
16953         (get_date): Change signature to support fractional time stamps.
16954         All callers changed.
16955         * lib/getdate.y: Include "getdate.h" first, as we can now
16956         assume C89 and don't need to worry about 'const'.
16957         Similarly, include "unlocked-io.h" near start, not in middle.
16958         Include <limits.h>.
16959         (textint.value): Use long int rather than int.
16960         (textint.digits): Use size_t rather than int.
16961         (BILLION, LOG10_BILLION): New constants.
16962         (parser_control): New member rel_ns.  Members day_ordinal,
16963         time_zone, month, day, hour, minutes, rel_year, rel_month,
16964         rel_day, rel_hour, rel_minutes, rel_seconds
16965         are now long int, not int.  Member seconds is now struct timespec,
16966         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16967         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16968         not int.
16969         (%union.intval): Now long int, not int.
16970         New member timespec.
16971         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16972         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16973         (spec): Now is a timespec or an item list.
16974         (timespec, items): New nonterminals.
16975         (time, rel, relunit, number, get_date):
16976         Add support for fractional seconds.
16977         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16978         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16979         (to_hour): First arg is now long int, not int.
16980         (to_year): Returns long int, not int.
16981         Don't treat year -70 like 70.
16982         (tm_diff): Returns long int, not int.
16983         (lookup_word): Use bool instead of int when appropriate.
16984         (yylex): Use size_t for count, not int.
16985         Detect overflow when parsing large integer constants.
16986         Add support for fractions.
16987         (get_date): Make pointers 'const' if possible.
16988         Use more-portable code to detect integer overflow.
16989         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16990         Don't use ctime; it's not reliable if the year has >4 digits.
16991
16992         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16993         This is for compatibility with BSD.
16994
16995         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16996         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16997         From coreutils' system.h.
16998
16999         * lib/userspec.c: Don't include "posixver.h".
17000         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17001         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17002         compatible extension.  Simplify code by removing a boolean int
17003         that was always nonzero if a string was nonnull.
17004
17005 2004-03-30  Jim Meyering  <jim@meyering.net>
17006
17007         Merge from coreutils.
17008
17009         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17010         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17011         on some systems one must include <grp.h> before it.
17012         Reported by Christian Krackowizer.
17013
17014 2004-03-30  Jim Meyering  <jim@meyering.net>
17015
17016         Merge from coreutils.
17017
17018         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17019
17020         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17021         an empty input stream.
17022
17023         * lib/readtokens.c: Include <stdbool.h>.
17024         (readtoken): Use `size_t' rather than int/long.
17025         All callers adjusted.
17026         Use `bool' rather than `int' where appropriate.
17027         Use memset rather than an explicit loop.
17028         Use x2nrealloc rather than xrealloc.
17029         Allow the use of `\0' as a delimiter.
17030         (readtokens): Likewise.
17031         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17032
17033 2004-03-30  Jim Meyering  <jim@meyering.net>
17034
17035         * m4/realloc.m4: Remove file, since now it does no more than
17036         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17037         the `configure.ac' section of module/realloc.
17038         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17039
17040 2004-03-30  Bruno Haible  <bruno@clisp.org>
17041
17042         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17043         nonnull.
17044
17045 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17046
17047         Merge changes to getloadavg.c from coreutils and Emacs.
17048
17049         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17050         Define to an expression, not to the empty string.
17051         Include cloexec.h and xalloc.h.
17052         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17053         Use set_cloexec_flag rather than rolling our own.
17054         * lib/cloexec.c, lib/cloexec.h: New files.
17055
17056 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17057
17058         * m4/cloexec.m4: New file.
17059
17060 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17061
17062         * lib/getopt.h: Sync with libc CVS.
17063
17064 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17065             Bruno Haible  <bruno@clisp.org>
17066
17067         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17068         mbswidth.
17069
17070 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17071             Bruno Haible  <bruno@clisp.org>
17072
17073         * lib/mbswidth.h: Include <wchar.h> only if
17074         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17075         <wchar.h>.
17076         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17077
17078 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17079
17080         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17081         Sync with libc CVS.
17082         * lib/getopt_int.h: New file, also synced from libc.
17083
17084 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17085
17086         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17087         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17088         Bring back getopt.c, getopt.h, getopt1.c.
17089
17090 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17091
17092         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17093         All uses changed.  Check for sa_sigaction member; this fixes
17094         a bug first reported by Jason Andrade in
17095         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17096
17097 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17098
17099         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17100         '#if' expressions.  Unlike the code it replaces, it does not
17101         depend on (defined _SC_PAGESIZE).  However, it does depend on
17102         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17103         first reported by Jason Andrade in
17104         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17105
17106 2004-02-25  Simon Josefsson  <jas@extundo.com>
17107
17108         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17109
17110 2004-02-25  Simon Josefsson  <jas@extundo.com>
17111
17112         * lib/strdup.h: New file.
17113         * lib/strdup.c: Include it.
17114         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17115         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17116
17117 2004-02-23  Karl Berry  <karl@gnu.org>
17118
17119         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17120         (from fencepost.gnu.org:/gd/gnuorg).
17121
17122 2004-02-23  Karl Berry  <karl@gnu.org>
17123
17124         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17125         * config/srclist.txt: add maintain/standards documents.
17126
17127 2004-02-18  Bruno Haible  <bruno@clisp.org>
17128
17129         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17130         Reported by Derek Robert Price <derek@ximbiot.com>.
17131
17132 2004-02-16  Karl Berry  <karl@gnu.org>
17133
17134         * config/mkinstalldirs, install-sh: update from automake.
17135
17136 2004-02-06  Karl Berry  <karl@gnu.org>
17137
17138         * m4/po.m4: update from gettext 0.14.1.
17139
17140 2004-02-06  Karl Berry  <karl@gnu.org>
17141
17142         * lib/config.charset: update from gettext 0.14.1.
17143
17144 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17145
17146         Add comments and code, prompted by suggestions from Bruno Haible
17147         for sh-quote.
17148         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17149         describing the enum quoting_style values.
17150         * lib/quotearg.c (quotearg_alloc): New function.
17151         (quotearg_buffer_restyled): Treat lone { and } as special.
17152         Treat = as special.  Work around bug with older shells
17153         that "see" a '\' that is really the 2nd byte of a multibyte char.
17154         Quote empty string with shell_quoting_style.
17155
17156 2004-02-03  Bruno Haible  <bruno@clisp.org>
17157
17158         * m4/pipe.m4: New file, from GNU gettext.
17159
17160 2004-02-03  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/pipe.h: New file, from GNU gettext.
17163         * lib/pipe.c: New file, from GNU gettext.
17164
17165 2004-01-27  Bruno Haible  <bruno@clisp.org>
17166
17167         * m4/execute.m4: New file, from GNU gettext.
17168
17169 2004-01-27  Bruno Haible  <bruno@clisp.org>
17170
17171         * lib/execute.h: New file, from GNU gettext.
17172         * lib/execute.c: New file, from GNU gettext.
17173         * lib/w32spawn.h: New file, from GNU gettext.
17174
17175 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17176
17177         Merge from diffutils.
17178
17179         * lib/file-type.c (file_type): Add typed memory objects.
17180         * lib/file-type.h (S_TYPEISTMO): New macro.
17181
17182         * lib/c-stack.h (c_stack_action): Remove argv argument.
17183         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17184         (die): Don't calculate message unless segv_action returns.
17185         (get_stack_location, min_address_from_argv, max_address_from_argv,
17186         volatile stack_base, volatile_stack_size): Remove.
17187         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17188         that every segmentation violation is a stack overflow.  (Ouch!)
17189         See Debian bug 136249 (still outstanding) for more info about why
17190         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17191
17192 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17193
17194         Exit-status fix from coreutils.
17195
17196         Use exit_failure consistently in place of EXIT_FAILURE,
17197         so that program exit statuses are consistent on failure.
17198
17199         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17200         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17201         * lib/argmatch.h: Comment fix to match the above.
17202         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17203         Now a macro referring to exit_failure, instead of a separate
17204         variable.  Include "exitfail.h" to get it.
17205         * lib/xstrtol.h: Include "exitfail.h".
17206         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17207
17208         * lib/long-options.c (parse_long_options): Use prototype
17209         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17210         for clarity.
17211
17212 2004-01-21  Jim Meyering  <jim@meyering.net>
17213
17214         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17215         so as not to conflict with a different-sized __mktime_internal
17216         function in GNU libc.
17217         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17218         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17219
17220 2004-01-20  Karl Berry  <karl@gnu.org>
17221
17222         * config/config.guess: update from config.
17223
17224         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17225
17226 2004-01-20  Bruno Haible  <bruno@clisp.org>
17227
17228         Safer stack allocation.
17229         * lib/setenv.c: Include allocsa.h.
17230         (alloca): Remove fallback definition.
17231         (freea): Remove macro.
17232         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17233         instead of freea.
17234
17235 2004-01-20  Bruno Haible  <bruno@clisp.org>
17236
17237         * m4/eealloc.m4: New file, from GNU gettext.
17238
17239 2004-01-20  Bruno Haible  <bruno@clisp.org>
17240
17241         * m4/allocsa.m4: New file, from GNU gettext.
17242
17243 2004-01-20  Bruno Haible  <bruno@clisp.org>
17244
17245         * lib/xallocsa.h: New file, from GNU gettext.
17246         * lib/xallocsa.c: New file, from GNU gettext.
17247
17248 2004-01-20  Bruno Haible  <bruno@clisp.org>
17249
17250         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17251
17252 2004-01-20  Bruno Haible  <bruno@clisp.org>
17253
17254         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17255         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17256         specially.
17257
17258 2004-01-20  Bruno Haible  <bruno@clisp.org>
17259
17260         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17261         patch.
17262
17263 2004-01-20  Bruno Haible  <bruno@clisp.org>
17264
17265         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17266
17267 2004-01-20  Bruno Haible  <bruno@clisp.org>
17268
17269         * lib/eealloc.h: New file.
17270
17271 2004-01-20  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/binary-io.h: Avoid warnings on Cygwin.
17274
17275 2004-01-20  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/allocsa.h: New file, from GNU gettext.
17278         * lib/allocsa.c: New file, from GNU gettext.
17279
17280 2004-01-18  Karl Berry  <karl@gnu.org>
17281
17282         * doc/gpl.texi, doc/lgpl.texi: new files.
17283
17284 2004-01-18  Karl Berry  <karl@gnu.org>
17285
17286         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17287         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17288
17289 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17290
17291         Merge from coreutils.
17292
17293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17294         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17295         (gl_DEFAULT_POSIX2_VERSION): Move
17296         the documentation from 'configure' into 'config.hin',
17297         so that 'configure --help' isn't burdened by it and
17298         we don't have to worry about its formatting there.
17299         Reword the documentation so that it's more succinct
17300         and can be run together into a single paragraph.
17301         * m4/same.m4 (gl_SAME): Check for pathconf.
17302
17303 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17304
17305         Merge from coreutils.
17306
17307         * lib/posixver.c: Include posixver.h.
17308
17309         * lib/same.c: Include <stdbool.h>, <limits.h>.
17310         (_POSIX_NAME_MAX): Define if not defined.
17311         (MIN): New macro.
17312         (same_name): If file names are silently truncated, report
17313         that the file names are the same if they are the same after
17314         the silent truncation.
17315
17316         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17317         conversion function.
17318         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17319         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17320         longer needed.
17321
17322 2004-01-15  Jim Meyering  <jim@meyering.net>
17323
17324         Merge from coreutils.
17325
17326         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17327         if no library is required.
17328         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17329         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17330         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17331         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17332         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17333         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17334         value, $ac_cv_search_crypt, if it's "none required".
17335         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17336         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17337         not gl_FUNC_GETLOADAVG.
17338         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17339         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17340
17341 2004-01-15  Jim Meyering  <jim@meyering.net>
17342
17343         Merge from coreutils.
17344
17345         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17346         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17347         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17348
17349         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17350         optional configure-time default.
17351
17352         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17353
17354         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17355
17356 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17357
17358         Merge from coreutils.
17359
17360         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17361         value, $ac_cv_search_nanosleep, if it's "none required".
17362
17363 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17364
17365         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17366         with like-named macro in fnmatch.c.
17367         (EXT): Use an internal constant instead.
17368
17369         Merge fnmatch patches from glibc.
17370         * lib/fnmatch.c (mbsinit): Remove define.
17371         Add libc_hidden_ver (__fnmatch, fnmatch).
17372         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17373         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17374
17375 2004-01-14  Karl Berry  <karl@gnu.org>
17376
17377         * config/install-sh: update from automake.
17378
17379 2004-01-13  Karl Berry  <karl@gnu.org>
17380
17381         * config/install-sh: update from automake.
17382
17383 2004-01-09  Karl Berry  <karl@gnu.org>
17384
17385         * config/install-sh: update from automake.
17386
17387 2004-01-05  Karl Berry  <karl@gnu.org>
17388
17389         * config/config.{sub,guess}: update from config.
17390
17391 2003-12-31  Karl Berry  <karl@gnu.org>
17392
17393         * config/depcomp: update from automake.
17394
17395 2003-12-14  Karl Berry  <karl@gnu.org>
17396
17397         * lib/config.charset: update from gettext-runtime.
17398
17399 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17400
17401         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17402         Bug reported by Alfred M. Szmidt.
17403
17404 2003-12-03  Bruno Haible  <bruno@clisp.org>
17405
17406         * m4/gettext.m4: Upgrade from gettext-0.13.
17407         * m4/po.m4: Upgrade from gettext-0.13.
17408         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17409         * m4/intmax.m4: New file, from gettext-0.13.
17410         * m4/printf-posix.m4: New file, from gettext-0.13.
17411
17412 2003-11-29  Karl Berry  <karl@gnu.org>
17413
17414         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17415
17416 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17417             Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/printf-parse.h: Don't include sys/types.h.
17420         (ARG_NONE): New macro.
17421         (char_directive): Change type of *arg_index fields to size_t.
17422         * lib/printf-parse.c: Don't include sys/types.h.
17423         (SSIZE_MAX): Remove macro.
17424         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17425         Remove unnecessary overflow check.
17426         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17427         fields.
17428
17429 2003-11-25  Bruno Haible  <bruno@clisp.org>
17430
17431         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17432
17433 2003-11-25  Bruno Haible  <bruno@clisp.org>
17434
17435         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17436         gt_TYPE_SSIZE_T.
17437
17438 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17439
17440         * modules/alloca: Remove dependency on xalloc.
17441
17442 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17443
17444         * lib/alloca.c: Remove dependency on xalloc module.
17445         (xalloc_die): Remove.
17446         (memory_full) [!defined emacs]: New macro.
17447         [!defined emacs]: Don't include xalloc.h.
17448         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17449         address arithmetic overflows.  Change datatypes a bit to avoid
17450         unnecessary casts.
17451
17452 2003-11-22  Jim Meyering  <jim@meyering.net>
17453
17454         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17455         s/size/size_t/.
17456
17457 2003-11-21  Karl Berry  <karl@gnu.org>
17458
17459         * config/config.{sub,guess}: update from config.
17460
17461 2003-11-18  Karl Berry  <karl@gnu.org>
17462
17463         * config/config.{sub,guess}: update from config.
17464
17465         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17466
17467 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17468
17469         * README: Mention that S+T cannot overflow if S is the size of
17470         an existing object and T is sufficiently small.
17471
17472 2003-11-17  Jim Meyering  <jim@meyering.net>
17473
17474         On systems without utime and without a utimes function capable of
17475         dealing with a NULL struct utimbuf* argument, this utime replacement
17476         could -- in unusual circumstances -- leak a file descriptor.
17477         * lib/utime.c: Include <unistd.h> and <errno.h>.
17478         (utime_null): Be sure to close `fd' and to preserve errno.
17479         Reported by Geoff Collyer via Arnold Robbins.
17480
17481 2003-11-17  Bruno Haible  <bruno@clisp.org>
17482
17483         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17484         (Depends-on): Add xsize.
17485
17486 2003-11-17  Bruno Haible  <bruno@clisp.org>
17487
17488         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17489
17490 2003-11-17  Bruno Haible  <bruno@clisp.org>
17491
17492         * lib/vasnprintf.c (alloca): Remove fallback definition.
17493         (freea): Remove definition.
17494         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17495         Reported by Paul Eggert.
17496
17497 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17498             Bruno Haible  <bruno@clisp.org>
17499
17500         Protect against address arithmetic overflow.
17501         * lib/printf-args.h: Include stddef.h.
17502         (arguments): Change type of field 'count' to size_t.
17503         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17504         'unsigned int' where appropriate.
17505         * lib/printf-parse.h: Include sys/types.h.
17506         (char_directive): Change type of *arg_index fields to ssize_t.
17507         (char_directives): Change type of fields 'count', max_*_length to
17508         size_t.
17509         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17510         (SSIZE_MAX): Define fallback value.
17511         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17512         instead of 'int' where appropriate. Check a_allocated, d_allocated
17513         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17514         * lib/vasnprintf.c: Include xsize.h.
17515         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17516         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17517         overflow. Avoid wraparound when converting a width or precision from
17518         decimal to binary.
17519
17520 2003-11-16  Bruno Haible  <bruno@clisp.org>
17521
17522         Update from GNU gettext.
17523         * lib/printf-parse.c: Generalize to it can be compiled for wide
17524         strings.
17525         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17526         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17527         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17528         SNPRINTF): New macros.
17529         Don't include <alloca.h> if the file is used inside libintl.
17530         (local_wcslen): New function, for Solaris 2.5.1.
17531         (VASNPRINTF): Use it instead of wcslen.
17532
17533 2003-11-16  Bruno Haible  <bruno@clisp.org>
17534
17535         * lib/xsize.h (xmax): New function.
17536         (xsum, xsum3, xsum4): Declare as "pure" functions.
17537
17538 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17539
17540         * modules/xalloc (Files): Undo latest change, since xalloc.h
17541         no longer needs SIZE_MAX or PTRDIFF_MAX.
17542
17543 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17544
17545         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17546         gl_PTRDIFF_MAX.
17547
17548 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17549
17550         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17551         "return", to pacify some unknown compiler.  Problem reported
17552         by Joerg Schilling.
17553
17554 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17555
17556         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17557         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17558         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17559         heuristic is just as accurate as far as we know, and it removes a
17560         dependency on size_max.m4 and ptrdiff_max.m4.
17561
17562 2003-11-11  Bruno Haible  <bruno@clisp.org>
17563
17564         * modules/xsize (Files): Add m4/size_max.m4.
17565         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17566
17567 2003-11-11  Bruno Haible  <bruno@clisp.org>
17568
17569         * m4/size_max.m4: New file.
17570         * m4/ptrdiff_max.m4: New file.
17571         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17572         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17573         (gl_XALLOC): Invoke it.
17574
17575 2003-11-11  Bruno Haible  <bruno@clisp.org>
17576
17577         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17578         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17579         defined.
17580
17581 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17582
17583         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17584         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17585         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17586         From Bruno Haible.
17587         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17588         not (size_t) -1, since it's defined here.
17589
17590 2003-11-09  Karl Berry  <karl@gnu.org>
17591
17592         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17593
17594 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17595
17596         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17597         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17598         Reject sizes of exactly SIZE_MAX bytes.
17599         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17600         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17601
17602 2003-11-05  Bruno Haible  <bruno@clisp.org>
17603
17604         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17605         SIZE_MAX defined in <limits.h> on Solaris.
17606
17607 2003-11-04  Jim Meyering  <jim@meyering.net>
17608
17609         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17610         variable names, rather than @VAR@.
17611         * modules/poll: Likewise.
17612
17613 2003-11-04  Bruno Haible  <bruno@clisp.org>
17614
17615         * modules/xsize: New file.
17616         * modules/linebreak: Depend on xsize.
17617         * MODULES.html.sh (func_all_modules): Add xsize.
17618
17619 2003-11-04  Bruno Haible  <bruno@clisp.org>
17620
17621         * m4/xsize.m4: New file.
17622
17623 2003-11-04  Bruno Haible  <bruno@clisp.org>
17624
17625         * lib/xsize.h: New file.
17626         * lib/linebreak.c: Include xsize.h.
17627         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17628         argument for overflow.
17629         Suggested by Paul Eggert.
17630
17631 2003-11-03  Karl Berry  <karl@gnu.org>
17632
17633         * config/config.{guess,sub}: update from config.
17634
17635 2003-11-03  Jim Meyering  <jim@meyering.net>
17636
17637         * modules/userspec (lib_SOURCES): Add userspec.h.
17638         (Include): Add "userspec.h".
17639         Improve description.
17640
17641 2003-11-03  Jim Meyering  <jim@meyering.net>
17642
17643         * lib/userspec.c: Include "userspec.h".
17644         * lib/userspec.h: New file.
17645
17646 2003-11-03  Bruno Haible  <bruno@clisp.org>
17647
17648         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17649
17650 2003-11-03  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17653         available, to avoid (extremely rare) race condition.
17654         Suggested by Paul Eggert.
17655
17656 2003-11-02  Karl Berry  <karl@gnu.org>
17657
17658         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17659
17660 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17661
17662         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17663         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17664         (read_filesystem_list): Set and use me_type_malloced.
17665         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17666         whatever the type happens to be), for brevity and consistency.
17667         Check for size calculation overflow on Alphas running OSF/1.
17668
17669 2003-10-31  Jim Meyering  <jim@meyering.net>
17670
17671         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17672
17673         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17674
17675 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17676             Bruno Haible  <bruno@clisp.org>
17677
17678         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17679         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17680
17681 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17684         netbsd*-gnu*.  Suggested by Robert Millan.
17685
17686 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17687
17688         * modules/group-member: Depend on stdbool.
17689
17690 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17691
17692         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17693
17694 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17695
17696         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17697         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17698         after the 'gnu' in these cases.  This fixes some bugs in the
17699         previous change, and is based on suggestions by Robert Millan.
17700
17701 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17702
17703         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17704         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17705         no longer needed.
17706         * lib/quotearg.c (quotearg_n_options): Use it.
17707         * lib/group-member.c: Include <stdbool.h>.
17708         (free_group_info): Arg is now const *; don't free arg.
17709         (get_group_info): Now returns bool and accepts struct group_info *,
17710         rather than returning a malloc'ed struct group_info *.
17711         All uses changed.  Check for overflow in internal size calculation.
17712
17713         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17714         rather than xmalloc/xrealloc.
17715         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17716         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17717         conformance bug: the old code used a pointer after freeing the
17718         storage that it addressed.
17719         * lib/hash.c (hash_initialize): Simplify the code by using
17720         xalloc_oversized rather than doing it by hand.
17721         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17722         the buffer preserved.  Use free and xmalloc instead.
17723         * lib/quotearg.c (quotearg_n_options): Likewise.
17724         Use a simpler test for size overflow.  Don't use xalloc_oversized
17725         because unsigned int might be wider than size_t (!); this suggests
17726         that we should switch from unsigned int to size_t for slot numbers.
17727
17728 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17729
17730         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17731         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17732         NetBSD kernels.  Requested by Richard Stallman.
17733
17734 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17735
17736         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17737         to allocate the returned structure.  Do not allocate a subarray,
17738         as x2nrealloc will do that.
17739         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17740         instead of xnrealloc.
17741         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17742
17743 2003-10-27  Bruno Haible  <bruno@clisp.org>
17744
17745         * lib/stdbool_.h: Better support for BeOS.
17746
17747 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17748
17749         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17750         now uses inline.
17751
17752 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17753
17754         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17755         callers that want to do their own size-overflow checking.  Include
17756         <stdbool.h>, since xalloc_oversized returns bool.
17757         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17758         to use xalloc_oversized.
17759
17760         Add two functions x2realloc, x2nrealloc, for programs that grow
17761         arrays dynamically by doubling their sizes.
17762         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17763         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17764         New functions.
17765
17766         Port to C99 semantics for 'inline' of external functions.
17767         Bug reported by Bruno Haible.
17768         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17769         with the old contents of xnmalloc.
17770         (xnmalloc, xmalloc): Use it.
17771         (xnrealloc_inline): New static inline function,
17772         with the old contents of xnrealloc.
17773         (xnrealloc, xrealloc): Use it.
17774
17775         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17776         that.
17777
17778 2003-10-26  Karl Berry  <karl@gnu.org>
17779
17780         * config/srclist.txt (COPYING.DOC): no longer available from
17781         /gd/gnuorg; don't know where the ultimate source is.
17782
17783 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17784
17785         Fix several address-calculation bugs in the hash modules,
17786         plus some minor code cleanup.
17787
17788         * lib/hash.h: Include <stdbool.h>, for bool.
17789         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17790         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17791         hash_get_n_entries, hash_get_max_bucket_length,
17792         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17793         hash_rehash): Use size_t rather than unsigned.
17794         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17795         hash_get_n_buckets_used, hash_get_n_entries,
17796         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17797         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17798         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17799         Likewise.
17800         (SIZE_MAX): Define if not defined.
17801         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17802         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17803         hash_print):
17804         Use const * when possible.
17805         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17806         (check_tuning): Fix bug: if tuning parameters were very close to
17807         0 or 1, rounding errors could have caused subscript violations.
17808         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17809         (hash_initialize): Add 'fail:' label
17810         to free table and return NULL, and use it to simplify code.
17811         Use calloc rather than clearing the storage ourself.
17812         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17813         buffer size calculations.
17814         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17815         Include <stddef.h>, for size_t.
17816         * lib/hash-pjw.c (hash_pjw): Likewise.
17817         Switch to method described by Bruno Haible.
17818         Include <limits.h>, for CHAR_BIT.
17819         (SIZE_BITS): New macro.
17820
17821 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17822
17823         * m4/getline.m4 (AM_FUNC_GETLINE):
17824         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17825         hosts.  Problem reported by Derek Robert Price in
17826         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17827         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17828         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17829
17830 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17831
17832         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17833         ceiling the allocation at NMAX bytes rather than silently
17834         discarding input bytes before NMAX is reached.  This makes
17835         a difference only if NMAX exceeds SIZE_MAX / 2.
17836
17837         * lib/obstack.c: Merge from glibc.
17838         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17839         Add libc_hidden_def (_obstack_newchunk).
17840         (_obstack_free) [! defined _LIBC]: Remove.
17841         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17842         a clone of the function body.
17843         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17844         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17845
17846         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17847         glibc.
17848         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17849         arg to memcpy.
17850
17851         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17852         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17853         Don't use lvalue casts, as GCC plans to remove support for them
17854         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17855         was also present in the non-GCC version, indicating that this
17856         code had always been buggy and had never been widely used.
17857         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17858         Use the fast variant of each macro, rather than copying the
17859         definiens of the fast variant; that way, we'll be more likely to
17860         catch future bugs in the fast variants.
17861
17862 2003-10-20  Bruno Haible  <bruno@clisp.org>
17863
17864         * modules/wait-process: New file.
17865         * MODULES.html.sh (func_all_modules): Add wait-process.
17866
17867 2003-10-20  Bruno Haible  <bruno@clisp.org>
17868
17869         * m4/wait-process.m4: New file.
17870
17871 2003-10-20  Bruno Haible  <bruno@clisp.org>
17872
17873         * lib/wait-process.h: New file, from GNU gettext.
17874         * lib/wait-process.c: New file, from GNU gettext.
17875
17876 2003-10-19  Jim Meyering  <jim@meyering.net>
17877
17878         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17879         HPUX 10.20.
17880
17881 2003-10-18  Karl Berry  <karl@gnu.org>
17882
17883         * config/config.guess: update from config.
17884
17885 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17886
17887         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17888         (getgroups): First arg is int, not size_t.
17889         Don't let 'free' mangle errno.
17890
17891 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17892
17893         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17894
17895 2003-10-16  Karl Berry  <karl@gnu.org>
17896
17897         * config/config.{guess,sub}: update from config.
17898
17899 2003-10-16  Jim Meyering  <jim@meyering.net>
17900
17901         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17902         memcpy.
17903
17904 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17905
17906         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17907         (SIZE_MAX): Remove.
17908         (new_exclude, add_exclude_file): Initial size no longer needs to
17909         be a power of 2.
17910         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17911         our own address arithmetic overflow checking.
17912
17913         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17914         (fnmatch): Do not alloca more than 2000 wide characters;
17915         instead, use malloc for large buffers.
17916         Check for address arithmetic overflow, and return -1
17917         with errno set to ENOMEM in that case.
17918         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17919         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17920         instead, return -1.  Check for address arithmetic overflow.
17921
17922 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17923
17924         Handle invalid suffixes and overflow independently, so that
17925         callers can treat them independently as needed.  Fix some bugs in
17926         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17927         suffix for a human-readable blocksize.  The major caller-visible
17928         change is the addition of a new
17929         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17930         that both overflow and suffix chars were found.
17931
17932         * lib/human.c (humblock): Don't check separately for invalid suffix
17933         char; that is xstrtoumax's job (now that its bug is fixed).
17934         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17935         INTMAX_MAX]: New macros.
17936         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17937         TYPE_MAXIMUM): New macros.
17938         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17939         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17940         if overflow occurs, as it's what __strtol does and it's more useful
17941         in practice.
17942         (__xstrtol): If __strtol reports some error other than ERANGE,
17943         reflect it to the caller as LONGINT_INVALID.  If it reports
17944         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17945         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17946         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17947         value.
17948         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17949         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17950         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17951         [defined UINTMAX_MAX]: New macros.
17952
17953 2003-10-14  Bruno Haible  <bruno@clisp.org>
17954
17955         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17956
17957 2003-10-14  Bruno Haible  <bruno@clisp.org>
17958
17959         * m4/sig_atomic_t: New file, from GNU gettext.
17960         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17961
17962 2003-10-14  Bruno Haible  <bruno@clisp.org>
17963
17964         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17965         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17966         Also use volatile where needed.
17967
17968 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17969
17970         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17971         Change maintainer from Bruno Haible to 'all'.
17972
17973 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17974
17975         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17976
17977 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17978
17979         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17980         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17981         and define in terms of the other primitives.
17982         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17983         (SIZE_MAX): Define if not already defined.
17984         (array_size_overflow): New function.
17985         (xalloc_die): Abort instead of exiting if 'error' returns.
17986         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17987         (xmalloc, xrealloc): Use them.
17988         (xcalloc): Check for address arithmetic overflow.
17989         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17990         a bit faster than strcpy.
17991
17992 2003-10-10  Simon Josefsson  <jas@extundo.com>
17993
17994         * modules/argp (Depends-on): Add restrict and strcase.
17995
17996 2003-10-10  Simon Josefsson  <jas@extundo.com>
17997
17998         * m4/argp.m4: Add AC_C_INLINE.
17999
18000 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18001
18002         Merge getpass from libc, plus a few fixes.
18003
18004         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18005         Include <stdbool.h>.
18006         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18007         __fsetlocking to empty.
18008         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18009         do include <bits/libc-lock.h>.
18010         Do not include <fcntl.h>; not needed.
18011         [_LIBC]: Include <wchar.h>.
18012         (NOTCANCEL_MODE): New macro.
18013         (flockfile, funlockfile) [_LIBC]: New macros.
18014         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18015         [!_LIBC]: New macros.
18016         (call_fclose): New function.
18017         (getpass): Use it.  Save tty stream separately; this simplifies the
18018         code and makes it more reliable if stdin happens to equal stdout.
18019         Invoke __fsetlocking on tty.
18020         Handle thread cancellation if needed.
18021         Namespace cleanup (use __tcgetattr, __getline).
18022         Use bool for Booleans.
18023         [USE_IN_LIBIO]: Handle wide streams.
18024         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18025         stream might go where.
18026
18027         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18028         doesn't have to include <stdio.h> before us.
18029         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18030         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18031         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18032         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18033         if not declared, so that we can use getpass.c code from libc without
18034         rewriting it.
18035         (flockfile, ftrylockfile, funlockfile): New macros.
18036
18037 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18038
18039         * modules/getpass: Depend on stdbool.
18040
18041 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18042
18043         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18044
18045 2003-10-07  Karl Berry  <karl@gnu.org>
18046
18047         * config/config.{guess,sub}: update from config.
18048
18049 2003-10-06  Jim Meyering  <jim@meyering.net>
18050             Bruno Haible  <bruno@clisp.org>
18051
18052         This lets translators provide better translations for the
18053         "Written by ..." part of --version output.
18054         * lib/version-etc.h: Include stdarg.h.
18055         (version_etc_copyright): Declare as readonly.
18056         (version_etc): Make this function variadic with a NULL-terminated list
18057         of author name strings.
18058         (version_etc_va): New declaration.
18059         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18060         (version_etc_copyright): Declare as readonly.
18061         (version_etc_va): New function. Provide a different translatable string
18062         for each possible number of authors < 10. Abbreviate when there are 10
18063         authors or more.
18064         (version_etc): Make this function variadic. Call version_etc_va.
18065         Suggestion from Gary V. Vaughan.
18066
18067         * lib/long-options.h (parse_long_options): Change prototype: the
18068         authors string is moved to the end and becomes variadic.
18069         * lib/long-options.c: Include stdarg.h.
18070         (parse_long_options): Make this function variadic, too.
18071         Call version_etc_va, not version_etc.
18072
18073 2003-10-06  Bruno Haible  <bruno@clisp.org>
18074
18075         * modules/version-etc-2: Remove file.
18076         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18077
18078 2003-10-06  Bruno Haible  <bruno@clisp.org>
18079
18080         * modules/fatal-signal: New file.
18081         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18082
18083 2003-10-06  Bruno Haible  <bruno@clisp.org>
18084
18085         * m4/fatal-signal.m4: New file.
18086         * m4/signalblocking.m4: New file, from GNU gettext.
18087
18088 2003-10-06  Bruno Haible  <bruno@clisp.org>
18089
18090         * lib/version-etc-2.h: Remove file.
18091         * lib/version-etc-2.c: Remove file.
18092
18093 2003-10-06  Bruno Haible  <bruno@clisp.org>
18094
18095         * lib/fatal-signal.h: New file, from GNU gettext.
18096         * lib/fatal-signal.c: New file, from GNU gettext.
18097
18098 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18099
18100         * README: Rework advice for preventing empty .o files.
18101         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18102         not <sys/types.h>.
18103
18104 2003-10-04  Karl Berry  <karl@gnu.org>
18105
18106         * lib/argp*: update from libc.
18107
18108 2003-10-04  Karl Berry  <karl@gnu.org>
18109
18110         * config/config.{guess,sub}: update from config.
18111
18112 2003-10-02  Bruno Haible  <bruno@clisp.org>
18113
18114         * modules/lchown (Include): Add lchown.h.
18115         * modules/time_r (Include): Use "..." syntax.
18116         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18117
18118 2003-10-01  Simon Josefsson  <jas@extundo.com>
18119
18120         * MODULES.html.sh (func_all_modules): Move gethostname from section
18121         'based on' to section 'lacking' POSIX:2001.
18122
18123 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18124
18125         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18126         to output mode on the same stream.
18127
18128 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18129
18130         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18131         Fix arg typo in previous patch.
18132
18133 2003-09-28  Jim Meyering  <jim@meyering.net>
18134
18135         * lib/error.c: Correct cpp indentation.
18136
18137 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18138
18139         * modules/free: New file.
18140
18141 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18142
18143         * m4/free.m4: New file.
18144
18145 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18146
18147         * lib/minmax.h (MIN, MAX)
18148         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18149         Omit the special code that used __typeof__, since we worry that
18150         it could be more trouble than it's worth.  See:
18151         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18152         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18153
18154         * lib/free.c: New file.
18155
18156 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18157
18158         Trivial fixes to Makefile.am parts of module listings.
18159         * modules/strstr: Append strstr.h to lib_SOURCES.
18160         * modules/strcase: Likewise, for strcase.h.
18161
18162 2003-09-27  Karl Berry  <karl@gnu.org>
18163
18164         * config/mkinstalldirs: update from automake.
18165
18166 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18167
18168         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18169         (error_tail): Do not loop, reallocating temporary buffer, since
18170         the output cannot contain more wide characters than the input
18171         contains bytes, the size must be big enough already.  This avoids
18172         one potential size overflow calculation.  Check for size overflow
18173         when calculating temporary buffer size.  Free temporary buffer
18174         when done, if it was allocated with malloc; this plugs a memory
18175         leak.  Remove casts from void * to pointers, that are no longer
18176         needed now that we're assuming C89 or better.
18177
18178         Merge error changes from glibc.
18179
18180         * lib/error.c, error.h: Update copyright notice header to match glibc.
18181         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18182         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18183         Disable cancellation while printing error.
18184         * lib/error.h: Prepend __ to parameter names.
18185
18186 2003-09-26  Jim Meyering  <jim@meyering.net>
18187
18188         * lib/error.c (error_tail): Move some declarations
18189         into inner scope where the local variables are used.
18190
18191 2003-09-26  Bruno Haible  <bruno@clisp.org>
18192
18193         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18194         stpncpy().
18195         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18196
18197 2003-09-26  Bruno Haible  <bruno@clisp.org>
18198
18199         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18200         (stpncpy): Define as alias for gnu_stpncpy.
18201         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18202
18203 2003-09-25  Simon Josefsson  <jas@extundo.com>
18204
18205         * lib/xgetdomainname.h: New file.
18206         * lib/xgetdomainname.c: New file.
18207
18208 2003-09-25  Simon Josefsson  <jas@extundo.com>
18209             Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/getdomainname: New file.
18212         * modules/xgetdomainname: New file.
18213         * MODULES.html.sh (func_all_modules): Add getdomainname,
18214         xgetdomainname.
18215
18216 2003-09-25  Simon Josefsson  <jas@extundo.com>
18217             Bruno Haible  <bruno@clisp.org>
18218
18219         * m4/getdomainname.m4: New file.
18220
18221 2003-09-25  Simon Josefsson  <jas@extundo.com>
18222             Bruno Haible  <bruno@clisp.org>
18223
18224         * lib/getdomainname.h: New file.
18225         * lib/getdomainname.c: New file.
18226
18227 2003-09-25  Karl Berry  <karl@gnu.org>
18228
18229         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18230
18231 2003-09-25  Karl Berry  <karl@gnu.org>
18232
18233         * config/install-sh: update from automake.
18234
18235 2003-09-25  Bruno Haible  <bruno@clisp.org>
18236
18237         * modules/version-etc-2: New file, from modules/version-etc with
18238         modifications.
18239         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18240
18241 2003-09-25  Bruno Haible  <bruno@clisp.org>
18242
18243         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18244         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18245
18246 2003-09-24  Simon Josefsson  <jas@extundo.com>
18247
18248         * modules/xgethostname: Add xgethostname.h.
18249
18250 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18251
18252         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18253         the buffer associated with the argument.  Bug reported by
18254         Simon Josefsson.
18255
18256 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18257
18258         * README: Document assumptions that 'int' is at least 32 bits
18259         wide, that integer arithmetic is 2's complement without overflow,
18260         that there are no holes in integer values, that adding sizes of
18261         two nonoverlapping objects can't overflow, and that all-bits-zero
18262         yields scalar zero.  Fix spelling and capitalization typos.
18263
18264 2003-09-19  Karl Berry  <karl@gnu.org>
18265
18266         * lib/argp.h: update from libc.
18267
18268 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18269
18270         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18271         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18272         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18273
18274 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18275
18276         * gnulib-tool: Use "test -h", not "test -L", for portability
18277         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18278         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18279         (sed_extract_prog): Issue s commands one-by-one, rather than
18280         using \| in one s command.
18281
18282 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18283
18284         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18285         input error, instead of returning NULL the next time we are called
18286         (and therefore losing track of errno).
18287
18288 2003-09-16  Bruno Haible  <bruno@clisp.org>
18289
18290         * gnulib-tool (func_create_testdir): Warn about duplicated
18291         dependencies.
18292
18293 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18294
18295         * modules/argmatch, modules/fatal, modules/obstack,
18296         modules/xalloc, modules/xgethostname: Sort dependencies by
18297         importance, not alphabetically.
18298
18299 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18300
18301         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18302         fails, so that the caller gets the proper errno.
18303
18304         * lib/readutmp.c (read_utmp): Likewise.
18305         Check for fstat error.  Close stream and free storage
18306         when failing.
18307
18308 2003-09-14  Karl Berry  <karl@gnu.org>
18309
18310         * config/srclist.txt (strdup.c): disable for c89 changes.
18311
18312 2003-09-14  Jim Meyering  <jim@meyering.net>
18313
18314         * lib/getloadavg.c: Correct cpp indentation.
18315         * lib/strdup.c: Likewise.
18316         * lib/vasnprintf.c: Likewise.
18317
18318 2003-09-14  Bruno Haible  <bruno@clisp.org>
18319
18320         * modules/fwriteerror: New file.
18321         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18322
18323 2003-09-14  Bruno Haible  <bruno@clisp.org>
18324
18325         * lib/fwriteerror.h: New file.
18326         * lib/fwriteerror.c: New file.
18327
18328 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18329
18330         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18331         modules/xgethostname, modules/xalloc: Depend on exit.
18332
18333 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18334
18335         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18336
18337         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18338         and AC_MINIX, too, so that their extensions are available.
18339
18340         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18341         This macro has been superseded by gl_BACKUPFILE.
18342
18343         More patches to assume C89 or better.
18344
18345         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18346
18347         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18348         unconditionally.
18349         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18350         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18351         Include <string.h>, <stdlib.h> unconditionally.
18352         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18353         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18354         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18355         headers or for string.h.
18356         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18357         or strtoul.
18358
18359         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18360         headers.
18361         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18362         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18363         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18364         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18365         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18366         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18367         memcpy, memset.
18368         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18369         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18370         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18371         strtol.
18372         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18373         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18374         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18375         strtoul.
18376
18377 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18378
18379         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18380         * lib/obstack.c [!defined _LIBC]: Likewise.
18381         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18382         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18383         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18384
18385         More changes to assume C89 or better.
18386
18387         * lib/error.c (error_tail): Assume vprintf.
18388
18389         * lib/argmatch.c (getenv): Remove decl.
18390         * lib/progreloc.c (get_full_program_name): Define via prototype.
18391         * lib/setenv.c (clearenv): Likewise.
18392         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18393         needed.
18394         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18395         (malloc, memcpy): Remove decls.
18396         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18397         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18398         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18399         (memcpy): Remove macro.
18400         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18401         (__P): Remove.  All uses removed.
18402         (PTR): Remove.  All uses changed to void *.
18403         (CHAR_BIT, NULL): Remove.
18404         (spaces, zeros, memset_space, memset_zero)
18405         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18406         Remove.
18407         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18408         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18409         Define with prototype.
18410         Remove now-unnecessary prototype decl.
18411         (extra_args_spec): Assume ANSI C.  All uses changed.
18412         (extra_args_spec_iso): Remove.
18413         (my_strftime, emacs_strftimeu): Define via prototype.
18414         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18415         unconditionally.
18416         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18417         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18418         (strtoul, strtol): Remove decls.
18419         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18420         LONG_MAX): Remove.
18421         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18422         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18423         (LOCALE_PARAM_PROTO): New macro.
18424         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18425         (INTERNAL (strtol), strtol): Define with a prototype.
18426         (PARAMS): Remove.  All uses removed.
18427         * lib/tempname.c: Include <string.h> unconditionally.
18428         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18429         * lib/xgethostname.c (main): Define with a prototype.
18430         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18431         Include <stdlib.h> unconditionally.
18432         (calloc, malloc, realloc, free): Remove decls.
18433         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18434         Include <stdlib.h> unconditionally.  Sort include file names.
18435         (strtod): Remove.
18436         (xstrtod): Define with a prototype.
18437         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18438         (strtol, strtoul): Remove decls.
18439
18440 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18441
18442         More patches to assume C89 or better.
18443         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18444         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18445         string.h, memchr, STDC_HEADERS.
18446
18447 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18448
18449         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18450         Include <stdlib.h>, <string.h> unconditionally.
18451         Remove now-unnecessary cast to char *.
18452         * lib/strnlen.c: Include <string.h> unconditionally.
18453         * lib/yesno.c (yesno): Define with a prototype.
18454
18455 2003-09-11  Bruno Haible  <bruno@clisp.org>
18456
18457         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18458
18459 2003-09-10  Jim Meyering  <jim@meyering.net>
18460
18461         * lib/error.c: Correct indentation of cpp directives.
18462
18463 2003-09-10  Bruno Haible  <bruno@clisp.org>
18464
18465         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18466         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18467         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18468         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18469         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18470         <stdlib.h> and <string.h> checks.
18471         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18472         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18473
18474 2003-09-10  Bruno Haible  <bruno@clisp.org>
18475
18476         * lib/strcspn.c: Include <string.h> unconditionally.
18477         * lib/strpbrk.c: Include <string.h> unconditionally.
18478         * lib/strstr.c: Include <string.h> unconditionally.
18479         * lib/unicodeio.c: Include <string.h> unconditionally.
18480         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18481         * lib/unsetenv.c: Likewise.
18482         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18483         * lib/yesno.c: Include <stdlib.h> unconditionally.
18484         (rpmatch): Add prototype.
18485
18486 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18487
18488         More patches to assume C89 or better.
18489         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18490         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18491         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18492         or for string.h.
18493         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18494         stdlib.h.
18495         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18496         C headers.
18497         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18498         string.h.
18499         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18500         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18501         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18502         or for string.h.
18503         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18504         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18505         C headers.
18506         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18507         memcpy.
18508         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18509         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18510         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18511         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18512         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18513         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18514         string.h, free.
18515         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18516         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18517         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18518         C headers, or for string.h.
18519         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18520         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18521         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18522         headers, memory.h, stdlib.h, string.h, strings.h.
18523         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18524         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18525         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18526         strchr.
18527         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18528         headers, memory.h, string.h.
18529         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18530         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18531         free.
18532         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18533         headers.
18534         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18535         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18536         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18537         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18538         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18539
18540 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18541
18542         More K&R removal.
18543
18544         * lib/acosl.c (main): Use a prototype.
18545         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18546         tanl.c: Likewise.
18547
18548         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18549
18550         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18551         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18552         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18553         with a prototype.
18554         * lib/getopt.c (const): Remove macro.
18555         Include <string.h> unconditionally.
18556         (my_index): Remove; all uses changed to strchr.
18557         (strlen): Remove decl.
18558         (exchange): Remove forward decl; no longer needed.
18559         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18560         Define with prototype.
18561         * lib/getopt1.c (const): Remove macro.
18562         (getopt_long, getopt_long_only, main): Define with prototype.
18563
18564         * lib/getugroups.c: Include <string.h> unconditionally.
18565
18566         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18567         (getusershell, setusershell, endusershell, readname, main):
18568         Define with prototypes.
18569
18570         * lib/group-member.c: Include group-member.h first.
18571         Include <stdlib.h> unconditionally.
18572
18573         * lib/hard-locale.c: Include hard-locale.h first.
18574         Include <stdlib.h>, <string.h> unconditionally.
18575
18576         * lib/hash.c (free, malloc): Remove decls.
18577         Include <stdlib.h> unconditionally.
18578
18579         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18580         (getenv): Do not declare.
18581
18582         * lib/idcache.c: Include <string.h> unconditionally.
18583
18584         * lib/long-options.c: Include long-options.h first, to test interface.
18585         Include <stdlib.h> unconditionally.
18586
18587         * lib/makepath.c: Include makepath.h first, to test interface.
18588         Include <stdlib.h> and <string.h> unconditionally.
18589
18590         * lib/linebuffer.c: Include <stdlib.h>.
18591         (free): Remove decl.
18592
18593         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18594         stddef.h. rpl_malloc returns void *, not char *.
18595         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18596         prototype.
18597
18598         * lib/md5.h: Include <limits.h> unconditionally.
18599         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18600         (__P): Remove; all uses removed.
18601         * lib/md5.c: Include "md5.h" first.
18602         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18603         md5_buffer, md5_process_bytes, md5_process_block):
18604         Define with prototypes.
18605         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18606         * lib/sha.c: Include "sha.h" first.
18607         Include <stdlib.h>, <string.h> unconditionally.
18608
18609         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18610         * lib/memcmp.c (__ptr_t): Likewise.
18611         * lib/memrchr.c (__ptr_t): Likewise.
18612         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18613         Include <string.h> unconditionally.
18614         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18615         * lib/memchr.c: Include <stdlib.h> unconditionally.
18616         * lib/memchr.c (LONG_MAX): Remove.
18617         * lib/memrchr.c (LONG_MAX): Likewise.
18618         * lib/memchr.c (__memchr): Define via a prototype.
18619         * lib/memrchr.c (__memrchr): Likewise.
18620         * lib/memcmp.c (__P): Remove, and remove all uses.
18621         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18622         Remove forward decls; no longer needed.
18623         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18624         Use types required by C89 in prototype.
18625
18626         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18627         * lib/savedir.c: Likewise.
18628         * lib/mkdir.c (free): Remove decl.
18629         * lib/rmdir.c (rmdir): Define with a prototype.
18630         * lib/savedir.c: Include savedir.h first, to test interface.
18631
18632         * lib/mktime.c (STDC_HEADERS): Remove.
18633         Include <stdlib.h>, <string.h> unconditionally.
18634
18635         * lib/modechange.c: Include <stdlib.h> unconditionally.
18636         (malloc): Remove decl.
18637
18638         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18639         (free): Remove decl.
18640
18641         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18642         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18643         (This type really should be intptr_t, but that's a C99ism.)
18644         (_obstack_memcpy): Remove: all uses changed to memcpy.
18645         Include <string.h> unconditionally.
18646         (struct obstack): Assume __STDC__ for types of members
18647         chunkfun, freefun, extra_arg.
18648         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18649         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18650         obstack_begin, obstack_specify_allocation,
18651         obstack_specify_allocation_with_arg, obstack_chunkfun,
18652         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18653         Remove unprototyped decls and the macros that use them.
18654         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18655         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18656         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18657         (defined __STDC__ && __STDC__)]:
18658         Remove nonprototyped code.
18659         Include <stdlib.h> unconditionally.
18660         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18661         _obstack_allocated_p, _obstack_free, obstack_free,
18662         _obstack_memory_used, print_and_abort):
18663         Define using prototypes.
18664         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18665         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18666         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18667         obstack_next_free, obstack_object_size, obstack_room) [0]:
18668         Remove unused, unprototyped code.
18669
18670         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18671
18672         * lib/physmem.c (physmem_total, physmem_available, main): Define
18673         with prototypes.
18674
18675         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18676         (main): Define with a prototype.
18677
18678         * lib/posixver.c (getenv): Remove decl.
18679
18680         * lib/putenv.c (malloc): Returns void *, not char *.
18681         Include <string.h> unconditionally.
18682         (strchr, memcpy, NULL): Do not define.
18683
18684         * lib/readtokens.c: Include readtokens.h first, to test interface.
18685         Include <stdlib.h>, <string.h> unconditionally.
18686         (init_tokenbuffer): Define with a prototype.
18687
18688         * lib/regex.c (PARAMS): Remove.  All uses removed.
18689         All uses of _RE_ARGS removed, too.
18690         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18691         unconditionally.
18692         (bzero): Assume memset exists.
18693         (memcmp, memcpy, NULL): Remove.
18694         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18695         char, or assignments to local vars of type signed char.
18696         (init_syntax_once, PREFIX(extract_number_and_incr),
18697         PREFIX(print_partial_compiled_pattern),
18698         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18699         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18700         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18701         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18702         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18703         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18704         wcs_compile_range, byte_compile_range, truncate_wchar,
18705         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18706         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18707         count_mbs_length, wcs_re_match_2_internal,
18708         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18709         PREFIX(alt_match_null_string_p),
18710         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18711         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18712         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18713         now-unnecessary declaration, if any.
18714         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18715         regcomp, regexec):
18716         Remove now-unnecessary casts among pointer types.
18717         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18718
18719         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18720         (free): Remove decl.
18721
18722         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18723
18724         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18725         (free): Remove decl.
18726
18727         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18728         * lib/xgetcwd.c: Likewise.
18729
18730         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18731         (free): Remove decl.
18732
18733         * lib/strchrnul.c (strchrnul): Define with a prototype.
18734         Fix bug: c_in was not converted to char before searching.
18735
18736         The following changes are not K&R related:
18737
18738         * lib/group-member.h: Include <sys/types.h>, so that this file is
18739         self-contained.
18740         * lib/makepath.h: Likewise.
18741
18742         * lib/getusershell.c (readname, default_index, line_size, readname):
18743         Use size_t, not int, for sizes.
18744         (readname): If the size overflows, report an error instead of
18745         looping forever.
18746
18747 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18748
18749         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18750         libc.
18751
18752 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18753
18754         * README: New section: portability guidelines.
18755
18756 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18757
18758         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18759         C89 spec.
18760
18761 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18762
18763         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18764
18765 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18766
18767         Assume C89 or better; remove K&R cruft.
18768         A few of these changes were first proposed by Derek Robert Price
18769         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18770
18771         * lib/addext.c: Include <string.h> unconditionally.
18772         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18773         Don't declare getenv or malloc.
18774
18775         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18776         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18777         (NULL): Remove.
18778         (find_stack_direction, alloca): Use prototypes.
18779
18780         * lib/atexit.c (atexit): Define using a prototype.
18781
18782         * lib/basename.c, dirname.c, stripslash.c:
18783         Include <string.h> unconditionally.
18784
18785         * lib/bcopy.c: Include <stddef.h>.
18786         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18787
18788         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18789
18790         * lib/error.h (error, error_at_line, error_print_progname)
18791         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18792         * lib/error.c: Include error.h first, to check interface.
18793         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18794         (VA_START): Remove; all uses changeed to va_start.
18795         (exit, strerror): Remove decls.
18796         (error_print_progname): Prototype uncondionally.
18797         Don't include <errno.h>; no longer needed.
18798         (private_strerror): Remove.
18799         (error_tail): Always define.
18800         (error, error_at_line): Assume C89 or better; always use prototypes.
18801         * lib/fatal.c: Include "fatal.h" first, to test interface.
18802         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18803         (VA_START): Remove; all uses changed to va_start.
18804         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18805         this case.
18806         (exit): Remove decl.
18807         (fatal): Prototype unconditionally.  Assume va_start works.
18808         Abort at end, to pacify gcc.
18809
18810         * lib/euidaccess.c (main): Define with a prototype.
18811
18812         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18813
18814         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18815
18816         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18817         prototypes.
18818         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18819         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18820         (getenv): Remove decl.
18821         (fnmatch): Define using a prototype.
18822         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18823         (FCT): Define using a prototype.
18824
18825         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18826
18827         * lib/gethostname.c: Include <stddef.h>.
18828         (gethostname): Define with prototype.  Length is size_t, not int.
18829
18830 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18831
18832         Assume C89 or better; remove K&R cruft.
18833         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18834         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18835         string.h, getenv, malloc.
18836         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18837         headers.
18838         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18839         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18840         do not check for strerror.
18841         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18842         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18843         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18844         do not check for doprnt or vprintf.
18845         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18846         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18847
18848 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18849
18850         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18851         getversion.c should have been removed then, but was accidentally
18852         preserved.
18853
18854         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18855         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18856
18857 2003-09-08  Karl Berry  <karl@gnu.org>
18858
18859         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18860                 config, forget about prep.
18861
18862         * config/depcomp, missing: update from automake.
18863
18864 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18865
18866         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18867         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18868
18869 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18870
18871         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18872         copy_tm_result.  Bug reported by Simon Josefsson in
18873         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18874
18875 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18876
18877         * m4/time_r.m4: New file.
18878         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18879         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18880         is. Check for timegm declaration.
18881         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18882         Do not check for gmtime_r.
18883         Replace mktime if __mktime_internal does not exist and if mktime
18884         hasn't been replaced already.
18885
18886 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18887
18888         * lib/time_r.c, lib/time_r.h: New files.
18889
18890         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18891         __localtime_r.
18892         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18893         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18894
18895         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18896         __gmtime_r.
18897         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18898         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18899         Include <time_r.h>.
18900
18901         * lib/timegm.c: Switch to glibc implementation, with the following
18902         changes:
18903         [defined HAVE_CONFIG_H]: Include <config.h>.
18904         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18905         (__mktime_internal) [!defined _LIBC]: New decl.
18906         (__gmtime_r) [!defined _LIBC]: New macro and function.
18907         (timegm): Use a prototype, since gnulib assumes C89.
18908         Do not bother declaring tmp to be const, as it's not really usefu.
18909         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18910         (timegm): Declare only if HAVE_DECL_TIMEGM.
18911
18912 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18913
18914         * MODULES.html.sh (func_all_modules): Add time_r.
18915         * modules/time_r: New file.
18916         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18917         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18918
18919 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18920
18921         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18922         Bug reported by Lute Kamstra in
18923         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18924
18925         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18926         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18927         course with correspondingly smaller numbers for tomorrow and
18928         yesterday.  From Tadayoshi Funaba.  Originally installed into
18929         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18930         coreutils merge?).
18931
18932 2003-08-31  Simon Josefsson  <jas@extundo.com>
18933
18934         * modules/timegm: New file.
18935         * MODULES.html.sh (func_all_modules): Add timegm.
18936
18937 2003-08-31  Simon Josefsson  <jas@extundo.com>
18938
18939         * m4/timegm.m4: New file.
18940
18941 2003-08-31  Simon Josefsson  <jas@extundo.com>
18942
18943         * lib/timegm.h: New file.
18944         * lib/timegm.c: New file.  Based on
18945         wget-1.8.2/src/http.c:mktime_from_utc.
18946
18947 2003-08-31  Karl Berry  <karl@gnu.org>
18948
18949         * lib/argp.h: update from libc.
18950
18951 2003-08-28  Bruno Haible  <bruno@clisp.org>
18952
18953         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18954         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18955         followed by '#define fnmatch fnmatch_posix' gives an error.
18956
18957 2003-08-28  Bruno Haible  <bruno@clisp.org>
18958
18959         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18960         warning on QNX, which defines O_BINARY to 000000.
18961
18962 2003-08-27  Jim Meyering  <jim@meyering.net>
18963
18964         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18965         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18966         would fail after 32.  Reported by Danny Levinson.  Details here:
18967         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18968
18969 2003-08-24  Bruno Haible  <bruno@clisp.org>
18970
18971         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18972         MSVC7 <stdio.h> is included later.
18973
18974 2003-08-22  Simon Josefsson  <jas@extundo.com>
18975
18976         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18977
18978 2003-08-20  Karl Berry  <karl@gnu.org>
18979
18980         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18981
18982 2003-08-20  Bruno Haible  <bruno@clisp.org>
18983
18984         * modules/progname: New file.
18985         * MODULES.html.sh (func_all_modules): Add progname.
18986
18987 2003-08-20  Bruno Haible  <bruno@clisp.org>
18988
18989         * lib/progname.h: New file, from GNU gettext.
18990         * lib/progname.c: New file, from GNU gettext.
18991         * lib/progreloc.c: New file, from GNU gettext.
18992
18993 2003-08-19  Jim Meyering  <jim@meyering.net>
18994
18995         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18996         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18997
18998 2003-08-19  Bruno Haible  <bruno@clisp.org>
18999
19000         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19001         more.
19002
19003 2003-08-19  Bruno Haible  <bruno@clisp.org>
19004
19005         * lib/xstrdup.c: Assume <string.h> exists.
19006
19007 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19008
19009         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19010         in makefile rules.
19011
19012 2003-08-18  Jim Meyering  <jim@meyering.net>
19013
19014         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19015         * m4/lib-ld.m4: Likewise.
19016
19017 2003-08-18  Jim Meyering  <jim@meyering.net>
19018
19019         * lib/setenv.h: Indent nested cpp directive.
19020         * lib/vasnprintf.c: Remove trailing blanks.
19021
19022 2003-08-17  Simon Josefsson  <jas@extundo.com>
19023
19024         * modules/xstrndup: New file.
19025         * MODULES.html.sh (func_all_modules): Add xstrndup.
19026
19027 2003-08-17  Simon Josefsson  <jas@extundo.com>
19028
19029         * modules/argp: Fix autoconf macro name. Add more dependencies.
19030
19031 2003-08-17  Simon Josefsson  <jas@extundo.com>
19032
19033         * m4/xstrndup.m4: New file.
19034
19035 2003-08-17  Simon Josefsson  <jas@extundo.com>
19036
19037         * m4/argp.m4: New file.
19038
19039 2003-08-17  Simon Josefsson  <jas@extundo.com>
19040             Bruno Haible  <bruno@clisp.org>
19041
19042         * lib/xstrndup.h: New file.
19043         * lib/xstrndup.c: New file.
19044
19045 2003-08-17  Bruno Haible  <bruno@clisp.org>
19046
19047         * modules/strndup (Files, Include): Add lib/strndup.h.
19048
19049 2003-08-17  Bruno Haible  <bruno@clisp.org>
19050
19051         * modules/euidaccess (Files): Add lib/euidaccess.h.
19052
19053 2003-08-17  Bruno Haible  <bruno@clisp.org>
19054
19055         * lib/strndup.h: New file.
19056
19057 2003-08-17  Bruno Haible  <bruno@clisp.org>
19058
19059         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19060         like AC_GNU_SOURCE.
19061         * modules/extensions (configure.ac): Comment out the invocation of
19062         gl_USE_SYSTEM_EXTENSIONS.
19063
19064 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19065
19066         Merges from coreutils, etc.
19067         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19068         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19069         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19070         fixing a typo.
19071         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19072         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19073
19074 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19075
19076         Document merge from coreutils.
19077         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19078         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19079         * modules/utime: Add m4/utimes-null.m4.
19080
19081 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19082
19083         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19084         space, undoing this 2003-08-12 change:
19085         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19086
19087 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19088
19089         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19090         strtoul.c from libc, undoing this 2003-08-12 change:
19091         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19092
19093 2003-08-16  Jim Meyering  <jim@meyering.net>
19094
19095         Merges from coreutils.
19096         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19097         prefix.  Adjust cache variables similarly.  Create 500 rather than
19098         just 300 files, to exercise bug on Darwin6.5, too.
19099         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19100         $missing_dir.
19101         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19102         AM_SYS_POSIX_TERMIOS.
19103         Reported by mkc@mathdogs.com.
19104         Also change use of $am_cv_sys_posix_termios
19105         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19106         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19107         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19108         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19109         in /proc/mounts until it finds one with matching device number.  This
19110         is unnecessary when the FILE argument *is* a mount point.  No stat call
19111         is necessary in that case.  So, disable the statvfs-testing code on
19112         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19113         as RedHat bug# 84846.
19114         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19115         to 1MB, so as not to render systems with no stack size limit (e.g.,
19116         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19117         Include <unistd.h>.  On some systems,
19118         it is required for the definition of _SC_PAGESIZE.
19119
19120 2003-08-16  Jim Meyering  <jim@meyering.net>
19121
19122         Merge from coreutils.
19123         * lib/xstrtoimax.c: #else #if -> #elif.
19124         * lib/xstrtoumax.c: Likewise.
19125
19126 2003-08-16  Jim Meyering  <jim@meyering.net>
19127
19128         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19129         * m4/utimes.m4: Removed.
19130         * m4/utimes-null.m4: Renamed from utimes.m4.
19131
19132         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19133         to 1MB, so as not to render systems with no stack size limit (e.g.,
19134         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19135         Include <unistd.h>.  On some systems,
19136         it is required for the definition of _SC_PAGESIZE.
19137
19138 2003-08-16  Jim Meyering  <jim@meyering.net>
19139         and Paul Eggert  <eggert@cs.ucla.edu>
19140
19141         Merges from coreutils, etc.
19142
19143         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19144         using the latest version from cvs.  This avoids problems with #line
19145         directives using a vendor (Sun) compiler.
19146         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19147         Don't set GETGROUPS_LIB here; now it's
19148         done via getgroups.m4's wrapper function.
19149         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19150         rather than just in sh-util/configure.in, so that the
19151         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19152         same.
19153         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19154         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19155         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19156         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19157         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19158         Remove code that is now done by the newly-required macros.
19159         Append $(EXEEXT) to DF_PROG.
19160         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19161         Do not invoke or require the following here,
19162         since prereq.m4 or some gnulib .m4 now does this for us:
19163         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19164         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19165         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19166         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19167         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19168         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19169         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19170         AC_FUNC_OBSTACK.
19171         Do not replace the following functions, as this is now the job
19172         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19173         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19174         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19175         atexit getpass, strdup, getpagesize.
19176         Replace 'raise'.
19177         Do not check for the following functions, as this is now the job
19178         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19179         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19180         setregid.
19181         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19182         Check for sys/sysctl.h.
19183         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19184         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19185         of checking for ssize_t ourselves.
19186
19187         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19188         Require every macro that gnulib/modules/* suggests for us.
19189         (jm_PREREQ_ADDEXT): New macro.
19190         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19191         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19192
19193         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19194         (gl_PHYSMEM): Use it.
19195         Also check for `table' function.
19196         Check for new headers and functions.
19197         Add check for sys/sysmp.h.
19198         With suggestions from Kaveh Ghazi.
19199         Ignore headers that are present but cannot be compiled.  This
19200         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19201         C 5.4.
19202
19203 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19204
19205         Document merge from coreutils.
19206         * modules/userspec: Depend on posixver.
19207         * modules/strftime: Depend on tzset.
19208
19209 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19210
19211         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19212         rather than tab, after '#' in shell-script copyright notices.
19213         Suggested by Bruno Haible.
19214
19215 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19216
19217         * config/srclist-update: Use three spaces, rather than tab, after '#'
19218         in shell-script copyright notices.  Suggested by Bruno Haible.
19219         Remove unnecessary parenthesization in regular expression.
19220
19221 2003-08-15  Jim Meyering  <jim@meyering.net>
19222
19223         Merge from coreutils.
19224         * lib/xgethostname.c: Include <stdlib.h>.
19225         (xghostname): Don't exit for anything other than memory-related
19226         failure; just return NULL.
19227         * lib/userspec.c: Include "posixver.h".
19228         (parse_user_spec): Accept `.' as a separator only
19229         in pre-POSIX-200112 mode.
19230         * lib/strtoimax.c: Use #elif rather than #else #if.
19231         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19232         Remove function, now that we can rely on a working tzset function.
19233         [!_LIBC]: Ensure that the required autoconf test has been run.
19234         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19235         Use underlying_strftime for %r.
19236         * lib/sha.c: Merge in some clean-up and optimization changes from
19237         glibc.
19238         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19239         Ensure that it is a multiple of 64.
19240         Rearrange loop exit tests so as to avoid performing an
19241         additional fread after encountering an error or EOF.
19242         * lib/realloc.c: Update copyright date.
19243
19244 2003-08-15  Jim Meyering  <jim@meyering.net>
19245         and Paul Eggert  <eggert@twinsun.com>
19246
19247         Merge from coreutils.
19248         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19249         member but strut utmpx does not.  Needed for AIX 4.3.3.
19250         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19251
19252 2003-08-15  Jim Meyering  <jim@meyering.net>
19253         and Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         Merges from coreutils, etc.
19256         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19257         Require gl_FUNC_TZSET_CLOBBER.
19258         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19259         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19260         members.
19261
19262 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19263
19264         Help the merge from coreutils.
19265         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19266         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19267         * m4/tzset.m4: Use it too.
19268
19269 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19270
19271         * modules/tzset: New file.
19272
19273 2003-08-14  Jim Meyering  <jim@meyering.net>
19274
19275         Merges from coreutils.
19276         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19277         variable names, rather than @FNMATCH_H@.
19278         * modules/alloca: Likewise for $(ALLOCA_H).
19279
19280         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19281         the three copies of the literal target, `fnmatch.h'.
19282         * modules/alloca (alloca.h): Likewise.
19283
19284 2003-08-14  Jim Meyering  <jim@meyering.net>
19285
19286         Merge from coreutils.
19287         * m4/tzset.m4: New file.
19288         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19289         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19290         otherwise, AIX 5.1 systems would end up using the latter.
19291         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19292         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19293         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19294         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19295
19296 2003-08-14  Jim Meyering  <jim@meyering.net>
19297
19298         Merge from coreutils.
19299         * lib/obstack.h: Whitespace changes.
19300         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19301         and xcalloc return values.
19302         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19303         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19304         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19305         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19306         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19307         error from mntctl.
19308         Use mntctl's return value to drive the entry-processing loop, since
19309         we can't rely on the value of the vmt_length member in the last
19310         entry.  On some systems doing so could result in exhausting
19311         virtual memory.  Based in part on a patch from Mike Jetzer.
19312
19313 2003-08-14  Jim Meyering  <jim@meyering.net>
19314         and Paul Eggert  <eggert@twinsun.com>
19315
19316         Merges from coreutils, plus other fixes.
19317         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19318         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19319         for credits and details.  Thanks to Kaveh Ghazi for helping
19320         to keep these files in sync.
19321         (ARRAY_SIZE): Define it.
19322         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19323         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19324         (memcasecmp): Don't assume size_t fits in unsigned int.
19325         Remove casts and duplicate code.
19326         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19327         (memcpy): Remove definition.
19328         Merge in some clean-up and optimization changes from glibc.
19329         [BLOCKSIZE]: Move definition to top of file.
19330         Ensure that it is a multiple of 64.
19331         Rearrange loop exit tests so as to avoid performing an
19332         additional fread after encountering an error or EOF.
19333         * lib/md5.h (md5_uintptr): Define.
19334         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19335         return to the initial working directory.  Preserve errno
19336         for caller.
19337         * lib/idcache.c: Include "xalloc.h".
19338         (xmalloc, xrealloc): Remove decls.
19339         (getuser): Remove casts no longer required in C89.
19340         * lib/human.c: Include stdio.h, for sprintf.
19341         * lib/group-member.c: Include "xalloc.h".
19342         (xmalloc, xrealloc): Remove decls.
19343         (get_group_info): Remove casts no longer required in C89.
19344         * lib/getusershell.c (readname): Remove casts no longer required in
19345         C89.
19346         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19347         * lib/getline.c: Whitespace fix, from coreutils.
19348
19349 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19350
19351         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19352         Check for isascii.
19353
19354         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19355         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19356         Undo previous (whitespace-only) change.
19357
19358 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19359
19360         * lib/exclude.c: Include <ctype.h>
19361         (IN_CTYPE_DOMAIN): New macro.
19362         (is_space): New fn.
19363         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19364         and empty lines.
19365
19366         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19367         Undo previous (whitespace-only) change.
19368
19369 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19370
19371         * config/srclist-update: Change update back to the old behavior,
19372         leaving whitespace alone.  Use one 'sed' command rather than a
19373         pipeline.
19374         (fixlicense): Now a variable, not a function.
19375         (remove_trailing_blanks): Remove.
19376         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19377         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19378         Undo previous (whitespace-only) change.
19379
19380 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19381
19382         Merge from coreutils.
19383         * modules/euidaccess: Add lib_SOURCES, include for new
19384         file euidaccess.h
19385
19386 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19387
19388         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19389         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19390         Normalize leading white space and remove trailing white space.
19391
19392         Merge from coreutils
19393         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19394
19395         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19396         0.12.1.  These files are now being upgraded automatically by
19397         ../config/srclist-update.
19398
19399 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19400
19401         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19402         Normalize leading white space and remove trailing white space.
19403         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19404         notice, as per ../config/srclist-update.
19405
19406         Merge from coreutils.
19407         * lib/euidaccess.h: New file.
19408         * lib/euidaccess.c: Include it.
19409         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19410         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19411         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19412
19413 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19414
19415         * config/srclist-update: Add copyright notice.
19416         (remove_id_lines, remove_trailing_blanks): New constants.
19417         (fixfile): Use them to normalize spacing a bit in copied files.
19418         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19419         Normalize leading white space and remove trailing white space.
19420
19421         * config/texinfo.tex: Sync with texinfo.
19422
19423         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19424         strtoul.c from libc, to merge coreutils whitespace changes.
19425
19426         * config/srclist.txt: Get the following m4 files from gettext:
19427         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19428         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19429         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19430         wint_t.m4.
19431
19432 2003-08-12  Karl Berry  <karl@gnu.org>
19433
19434         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19435         been made.
19436
19437 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19438
19439         * modules/gnu-source, m4/gnu-source.m4:
19440         Remove; we're assuming Autoconf 2.54 or later now.
19441         Suggested by Bruno Haible.
19442         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19443
19444 2003-08-11  Bruno Haible  <bruno@clisp.org>
19445
19446         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19447
19448 2003-08-11  Bruno Haible  <bruno@clisp.org>
19449
19450         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19451         (vasnprintf): Use it instead of wcslen.
19452
19453 2003-08-11  Bruno Haible  <bruno@clisp.org>
19454
19455         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19456         value to ensure that _Bool promotes to int. Use #define for _Bool when
19457         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19458
19459 2003-08-10  Karl Berry  <karl@gnu.org>
19460
19461         * lib/regex.h: update from libc (whitespace fix).
19462
19463 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19464
19465         Merge some files from coreutils.  These changes were
19466         originally made by Jim Meyering.
19467         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19468         many older Unixes require this.
19469         * lib/alloca.c (alloca): Remove cast to argument of free;
19470         no longer needed in C89.
19471         * lib/alloca_.h, regex.h: Fix white space to match
19472         what GNU indent does.
19473
19474 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19475
19476         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19477         apparently Emacs's Unicode mode got confused before my 2003-08-05
19478         checkin.
19479
19480 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19481
19482         * m4/extensions.m4: New file.
19483         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19484         Require gl_USE_SYSTEM_EXTENSIONS.
19485         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19486         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19487
19488 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19489
19490         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19491         * modules/extensions, modules/gnu-source: New files.
19492         * modules/timespec, modules/unlocked-io: Depend on extensions.
19493
19494 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19495
19496         * modules/restrict: New file.
19497         * MODULES.html.sh (func_all_modules): Add restrict.
19498         * modules/regex: Depend on restrict.
19499
19500 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19501
19502         * m4/restrict.m4: New file.
19503         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19504
19505 2003-08-07  Bruno Haible  <bruno@clisp.org>
19506
19507         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19508         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19509
19510 2003-08-07  Bruno Haible  <bruno@clisp.org>
19511
19512         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19513         makes the module 'getndelim2' compatible with the module 'getline'.
19514
19515 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19516
19517         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19518         byte with "\201" to avoid glitches when editing that source file
19519         with multi-gnome-terminal.
19520
19521 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19522
19523         * lib/bumpalloc.h: Remove.
19524
19525 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19526
19527         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19528         * modules/bumpalloc: Remove.
19529
19530 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19531
19532         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19533         GNU coding style.
19534
19535         Merge from coreutils.
19536         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19537         1. From glibc.
19538         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19539         from Karl Berry, implemented by Jim Meyering.
19540         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19541         from Dmitry V. Levin.
19542         Remove anachronistic cast of xrealloc.
19543         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19544         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19545         type. Otherwise, it wouldn't compile with at least /bin/cc on
19546         ymp-cray-unicos9.0.2.X.
19547         Combine two mostly-identical uses of alloca into one.
19548         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19549
19550 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19551
19552         [From Emacs.]
19553
19554         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19555         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19556         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19557         obsolete NLIST_NAME_UNION.
19558         [__GNU__]: Undef BSD and FSCALE.
19559         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19560
19561 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19562
19563         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19564         an enum type, so that it's guaranteed to promote to int.  See:
19565         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19566
19567 2003-08-03  Karl Berry  <karl@gnu.org>
19568
19569         * config/depcomp: update from automake.
19570
19571 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19572
19573         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19574         (strerror): Don't assume that a printable int fits in 14 bytes.
19575
19576 2003-07-31  Bruno Haible  <bruno@clisp.org>
19577
19578         * modules/getpass-gnu: New file.
19579         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19580
19581 2003-07-31  Bruno Haible  <bruno@clisp.org>
19582
19583         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19584
19585 2003-07-24  Karl Berry  <karl@gnu.org>
19586
19587         * config/missing: update from automake.
19588
19589 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19590             Bruno Haible  <bruno@clisp.org>
19591
19592         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19593         * lib/getline.c (getline, getdelim): Likewise.
19594         Remove _GNU_SOURCE define; now it's defined in config.h through
19595         m4/getline.m4.
19596
19597 2003-07-23  Karl Berry  <karl@gnu.org>
19598
19599         * config/config.sub: update from prep.
19600
19601 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19602
19603         * modules/xalloc (Depends-on): Add exitfail.
19604         * modules/xmemcoll: Likewise.
19605
19606 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19607
19608         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19609         over-parenthesization in macros.
19610
19611         Sync with coreutils.
19612
19613         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19614         required by C99.
19615
19616         Use `exit_failure' for xalloc and xmemcoll instead of their own
19617         private exit-failure variables.
19618         * lib/xalloc.h (xalloc_exit_failure): Remove.
19619         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19620         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19621         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19622         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19623         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19624
19625 2003-07-20  Jim Meyering  <jim@meyering.net>
19626
19627         * modules/closeout (Depends-on): Add exitfail.
19628         Suggestion from Bruno Haible.
19629
19630 2003-07-19  Karl Berry  <karl@gnu.org>
19631
19632         * config/config.sub: update from prep.
19633
19634 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19635
19636         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19637         Remove.
19638         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19639         to test that it can stand by itself.  Include "exitfail.h".
19640         Clients should set exit_failure instead.
19641         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19642
19643 2003-07-18  Bruno Haible  <bruno@clisp.org>
19644
19645         * modules/getndelim2: New file.
19646         * modules/getline: Share files with module getndelim2.
19647         * modules/getnline: Depend on getndelim2 instead of sharing files with
19648         it. Add getnline.c to lib_SOURCES.
19649         * MODULES.html.sh (func_all_modules): Add getndelim2.
19650
19651 2003-07-18  Bruno Haible  <bruno@clisp.org>
19652
19653         * m4/getndelim2.m4: New file.
19654         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19655         invoke gl_PREREQ_GETNDELIM2.
19656         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19657         gl_PREREQ_GETNDELIM2.
19658         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19659         gl_GETNDELIM2.
19660
19661 2003-07-18  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/getndelim2.h: New file.
19664         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19665         getndelim2.h.
19666         (getndelim2): Make non-static. Change return type to ssize_t.
19667         * lib/getline.h: Change argument names.
19668         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19669         * lib/getnline.c: Include getndelim2.h.
19670
19671 2003-07-18  Andreas Schwab  <schwab@suse.de>
19672
19673         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19674
19675 2003-07-17  Karl Berry  <karl@gnu.org>
19676
19677         * config/config.sub: update from prep.
19678
19679 2003-07-17  Bruno Haible  <bruno@clisp.org>
19680
19681         * modules/getnline: New file.
19682         * modules/getline: Add lib/getndelim2.c to source file list.
19683         * MODULES.html.sh (func_all_modules): Add getnline.
19684
19685 2003-07-17  Bruno Haible  <bruno@clisp.org>
19686
19687         * m4/getnline.m4: New file.
19688
19689 2003-07-17  Bruno Haible  <bruno@clisp.org>
19690
19691         * m4/Makefile.am.in: Remove file.
19692         * m4/Makefile.am: Remove file.
19693         * m4/Makefile.in: Remove file.
19694
19695 2003-07-17  Bruno Haible  <bruno@clisp.org>
19696
19697         * lib/getnline.h: New file.
19698         * lib/getnline.c: New file.
19699         * lib/getndelim2.c: New file, extracted from getline.c.
19700         (getndelim2): Renamed from getdelim2, with added nmax argument.
19701         * lib/getline.c: Include getndelim2.c.
19702         (getdelim2): Moved out to getndelim2.c.
19703         (getline, getdelim): Update.
19704
19705 2003-07-17  Bruno Haible  <bruno@clisp.org>
19706
19707         * lib/Makefile.am: Remove file.
19708         * lib/Makefile.in: Remove file.
19709
19710 2003-07-17  Bruno Haible  <bruno@clisp.org>
19711
19712         * configure.in: Remove file.
19713         * Makefile.in: Remove file.
19714
19715 2003-07-17  Bruno Haible  <bruno@clisp.org>
19716
19717         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19718
19719 2003-07-16  Karl Berry  <karl@gnu.org>
19720
19721         * config/srclist-update: was running fixlicense twice, which caused
19722                 texinfo.tex to be nullified for some reason.  Simplify,
19723                 $gplsrc is no longer needed as far as I can see?
19724
19725 2003-07-16  Jim Meyering  <jim@meyering.net>
19726
19727         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19728
19729 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19730
19731         * config/srclist.txt: Get the following files from gettext-runtime/intl
19732         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19733         ref-del.sin.  From Bruno Haible.
19734         * config/srclist-update (fixfile): Change grep pattern again, since the
19735         previous fix didn't work (there was another trailing $).  Use
19736         '[$]' to escape the $s.
19737
19738 2003-07-15  Karl Berry  <karl@gnu.org>
19739
19740         * lib/vasnprintf.c: update from gettext.
19741
19742 2003-07-15  Karl Berry  <karl@gnu.org>
19743
19744         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19745         gets expanded when surrounded by '$'.
19746
19747 2003-07-15  Jim Meyering  <jim@meyering.net>
19748
19749         * modules/save-cwd: Don't depend on error.  From Derek Price.
19750
19751 2003-07-15  Jim Meyering  <jim@meyering.net>
19752
19753         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19754
19755 2003-07-14  Simon Josefsson  <jas@extundo.com>
19756
19757         * modules/mempcpy: New file.
19758         * MODULES.html.sh (func_all_modules): Add mempcpy.
19759
19760 2003-07-14  Simon Josefsson  <jas@extundo.com>
19761
19762         * m4/mempcpy.m4: New file.
19763
19764 2003-07-14  Simon Josefsson  <jas@extundo.com>
19765
19766         * lib/mempcpy.h: New file.
19767         * lib/mempcpy.c: New file.
19768
19769 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19770
19771         * modules/getdate, modules/posixtm: Depend on mktime.
19772
19773 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19774
19775         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19776         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19777         unicodeio.c, unicodeio.h, unlocked-io.h:
19778         Switch from LGPL to GPL.
19779
19780 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19781
19782         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19783         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19784         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19785         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19786         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19787         updated automatically by ../config/srclist-update.  This changes
19788         their license from LPGL to GPL.
19789
19790 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19791
19792         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19793         assumed to refer to the root of the most recent stable gettext version.
19794         * config/srclistvars.sh: Add defaults for eggert.
19795         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19796         Match "This program" as well as "The program".  This is needed
19797         for gettext.
19798
19799 2003-07-14  Jim Meyering  <jim@meyering.net>
19800
19801         Don't emit diagnostics.  Let callers do that.
19802         * lib/save-cwd.c: Don't include "error.h".
19803         (save_cwd): Don't call error.  Ensure that errno is valid
19804         when returning nonzero.
19805
19806         * lib/save-cwd.h (restore_cwd): Update prototype.
19807         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19808         Simplify.  Don't call error upon failure.  Let callers do that.
19809         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19810         when auditing is enabled.  But don't bother updating the #if.
19811
19812 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19813
19814         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19815         it breaks C++ compilation.
19816         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19817
19818 2003-07-10  Simon Josefsson  <jas@extundo.com>
19819
19820         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19821
19822 2003-07-10  Jim Meyering  <jim@meyering.net>
19823
19824         * m4/clock_time.m4: Remove trailing blank.
19825         * m4/intmax_t.m4: Likewise.
19826
19827 2003-07-10  Jim Meyering  <jim@meyering.net>
19828
19829         * lib/vasnprintf.c: Remove trailing blanks.
19830         Make cpp indentation consistent.
19831
19832 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19833
19834         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19835         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19836         Switch from LGPL to GPL.
19837
19838 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19839
19840         * config/srclist.txt: Sort sublists.  Add
19841         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19842         that differ from gnulib for one reason or another; we'd like this list
19843         to be smaller but for now let's document what we have.
19844
19845 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19846
19847         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19848         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19849         and sweeter "eval x=$x".
19850         * config/srclist.txt: Get lib/argp* from glibc.
19851
19852 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19853
19854         * lib/mktime.c: Fix some boundary cases and remove need for floating
19855         point.
19856
19857         Issue a compile-time diagnostic if time_t is floating point, or if
19858         two's complement arithmetic is not in effect, or if arithmetic
19859         right shift does not propagate the sign.  These assumptions were
19860         all in the original code but they weren't checked.
19861
19862         (TIME_T_MIDPOINT, verify): New macros.
19863         (__isleap): Remove; it has integer overflow problems.
19864         (leapyear): New function, without those problems.
19865         (ydhms_tm_diff): Remove; splitting into two parts.
19866         (ydhms_diff): New function, containing the arithmetic part of
19867         the old ydhms_tm_diff function.  Issue a compile-time
19868         diagnostic if we are not using C99 integer division.
19869         Avoid casts when possible.
19870         (guess_time_tm): New function, containing the checking part of
19871         the old ydhms_tm_diff function.  Return the new value, rather than
19872         the difference between it and the old.  Accept a new argument T
19873         so that *T specifies the old value.  Check for overflow in the result.
19874
19875         (__mktime_internal): Use a time_t offset, not a long int offset.
19876         This undoes the 2003-06-04 change, which is no longer needed now
19877         that we have better overflow checking.
19878         (localtime_offset): Likewise.
19879
19880         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19881         and long are 64-bit but int is only 32-bit.
19882         (ydhms_diff): Use long int to store year1 and yday1.
19883         Issue a compile-time diagnostic if long int is not wide enough.
19884
19885         (__mktime_internal): Use long int to store adjusted year and yday.
19886         Use plain C rather than preprocessor commands, if that doesn't
19887         affect efficiency.
19888         Check for overflow (and try to repair) after each probe
19889         rather than checking only at the very end.  This avoids some bugs
19890         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19891         does not equal GMT offset at maximum time).
19892         Use integer to check for overflow rather than floating point; this
19893         is more portable to non-IEEE hosts, and is a tad faster.
19894         When we detect that we are oscillating between two values,
19895         don't check whether tm_isdst has the requested value, since
19896         we already know the answer.  When tm_isdst has the wrong value,
19897         use a different heuristic to find the right one, based on the
19898         extreme values actually observed in practice in tz2003a,
19899         rather than the (overly optimistic) "previous 3 calendar quarters".
19900
19901         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19902         "T const" to accommodate glibc style.
19903         (check_result): Use less-confusing report format.  "long" -> "long int.
19904         (main): Likewise.
19905         Don't loop if the iteration overflows time_t.
19906         Allow a negative step in the iteration.
19907
19908 2003-07-06  Karl Berry  <karl@gnu.org>
19909
19910         * config/depcomp: update from automake.
19911         * config/config.sub: update from prep.
19912
19913 2003-07-03  Karl Berry  <karl@gnu.org>
19914
19915         * config/config.guess: update from prep.
19916
19917 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19918
19919         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19920         xreadlink.c now includes it unconditionally.
19921
19922 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19923
19924         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19925         having it depend on HAVE_SYS_TYPES_H.
19926
19927 2003-07-01  Bruno Haible  <bruno@clisp.org>
19928
19929         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19930         <sys/types.h> should be sufficient.
19931         Reported by Paul Eggert.
19932
19933 2003-06-26  Karl Berry  <karl@gnu.org>
19934
19935         * config/depcomp: update from automake.
19936
19937 2003-06-26  Bruno Haible  <bruno@clisp.org>
19938
19939         * modules/human: Depend on module stdbool.
19940
19941 2003-06-25  Bruno Haible  <bruno@clisp.org>
19942
19943         * modules/readlink: New file.
19944         * modules/xreadlink: Depend on it.
19945         * MODULES.html.sh (func_all_modules): Add readlink.
19946
19947 2003-06-25  Bruno Haible  <bruno@clisp.org>
19948
19949         * m4/readlink.m4: New file.
19950
19951 2003-06-25  Bruno Haible  <bruno@clisp.org>
19952
19953         * lib/readlink.c: New file.
19954
19955 2003-06-22  Karl Berry  <karl@gnu.org>
19956
19957         * config/srclist.txt: update mkinstalldirs from automake.
19958         * config/mkinstalldirs: update.
19959
19960 2003-06-22  Bruno Haible  <bruno@clisp.org>
19961
19962         Portability to mingw32.
19963         * m4/ssize_t.m4: New file, from GNU gettext.
19964         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19965         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19966
19967 2003-06-22  Bruno Haible  <bruno@clisp.org>
19968
19969         * modules/safe-read: Add m4/ssize_t.m4.
19970         * modules/xreadlink: Add m4/ssize_t.m4.
19971
19972 2003-06-20  Bruno Haible  <bruno@clisp.org>
19973
19974         Assume C89, so PARAMS isn't needed.
19975         * lib/unicodeio.h (PARAMS): Remove.
19976         * lib/unicodeio.c: Don't use PARAMS.
19977
19978 2003-06-18  Karl Berry  <karl@gnu.org>
19979
19980         * config/config.{guess,sub}: update from prep.
19981
19982 2003-06-18  Jim Meyering  <jim@meyering.net>
19983
19984         Merge changes from coreutils.
19985         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19986         Remove explicit declarations of xmalloc and realloc.
19987         Include xalloc.h.
19988         (read_utmp): Remove anachronistic cast of xmalloc.
19989
19990 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19991
19992         Assume C89, so PARAMS isn't needed.
19993         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19994         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19995         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19996         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19997         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19998         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19999         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20000         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20001         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20002         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20003         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20004         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20005         no longer needed. Anyway, config.h should always be included before any
20006         other file.
20007
20008 2003-06-11  Simon Josefsson  <jas@extundo.com>
20009
20010         * modules/sysexits: New file.
20011         * MODULES.html.sh (func_all_modules): Add sysexits.
20012
20013 2003-06-11  Simon Josefsson  <jas@extundo.com>
20014
20015         * lib/sysexit_.h: New file.
20016
20017 2003-06-11  Derek Price  <derek@ximbiot.com>
20018
20019         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20020         necessary.
20021
20022 2003-06-11  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/sysexits.m4: New file.
20025
20026 2003-06-10  Simon Josefsson  <jas@extundo.com>
20027
20028         * lib/argp.h: New file, from glibc.
20029         * lib/argp-ba.c: New file, from glibc.
20030         * lib/argp-eexst.c: New file, from glibc.
20031         * lib/argp-fmtstream.c: New file, from glibc.
20032         * lib/argp-fmtstream.h: New file, from glibc.
20033         * lib/argp-fs-xinl.c: New file, from glibc.
20034         * lib/argp-help.c: New file, from glibc.
20035         * lib/argp-namefrob.h: New file, from glibc.
20036         * lib/argp-parse.c: New file, from glibc.
20037         * lib/argp-pv.c: New file, from glibc.
20038         * lib/argp-pvh.c: New file, from glibc.
20039         * lib/argp-xinl.c: New file, from glibc.
20040
20041 2003-06-10  Simon Josefsson  <jas@extundo.com>
20042
20043         * modules/strchrnul: New file.
20044
20045 2003-06-10  Simon Josefsson  <jas@extundo.com>
20046
20047         * modules/argp: New file.
20048
20049 2003-06-10  Simon Josefsson  <jas@extundo.com>
20050
20051         * m4/strchrnul.m4: New file.
20052
20053 2003-06-10  Simon Josefsson  <jas@extundo.com>
20054
20055         * lib/strchrnul.h: New file.
20056         * lib/strchrnul.c: New file.
20057
20058 2003-06-10  Bruno Haible  <bruno@clisp.org>
20059
20060         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20061
20062 2003-06-07  Karl Berry  <karl@gnu.org>
20063
20064         * config/config.{guess,sub}: update from prep.
20065
20066 2003-06-07  Jim Meyering  <jim@meyering.net>
20067
20068         * modules/strtod: Use $(...) notation, not @...@ for
20069         AC_REPLACE'd variables.
20070         * modules/localcharset: Likewise.
20071
20072 2003-06-07  Jim Meyering  <jim@meyering.net>
20073
20074         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20075         in place of my name in the copyright comment.
20076         Remove definition and uses of __P.
20077
20078         From coreutils.
20079         * lib/stat.c: Don't declare xmalloc explicitly.
20080         Instead, include "xalloc.h".
20081         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20082         xrealloc, and xcalloc return values.
20083         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20084         Improve comment.
20085         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20086
20087 2003-06-07  Bruno Haible  <bruno@clisp.org>
20088
20089         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20090         avoid AC_CONFIG_LINKS.
20091         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20092         fnmatch.h, to avoid AC_CONFIG_LINKS.
20093         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20094
20095 2003-06-07  Bruno Haible  <bruno@clisp.org>
20096
20097         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20098         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20099         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20100         directory.
20101         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20102         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20103         directory.
20104
20105 2003-06-06  Jim Meyering  <jim@meyering.net>
20106
20107         Merge from coreutils.
20108         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20109         Consolidate declarations and initializations of *_base* locals.
20110
20111         Merge from coreutils.
20112         This avoids a core dump on systems without GNU putenv,
20113         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20114         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20115         (unsetenv): New static function, from GNU libc.
20116         (rpl_putenv): Use it.
20117
20118         * lib/modechange.c: Remove trailing blanks.
20119
20120         Merge from coreutils.
20121         * lib/fsusage.c: Remove declaration of statfs.
20122         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20123
20124         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20125
20126 2003-06-06  Jim Meyering  <jim@meyering.net>
20127
20128         * lib/stdbool_.h: Renamed from stdbool.h.in.
20129
20130 2003-06-06  Jim Meyering  <jim@meyering.net>
20131             Bruno Haible  <bruno@clisp.org>
20132
20133         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20134         Adjust Makefile.am snippet not to redirect directly to target.
20135         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20136
20137 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20138
20139         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20140         mismatch, look in future quarters as well as past.  This fixes a
20141         bug when processing fall-backwards gaps immediately after a long
20142         period of daylight-saving time.
20143
20144         * lib/mktime.c: Assume freestanding C89 or better.
20145         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20146         (__P): Remove; not used.
20147         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20148         (mktime, not_equal_tm, print_tm, check_result,
20149         main): Use prototypes.  Use const * where appropriate.
20150         (main): Fix typo in testing code that uncovered by above changes.
20151         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20152
20153 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20154
20155         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20156         locale.h, localeconv.  This merges changes from coreutils.
20157
20158         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20159         It can be removed after the next Autoconf is released.
20160         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20161         needed.
20162
20163 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20164
20165         * lib/mktime.c: Fix Debian bug 177940
20166         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20167         (localtime_offset): Now long int, not time_t, because we want it
20168         to be guaranteed to be signed.  All uses changed.
20169         (__mktime_internal): If overflow would occur when adding offset,
20170         don't add it.
20171
20172         Merge 'human' changes from coreutils.  Rewrite to support
20173         locale-specific notations like thousands separators.
20174         * lib/human.c: Simplify authorship notice.
20175         Include human.h immediately after config.h.
20176         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20177         <limits.h>: Do not include, since human.h does.
20178         (SIZE_MAX, UINTMAX_MAX): New macros.
20179         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20180         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20181         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20182         (power_letter): Renamed from suffixes.
20183         (generate_suffix_backwards): Remove.
20184         (adjust_value): Now takes int style (because of human.h changes)
20185         and long double value (for greater precision on some platforms).
20186         (group_number): New function.
20187         (human_readable): Use it.  Use integer options, not enum.
20188         Put the options before the sizes in the arg list.
20189         Support all the new options.
20190         The old human_readable function has been removed;
20191         use inttostr.h instead.
20192         (human_readable, default_block_size, humblock):
20193         Use uintmax_t, not int, for block sizes.
20194         (human_readable_inexact, block_size_types): Remove.
20195         (block_size_opts): New constant.
20196         (human_options): Renamed from human_block_size, with new signature
20197         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20198         * lib/human.h: Add copyright and authorship notice.
20199         Include <limits.h> and <stdbool.h> unconditionally.
20200         (PARAMS): Remove.  All uses removed.
20201         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20202         (enum human_inexact_style): Remove tag; now a nameless enum.
20203         (human_floor, human_ceiling, human_round_to_even): Now have
20204         values 2, 0, 1 rather than -1, 1, 0.
20205         (human_group_digits, human_suppress_point_zero, human_autoscale,
20206         human_base_1024, human_SI, human_B): New constants.
20207         (human_readable_inexact, human_block_size): Remove.
20208         (human_readable): Size args are now uintmax_t, not int.
20209         (human_options): New decl.
20210
20211         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20212         unnecessary now that we assume C89 or better.  This change
20213         imported from coreutils.
20214
20215         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20216         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20217         in the 2003-05-30 sync from glibc.
20218
20219         .h files should stand alone, but we shouldn't include <sys/types.h>
20220         if we can get away with just <stddef.h>.
20221
20222         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20223         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20224         rather than <sys/types.h>, as we merely need size_t.
20225         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20226         to get size_t.
20227         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20228         Include <stdio.h>, to get FILE.
20229         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20230         memcasecmp.h has included <stddef.h> and all we need is size_t.
20231         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20232         our interface, instead of including <sys/types.h>
20233
20234 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20235
20236         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20237         now, as glibc mktime is buggy on non-glibc systems.
20238
20239 2003-06-03  Karl Berry  <karl@gnu.org>
20240
20241         * config/config.sub: update from prep.
20242
20243 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20244
20245         [from coreutils]
20246         Fix some minor time-related bugs with POSIX time arguments.
20247         Some valid time stamps were being rejected (notably -1, and
20248         time stamps before 1900 on 64-bit hosts).  And some invalid
20249         time stamps were being accepted, e.g. September 31.
20250
20251         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20252         that we can return (time_t) -1 successfully.
20253         * lib/posixtm.c: Likewise.
20254         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20255         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20256         (t): Remove static var.
20257         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20258         of static var.  All uses changed.
20259         (year): Do not reject years before 1900; they can occur with
20260         64-bit time_t.
20261         (posix_time_parse): Do not check for out-of-range components;
20262         that is now the caller's responsibility, since our checks were
20263         only approximations.
20264         (posixtime): Use mktime to check for out-of-range components,
20265         since it knows them exactly.
20266         If mktime returns (time_t) -1, check whether an error actually occurred
20267         by invoking localtime on -1.
20268         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20269         posixtime failures better.
20270         Improve the test data (in comments only).
20271
20272 2003-06-02  Karl Berry  <karl@gnu.org>
20273
20274         * config/mkinstalldirs (version): new variable.
20275         (--version): new option.
20276         (usage): improve message.
20277
20278 2003-05-30  Karl Berry  <karl@gnu.org>
20279
20280         * lib/mktime.c: update from libc.
20281
20282 2003-05-30  Bruno Haible  <bruno@clisp.org>
20283
20284         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20285         * config/config.rpath: Upgrade to gettext-0.12.1.
20286
20287 2003-05-30  Bruno Haible  <bruno@clisp.org>
20288
20289         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20290         * m4/nls.m4: New file, from gettext-0.12.1.
20291         * m4/po.m4: New file, from gettext-0.12.1.
20292         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20293
20294 2003-05-30  Bruno Haible  <bruno@clisp.org>
20295
20296         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20297         * lib/localcharset.h: Likewise.
20298         * lib/localcharset.c: Likewise.
20299
20300 2003-05-29  Karl Berry  <karl@gnu.org>
20301
20302         * config/config.rpath: update from gettext.
20303
20304 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20305
20306         Assume the headers required for C89 freestanding compilers.
20307         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20308         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20309         * m4/human.m4 (gl_HUMAN): Likewise.
20310         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20311         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20312         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20313         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20314         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20315         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20316
20317 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20318
20319         Assume the headers required for C89 freestanding compilers.
20320         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20321         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20322         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20323         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20324         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20325         define, since <limits.h> is guaranteed to do that.
20326         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20327         * lib/exclude.c: Include <stdbool.h> unconditionally.
20328         * lib/tempname.c: Include <stddef.h> unconditionally.
20329         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20330         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20331         <stddef.h> does that.
20332         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20333         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20334         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20335         needed.
20336         * lib/xstrtol.c: Likewise.
20337         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20338         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20339
20340         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20341         warnings on some platforms.
20342
20343         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20344         arbitrarily.
20345
20346 2003-05-26  Jim Meyering  <jim@meyering.net>
20347
20348         Merge in a change from coreutils:
20349         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20350         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20351         that condition, rather than `-1' which is slightly misleading.
20352         Change the name of the cache variable to have the gl_ prefix.
20353         Prompted by a patch from Richard Dawe for DJGPP.
20354
20355 2003-05-24  Karl Berry  <karl@gnu.org>
20356
20357         * config/config.guess: update from prep.
20358
20359 2003-05-22  Karl Berry  <karl@gnu.org>
20360
20361         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20362
20363 2003-05-20  Karl Berry  <karl@gnu.org>
20364
20365         * config/config.guess: update from prep.
20366
20367 2003-05-18  Karl Berry  <karl@gnu.org>
20368
20369         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20370         might actually be set by the user.
20371
20372         * config/depcomp, install-sh, mdate-sh: update from automake.
20373
20374 2003-05-17  Bruno Haible  <bruno@clisp.org>
20375
20376         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20377         invalid expansion for AC_EGREP_CPP.
20378         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20379         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20380         Suggested by Akim Demaille <akim@epita.fr> in
20381         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20382
20383 2003-05-12  Jim Meyering  <jim@meyering.net>
20384
20385         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20386         the space-padded-by-default conversion specifiers, %e, %k, %l.
20387
20388 2003-05-12  Bruno Haible  <bruno@clisp.org>
20389
20390         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20391         the string is longer than 4 KB.
20392
20393 2003-05-11  Karl Berry  <karl@gnu.org>
20394
20395         * config/config.{guess,sub}: update from prep.
20396
20397 2003-05-09  Bruno Haible  <bruno@clisp.org>
20398
20399         * modules/error: Add m4/strerror_r.m4 to file list.
20400
20401 2003-05-03  Bruno Haible  <bruno@clisp.org>
20402
20403         Upgrade to Unicode-4.0.
20404         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20405         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20406         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20407         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20408         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20409         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20410         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20411         Change width of U+E0100..U+E01EF from 1 to 0.
20412
20413 2003-04-25  Jim Meyering  <jim@meyering.net>
20414
20415         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20416         of type size_t, not int.
20417
20418 2003-04-25  Bruno Haible  <bruno@clisp.org>
20419
20420         * lib/copy-file.c: Include <stddef.h>, for size_t.
20421
20422 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20423
20424         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20425         code which expansion is under static control.  Patch imported from
20426         Akim Demaille's patch to Bison; see
20427         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20428
20429 2003-04-14  Bruno Haible  <bruno@clisp.org>
20430
20431         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20432
20433 2003-04-11  Jim Meyering  <jim@meyering.net>
20434
20435         Merge changes from Coreutils.
20436
20437         2003-03-22  Jim Meyering  <jim@meyering.net>
20438
20439         * lib/strftime.c (widen): Cast alloca return value to proper type.
20440
20441         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20442
20443         From GNU libc.
20444         * lib/strftime.c (my_strftime): Handle very large width
20445         specifications for numeric values correctly.  Improve checks for
20446         overflow.
20447
20448         2003-01-19  Jim Meyering  <jim@meyering.net>
20449
20450         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20451         definitions.
20452         (nl_get_alt_digit) [! defined my_strftime]: Define.
20453         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20454         _nl_get_alt_digit and _nl_get_walt_digit.
20455
20456         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20457         libc. These changes have no effect outside of _LIBC.
20458
20459 2003-04-10  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/findprog: New file.
20462         * MODULES.html.sh (func_all_modules): Add it.
20463
20464 2003-04-10  Bruno Haible  <bruno@clisp.org>
20465
20466         * m4/findprog.m4: New file.
20467         * m4/eaccess.m4: New file.
20468
20469 2003-04-10  Bruno Haible  <bruno@clisp.org>
20470
20471         * lib/findprog.h: New file, from GNU gettext.
20472         * lib/findprog.c: New file, from GNU gettext.
20473
20474 2003-04-05  Jim Meyering  <jim@meyering.net>
20475
20476         Merge changes from Coreutils.
20477
20478         * lib/exclude.h (PARAMS): Remove definition and uses.
20479         * lib/exclude.c: Remove uses of `PARAMS'.
20480
20481         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20482         Add test-cases for DOS filenames. Declare program_name.
20483         (main): Set up program_name.  Patch by Rich Dawe.
20484
20485         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20486         error from mntctl.
20487         Use mntctl's return value to drive the entry-processing loop, since
20488         we can't rely on the value of the vmt_length member in the last
20489         entry.  On some systems doing so could result in exhausting
20490         virtual memory.  Based in part on a patch from Mike Jetzer.
20491
20492 2003-04-04  Bruno Haible  <bruno@clisp.org>
20493
20494         * modules/linebreak: New file.
20495         * MODULES.html.sh (func_all_modules): Add it.
20496
20497 2003-04-04  Bruno Haible  <bruno@clisp.org>
20498
20499         * m4/linebreak.m4: New file.
20500
20501 2003-04-04  Bruno Haible  <bruno@clisp.org>
20502
20503         * lib/linebreak.h: New file, from GNU gettext.
20504         * lib/linebreak.c: New file, from GNU gettext with slight
20505         modifications.
20506         * lib/lbrkprop.h: New file, from GNU gettext.
20507
20508 2003-04-03  Bruno Haible  <bruno@clisp.org>
20509
20510         * modules/utf8-ucs4: New file.
20511         * modules/utf16-ucs4: New file.
20512         * modules/ucs4-utf8: New file.
20513         * modules/ucs4-utf16: New file.
20514         * MODULES.html.sh (func_all_modules): Add them.
20515
20516 2003-04-03  Bruno Haible  <bruno@clisp.org>
20517
20518         * m4/utf-ucs4.m4: New file.
20519         * m4/ucs4-utf.m4: New file.
20520
20521 2003-04-03  Bruno Haible  <bruno@clisp.org>
20522
20523         * lib/utf8-ucs4.h: New file, from GNU gettext.
20524         * lib/utf16-ucs4.h: New file, from GNU gettext.
20525         * lib/ucs4-utf8.h: New file, from GNU gettext.
20526         * lib/ucs4-utf16.h: New file, from GNU gettext.
20527
20528 2003-04-02  Bruno Haible  <bruno@clisp.org>
20529
20530         * modules/binary-io: New file.
20531         * MODULES.html.sh (func_all_modules): Add it.
20532
20533 2003-04-02  Bruno Haible  <bruno@clisp.org>
20534
20535         * lib/binary-io.h: New file, from GNU gettext.
20536
20537 2003-04-01  Bruno Haible  <bruno@clisp.org>
20538
20539         * modules/pathname: New file.
20540         * MODULES.html.sh (func_all_modules): Add it.
20541
20542 2003-04-01  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/pathname.h: New file, from GNU gettext.
20545         * lib/concatpath.c: New file, from GNU gettext.
20546
20547 2003-03-30  Bruno Haible  <bruno@clisp.org>
20548
20549         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20550
20551 2003-03-30  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20554         function chown() doesn't exist.
20555
20556 2003-03-28  Bruno Haible  <bruno@clisp.org>
20557
20558         * modules/copy-file: New file.
20559         * MODULES.html.sh (func_all_modules): Add it.
20560
20561 2003-03-28  Bruno Haible  <bruno@clisp.org>
20562
20563         * m4/copy-file.m4: New file.
20564
20565 2003-03-28  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/copy-file.h: New file, from GNU gettext.
20568         * lib/copy-file.c: New file, from GNU gettext.
20569
20570 2003-03-18  Jim Meyering  <jim@meyering.net>
20571
20572         * lib/quote.c (quote_n): Fix typo in comment.
20573
20574 2003-03-18  Bruno Haible  <bruno@clisp.org>
20575
20576         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20577         checking.
20578         * m4/onceonly_2_57.m4: Likewise.
20579
20580 2003-03-17  Bruno Haible  <bruno@clisp.org>
20581
20582         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20583         (m4_quote): Remove macro.
20584         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20585
20586 2003-03-14  Jim Meyering  <jim@meyering.net>
20587
20588         Merge changes from Coreutils.
20589         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20590         to be const, in order to avoid warnings.
20591         (obstack_room): Likewise.
20592         (obstack_empty_p): Likewise.
20593
20594 2003-03-14  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20597         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20598
20599 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20600
20601         Merge changes from Bison.
20602         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20603         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20604         when compiling Bison 1.875's `bitset bset = obstack_alloc
20605         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20606         * lib/hash.c: Include <stdbool.h> unconditionally.
20607
20608 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20609
20610         * m4/onceonly.m4 (m4_quote): New macro.
20611         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20612         Quote AC_FOREACH variable-expansions properly.
20613
20614 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20615
20616         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20617
20618 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20619
20620         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20621         Reported by Bruce Becker; see:
20622         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20623
20624 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20625             Bruno Haible  <bruno@clisp.org>
20626
20627         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20628         Reported by John Hughes, see
20629         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20630
20631 2003-02-20  Bruno Haible  <bruno@clisp.org>
20632
20633         * MODULES.html.sh (func_all_modules): Add poll.
20634
20635 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20636
20637         * modules/poll: New file.
20638
20639 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20640
20641         * lib/poll_.h: New file.
20642         * lib/poll.c: New file.
20643
20644 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20645
20646         * m4/poll.m4: New file.
20647
20648 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20649
20650         * modules/mathl: New file.
20651
20652 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20653
20654         * lib/mathl.h: New file.
20655         * lib/acosl.c: New file.
20656         * lib/asinl.c: New file.
20657         * lib/atanl.c: New file.
20658         * lib/ceill.c: New file.
20659         * lib/cosl.c: New file.
20660         * lib/expl.c: New file.
20661         * lib/floorl.c: New file.
20662         * lib/frexpl.c: New file.
20663         * lib/ldexpl.c: New file.
20664         * lib/logl.c: New file.
20665         * lib/sincosl.c: New file.
20666         * lib/sinl.c: New file.
20667         * lib/sqrtl.c: New file.
20668         * lib/tanl.c: New file.
20669         * lib/trigl.c: New file.
20670         * lib/trigl.h: New file.
20671
20672 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20673
20674         * m4/mathl.m4: New file.
20675
20676 2003-02-18  Bruno Haible  <bruno@clisp.org>
20677
20678         * MODULES.html.sh (func_all_modules): Add mathl.
20679
20680 2003-02-17  Bruno Haible  <bruno@clisp.org>
20681
20682         * modules/mkdtemp: New module.
20683         * MODULES.html.sh (func_all_modules): Add it.
20684
20685 2003-02-17  Bruno Haible  <bruno@clisp.org>
20686
20687         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20688
20689 2003-02-17  Bruno Haible  <bruno@clisp.org>
20690
20691         * lib/mkdtemp.h: New file, from GNU gettext.
20692         * lib/mkdtemp.c: New file, from GNU gettext.
20693
20694 2003-02-02  Jim Meyering  <jim@meyering.net>
20695
20696         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20697         e.g. glibc-2.2.93.
20698
20699 2003-01-31  Bruno Haible  <bruno@clisp.org>
20700
20701         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20702         'rpl_rename'.
20703         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20704         'rpl_strnlen'.
20705         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20706         'rpl_strtod'.
20707         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20708         'rpl_utime'.
20709
20710 2003-01-31  Bruno Haible  <bruno@clisp.org>
20711
20712         * lib/rename.c: #undef rename before defining rpl_rename.
20713         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20714
20715 2003-01-30  Bruno Haible  <bruno@clisp.org>
20716
20717         * modules/vasnprintf, modules/vasprintf: New modules.
20718         * MODULES.html.sh (func_all_modules): Add them.
20719
20720 2003-01-30  Bruno Haible  <bruno@clisp.org>
20721
20722         * m4/signed.m4: New file, from GNU gettext.
20723         * m4/longdouble.m4: New file, from GNU gettext.
20724         * m4/wchar_t.m4: New file, from GNU gettext.
20725         * m4/wint_t.m4: New file, from GNU gettext.
20726         * m4/vasnprintf.m4: New file.
20727         * m4/vasprintf.m4: New file.
20728
20729 2003-01-30  Bruno Haible  <bruno@clisp.org>
20730
20731         * lib/printf-args.h: New file, from GNU gettext.
20732         * lib/printf-args.c: New file, from GNU gettext.
20733         * lib/printf-parse.h: New file, from GNU gettext.
20734         * lib/printf-parse.c: New file, from GNU gettext.
20735         * lib/vasnprintf.h: New file, from GNU gettext.
20736         * lib/vasnprintf.c: New file, from GNU gettext.
20737         * lib/asnprintf.c: New file, from GNU gettext.
20738         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20739         * lib/vasprintf.c: New file, from GNU gettext.
20740         * lib/asprintf.c: New file, from GNU gettext.
20741
20742 2003-01-29  Bruno Haible  <bruno@clisp.org>
20743
20744         * modules/stpncpy: New module.
20745         * MODULES.html.sh (func_all_modules): Add it.
20746
20747 2003-01-29  Bruno Haible  <bruno@clisp.org>
20748
20749         * m4/stpncpy.m4: New file.
20750
20751 2003-01-29  Bruno Haible  <bruno@clisp.org>
20752
20753         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20754         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20755
20756 2003-01-28  Bruno Haible  <bruno@clisp.org>
20757
20758         * modules/c-ctype: New module.
20759         * MODULES.html.sh (func_all_modules): Add it.
20760
20761 2003-01-28  Bruno Haible  <bruno@clisp.org>
20762
20763         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20764         Paul Eggert.
20765         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20766         Paul Eggert.
20767
20768 2003-01-27  Bruno Haible  <bruno@clisp.org>
20769
20770         * modules/xsetenv: New module.
20771         * MODULES.html.sh (func_all_modules): Add it.
20772
20773 2003-01-27  Bruno Haible  <bruno@clisp.org>
20774
20775         * lib/xsetenv.h: New file, from GNU gettext.
20776         * lib/xsetenv.c: New file, from GNU gettext.
20777
20778 2003-01-23  Jim Meyering  <jim@meyering.net>
20779
20780         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20781         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20782
20783 2003-01-23  Bruno Haible  <bruno@clisp.org>
20784
20785         * modules/minmax: New module.
20786         * MODULES.html.sh (func_all_modules): Add it.
20787
20788 2003-01-23  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20791         Eggert.
20792
20793 2003-01-22  Bruno Haible  <bruno@clisp.org>
20794
20795         * modules/exit: New module.
20796         * MODULES.html.sh (func_all_modules): Add it.
20797
20798 2003-01-22  Bruno Haible  <bruno@clisp.org>
20799
20800         * lib/exit.h: New file, from GNU gettext.
20801
20802 2003-01-19  Bruno Haible  <bruno@clisp.org>
20803
20804         * gnulib-tool: Recognize option --extract-maintainer.
20805         (func_get_maintainer): New function.
20806         * modules/*: Add Maintainer entry.
20807
20808 2003-01-16  Jim Meyering  <jim@meyering.net>
20809
20810         * m4/regex.m4: The `regex' struct is both input and output.
20811         Initialize it before each use.  Patch by Tim Waugh.
20812
20813 2003-01-16  Bruno Haible  <bruno@clisp.org>
20814
20815         * MODULES.html.sh: Add a table of contents. Add the module name as
20816         leftmost column. Add hyperlinks.
20817
20818 2003-01-15  Bruno Haible  <bruno@clisp.org>
20819
20820         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20821
20822 2003-01-15  Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20825         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20826         suffix.
20827
20828 2003-01-15  Bruno Haible  <bruno@clisp.org>
20829
20830         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20831
20832 2003-01-15  Bruno Haible  <bruno@clisp.org>
20833
20834         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20835         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20836
20837 2003-01-14  Jim Meyering  <jim@meyering.net>
20838
20839         * lib/same.c (same_name): Tweak a comment.
20840
20841 2003-01-14  Bruno Haible  <bruno@clisp.org>
20842
20843         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20844         when a string comparison is sufficient.
20845
20846 2003-01-14  Bruno Haible  <bruno@clisp.org>
20847
20848         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20849         'unsigned int'.
20850
20851 2003-01-14  Bruno Haible  <bruno@clisp.org>
20852
20853         * lib/hash-pjw.c: Add comment about low quality of this function.
20854
20855 2003-01-13  Bruno Haible  <bruno@clisp.org>
20856
20857         * modules/stpcpy: Distribute lib/stpcpy.h.
20858         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20859
20860 2003-01-13  Bruno Haible  <bruno@clisp.org>
20861
20862         * modules/*: Add a description.
20863         * modules/strpbrk: Fix Makefile.am snippet.
20864         * modules/strtoimax: Fix dependencies.
20865         * modules/strtoumax: Likewise.
20866
20867 2003-01-13  Bruno Haible  <bruno@clisp.org>
20868
20869         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20870         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20871         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20872
20873 2003-01-13  Bruno Haible  <bruno@clisp.org>
20874
20875         * gnulib-tool (func_create_testdir): Store config/* files in the main
20876         directory.
20877         * config.rpath: Move to ...
20878         * config/config.rpath: ... here.
20879         * modules/gettext: Contains config/config.rpath, not config.rpath.
20880         * modules/iconv: Likewise.
20881
20882 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20883
20884         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20885         to avoid collisions with libcurses and libreadline.
20886
20887         * m4/getstr.m4: Remove.
20888         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20889
20890 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20891
20892         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20893         to avoid collisions with libcurses and libreadline.
20894
20895         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20896         * lib/getstr.h, getstr.c: Remove.
20897         * lib/getline.c: Include "getline.h", to check interface.
20898         Move body of old getstr.c here: this defines MIN_CHUNK and
20899         declares getdelim2, which is renamed from getstr.
20900         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20901
20902         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20903         All uses changed.
20904         * lib/linebuffer.h: Likewise.
20905         (readline): Remove backward-compatibility macro.
20906
20907 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20908
20909         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20910         to avoid collisions with libcurses and libreadline.
20911         * getstr: Remove.
20912         * MODULES.html.sh: Remove getstr.
20913         * modules/getline: Depend on unlocked-io, not getstr.
20914
20915 2003-01-12  Jim Meyering  <jim@meyering.net>
20916
20917         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20918
20919 2003-01-10  Bruno Haible  <bruno@clisp.org>
20920
20921         * modules/alloca: Change Makefile.am requirements. Simplify Include
20922         requirements. Add lib/alloca_.h to file list.
20923
20924 2003-01-10  Bruno Haible  <bruno@clisp.org>
20925
20926         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20927
20928 2003-01-10  Bruno Haible  <bruno@clisp.org>
20929
20930         * lib/alloca_.h: New file.
20931         * lib/getdate.y: Unconditionally include alloca.h.
20932         * lib/makepath.c: Likewise.
20933         * lib/setenv.c: Likewise.
20934         * lib/userspec.c: Likewise.
20935
20936 2003-01-09  Karl Berry  <karl@gnu.org>
20937
20938         * MODULES.html.sh: include `dirname $0` in PATH, to find
20939         gnulib-tool.
20940
20941 2003-01-09  Bruno Haible  <bruno@clisp.org>
20942
20943         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20944         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20945
20946 2003-01-09  Bruno Haible  <bruno@clisp.org>
20947
20948         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20949
20950 2003-01-09  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/stdbool.h.in: New file.
20953
20954 2003-01-09  Bruno Haible  <bruno@clisp.org>
20955
20956         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20957         * MODULES.html.sh: Likewise.
20958
20959 2003-01-08  Jim Meyering  <jim@meyering.net>
20960
20961         * lib/full-write.c: Undefine and define-away `const' after inclusion
20962         of errno.h, not before.  Suggestion from Bruno Haible.
20963
20964 2003-01-08  Bruno Haible  <bruno@clisp.org>
20965
20966         * modules/full-read: Depend on full-write.
20967
20968 2003-01-08  Bruno Haible  <bruno@clisp.org>
20969
20970         * lib/safe-read.c: Include specification header first, to ensure its
20971         selfcontainedness.
20972         * lib/full-write.c: Likewise.
20973
20974 2003-01-07  Jim Meyering  <jim@meyering.net>
20975
20976         * lib/full-write.c: Rework so that it may serve to define full_read,
20977         too.
20978         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20979
20980 2003-01-07  Bruno Haible  <bruno@clisp.org>
20981
20982         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20983         <inttypes.h>.
20984         * lib/xstrtol.h: Likewise.
20985         * lib/xstrtoimax.c: Likewise.
20986         * lib/xstrtoumax.c: Likewise.
20987         * lib/human.h: Likewise.
20988
20989         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20990         on systems that have <inttypes.h> but not <stdint.h>.
20991
20992 2003-01-07  Bruno Haible  <bruno@clisp.org>
20993
20994         * MODULES.html.sh: Add copyright notice.
20995         (missed_files): Omit CVS directory entries.
20996         (func_module): Make it work with sed-3.02.
20997         * MODULES.txt: Remove file.
20998
20999 2003-01-06  Jim Meyering  <jim@meyering.net>
21000
21001         * lib/version-etc.c: Update year in translatable copyright string.
21002
21003 2003-01-03  Karl Berry  <karl@gnu.org>
21004
21005         * config/config.{guess,sub}: update from prep.
21006
21007 2003-01-02  Karl Berry  <karl@gnu.org>
21008
21009         * doc/COPYING.DOC: belatedly updated to 1.2.
21010
21011 2003-01-01  Karl Berry  <karl@gnu.org>
21012
21013         * gnulib-tool (func_verify_module): report module name $module in
21014         error message, not $1.
21015         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21016         be created, only if it doesn't exist.
21017         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21018
21019 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21020
21021         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21022
21023 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21024
21025         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21026         memcmp if strcoll doesn't work.
21027
21028 2002-12-31  Bruno Haible  <bruno@clisp.org>
21029
21030         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21031         nonempty.
21032
21033 2002-12-31  Bruno Haible  <bruno@clisp.org>
21034
21035         * lib/memcoll.c (STRCOLL): New macro.
21036         (memcoll): Use it.
21037
21038 2002-12-31  Bruno Haible  <bruno@clisp.org>
21039
21040         * lib/localcharset.h: New file.
21041         * lib/localcharset.c: Include it.
21042         * lib/unicodeio.c: Likewise.
21043
21044 2002-12-31  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21047         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21048
21049 2002-12-31  Bruno Haible  <bruno@clisp.org>
21050
21051         * lib/getline.h: Include <stddef.h>, for size_t.
21052
21053         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21054         * lib/unicodeio.c: Don't include <stddef.h>.
21055
21056 2002-12-31  Bruno Haible  <bruno@clisp.org>
21057
21058         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21059         HAVE_TM_ZONE.
21060
21061 2002-12-24  Karl Berry  <karl@gnu.org>
21062
21063         * config/config.guess: update from prep.
21064
21065 2002-12-24  Bruno Haible  <bruno@clisp.org>
21066
21067         General infrasructure.
21068         * m4/README: Rewritten.
21069         * m4/onceonly.m4: New file.
21070         * m4/onceonly_2_57.m4: New file.
21071
21072         Module atexit.
21073         * m4/atexit.m4: New file.
21074
21075         Module strtod.
21076         * m4/strtod.m4: New file.
21077
21078         Module strtol.
21079         * m4/strtol.m4: New file.
21080
21081         Module strtoul.
21082         * m4/strtoul.m4: New file.
21083
21084         Module memchr.
21085         * m4/memchr.m4: New file.
21086
21087         Module memcmp.
21088         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21089         (jm_FUNC_MEMCMP): Invoke it.
21090
21091         Module memcpy.
21092         * m4/memcpy.m4: New file.
21093
21094         Module memmove.
21095         * m4/memmove.m4: New file.
21096
21097         Module memset.
21098         * m4/memset.m4: New file.
21099
21100         Module strcspn.
21101         * m4/strcspn.m4: New file.
21102
21103         Module strpbrk.
21104         * m4/strpbrk.m4: New file.
21105
21106         Module strstr.
21107         * m4/strstr.m4: New file.
21108
21109         Module strerror.
21110         * m4/strerror.m4: New file.
21111
21112         Module mktime.
21113         * m4/mktime.m4: Renamed from jm-mktime.m4.
21114         (gl_PREREQ_MKTIME): New macro.
21115         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21116
21117         Module malloc.
21118         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21119         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21120         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21121
21122         Module realloc.
21123         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21124         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21125         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21126
21127         Module strftime.
21128         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21129         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21130         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21131         gl_TM_GMTOFF.
21132         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21133
21134         Module xalloc.
21135         * m4/xalloc.m4: New file.
21136
21137         Module alloca.
21138         * m4/alloca.m4: New file.
21139
21140         Module putenv.
21141         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21142         (jm_FUNC_PUTENV): Invoke it.
21143
21144         Module setenv.
21145         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21146         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21147         when invoked twice.
21148         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21149         gt_FUNC_SETENV.
21150
21151         Module memrchr.
21152         * m4/memrchr.m4: New file.
21153
21154         Module stpcpy.
21155         * m4/stpcpy.m4: New file.
21156
21157         Module strcase.
21158         * m4/strcase.m4: New file.
21159
21160         Module strdup.
21161         * m4/strdup.m4: New file.
21162
21163         Module strnlen.
21164         * m4/strnlen.m4: New file.
21165
21166         Module strndup.
21167         * m4/strndup.m4: New file.
21168
21169         Module xstrtod.
21170         * m4/xstrtod.m4: New file.
21171
21172         Module xstrtol.
21173         * m4/xstrtol.m4: New file.
21174
21175         Module getdate.
21176         * m4/getdate.m4: New file.
21177
21178         Module unlocked-io.
21179         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21180         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21181         * m4/jm-glibc-io.m4n: Remove file.
21182
21183         Module long-options.
21184         * m4/long-options.m4: New file.
21185
21186         Module md5.
21187         * m4/md5.m4: New file.
21188
21189         Module sha.
21190         * m4/sha.m4: New file.
21191
21192         Module getstr.
21193         * m4/getstr.m4: New file.
21194
21195         Module getline.
21196         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21197         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21198         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21199         simply getline. Infoke gl_PREREQ_GETLINE.
21200
21201         Module obstack.
21202         * m4/obstack.m4: New file.
21203
21204         Module hash.
21205         * m4/hash.m4: New file.
21206
21207         Module readtokens.
21208         * m4/readtokens.m4: New file.
21209
21210         Module strverscmp.
21211         * m4/strverscmp.m4: New file.
21212
21213         Module stdbool.
21214         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21215         OSF/1.
21216
21217         Module strtoll.
21218         * m4/strtoll.m4: New file.
21219
21220         Module strtoull.
21221         * m4/strtoull.m4: New file.
21222
21223         Module strtoimax.
21224         * m4/strtoimax.m4: New file.
21225
21226         Module strtoumax.
21227         * m4/strtoumax.m4: New file.
21228
21229         Module xstrtoimax.
21230         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21231         jm_AC_PREREQ_XSTRTOIMAX.
21232         Moved the strtol prerequisites to strtol.m4.
21233         Moved the strtoll prerequisites to strtoll.m4.
21234         Moved the strtoimax prerequisites to strtoimax.m4.
21235
21236         Module xstrtoumax.
21237         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21238         jm_AC_PREREQ_XSTRTOUMAX.
21239         Moved the strtoul prerequisites to strtoul.m4.
21240         Moved the strtoull prerequisites to strtoull.m4.
21241         Moved the strtoumax prerequisites to strtoumax.m4.
21242
21243         Module chown.
21244         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21245         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21246
21247         Module dup2.
21248         * m4/dup2.m4: New file.
21249
21250         Module ftruncate.
21251         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21252         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21253
21254         Module getgroups.
21255         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21256         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21257
21258         Module gettimeofday.
21259         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21260         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21261         gl_PREREQ_GETTIMEOFDAY.
21262
21263         Module mkdir.
21264         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21265         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21266
21267         Module mkstemp.
21268         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21269         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21270         jm_AC_TYPE_UINTMAX_T.
21271         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21272
21273         Module stat.
21274         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21275         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21276
21277         Module lstat.
21278         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21279         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21280
21281         Module timespec.
21282         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21283         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21284         * m4/st_mtim.m4: Indentation.
21285
21286         Module nanosleep.
21287         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21288         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21289         gl_PREREQ_NANOSLEEP.
21290
21291         Module regex.
21292         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21293         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21294         (gl_REGEX): New macro.
21295
21296         Module rename.
21297         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21298         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21299
21300         Module rmdir.
21301         * m4/rmdir.m4: New file.
21302
21303         Module utime.
21304         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21305         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21306         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21307
21308         Module dirname.
21309         * m4/dirname.m4: New file.
21310
21311         Module getopt.
21312         * m4/getopt.m4: New file.
21313
21314         Module unistd-safer.
21315         * m4/unistd-safer.m4: New file.
21316
21317         Module fnmatch.
21318         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21319         declaration.
21320         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21321         (gl_FUNC_FNMATCH_POSIX): New macro.
21322         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21323         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21324         simply fnmatch.
21325
21326         Module exclude.
21327         * m4/exclude.m4: New file.
21328
21329         Module human.
21330         * m4/human.m4: New file.
21331
21332         Module acl.
21333         * m4/acl.m4: Nop.
21334
21335         Module backupfile.
21336         * m4/backupfile.m4: New file.
21337         * m4/d-ino.m4: Indentation.
21338
21339         Module fsusage.
21340         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21341         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21342         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21343
21344         Module dirfd.
21345         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21346         requirements.
21347
21348         Module euidaccess.
21349         * m4/euidaccess.m4: New file.
21350
21351         Module file-type.
21352         * m4/file-type.m4: New file.
21353
21354         Module fileblocks.
21355         * m4/fileblocks.m4: New file.
21356
21357         Module filemode.
21358         * m4/filemode.m4: New file.
21359
21360         Module isdir.
21361         * m4/isdir.m4: New file.
21362
21363         Module lchown.
21364         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21365         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21366
21367         Module makepath.
21368         * m4/makepath.m4: New file.
21369
21370         Module modechange.
21371         * m4/modechange.m4: New file.
21372
21373         Module mountlist.
21374         * m4/mountlist.m4: New file.
21375         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21376         Indentation.
21377
21378         Module path-concat.
21379         * m4/path-concat.m4: New file.
21380
21381         Module pathmax.
21382         * m4/pathmax.m4: New file.
21383
21384         Module same.
21385         * m4/same.m4: New file.
21386
21387         Module save-cwd.
21388         * m4/save-cwd.m4: New file.
21389
21390         Module savedir.
21391         * m4/savedir.m4: New file.
21392
21393         Module xgetcwd.
21394         * m4/xgetcwd.m4: New file.
21395         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21396
21397         Module xreadlink.
21398         * m4/xreadlink.m4: New file.
21399
21400         Module safe-read.
21401         * m4/safe-read.m4: New file.
21402
21403         Module safe-write.
21404         * m4/safe-write.m4: New file.
21405
21406         Module closeout.
21407         * m4/closeout.m4: New file.
21408
21409         Module stdio-safer.
21410         * m4/stdio-safer.m4: New file.
21411
21412         Module getpass.
21413         * m4/getpass.m4: New file.
21414
21415         Module getugroups.
21416         * m4/getugroups.m4: New file.
21417
21418         Module group-member.
21419         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21420         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21421
21422         Module idcache.
21423         * m4/idcache.m4: New file.
21424
21425         Module userspec.
21426         * m4/userspec.m4: New file.
21427
21428         Module gettime.
21429         * m4/clock_time.m4: New file.
21430         * m4/gettime.m4: New file.
21431
21432         Module settime.
21433         * m4/settime.m4: New file.
21434
21435         Module posixtm.
21436         * m4/posixtm.m4: New file.
21437
21438         Module gethostname.
21439         * m4/gethostname.m4: New file.
21440
21441         Module canon-host.
21442         * m4/canon-host.m4: New file.
21443
21444         Module gettext.
21445         * m4/codeset.m4: New file, from gettext-0.11.5.
21446         * m4/gettext.m4: New file, from gettext-0.11.5.
21447         * m4/glibc21.m4: New file, from gettext-0.11.5.
21448         * m4/iconv.m4: New file, from gettext-0.11.5.
21449         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21450         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21451         * m4/inttypes.m4: New file, from gettext-0.11.5.
21452         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21453         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21454         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21455         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21456         * m4/lib-link.m4: New file, from gettext-0.11.5.
21457         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21458         * m4/progtest.m4: New file, from gettext-0.11.5.
21459         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21460         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21461         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21462
21463         Module localcharset.
21464         * m4/localcharset.m4: New file.
21465
21466         Module hard-locale.
21467         * m4/hard-locale.m4: New file.
21468
21469         Module mbswidth.
21470         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21471         onceonly macros.
21472         * m4/mbrtowc.m4: Add comment.
21473
21474         Module memcasecmp.
21475         * m4/memcasecmp.m4: New file.
21476
21477         Module memcoll.
21478         * m4/memcoll.m4: New file.
21479
21480         Module unicodeio.
21481         * m4/unicodeio.m4: New file.
21482
21483         Module rpmatch.
21484         * m4/rpmatch.m4: New file.
21485
21486         Module yesno.
21487         * m4/yesno.m4: New file.
21488
21489         Module exitfail.
21490         * m4/exitfail.m4: New file.
21491
21492         Module c-stack.
21493         * m4/c-stack.m4 (gl_C_STACK): New macro.
21494         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21495
21496         Module error.
21497         * m4/error.m4 (gl_ERROR): New macro.
21498         (jm_PREREQ_ERROR): Use onceonly macros.
21499
21500         Module fatal.
21501         * m4/fatal.m4: New file.
21502
21503         Module getloadavg.
21504         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21505         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21506
21507         Module getpagesize.
21508         * m4/getpagesize.m4: New file.
21509
21510         Module getusershell.
21511         * m4/getusershell.m4: New file.
21512
21513         Module physmem.
21514         * m4/physmem.m4: New file.
21515
21516         Module posixver.
21517         * m4/posixver.m4: New file.
21518
21519         Module quotearg.
21520         * m4/quotearg.m4: New file.
21521
21522         Module quote.
21523         * m4/quote.m4: New file.
21524
21525         Module readutmp.
21526         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21527
21528         Module sig2str.
21529         * m4/sig2str.m4: New file.
21530
21531         Other.
21532         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21533         ulonglong.m4.
21534         * m4/intmax_t.m4: New file.
21535         * m4/d-type.m4: Indentation.
21536         * m4/jm-macros.m4: Update.
21537         * m4/prereq.m4 (jm_PREREQ): Update.
21538         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21539         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21540         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21541         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21542         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21543         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21544         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21545         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21546         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21547         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21548         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21549         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21550         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21551         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21552         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21553         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21554         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21555         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21556         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21557
21558 2002-12-24  Bruno Haible  <bruno@clisp.org>
21559
21560         * MODULES.txt: Update according to m4/ changes.
21561
21562         Module gettext.
21563         * config.rpath: New file, from gettext-0.11.5.
21564
21565         * modules/*: New module descriptions.
21566         * gnulib-tool: New file.
21567         * MODULES.html.sh: New file.
21568
21569 2002-12-21  Karl Berry  <karl@gnu.org>
21570
21571         * doc/fdl.texi: update to version 1.2.
21572
21573 2002-12-19  Karl Berry  <karl@gnu.org>
21574
21575         * config/config.guess: update from prep.
21576
21577 2002-12-18  Bruno Haible  <bruno@clisp.org>
21578
21579         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21580         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21581
21582 2002-12-17  Bruno Haible  <bruno@clisp.org>
21583
21584         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21585         stdlib.h, string.h.
21586
21587 2002-12-17  Bruno Haible  <bruno@clisp.org>
21588
21589         * lib/canon-host.c (strdup): Remove unused declaration.
21590
21591         * lib/fsusage.c: Include full_read.h.
21592         (get_fs_usage): Use full_read instead of safe_read.
21593
21594         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21595
21596 2002-12-12  Karl Berry  <karl@gnu.org>
21597
21598         * config/config.guess: update from prep.
21599
21600 2002-12-11  Bruno Haible  <bruno@clisp.org>
21601
21602         * m4/setenv.m4: New file, from gettext-0.11.5.
21603
21604 2002-12-11  Bruno Haible  <bruno@clisp.org>
21605
21606         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21607         not unsetenv().
21608         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21609         modifications:
21610
21611         2002-12-11  Bruno Haible  <bruno@clisp.org>
21612
21613                 * setenv.c (alloca): Fall back to malloc.
21614                 (freea): New macro.
21615                 (setenv): Use freea() to free memory allocated with alloca().
21616
21617         2002-11-13  Bruno Haible  <bruno@clisp.org>
21618
21619                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21620                 function declarations.
21621                 * unsetenv.c (unsetenv): Likewise.
21622
21623         2002-03-04  Bruno Haible  <bruno@clisp.org>
21624
21625                 Portability to AIX 4.3.3.
21626                 * unsetenv.c: New file, extracted from setenv.c.
21627                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21628
21629         2001-12-20  Bruno Haible  <bruno@clisp.org>
21630
21631                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21632                 use malloc instead. For SunOS 4.
21633
21634         2001-12-11  Bruno Haible  <bruno@clisp.org>
21635
21636                 * setenv.c: Declare alloca.
21637                 (compar_fn_t): New typedef.
21638                 (KNOWN_VALUE, STORE_VALUE): Use it.
21639
21640         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21641         setenv.h.
21642
21643 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21644
21645         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21646         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21647         Choose values that are less likely to collide with system fnmatch
21648         options.
21649         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21650         defined (e.g., a pure POSIX system).
21651         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21652         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21653
21654 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21655
21656         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21657         a pain in practice to deal with generated m4 files.  This change
21658         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21659
21660         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21661         and jm-glibc-io.m4, as they are no longer a special case.
21662         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21663         kludge and the auto-generation stuff.  Check only whether the
21664         functions are declared, not whether they exist, since older hosts
21665         that don't declare the functions can't use the optimization anyway.
21666
21667 2002-12-06  Jim Meyering  <jim@meyering.net>
21668
21669         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21670
21671         Merge in changes from libc's misc/error.c, in preparation
21672         for the merge of gnulib's changes back into libc.
21673
21674         * lib/error.c (_): Define only if not already defined.
21675         Move definition to follow all #include directives.
21676         Include unlocked-io.h only if !_LIBC.
21677         [_LIBC]: Include <libio/libioP.h>.
21678         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21679         (fflush): Tweak definition to use INTUSE.
21680         (putc): Define.
21681
21682 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21683
21684         * lib/alloca.c [defined emacs]: Include "lisp.h".
21685         (xalloc_die) [defined emacs]: New macro.
21686         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21687         [! defined emacs]: Include <xalloc.h>.
21688         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21689         (pointer): Typedef to POINTER_TYPE *.
21690         (malloc): Remove decl; we now always use xmalloc.
21691         (alloca): Use old-style definition, since Emacs needs this.
21692         Check for arithmetic overflow when computing combined size.
21693
21694 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21695
21696         Do not generate unlocked-io.h automatically, since it's easier to
21697         maintain it by hand.
21698
21699         * lib/unlocked-io.h: New file, from GNU diffutils,
21700         but with proper copyright notice and attribution.
21701         * lib/gen-uio: Remove.
21702         * lib/Makefile.am: Add copyright notice.
21703         (libfetish_a_SOURCES): Add unlocked-io.h.
21704         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21705         (DISTCLEANFILES, io_functions): Remove macros.
21706         (EXTRA_DIST): Remove gen_uio.
21707         (unlocked-io.h): Remove rule.
21708
21709 2002-12-04  Jim Meyering  <jim@meyering.net>
21710
21711         Reflect the fact that stat.c and lstat.c are no longer generated.
21712         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21713         (DISTCLEANFILES): Likewise.
21714         (EXTRA_DIST): Likewise.
21715         (all_local): Don't depend on stat.c or lstat.c.
21716         (stat.c, lstat.c): Remove rules.
21717         (EXTRA_DIST): Remove xstat.in.
21718
21719         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21720         * lib/stat.c: New file.  Contents mostly from xstat.in.
21721         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21722         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21723
21724         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21725         too.
21726         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21727
21728 2002-12-03  Jim Meyering  <jim@meyering.net>
21729
21730         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21731         but not semantics, to minimize the differences between these two files.
21732         (safe_read): Change comment to mention SAFE_READ_ERROR.
21733
21734         * lib/safe-read.c (IS_EINTR): Define.
21735         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21736
21737 2002-12-02  Jim Meyering  <jim@meyering.net>
21738
21739         * lib/safe-read.c (EINTR): Define.
21740         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21741         (INT_MAX): Provide fallback.
21742         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21743
21744         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21745
21746 2002-12-02  Bruno Haible  <bruno@clisp.org>
21747
21748         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21749         Define, taken from safe-read.c.
21750         (INT_MAX): Provide fallback.
21751         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21752         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21753
21754         * lib/safe-read.c (EINTR): Remove definition.
21755         (safe_read): Don't use EINTR if it is absent.
21756
21757 2002-12-01  Jim Meyering  <jim@meyering.net>
21758
21759         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21760         zero.
21761         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21762
21763 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21764
21765         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21766         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21767         with `if (! (value < limit)) abort ();', for readability.
21768
21769 2002-11-26  Karl Berry  <karl@gnu.org>
21770
21771         * lib/strdup.c: copy from libc again, with jim's ok.
21772         * lib/.cppi-disable: re-add strdup.c
21773
21774 2002-11-25  Karl Berry  <karl@gnu.org>
21775
21776         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21777         instead of "strtol.c".
21778
21779 2002-11-25  Karl Berry  <karl@gnu.org>
21780
21781         * config/install-sh: update from automake for variable quoting, $0 in
21782         error msgs, etc.
21783
21784         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21785         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21786         entry.
21787
21788 2002-11-25  Jim Meyering  <jim@meyering.net>
21789
21790         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21791
21792 2002-11-24  Karl Berry  <karl@gnu.org>
21793
21794         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21795         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21796
21797 2002-11-24  Jim Meyering  <jim@meyering.net>
21798
21799         Update from coreutils:
21800
21801         * lib/mktime.c: Merge in changes from libc.
21802
21803         Avoid a link-time failure on some Linux systems.
21804         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21805         (otherwise).
21806         (__mon_yday): Declare with the STATIC attribute.
21807         (__mktime_internal): Likewise.
21808         Based on a report from Greg Schafer.
21809
21810 2002-11-23  Jim Meyering  <jim@meyering.net>
21811
21812         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21813         Use `unsigned', not `int', as type of index.
21814
21815         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21816
21817         * lib/fsusage.c: Remove unneeded parentheses around operands of
21818         `defined'.
21819
21820 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21821
21822         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21823         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21824         so that we can be included first.
21825         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21826         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21827         No need to include stddef.h or sys/types.h any more.
21828         Surround local include files with "", not "<>".
21829         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21830         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21831         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21832         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21833         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21834         (ISPRINT): Remove; no longer needed now that we assume C89.
21835
21836         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21837         Preserve errno.
21838
21839         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21840         quotearg_char): Use SIZE_MAX rather than
21841         (size_t) -1 when we are talking about "infinity".
21842
21843         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21844
21845 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21846
21847         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21848         hint that one should use `if (! x) abort ();' rather than `assert
21849         (x);', and anyway it's one less thing to worry about configuring.
21850         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21851         hash_rehash, hash_insert): Use abort rather than assert.
21852
21853 2002-11-22  Bruno Haible  <bruno@clisp.org>
21854
21855         * lib/safe-read.h: Assume C89. Add comments.
21856         (safe_read): Change return type to size_t.
21857         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21858         byte counts > SSIZE_MAX correctly.
21859         * lib/safe-write.h: New file.
21860         * lib/safe-write.c: New file.
21861         * lib/full-read.h: New file.
21862         * lib/full-read.c: New file.
21863         * lib/full-write.h: Assume C89. Add comments.
21864         * lib/full-write.c: Include safe-write.h.
21865         (full_write): Rewritten to use safe_write.
21866         Suggested by Jim Meyering and Paul Eggert.
21867
21868 2002-11-21  Jim Meyering  <jim@meyering.net>
21869
21870         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21871
21872         Merge in changes from the coreutils.
21873
21874         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21875         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21876         <stdint.h>.
21877         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21878         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21879         int.  Work more efficiently if X is the same width as uintmax_t.
21880         Do not compare X to -1, to avoid bogus compiler warning.
21881         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21882         Don't assume that f_frsize and f_bsize are the same type.
21883
21884         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21885         warning on FreeBSD.
21886
21887         * lib/makepath.c (make_path): Restore umask *before* creating the final
21888         component.
21889         (make_path): Minor reformatting.
21890
21891         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21892         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21893         HAVE_MALLOC/HAVE_REALLOC.
21894
21895         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21896         dummy ones.  At least on GNU/Linux systems, `auto' means something
21897         else.
21898         From Michael Stone.
21899
21900 2002-11-21  Bruno Haible  <bruno@clisp.org>
21901
21902         Remove case insensitive option matching.
21903         * lib/argmatch.h (argcasematch): Remove declaration.
21904         (ARGCASEMATCH): Remove macro.
21905         (__xargmatch_internal): Remove case_sensitive argument.
21906         (XARGMATCH): Update.
21907         (XARGCASEMATCH): Remove macro.
21908         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21909         case_sensitive argument.
21910         (argcasematch): Remove function.
21911         (__xargmatch_internal): Remove case_sensitive argument.
21912         (main): Use XARGMATCH instead of XARGCASEMATCH.
21913
21914         * lib/xmalloc.c: Change compile-time error message. Add comment about
21915         required autoconf version.
21916
21917 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21918
21919         Merge argmatch cleanups from Bison.  Assume C89.
21920
21921         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21922         Include stdlib.h, for EXIT_FAILURE.
21923         Always include <string.h>, since we assume C89.
21924         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21925         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21926         Include <stddef.h> instead, since it's all we need for size_t.
21927         (PARAMS): Remove.  All uses removed.
21928         (ARRAY_CARDINALITY): Do not bother to #undef.
21929         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21930         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21931         Remove unnecessary parentheses.
21932         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21933         Insert necessary parentheses.
21934         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21935         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21936
21937 2002-11-19  Bruno Haible  <bruno@clisp.org>
21938
21939         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21940         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21941
21942         * lib/mbswidth.h (PARAMS): Remove macro.
21943         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21944         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21945
21946         * lib/gcd.h (PARAMS): Remove macro.
21947         (gcd): Use ANSI C function declarations.
21948         * lib/gcd.c (gcd): Likewise.
21949
21950 2002-11-15  Bruno Haible  <bruno@clisp.org>
21951
21952         * lib/strcspn.c: Include <stddef.h>.
21953         (strcspn): Use ANSI C function declaration. Change return type to
21954         size_t. Use NULL.
21955         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21956         (strpbrk): Use NULL.
21957         * lib/strpbrk.h (PARAMS): Remove macro.
21958         (strpbrk): Use ANSI C function declaration.
21959         * lib/strstr.c: Don't include <sys/types.h>.
21960         * lib/strstr.h (PARAMS): Remove macro.
21961         (strstr): Use ANSI C function declarations.
21962
21963 2002-11-14  Karl Berry  <karl@gnu.org>
21964
21965         * config/mkinstalldirs: `do' on separate line, instead of
21966         `for var; do'.
21967
21968 2002-11-06  Bruno Haible  <bruno@clisp.org>
21969
21970         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21971         * lib/gcd.c (gcd): Likewise.
21972
21973 2002-11-05  Bruno Haible  <bruno@clisp.org>
21974
21975         * lib/gcd.h: New file, from gettext-0.11.5.
21976         * lib/gcd.c: New file, from gettext-0.11.5.
21977
21978 2002-11-05  Bruno Haible  <bruno@clisp.org>
21979
21980         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21981         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21982         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21983         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21984
21985         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21986         <libintl.h>.
21987         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21988         <libintl.h>.
21989
21990         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21991         * lib/human.c: Include gettext.h instead of <libintl.h>.
21992         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21993         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21994         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21995         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21996         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21997         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21998         (textdomain): Remove definition.
21999         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22000
22001         * lib/long-options.c: Remove include of <libintl.h> and definition of
22002         _.
22003         * lib/same.c: Remove include of <libintl.h> and definition of _.
22004
22005 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22006
22007         * lib/config.charset: A few additions for Solaris.
22008
22009 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22010
22011         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22012         * lib/localcharset.c (locale_charset): Declare as extern "C".
22013
22014 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22015
22016         * lib/config.charset: msdos in uk_UA uses CP1125.
22017
22018 2002-11-04  Bruno Haible  <bruno@clisp.org>
22019
22020         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22021         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22022         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22023         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22024         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22025
22026 2002-11-04  Bruno Haible  <bruno@clisp.org>
22027
22028         * lib/localcharset.c (locale_charset): Don't return an empty string.
22029
22030 2002-11-04  Bruno Haible  <bruno@clisp.org>
22031
22032         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22033         aliases.
22034
22035 2002-11-04  Bruno Haible  <bruno@clisp.org>
22036
22037         * lib/config.charset: Update for newest glibc. Add canonical names
22038         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22039
22040 2002-11-04  Bruno Haible  <bruno@clisp.org>
22041
22042         * lib/config.charset: Add support for NetBSD.
22043
22044 2002-11-04  Bruno Haible  <bruno@clisp.org>
22045
22046         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22047
22048 2002-11-01  Bruno Haible  <bruno@clisp.org>
22049
22050         * configure.in: Add AC_CONFIG_AUX_DIR call.
22051         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22052         test/Makefile.
22053         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22054
22055 2002-09-28  Karl Berry  <karl@gnu.org>
22056
22057         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22058         installed automake until the next release, since changes have been
22059         made.
22060
22061 2002-09-25  Karl Berry  <karl@gnu.org>
22062
22063         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22064         * lib/getopt*: copy from libc/posix.
22065         * lib/gettext.h: copy from gettext.
22066         * lib/.cppi-disable: add strdup.c, gettext.h.
22067
22068 2002-09-25  Karl Berry  <karl@gnu.org>
22069
22070         * config/srclist.txt: enable gettext.h check.
22071         * config/config.{guess,sub}: update from prep.
22072         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22073                 from automake 1.6.3.
22074         See srclist*.
22075
22076 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22077
22078         * regex.c (PATFETCH): Remove the translating fetch.
22079         (PATFETCH_RAW): Rename to PATFETCH.
22080         (set_image_of_range): New fun.
22081         (SET_RANGE_TABLE_WORK_AREA): Use it.
22082         (regex_compile): Don't translate the pattern chars so eagerly.
22083         Only do it when inserting an `exactn' bytecode or when handling
22084         a char-range.
22085         (mutually_exclusive_p): Avoid empty statement.
22086
22087 2002-07-06  Jim Meyering  <meyering@lucent.com>
22088
22089         * m4/README: Don't mention Makefile.am.in.
22090         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22091
22092 2002-07-01  Jim Meyering  <meyering@lucent.com>
22093
22094         * lib/c-stack.c: Include sys/time.h.
22095         From Volker Borchert.
22096
22097 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22098
22099         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22100
22101 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22102
22103         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22104         New macro.  Use it uniformly instead of
22105         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22106         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22107         reported by Vin Shelton.
22108
22109 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22110
22111         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22112         Do not assume SA_SIGINFO behavior.
22113         Bug reported by Jim Meyering on NetBSD 1.5.2.
22114
22115 2002-06-22  Jim Meyering  <meyering@lucent.com>
22116
22117         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22118         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22119
22120         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22121         now that configure.ac uses AC_GNU_SOURCE.
22122         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22123         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22124
22125         Update to latest tools.  Suggestions from Paul Eggert.
22126         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22127         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22128         * m4/fnmatch.m4: Likewise.
22129         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22130         to AC_HEADER_STDBOOL
22131
22132 2002-06-22  Jim Meyering  <meyering@lucent.com>
22133
22134         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22135         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22136
22137 2002-06-22  Jim Meyering  <meyering@lucent.com>
22138
22139         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22140
22141         * lib/exitfail.c, exitfail.h: Likewise.
22142         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22143
22144         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22145         of fnmatch.h.
22146         (EXTRA_DIST): Add fnmatch_loop.c.
22147         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22148
22149         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22150         * lib/fnmatch.c: Update from diffutils-2.8.2.
22151         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22152         * lib/fnmatch.h: Remove file.
22153
22154 2002-06-21  Jim Meyering  <meyering@lucent.com>
22155
22156         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22157         * m4/mbrtowc.m4: Likewise.
22158
22159         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22160         * m4/mbswidth.m4: Reflect name change:
22161         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22162         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22163
22164         * m4/lib-link.m4: Update from gettext-0.11.2.
22165         * m4/gettext.m4: Likewise.
22166
22167         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22168         From Alfred M. Szmidt.
22169
22170 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22171
22172         * lib/file-type.h: Report an error if neither S_ISREG nor
22173         S_IFREG is defined, instead of using a test specific to glibc
22174         2.2.  This should be safe, since POSIX requires S_ISREG and
22175         Unix Version 7 had S_IFREG.  We don't need to check for
22176         <sys/types.h> since we don't use any symbols that it defines.
22177
22178 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22179
22180         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22181         $@-t, so that each temporary file name is unique and valid in the first
22182         8 characters, for operation under DOS.
22183
22184 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22185
22186         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22187
22188 2002-06-15  Jim Meyering  <meyering@lucent.com>
22189
22190         Work even with DJGPP 2.03, which lacks support for symlinks.
22191         From Richard Dawe.
22192         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22193         is defined.
22194         * lib/lchown.c (S_ISLNK): Likewise.
22195
22196 2002-06-15  Jim Meyering  <meyering@lucent.com>
22197
22198         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22199         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22200         have been included before this file.
22201
22202 2002-06-14  Jim Meyering  <meyering@lucent.com>
22203
22204         * lib/file-type.h: Use the version from diffutils-2.8.2.
22205         * lib/file-type.c: Likewise.
22206
22207 2002-06-07  Jim Meyering  <meyering@lucent.com>
22208
22209         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22210         They're needed at least for NetBSD 1.5.2.
22211         ($statxfs_includes): Include those same headers.
22212         ($statxfs_includes): Include sys/vfs.h if available.
22213         ($statxfs_includes): Likewise for sys/statvfs.h.
22214         Check for the following members in both structs statfs and statvfs:
22215         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22216
22217 2002-06-01  Jim Meyering  <meyering@lucent.com>
22218
22219         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22220         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22221
22222 2002-05-28  Jim Meyering  <meyering@lucent.com>
22223
22224         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22225         Reported by Volker Borchert.
22226
22227 2002-05-27  Jim Meyering  <meyering@lucent.com>
22228
22229         Fix a problem seen only on nonconforming systems whereby ls.c's
22230         use of localtime, and then of gettimeofday would cause trouble:
22231         the localtime call used to initialize rpl_gettimeofday's save
22232         mechanism would clobber ls's current local time information so
22233         that in any long listing the first file would always be listed
22234         with date 1970-01-01.  Analysis by Volker Borchert.
22235
22236         * lib/gettimeofday.c (localtime): Undefine.
22237         (rpl_localtime): New function.
22238
22239 2002-05-27  Jim Meyering  <meyering@lucent.com>
22240
22241         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22242         localtime.
22243
22244         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22245         use the replacement function; it wouldn't resolve at link time.
22246         Reported by Volker Borchert.
22247
22248 2002-05-22  Jim Meyering  <meyering@lucent.com>
22249
22250         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22251         file-type.h.
22252         * lib/file-type.h: New file.
22253         * lib/file-type.c (file_type): New file/function.  Extracted from
22254         diffutils.
22255
22256 2002-04-30  Jim Meyering  <meyering@lucent.com>
22257
22258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22259
22260 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22261
22262         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22263
22264 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22265
22266         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22267         Do not check for alloca.h (no longer used) or stdbool.h (was never
22268         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22269
22270 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22271
22272         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22273
22274 2002-04-29  Jim Meyering  <meyering@lucent.com>
22275
22276         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22277         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22278         Use AC_FUNC_STRNLEN here instead.
22279
22280         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22281         With autoconf-2.53a, it's part of AC_PROG_CC.
22282
22283 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22284
22285         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22286         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22287
22288 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22289
22290         * lib/sig2str.h, lib/sig2str.c: New files.
22291         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22292
22293 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22294
22295         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22296         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22297         of 127, since 64 is the largest conceivable number for ancient
22298         nonstandard hosts.
22299         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22300
22301 2002-04-28  Jim Meyering  <meyering@lucent.com>
22302
22303         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22304
22305 2002-04-24  Jim Meyering  <meyering@lucent.com>
22306
22307         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22308         (jm_PREREQ): Use it.
22309
22310         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22311         mach/mach.h fcntl.h.
22312         Check for this function: setlocale.
22313
22314 2002-04-24  Jim Meyering  <meyering@lucent.com>
22315
22316         * lib/gettext.h: New file, from Gettext.
22317         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22318         (libfetish_a_SOURCES): Add gettext.h.
22319
22320 2002-04-16  Jim Meyering  <meyering@lucent.com>
22321
22322         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22323         ut_pid, ut_id, ut_exit.
22324
22325 2002-04-16  Jim Meyering  <meyering@lucent.com>
22326
22327         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22328         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22329         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22330
22331 2002-04-12  Jim Meyering  <meyering@lucent.com>
22332
22333         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22334         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22335         existence of the getmntinfo function.  Needed for Darwin 5.3.
22336
22337         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22338         This is necessary at least on Darwin 5.3.
22339
22340         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22341         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22342         strnlen.o in the library, and that makes some versions of ranlib
22343         object.
22344
22345 2002-04-12  Jim Meyering  <meyering@lucent.com>
22346
22347         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22348
22349 2002-04-09  Jim Meyering  <meyering@lucent.com>
22350
22351         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22352         to be more precise.  Rather than saying we're checking whether the
22353         function `works', say what we're testing.
22354         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22355         Reported by Bruno Haible.
22356
22357 2002-03-10  Jim Meyering  <meyering@lucent.com>
22358
22359         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22360         Suggestion from Santiago Vila.
22361
22362 2002-03-08  Jim Meyering  <meyering@lucent.com>
22363
22364         * lib/rename.c: Mention that this wrapper is needed also on
22365         mips-dec-ultrix4.4 systems.
22366
22367 2002-03-02  Jim Meyering  <meyering@lucent.com>
22368
22369         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22370         not HAVE_CLOCK_SETTIME.
22371
22372 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22373
22374         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22375         Check for clock_settime.
22376
22377 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22378
22379         * lib/nanosleep.h: Rename to....
22380         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22381
22382         * lib/gettime.c: New file.
22383         * lib/settime.c: New file.
22384         * lib/stime.c: Remove.
22385
22386         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22387         timespec.h.  Remove nanosleep.h.
22388
22389 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22390
22391         * m4/acl.m4: New file.
22392         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22393         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22394
22395 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22396
22397         * lib/acl.c, lib/acl.h: New files.
22398         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22399
22400 2002-02-24  Jim Meyering  <meyering@lucent.com>
22401
22402         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22403         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22404         cause trouble.  Reported by Nelson Beebe.
22405
22406 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22407
22408         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22409         compilers that don't know that xalloc_die never returns.
22410
22411 2002-02-20  Jim Meyering  <meyering@lucent.com>
22412
22413         * lib/getdate.c: Regenerate using bison-1.33.
22414
22415 2002-02-17  Jim Meyering  <meyering@lucent.com>
22416
22417         * config/config.guess (main): Don't use `head -1'; it's no longer
22418         portable. Use `sed 1q' instead.
22419
22420 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22421
22422         * m4/codeset.m4: Upgrade to gettext-0.11.
22423         * m4/gettext.m4: Upgrade to gettext-0.11.
22424         * m4/glibc21.m4: Upgrade to gettext-0.11.
22425         * m4/iconv.m4: Upgrade to gettext-0.11.
22426         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22427         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22428         * m4/lib-ld.m4: New file, from gettext-0.11.
22429         * m4/lib-link.m4: New file, from gettext-0.11.
22430         * m4/lib-prefix.m4: New file, from gettext-0.11.
22431         * m4/progtest.m4: Upgrade to gettext-0.11.
22432
22433 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22434
22435         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22436         (jm_PREREQ): Use it.
22437
22438 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22439
22440         * lib/posixver.c, lib/posixver.h: New files.
22441         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22442
22443 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22444             Bruno Haible  <bruno@clisp.org>
22445
22446         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22447         (fwrite_success_callback): New declaration.
22448         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22449         print_unicode_char. Call failure callback instead of error.
22450         (fwrite_success_callback): New function.
22451         (exit_failure_callback): New function.
22452         (fallback_failure_callback): New function.
22453         (print_unicode_char): Call unicode_to_mb.
22454
22455 2002-01-26  Jim Meyering  <meyering@lucent.com>
22456
22457         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22458         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22459
22460 2002-01-26  Jim Meyering  <meyering@lucent.com>
22461
22462         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22463
22464 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22465
22466         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22467
22468 2002-01-22  Jim Meyering  <meyering@lucent.com>
22469
22470         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22471         Otherwise, some versions of automake would omit the rule that makes
22472         Makefile from Makefile.in.
22473
22474 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22475
22476         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22477         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22478         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22479         (memcoll): Set errno to zero if there is no error.
22480
22481         * lib/quotearg.c (quotearg_buffer_restyled):
22482         Fix bug with quoting buffers containing NUL when backslashing escapes.
22483         This bug was exposed by the other changes in this patch.
22484         (quotearg_n_options): New arg ARGSIZE.
22485         All callers changed.
22486         (quoting_options_from_style): New function.
22487         (quotearg_n_style): Use it.
22488         (quotearg_n_style_mem): New function.
22489
22490         * lib/quotearg.h (quotearg_n_style_mem): New function.
22491
22492 2002-01-19  Jim Meyering  <meyering@lucent.com>
22493
22494         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22495         Remove useless quotes: DF_PROG="df".
22496         * m4/strnlen.m4: New file.
22497
22498 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22499
22500         * lib/backupfile.c (ISDIGIT): Comment fix.
22501         * lib/getdate.y (ISDIGIT): Likewise.
22502         * lib/posixtm.c (ISDIGIT, year): Likewise.
22503         * lib/strverscmp.c (ISDIGIT): Likewise.
22504         * lib/userspec.c (ISDIGIT): Likewise.
22505
22506 2002-01-16  Jim Meyering  <meyering@lucent.com>
22507
22508         * lib/getdate.y: Add three semicolons, each just before a closing
22509         brace. Bison (as of version 1.31) no longer papers over that mistake.
22510
22511 2002-01-05  Jim Meyering  <meyering@lucent.com>
22512
22513         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22514
22515 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22516
22517         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22518         not silently exit merely because the output buffer happens to
22519         have nothing pending.
22520
22521 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22522
22523         See the big note in ../ChangeLog.
22524         * lib/human.c (suffixes): Prefer K to k for 1024.
22525         (generate_suffix_backwards): New function.
22526         (human_readable_inexact): Use it.
22527         * lib/xstrtol.c (__xstrtol): If there is no number but there
22528         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22529         Accept 'K' as well as 'k'.
22530
22531 2001-12-15  Jim Meyering  <meyering@lucent.com>
22532
22533         * lib/regex.h (__restrict_arr): Update from libc.
22534
22535         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22536         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22537         (STREQ): Define.
22538
22539 2001-12-14  Jim Meyering  <meyering@lucent.com>
22540
22541         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22542         Suggestion from Bruno Haible.
22543
22544 2001-12-10  Jim Meyering  <meyering@lucent.com>
22545
22546         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22547         xrealloc, Instead, include "xalloc.h".
22548         (initbuffer): Don't cast xmalloc return value to char*.
22549         (readline): Reword comment.
22550         Don't cast xrealloc return value to char*
22551         Return NULL, not 0.
22552
22553 2001-12-09  Jim Meyering  <meyering@lucent.com>
22554
22555         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22556         about `signed and unsigned type in conditional expression'.
22557         * lib/posixtm.c (posix_time_parse): Likewise.
22558
22559         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22560
22561         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22562         to avoid a pedantic warning.
22563
22564         * lib/getstr.c: Don't include assert.h.
22565         (getstr): Remove warning-evoking assertions.
22566         Return -1 if offset parameter is out of bounds.
22567         Change the type of a local from int to size_t.
22568
22569         * lib/strftime.c (my_strftime_localtime_r): Include this function
22570         definition in the `#if ! HAVE_TM_GMTOFF' block.
22571
22572         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22573         Include xalloc.h instead.
22574
22575 2001-12-02  Jim Meyering  <meyering@lucent.com>
22576
22577         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22578         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22579         included.
22580
22581         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22582         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22583
22584 2001-11-30  Akim Demaille  <akim@epita.fr>
22585
22586         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22587         before being defined.
22588
22589 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22590
22591         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22592         First arg is int, not unsigned.
22593         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22594         (SIZE_MAX, UINT_MAX): New macros.
22595         (quotearg_n_options): Abort if N is negative.
22596         Avoid overflow check on hosts where size_t is 64 bits and int
22597         is 32 bits, as overflow is impossible there.
22598         Fix off-by-one typo that caused unnecessary reallocation.
22599
22600 2001-11-27  Jim Meyering  <meyering@lucent.com>
22601
22602         * lib/tempname.c: Merge with version from libc.
22603         * lib/regex.c: Likewise.
22604
22605         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22606         systems for which STDC_HEADERS is 0, it was not included, resulting in
22607         a warning about an integer-to-pointer conversion problem with getenv.
22608         Reported by Volker Borchert.
22609
22610 2001-11-26  Jim Meyering  <meyering@lucent.com>
22611
22612         * lib/gtod.h: Remove file.
22613         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22614         * lib/gettimeofday.c: Don't include gtod.h.
22615         (GTOD_init): Remove function.
22616         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22617         Suggestion from Volker Borchert.
22618
22619 2001-11-23  Jim Meyering  <meyering@lucent.com>
22620
22621         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22622         it.
22623         * lib/hash.c (struct hash_table): Define it here instead.
22624
22625 2001-11-22  Jim Meyering  <meyering@lucent.com>
22626
22627         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22628
22629 2001-11-20  Jim Meyering  <meyering@lucent.com>
22630
22631         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22632         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22633
22634 2001-11-19  Jim Meyering  <meyering@lucent.com>
22635
22636         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22637         directory.  Use "conftestXXXXXX" as the template.
22638         Suggestion from Paul Eggert.
22639
22640         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22641         immediately, so the test doesn't mistakenly hit the max-open-files
22642         limit.
22643
22644 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22645
22646         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22647         (TEMPORARIES): New macro.
22648         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22649         removes an artificial limitation (e.g. HP-UX 10.20, where
22650         TMP_MAX is 17576).
22651
22652 2001-11-18  Jim Meyering  <meyering@lucent.com>
22653
22654         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22655
22656 2001-11-18  Jim Meyering  <meyering@lucent.com>
22657
22658         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22659         on SunOS 4.
22660
22661         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22662         files will be created before anything else.
22663
22664 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22665
22666         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22667         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22668
22669 2001-11-17  Jim Meyering  <meyering@lucent.com>
22670
22671         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22672         Prompted by a report from Bob Proulx.
22673
22674         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22675         Instead, require UTILS_FUNC_MKSTEMP.
22676
22677 2001-11-17  Jim Meyering  <meyering@lucent.com>
22678
22679         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22680         Now, that's done as part of AC_FUNC_STRTOD.
22681
22682 2001-11-17  Jim Meyering  <meyering@lucent.com>
22683
22684         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22685         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22686         rather than group writable.  Patch by Juan F. Codagnone.
22687
22688         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22689         xrealloc, Instead, include "xalloc.h".
22690
22691         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22692         Remove explicit declarations of xmalloc, xrealloc,
22693         and xstrdup.  Instead, include "xalloc.h".
22694
22695         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22696         unlocked-io.h.
22697         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22698         Likewise.
22699         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22700
22701         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22702         Reported by Padraig Brady.
22703
22704         * lib/mkstemp.c: #undef mkstemp.
22705         Include config.h.
22706         (rpl_mkstemp): Rename from mkstemp.
22707         Protoize.
22708
22709 2001-11-16  Jim Meyering  <meyering@lucent.com>
22710
22711         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22712         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22713         determine the amount of total physical memory, use pstat_getstatic.
22714         HPUX-11 doesn't define _SC_PHYS_PAGES.
22715         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22716         If sysconf couldn't be used to determine the amount of available
22717         physical memory, use both pstat_getstatic and pstat_getdynamic.
22718         Based on a patch from Bob Proulx.
22719
22720 2001-11-10  Jim Meyering  <meyering@lucent.com>
22721
22722         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22723         (jm_PREREQ): Use it.
22724
22725 2001-11-09  Jim Meyering  <meyering@lucent.com>
22726
22727         * m4/jm-macros.m4: Require autoconf-2.52f.
22728         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22729         Use these AC_-prefixed names, not the AM_-prefixed ones.
22730
22731         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22732
22733 2001-11-05  Jim Meyering  <meyering@lucent.com>
22734
22735         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22736
22737 2001-11-04  Jim Meyering  <meyering@lucent.com>
22738
22739         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22740         $DEFS.
22741
22742 2001-11-03  Jim Meyering  <meyering@lucent.com>
22743
22744         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22745         of AC_DEFUN.
22746
22747         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22748         know the name of the variable in the macro definition.
22749
22750 2001-11-03  Jim Meyering  <meyering@lucent.com>
22751
22752         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22753         in argmatch_to_argument call.
22754
22755         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22756         argument.
22757
22758         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22759         e.g., a fault due to an attempt to free a NULL pointer.
22760
22761 2001-11-01  Jim Meyering  <meyering@lucent.com>
22762
22763         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22764         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22765
22766 2001-11-01  Jim Meyering  <meyering@lucent.com>
22767
22768         * lib/dirfd.c, lib/dirfd.h: New files.
22769         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22770
22771         * lib/hash.c (hash_print) [TESTING]: Clean up.
22772
22773 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22774
22775         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22776         to avoid a warning if -Wall.
22777
22778 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22779
22780         * README: New file
22781         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22782         (per RMS's instructions, this is now the canonical source)
22783         * lgpl/, gpl/: New directories.
22784
22785 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22786
22787         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22788
22789 2001-10-21  Jim Meyering  <meyering@lucent.com>
22790
22791         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22792         this code would end up calling gettext even in packages built
22793         with --disable-nls.
22794         * lib/getopt.c (_): Likewise.
22795         * lib/regex.c (_): Likewise.
22796
22797 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22798
22799         * m4/error.m4 (jm_PREREQ_ERROR):
22800         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22801         AC_FUNC_STRERROR_R does that.
22802         Check for strerror declaration.
22803
22804         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22805         are supposed to have them these days.
22806         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22807         Merge changes from latest Autoconf CVS.
22808         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22809         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22810         POSIX decided to standardize on the int flavor of strerror_r.
22811
22812 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22813
22814         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22815         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22816         Use strerror_r that is only a macro, even if it is not a function.
22817         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22818         (private_strerror): Use prototypes, not old-style function definition.
22819         (print_errno_message): New function.
22820         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22821         char*-flavored one.
22822         (error_tail, error, error_at_line): Use it.
22823
22824 2001-10-11  Jim Meyering  <meyering@lucent.com>
22825
22826         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22827         and quote_n (1, ... to avoid clobbering a buffer.
22828
22829 2001-10-05  Jim Meyering  <meyering@lucent.com>
22830
22831         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22832         hash-pjw.h.
22833         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22834         * lib/hash-pjw.h: New file.
22835
22836 2001-09-30  Jim Meyering  <meyering@lucent.com>
22837
22838         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22839         `struct fsstat' has the `f_fstypename' member.
22840         Use that to define FS_TYPE, which is now used to make
22841         the getfsstat link test tighter.
22842
22843 2001-09-30  Jim Meyering  <meyering@lucent.com>
22844
22845         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22846         Include <sys/ucred.h>, for Apple Darwin.
22847         Include sys/mount.h and sys/fs_types.h only if available.
22848         (FS_TYPE): Define.
22849         (read_filesystem_list): Use FS_TYPE.
22850
22851 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22852
22853         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22854         a boolean context.
22855
22856 2001-09-29  Jim Meyering  <meyering@lucent.com>
22857
22858         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22859         [one-argument getmntent function]): Include stdio.h before mntent.h.
22860         SunOS 4.1.x needs it for the declaration of `FILE'.
22861         Patch by Volker Borchert.
22862
22863         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22864         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22865         sys/fs_types.h, and make the link-test for getfsstat guard #include
22866         directives with appropriate #if HAVE_*_H tests so that we can
22867         detect getfsstat on Apple Darwin1.3.7 systems.
22868         Reported by Nelson Beebe.
22869         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22870
22871 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22872
22873         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22874         #defines strtoimax.  Also treat the other strto* functions
22875         like strtoimax.
22876
22877         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22878         Check for strtoul and strtoumax,
22879         as those declarations are made even in the signed case.
22880         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22881         Likewise, for strtol and strtoimax.
22882
22883 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22884
22885         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22886         #defines strtoimax.  Also treat the other strto* functions
22887         like strtoimax.
22888
22889         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22890         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22891         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22892
22893 2001-09-26  Jim Meyering  <meyering@lucent.com>
22894
22895         Most macros in unlocked-io.h had the wrong number of arguments.
22896         * lib/gen-uio: New script.
22897         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22898         * lib/unlocked-io.hin: Remove file.
22899         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22900         rather than trying to embed it here.
22901         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22902         Reported by Padraig Brady.
22903
22904 2001-09-25  Volker Borchert  <bt@teknon.de>
22905
22906         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22907         `result'.
22908
22909 2001-09-24  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22912
22913 2001-09-23  Jim Meyering  <meyering@lucent.com>
22914
22915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22916         instead of the mere test for existence of mntent.h.  The latter
22917         would get a false-positive on AIX 3.4 systems.
22918         In the outer getmntent if-block, don't die if neither of the getmntent
22919         tests succeeds.  Instead, just fall through and continue with the
22920         remaining tests.
22921
22922 2001-09-23  Jim Meyering  <meyering@lucent.com>
22923
22924         * lib/mountlist.c: Remove useless parentheses in #if directives.
22925         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22926         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22927
22928 2001-09-22  Jim Meyering  <meyering@lucent.com>
22929
22930         * m4/gettext.m4: New file.  From gettext.
22931         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22932         * m4/progtest.m4: Likewise
22933         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22934         * m4/glibc21.m4: Likewise.
22935
22936         * m4/libintl.m4: Remove.  No longer used.
22937
22938 2001-09-22  Jim Meyering  <meyering@lucent.com>
22939
22940         * lib/localcharset.c: Update from latest gettext.
22941         * lib/config.charset: Likewise.
22942
22943 2001-09-20  Jim Meyering  <meyering@lucent.com>
22944
22945         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22946         strtoimax.
22947         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22948         strtoumax.
22949
22950 2001-09-20  Jim Meyering  <meyering@lucent.com>
22951
22952         * lib/xstrtol.c (strtoimax): Guard declaration with
22953         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22954         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22955         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22956         (strtoumax): Likewise, for completeness (it wasn't necessary).
22957
22958 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22959
22960         * lib/strtoimax.c (HAVE_LONG_LONG):
22961         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22962         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22963         to work around bug in IBM C compiler.
22964
22965 2001-09-17  Jim Meyering  <meyering@lucent.com>
22966
22967         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22968         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22969         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22970         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22971         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22972         whenever the right hand side need not be expanded by the shell.
22973
22974 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22975
22976         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22977         library.  It's not correct, as some older glibcs are buggy.
22978         fnmatch wasn't fixed until glibc 2.2.
22979
22980         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22981         special shell magic here.
22982
22983 2001-09-16  Jim Meyering  <meyering@lucent.com>
22984
22985         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22986         * m4/jm-macros.m4: Require it.
22987
22988 2001-09-16  Jim Meyering  <meyering@lucent.com>
22989
22990         * lib/mkdir.c: New file.
22991
22992 2001-09-15  Jim Meyering  <meyering@lucent.com>
22993
22994         * m4/jm-macros.m4: Check for help2man.
22995
22996 2001-09-11  Jim Meyering  <meyering@lucent.com>
22997
22998         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22999         The body, by Paul Eggert, was moved here from configure.in.
23000         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23001
23002 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23003
23004         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23005         (jm_PREREQ): Use it.
23006
23007 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23008
23009         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23010         Use ssize_t, not int, to store result of readlink.
23011         Check for ssize_t overflow as well as size_t overflow,
23012         as POSIX says the result of readlink is implementation-defined
23013         when ssize_t overflows.
23014         Remove unnecessary cast to char*.
23015         Use free+malloc instead of realloc, as the storage doesn't need
23016         to be preserved and it's clearer and can be more efficient that way.
23017         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23018         * lib/xreadlink.h (xreadlink): Update prototype.
23019
23020 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23021
23022         * lib/xgetcwd.c: Revert some of the previous change; intead,
23023         fix the HAVE_GETCWD_NULL code to behave more like the
23024         !HAVE_GETCWD_NULL code used to.
23025
23026         Include "xalloc.h".
23027         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23028         invoke xalloc_die.
23029
23030 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23031
23032         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23033         sys/param.h, as pathmax.h includes them.
23034
23035 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23036
23037         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23038         (jm_PREREQ_XGETCWD): New macro.
23039
23040         * m4/getcwd.m4: New file.
23041
23042 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23043
23044         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23045         like the HAVE_GETCWD_NULL code.
23046         Include pathmax.h if not HAVE_GETCWD.
23047         Do not include xalloc.h.
23048         (INITIAL_BUFFER_SIZE): New symbol.
23049         Do not use xmalloc / xrealloc, since the caller is responsible for
23050         handling errors.  Preserve errno around `free' during failure.
23051         Do not overrun buffer when using getwd.
23052
23053 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23054
23055         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23056         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23057         getcwd (NULL, 0).
23058
23059 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23060
23061         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23062         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23063         spotted by Jim Meyering.
23064
23065 2001-09-03  Jim Meyering  <meyering@lucent.com>
23066
23067         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23068         failure.
23069
23070 2001-09-02  Jim Meyering  <meyering@lucent.com>
23071
23072         * lib/error.c: Update from GNU libc.
23073
23074 2001-09-01  Jim Meyering  <meyering@lucent.com>
23075
23076         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23077         Used by df.
23078
23079 2001-09-01  Jim Meyering  <meyering@lucent.com>
23080
23081         * lib/xreadlink.c: New file.
23082         * lib/xreadlink.h: New file.
23083         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23084         xreadlink.h.
23085
23086         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23087         doesn't conflict with sparc Solaris 7's definition in
23088         /usr/include/sys/int_types.h.
23089
23090         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23091         files.
23092         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23093         and strncasecmp as r-values.  Unixware didn't have declarations.
23094
23095 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23096
23097         * lib/xstrtol.h: Add copyright notice.
23098         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23099         LONGINT_INVALID_SUFFIX_CHAR.
23100
23101 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23102
23103         * lib/xstrtol.c (strtoimax): New decl.
23104
23105 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23106
23107         * lib/xgetcwd.c: Don't include pathmax.h.
23108         Include stdlib.h and unistd.h if available.
23109         Include xalloc.h.
23110         (xmalloc, xstrdup, free): Remove decls.
23111         (xgetcwd): Don't assume sizes fit in unsigned.
23112         Check for overflow when computing sizes.
23113         Simplify reallocation code.
23114
23115 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23116
23117         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23118         a directory's st_size can have an arbitrary value, so the old
23119         usage could waste an arbitrary amount of memory.  All uses
23120         changed.
23121         * lib/savedir.h: Update prototype.
23122
23123 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23124
23125         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23126
23127         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23128         old strtoimax.c.
23129
23130         Also, make the following further changes to make this file's
23131         configuration more similar to that of strtol.c:
23132         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23133         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23134         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23135         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23136         changed to signed values.
23137
23138         And make the following changes as well:
23139         Fix copyright notice, as 1999 was missing.
23140         (verify): New macro.
23141         (strtoimax): Check sizes at compile-time, not run-time.
23142         Prefer strtol to strtoll if both work.
23143         (main): Remove; it was not that useful and was a pain to maintain.
23144
23145         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23146
23147 2001-08-31  Jim Meyering  <meyering@lucent.com>
23148
23149         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23150         Use an initial, malloc'd, buffer of length 128 rather than
23151         a statically allocated one of length 1024.
23152
23153 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23154
23155         Simplify code, partly by assuming autoconf 2.52 semantics.
23156
23157         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23158
23159         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23160         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23161         All uses removed.
23162         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23163         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23164         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23165         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23166         jm_AC_HEADER_INTTYPES_H.
23167         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23168
23169         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23170
23171         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23172         Quote first arg of AC_DEFUN.
23173         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23174         since they are needed to parse the include file even if we need
23175         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23176         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23177         but with opposite signedness.
23178
23179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23180
23181         Merge 'exclude' changes from tar 1.13.22.
23182         This fixes one or two unlikely storage allocation overflow bugs,
23183         but doesn't change user-visible behavior otherwise.
23184
23185 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23186
23187         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23188         (jm_PREREQ_EXCLUDE): New macro.
23189
23190 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23191
23192         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23193         tm to be declared.
23194
23195 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23196
23197         * lib/hash.c: Remove '2001' from copyright notice.
23198
23199 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23200
23201         * lib/full-write.h: New file.
23202         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23203         * lib/full-write.c: Correct credits, as cccp.c no longer
23204         exists and anyway it was so heavily changed from the old cccp
23205         code as to be unrecognizable.  Include full-write.h.
23206         (full_write) Return size_t, with short writes meaning failure.
23207         All callers changed.  This fixes a bug with large buffers
23208         on 64-bit hosts.
23209         * lib/utime.c: Include full-write.h.
23210
23211 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23212
23213         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23214         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23215         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23216         Include if available.
23217         (<xalloc.h>): Include
23218         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23219         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23220         collide with FNM macros.
23221         (struct patopts): New struct.
23222         (struct exclude): Use it, as exclude patterns now come with options.
23223         (new_exclude): Support above changes.
23224         (new_exclude, add_exclude_file):
23225         Initial size must now be a power of two to simplify overflow checking.
23226         (free_exclude, fnmatch_no_wildcards): New function.
23227         (excluded_filename): No longer requires options arg, as the options
23228         are determined by add_exclude.  Now returns bool, not int.
23229         (excluded_filename, add_exclude):
23230         Add support for the fancy new exclusion options.
23231         (add_exclude, add_exclude_file): Now takes int options arg.
23232         Check for arithmetic overflow when computing sizes.
23233         (add_exclude_file): xrealloc might modify errno, so don't
23234         realloc until after errno might be used.
23235
23236         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23237         New macros.
23238         (free_exclude): New decl.
23239         (add_exclude, add_exclude_file): Now takes int options arg.
23240         (excluded_filename): No longer requires options arg, as the options
23241         are determined by add_exclude.  Now returns bool, not int.
23242
23243 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23244
23245         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23246
23247 2001-08-27  Jim Meyering  <meyering@lucent.com>
23248
23249         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23250
23251         * lib/version-etc.c (N_): Remove definition.
23252         Revert most of last change.
23253         Instead, simply don't mark the `Copyright...' string for translation.
23254         Based on advice from Paul Eggert.
23255
23256         * lib/strtoxmax.c: Tweak comment.
23257
23258 2001-08-26  Jim Meyering  <meyering@lucent.com>
23259
23260         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23261
23262         * m4/xstrtoimax.m4: New file.
23263         * m4/xstrtoumax.m4: Add comments explaining why we
23264         AC_REPLACE_FUNCS(strtol).
23265
23266 2001-08-26  Jim Meyering  <meyering@lucent.com>
23267
23268         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23269         of copyright with `%s' so translators don't get an untranslated
23270         message in 2002.
23271         (COPYRIGHT_YEAR): Define.
23272         (version_etc): Use fprintf rather than fputs.
23273         Suggestion from Ulrich Drepper.
23274
23275         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23276
23277         * lib/strtoll.c: New file, from GNU libc.
23278         * lib/xstrtoimax.c: New file.
23279
23280         * lib/xstrtol.h: Add xstrtoimax.
23281         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23282         * lib/strtoimax.c: New file.  Likewise, but first define
23283         STRTOUXMAX_SIGNED.
23284
23285         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23286         ...
23287         * lib/strtoxmax.c: ... then renamed to this.
23288
23289 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23290
23291         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23292         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23293         (jm_AC_TYPE_INTMAX_T): New macro.
23294         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23295
23296         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23297
23298         * m4/longlong.m4: Renamed from ulonglong.m4.
23299         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23300         * m4/uintmax_t.m4: Removed.
23301
23302 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23303
23304         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23305         Port to Solaris 8, where 'sed' requires a space after the 'r'
23306         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23307         Redirect output to $tmp just once.
23308
23309 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23310
23311         * lib/addext.c (<errno.h>): Include.
23312         (errno): Declare if not defined.
23313         (addext): Work correctly when pathconf returns -1 and leaves
23314         errno alone because there is no limit.  Also, work even if
23315         pathconf returns a value greater than SIZE_MAX.
23316
23317 2001-08-12  Jim Meyering  <meyering@lucent.com>
23318
23319         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23320         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23321         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23322         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23323         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23324         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23325         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23326         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23327         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23328         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23329         utime.m4, utimes.m4, xstrtoumax.m4:
23330         Quote the first argument in each use of AC_DEFUN.
23331
23332 2001-08-12  Jim Meyering  <meyering@lucent.com>
23333
23334         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23335         Simply `return getcwd (NULL, 0);'.
23336         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23337         Use 1300 as initial value for length, not PATH_MAX.
23338
23339         * lib/pathmax.h: Clean up cpp syntax.
23340
23341 2001-08-12  Jim Meyering  <meyering@lucent.com>
23342
23343         * lib/gettimeofday.c: New file.
23344         * lib/gtod.h: New file.
23345         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23346
23347 2001-08-05  Jim Meyering  <meyering@lucent.com>
23348
23349         * m4/jm-macros.m4: Require autoconf-2.52.
23350
23351 2001-08-04  Jim Meyering  <meyering@lucent.com>
23352
23353         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23354         stmt, to get in sync with glibc.
23355
23356 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23357
23358         The following changes are from gettext 0.10.39 as maintained by
23359         Bruno Haible.
23360
23361         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23362         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23363         with inverted sense.  All uses changed.
23364
23365         * lib/mbswidth.c: Don't include <limits.h>.
23366         Include <stdlib.h> and <string.h> unconditionally.
23367         (iswcntrl, mbsinit, ISCNTRL): New macros.
23368         (mbsnwidth): Use K&R style function declarations.
23369         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23370         can optimize it when MB_CUR_MAX == 1.
23371         The width of control characters is zero, not 1.
23372
23373 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23374
23375         The following changes are from gettext 0.10.39 as maintained by
23376         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23377
23378         * m4/codeset.m4: Upgrade to serial AM1.
23379         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23380         all uses changed.  Quote first arg of AC_DEFUN.
23381         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23382
23383         * m4/iconv.m4: Upgrade to serial AM2.
23384         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23385         Add --with-libconv-prefix.
23386         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23387         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23388         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23389         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23390         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23391
23392         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23393         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23394         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23395         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23396         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23397         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23398         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23399         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23400         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23401
23402         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23403         string.h any more.
23404
23405         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23406         not the default value.
23407
23408         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23409         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23410         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23411         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23412         Also check for iswcntrl, used for wcwidth fallback.
23413         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23414         to Autoconf 2.13.
23415
23416 2001-08-03  Jim Meyering  <meyering@lucent.com>
23417
23418         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23419         as it was in the original.  Reported by Paul Eggert.
23420
23421 2001-07-16  Jim Meyering  <meyering@lucent.com>
23422
23423         * m4/gettimeofday.m4: New file.
23424         Prompted by a report from Bernhard Baehr.
23425
23426 2001-07-15  Jim Meyering  <meyering@lucent.com>
23427
23428         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23429         stuff. Now it's in ../Makefile.cfg.
23430
23431 2001-07-15  Jim Meyering  <meyering@lucent.com>
23432
23433         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23434         (BUILT_SOURCES): Add unlocked-io.h.
23435         (io_functions): Define.
23436         (unlocked-io.h): New rule.
23437         (DISTCLEANFILES): Add unlocked-io.h.
23438         (all-local): Depend on unlocked-io.h, to ensure it is created.
23439
23440         * lib/unlocked-io.hin: New file
23441
23442         * lib/regex.c: Update from glibc.
23443
23444 2001-07-05  Jim Meyering  <meyering@lucent.com>
23445
23446         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23447         recommendation.
23448         (libfetish_a_SOURCES): Put all .h files here instead.
23449         Remove a thus-exposed (better checks in automake) duplicate and
23450         two unnecessary .h files.
23451
23452 2001-07-04  Jim Meyering  <meyering@lucent.com>
23453
23454         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23455         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23456         distcheck failure.
23457
23458 2001-07-02  Jim Meyering  <meyering@lucent.com>
23459
23460         The following changes were prompted by suggestions from Bruno Haible.
23461
23462         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23463         is now generated.
23464         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23465         definition of EXTRA_DIST.
23466         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23467         ensure that the generated file is created/updated whenever the list
23468         of $(unlocked_functions) is changed.
23469         (jm-glibc-io.m4): New rule.
23470         (unlocked-io.h): New rule -- currently unused.
23471
23472 2001-06-24  Jim Meyering  <meyering@lucent.com>
23473
23474         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23475         unmatched right bracket, rather than kludging it with an extra,
23476         falsely-matching quote in a comment.  Patch by Akim Demaille.
23477
23478 2001-06-11  Jim Meyering  <meyering@lucent.com>
23479
23480         * lib/regex.c: Update from GNU libc.
23481
23482 2001-05-27  Jim Meyering  <meyering@lucent.com>
23483
23484         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23485         Check for ut_type in struct utmp.
23486
23487 2001-05-27  Jim Meyering  <meyering@lucent.com>
23488
23489         * lib/readutmp.h (UT_TYPE): Define.
23490
23491 2001-05-24  Jim Meyering  <meyering@lucent.com>
23492
23493         * lib/argmatch.c: Include "quote.h".
23494         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23495         quote function.  Reported by Göran Uddeborg.
23496
23497 2001-05-22  Jim Meyering  <meyering@lucent.com>
23498
23499         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23500         now that we use the package-supplied version unconditionally.
23501         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23502
23503 2001-05-21  Jim Meyering  <meyering@lucent.com>
23504
23505         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23506         shell syntax errors.
23507
23508 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23509
23510         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23511
23512 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23513
23514         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23515         Don't bother to check library strftime, since
23516         we'll be using our own my_strftime function anyway.
23517         Define my_strftime instead of strftime.
23518
23519 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23520
23521         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23522         which is not yet declared.
23523
23524 2001-05-15  Jim Meyering  <meyering@lucent.com>
23525
23526         * m4/regex.m4: Use proper quoting so brackets appear in the test
23527         program.
23528         Reported by, and with help from, Bruno Haible.
23529
23530 2001-05-13  Jim Meyering  <meyering@lucent.com>
23531
23532         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23533         undefined.
23534
23535 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23536
23537         dirname code cleanup.  base_name now behaves more compatibly
23538         with POSIX basename when given file names that have trailing
23539         slashes, and similarly for dir_name.  Add new primitives
23540         base_len and dir_len.  Put the directory-name-related decls
23541         into dirname.h.
23542
23543         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23544         * lib/backupfile.c (base_name): Likewise.
23545         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23546         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23547         * lib/makepath.c (strip_trailing_slashes): Likewise.
23548         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23549         ISSLASH): Likewise.
23550         * lib/rename.c (strip_trailing_slashes): Likewise.
23551         * lib/same.c (base_name): Likewise.
23552         * lib/stripslash.c (ISSLASH): Likewise.
23553
23554         * lib/addext.c: Include <dirname.h> after size_t is defined.
23555         * lib/backupfile.c: Likewise.
23556
23557         * lib/addext.c (addext): Use base_len to trim redundant
23558         trailing slashes instead of doing it ourselves.
23559         But do not trim the last slash if it is not redundant.
23560
23561         * lib/backupfile.c (find_backup_file_name,
23562         max_backup_version): Use base_len instead of rolling it ourselves.
23563         Handle the case of "" and (on DOS) "C:" correctly.
23564
23565         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23566         needed. Include <string.h>, <dirname.h>.
23567         (base_name): Allow file names ending in slashes, other than names
23568         that are all slashes.  In this case, return the basename followed
23569         by the slashes.  This is more general, and can be used in places
23570         where the original base_name purposely had an assertion failure.
23571         (base_len): New function.
23572
23573         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23574         Do not include <assert.h>; no longer needed.
23575         Include xalloc.h.
23576         (memrchr): Remove decl.
23577         (dir_name_r): Remove.
23578         (dir_len): Renamed from dirlen.  All callers changed.
23579         Rewrite in terms of base_name, for simplicity and consistency.
23580         (dir_name): Never return NULL.  All callers changed.
23581         Do not include <stdlib.h> in test program; no longer needed.
23582         return 0; is fine for test program.
23583
23584         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23585         New macros.
23586         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23587
23588         * lib/path-concat.c (path_concat): Use base_len to compute
23589         base length, not strlen; this means we cannot rely on memcpy
23590         to null-terminate.
23591
23592         * lib/same.c (STREQ): Remove.
23593         (same_name): Handle the case where the basename ends in trailing '/'.
23594
23595         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23596         a slash was stripped.  Do not strip the last slash after a
23597         file system prefix.
23598
23599 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23600
23601         * lib/Makefile.am (libfetish_a_SOURCES):
23602         Add strftime.c, since we now compile it on all hosts.
23603
23604         * lib/strftime.c (my_strftime):
23605         Define to nstrftime if emacs, but only if my_strftime is not defined.
23606         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23607         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23608         Add one more extra argument: a nanoseconds value.
23609         All uses changed.
23610         (ns): New macro.
23611         (my_strftime function): Add %N format.
23612         (emacs_strftimeu): Renamed from emacs_strftime,
23613         with extra ut argument.
23614
23615 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23616
23617         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23618
23619 2001-04-21  Jim Meyering  <meyering@lucent.com>
23620
23621         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23622         doesn't interfere.
23623
23624 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23625
23626         * m4/ftruncate.m4: Check for chsize.
23627         Link with ftruncate.o unconditionally if ftruncate is missing.
23628         This was required when cross-compiling to i586-mingw32msvc.
23629
23630 2001-04-08  Jim Meyering  <meyering@lucent.com>
23631
23632         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23633         recomputed; that's necessary when the offset spans a DST transition.
23634         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23635
23636 2001-04-02  Jim Meyering  <meyering@lucent.com>
23637
23638         * lib/regex.h, regex.c: Update from GNU libc.
23639
23640 2001-03-24  Jim Meyering  <meyering@lucent.com>
23641
23642         * m4/jm-macros.m4: Require autoconf-2.49d.
23643
23644 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23645
23646         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23647
23648 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23649
23650         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23651
23652 2001-03-17  Jim Meyering  <meyering@lucent.com>
23653
23654         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23655         now that the version in autoconf is equivalent.
23656         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23657
23658         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23659         Suggestion from Akim Demaille.
23660
23661         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23662         (jm_PREREQ_TEMPNAME): New function.
23663
23664 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23665
23666         * lib/tempname.c (uint64_t): Define to uintmax_t if
23667         not defined, and if UINT64_MAX is not defined.
23668         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23669         Reported by John David Anglin.
23670
23671 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23672
23673         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23674         resolve alias if codeset is empty.
23675         * lib/config.charset (BeOS): Use wildcard syntax.
23676
23677 2001-03-13  Jim Meyering  <meyering@lucent.com>
23678
23679         * lib/path-concat.c (path_concat)
23680         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23681         concatenating e.g., `C:' and `foo'.
23682         From Bruno Haible.
23683
23684 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23685
23686         * lib/localcharset.c (locale_charset): Don't use
23687         setlocale(LC_CTYPE,NULL). Don't return NULL.
23688         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23689
23690 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23691
23692         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23693         support for DOS/DJGPP.
23694
23695 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23696
23697         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23698         lacks mkstemp.  Compile our own tempname.c if we compile our own
23699         mkstemp.c, as mkstemp relies on tempname.
23700
23701 2001-03-01  Jim Meyering  <meyering@lucent.com>
23702
23703         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23704         AH_VERBATIM really does output its argument verbatim.
23705
23706 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23707
23708         * lib/Makefile.am (libfetish_a_SOURCES):
23709         Add dup-safer.c, fopen-safer.c.
23710         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23711
23712         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23713         * lib/unistd-safer.h: New files.
23714
23715 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23716
23717         The mkstemp replacement is taken from glibc 2.2.2, with some
23718         portability fixes for use outside glibc, as follows:
23719
23720         * lib/tempname.c (struct_stat64): New macro.
23721         (direxists, __gen_tempname): Use it.
23722         This avoids a portability problem with Solaris 8.
23723
23724         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23725         (<stddef.h>, <stdint.h>, <string.h>):
23726         Include only if STDC_HEADERS || _LIBC.
23727         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23728         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23729         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23730         (__set_errno): Define this macro if <errno.h> doesn't.
23731         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23732         Define these macros if <stdio.h> doesn't.
23733         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23734         Define these macros if <sys/stat.h>
23735         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23736         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23737         __xstat64): Define if not _LIBC.
23738         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23739         (__gen_tempname): Invoke gettimeofday only if
23740         HAVE_GETTIMEOFDAY || _LIBC;
23741         otherwise, fall back on plain "time".
23742         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23743
23744         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23745
23746         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23747
23748 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23749
23750         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23751
23752 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23753
23754         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23755         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23756         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23757         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23758
23759 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23760
23761         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23762         Remove workaround macros for hosts that have mbrtowc but not
23763         mbstate_t, as we now insist on proper declarations for both
23764         before using mbrtowc.
23765
23766 2001-02-17  Jim Meyering  <meyering@lucent.com>
23767
23768         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23769         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23770         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23771         UnixWare 7.1.1.
23772
23773         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23774         rather than AC_CACHE_VAL.
23775
23776 2001-02-17  Jim Meyering  <meyering@lucent.com>
23777
23778         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23779         around included file name.
23780
23781         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23782
23783         * lib/strftime.c: Update from GNU libc (the only changes were to
23784         comments).
23785
23786 2001-02-17  Jim Meyering  <meyering@lucent.com>
23787
23788         * lib/regex.c: Update from libc.
23789
23790 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23791
23792         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23793         clash.
23794
23795 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23796
23797         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23798         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23799         Reported by Mark Hounschell via Paul Eggert.
23800
23801 2001-02-07  Jim Meyering  <meyering@lucent.com>
23802
23803         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23804
23805 2001-02-05  Jim Meyering  <meyering@lucent.com>
23806
23807         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23808         it includes the patch required for `large file' support with at least
23809         HP-UX's 10.20 /bin/cc.
23810
23811 2001-02-03  Jim Meyering  <meyering@lucent.com>
23812
23813         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23814         AS_IF, now that it works once again (mysteriously).
23815         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23816
23817 2001-01-30  Jim Meyering  <meyering@lucent.com>
23818
23819         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23820         * m4/chown.m4: Rename conftestchown to conftest.chown.
23821         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23822         s/conftestdir2/conftest.d2/.
23823         * m4/utimes.m4: s/conftestdata/conftest.data/
23824         Inspired by Pavel Roskin's change in autoconf.
23825
23826 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23827
23828         * lib/config.charset: Update for FreeBSD 4.2.
23829
23830 2001-01-27  Jim Meyering  <meyering@lucent.com>
23831
23832         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23833         a use of AS_IF.
23834         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23835
23836 2001-01-26  Jim Meyering  <meyering@lucent.com>
23837
23838         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23839         quotearg.c includes it.
23840
23841 2001-01-26  Jim Meyering  <meyering@lucent.com>
23842
23843         * lib/quotearg.c: Include stddef.h.
23844         * lib/quote.c: Include stddef.h.
23845         Reported by Axel Kittenberger.
23846
23847         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23848         line in double quotes so that it evokes a better diagnostic.
23849         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23850         Reported by Axel Kittenberger.
23851
23852 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23853
23854         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23855         as if it was a `charset'.
23856
23857 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23858
23859         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23860         has const.
23861
23862 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23863
23864         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23865         to avoid a warning.  Add back 'const' to inptr.
23866
23867 2001-01-20  Jim Meyering  <meyering@lucent.com>
23868
23869         Be sure that headers are checked before used in code compiled
23870         for the type checks.
23871         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23872         In place of that, invoke jm_CHECK_ALL_TYPES.
23873         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23874         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23875         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23876         The check for ssize_t was mistakenly run before the test for unistd.h.
23877
23878         The configure-time check for stdbool.h was missing.
23879         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23880         (jm_PREREQ_HASH): New function.
23881
23882 2001-01-17  Jim Meyering  <meyering@lucent.com>
23883
23884         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23885         for autoconf-2.49c.
23886         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23887
23888 2001-01-16  Jim Meyering  <meyering@lucent.com>
23889
23890         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23891         From Bruno Haible.
23892
23893 2001-01-14  Jim Meyering  <meyering@lucent.com>
23894
23895         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23896         foo and bar.  Create conftestdir/ in the script, not in the C code.
23897         Remove directories in the script, not in the C code.
23898         Remove conftestdir{,2} before trying to create the directory.
23899         Make the entire configure script fail if the mkdir fails.
23900
23901 2001-01-14  Jim Meyering  <meyering@lucent.com>
23902
23903         * lib/rename.c: New file.  From Volker Borchert.
23904         Include stdlib.h, string.h or strings.h, and xalloc.h.
23905         Use strip_trailing_slashes rather than open-coding it.
23906
23907 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23908
23909         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23910
23911 2001-01-03  Jim Meyering  <meyering@lucent.com>
23912
23913         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23914         of local `inptr' to avoid warning with some system declarations of
23915         iconv.
23916
23917 2001-01-02  Volker Borchert  <bt@teknon.de>
23918
23919         * m4/rename.m4: New file.
23920         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23921
23922 2001-01-01  Jim Meyering  <meyering@lucent.com>
23923
23924         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23925         even on systems with utmpx.h.  It's necessary for the declaration of
23926         utmp's ut_user member.  Reported by Andreas Jaeger.
23927
23928         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23929         available. They are required for the declarations of getgrgid and
23930         getpwuid resp.
23931         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23932         Reported by Andreas Jaeger.
23933
23934 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23935
23936         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23937         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23938         so `make install' also works in VPATH builds.
23939
23940 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23941
23942         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23943         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23944         can be used in subdirectories.
23945
23946 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23947
23948         * lib/modechange.c: Do not assume that mode_t uses the
23949         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23950         the other-execute bit of FOO even if S_IXOTH != 1.
23951
23952         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23953         WOTH, XOTH, ALLM): New macros.
23954         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23955          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23956         Use them.
23957         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23958         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23959         (mode_compile):
23960         No need to use uintmax_t; unsigned long is long enough.
23961         Don't bother to get suffix since we don't use it.
23962
23963 2000-12-26  Jim Meyering  <meyering@lucent.com>
23964
23965         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23966         better with autoheader.
23967
23968 2000-12-24  Jim Meyering  <meyering@lucent.com>
23969
23970         * lib/hash.c (is_prime): Return explicit boolean values.
23971         (hash_get_first): Return NULL to appease Irix5.6's 89.
23972         Reported by Nelson Beebe.
23973
23974 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23975
23976         * lib/localcharset.c (locale_charset): Add support for Win32.
23977
23978 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23979
23980         * lib/physmem.h, lib/physmem.c: New files.
23981
23982         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23983         (noinst_HEADERS): Add physmem.h.
23984
23985         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23986         't' for compatibility with Solaris 8 sort.
23987
23988 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23989
23990         * lib/config.charset: Add support for BeOS.
23991
23992 2000-12-17  Jim Meyering  <meyering@lucent.com>
23993
23994         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23995         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23996
23997 2000-12-16  Jim Meyering  <meyering@lucent.com>
23998
23999         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24000         N and M) would have treated it like `chown N:N FILE'.
24001
24002         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24003
24004 2000-12-16  Jim Meyering  <meyering@lucent.com>
24005
24006         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24007         SHELLS_FILE to a file name that's useful on djgpp systems.
24008         Include stdlib.h.
24009         (ADDITIONAL_DEFAULT_SHELLS): Define.
24010         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24011         Based mostly on a patch from Prashant TR.
24012
24013 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24014
24015         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24016         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24017         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24018
24019 2000-12-08  Andreas Schwab  <schwab@suse.de>
24020
24021         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24022         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24023
24024 2000-12-07  Jim Meyering  <meyering@lucent.com>
24025
24026         * lib/stripslash.c (ISSLASH): Define.
24027         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24028         `/'.
24029         From Prashant TR.
24030
24031         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24032         (dir_name_r): Declare this function as static.
24033         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24034         manifest itself on a name containing a mix of slashes and
24035         backslashes.
24036         Make this function work with names starting with a DOS-style
24037         drive letter and colon prefix.
24038         (dir_name): Append `.' if necessary.
24039         Based mostly on patches from Prashant TR and Eli Zaretskii.
24040
24041         * lib/dirname.h (dir_name_r): Remove prototype.
24042
24043 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24044
24045         * m4/off_t-format.m4: Remove this file.
24046         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24047
24048 2000-12-06  Jim Meyering  <meyering@lucent.com>
24049
24050         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24051         replacement strtoull, we may well need the replacement strtoul, too.
24052         Check for declarations of strtoul and strtoull.
24053         Check for strtol.  Mainly as a cue to cause automake to include
24054         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24055         Check for limits.h -- strtol.c needs it.
24056
24057 2000-12-05  Jim Meyering  <meyering@lucent.com>
24058
24059         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24060
24061 2000-12-04  Jim Meyering  <meyering@lucent.com>
24062
24063         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24064         Also include memory.h, stdlib.h, unistd.h if appropriate.
24065         Reported by Andreas Jaeger (conflicting declaration of malloc).
24066
24067 2000-12-02  Jim Meyering  <meyering@lucent.com>
24068
24069         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24070         * m4/jm-macros.m4 (jm_MACROS): require it.
24071
24072 2000-12-02  Jim Meyering  <meyering@lucent.com>
24073
24074         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24075
24076 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24077
24078         * lib/memrchr.c: Include <config.h> before any system include file.
24079
24080 2000-11-30  Jim Meyering  <meyering@lucent.com>
24081
24082         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24083
24084 2000-11-30  Jim Meyering  <meyering@lucent.com>
24085
24086         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24087
24088 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24089
24090         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24091
24092 2000-11-26  Jim Meyering  <meyering@lucent.com>
24093
24094         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24095
24096 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24097
24098         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24099         size of (size_t) -1; it's not portable.
24100
24101 2000-11-17  Jim Meyering  <meyering@lucent.com>
24102
24103         * lib/strstr.c: Update from GNU libc.
24104
24105 2000-11-17  Akim Demaille  <akim@epita.fr>
24106
24107         * lib/obstack.h: Formatting changes.
24108         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24109         prevent type checking.
24110         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24111         cast the value to (void *): assigning a `foo *' to a `void *'
24112         variable is valid.
24113         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24114
24115 2000-11-16  Jim Meyering  <meyering@lucent.com>
24116
24117         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24118
24119 2000-11-11  Jim Meyering  <meyering@lucent.com>
24120
24121         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24122
24123 2000-11-10  Jim Meyering  <meyering@lucent.com>
24124
24125         * lib/obstack.h: Update from GNU libc.
24126         * lib/obstack.c: Likewise.
24127
24128 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24129
24130         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24131
24132 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24133
24134         * lib/getusershell.c (setusershell): Use rewind rather than
24135         fseek/fseeko, to avoid configuration hassles with fseeko.
24136         Don't bother opening SHELLS_FILE if shellstream is NULL;
24137         it's not necessary.
24138
24139 2000-11-05  Jim Meyering  <meyering@lucent.com>
24140
24141         * lib/makepath.h (make_dir): Declare.
24142         * lib/makepath.c (make_dir): Remove `static' attribute.
24143         Tweak a comment.
24144
24145 2000-11-04  Jim Meyering  <meyering@lucent.com>
24146
24147         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24148
24149 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24150
24151         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24152         last one in a bucket, advance to the next bucket.
24153
24154 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24155
24156         * lib/fnmatch.c: Do not comment out all the code if we are using
24157         the GNU C library, because in some cases we are replacing buggy
24158         code in the GNU C library itself.
24159
24160 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24161
24162         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24163         (regex_compile): Catch bogus \(\1\).
24164
24165 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24166
24167         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24168         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24169         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24170
24171 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24172
24173         * lib/error.h, getline.h, modechange.h:
24174         Remove "2000" from Copyright line, as the file hasn't been
24175         changed this year other than in the copyright notice.
24176
24177         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24178         was changed this year.
24179
24180 2000-10-29  Jim Meyering  <meyering@lucent.com>
24181
24182         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24183         renaming.
24184         * m4/ls-mntd-fs.m4: Likewise
24185
24186 2000-10-29  Jim Meyering  <meyering@lucent.com>
24187
24188         * lib/xstat.in: Fix grammar in comment.
24189
24190 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24191
24192         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24193         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24194         doesn't define __restrict_arr.
24195
24196 2000-10-28  Jim Meyering  <meyering@lucent.com>
24197
24198         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24199         (jm_PREREQ_MEMCHR): New function.
24200
24201 2000-10-28  Jim Meyering  <meyering@lucent.com>
24202
24203         * lib/memchr.c: Update from libc.
24204         Adjust for portability:
24205         [HAVE_STDLIB_H]: Include stdlib.h.
24206         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24207         Undef __memchr, too.
24208         [!weak_alias]: Define __memchr to memchr.
24209
24210         * lib/regex.c: Update from libc.
24211         * lib/regex.h: Likewise.
24212         * lib/getopt1.c: Likewise.
24213         * lib/memcmp.c: Likewise.
24214
24215         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24216         Avoid using fseek, when possible -- it's broken by design.
24217         Patch by Ulrich Drepper.
24218
24219 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24220
24221         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24222         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24223         Giving in to popular pressure to shut up the compiler with casts.
24224
24225 2000-10-26  Jim Meyering  <meyering@lucent.com>
24226
24227         * lib/strftime.c: Update from libc.
24228
24229 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24230
24231         * regex.c: More `unsigned char' -> `re_char' changes.
24232         Also change several `int' into `re_wchar_t'.
24233         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24234         (PUSH_FAILURE_POINTER): Don't cast any more.
24235         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24236         We want GCC to complain, since this piece of code makes
24237         re_match non-reentrant, which *should* be fixed.
24238         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24239         (EXTEND_BUFFER): Use RETALLOC.
24240         (SET_LIST_BIT): Don't cast.
24241         (re_wchar_t): New type.
24242         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24243         that those two functions will always properly return.
24244         (IMMEDIATE_QUIT_CHECK): Cast to void.
24245         (analyse_first): Use recursion rather than an explicit stack.
24246         (re_compile_fastmap): Can't fail anymore.
24247         (re_search_2): Don't check re_compile_fastmap for failure.
24248         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24249         Now also sets the new value (passed in a new argument).
24250         (re_match_2_internal): Use it.
24251         Also, use a new var `reg' of type size_t when looping through regs
24252         rather than reuse the inappropriate `mcnt'.
24253
24254 2000-10-25  Jim Meyering  <meyering@lucent.com>
24255
24256         * lib/obstack.c: Update from libc.
24257
24258 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24259
24260         * regex.c (regex_compile): Change the way of handling a range from
24261         a char less than 256 to a char not less than 256.
24262
24263 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24264
24265         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24266         NT-Emacs only.
24267         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24268         so that re_search functions only quit when callers expect them to.
24269
24270 2000-10-23  Jim Meyering  <meyering@lucent.com>
24271
24272         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24273         wrong.  That set_locale call must not have any side effects.
24274         From Paul Eggert.
24275
24276 2000-10-22  Jim Meyering  <meyering@lucent.com>
24277
24278         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24279         [CYCLIC]: Remove now-unused definition.
24280
24281         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24282         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24283         Suggestion from Ulrich Drepper.
24284
24285 2000-10-21  Jim Meyering  <meyering@lucent.com>
24286
24287         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24288         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24289         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24290
24291 2000-10-21  Jim Meyering  <meyering@lucent.com>
24292
24293         * lib/dirname.c (memrchr): Declare if necessary.
24294         (dir_name): Remove the restriction that there be no
24295         trailing slashes.  Now, this code skips past them, effectively
24296         ignoring them.
24297         [TEST_DIRNAME] (main): New unit tests.
24298
24299         * lib/memrchr.c: New file from GNU libc.
24300         Undef __memrchr, too.
24301         [!weak_alias]: Define __memrchr to memrchr.
24302         Guard weak_alias use with `#ifdef weak_alias'.
24303
24304 2000-10-21  Jim Meyering  <meyering@lucent.com>
24305
24306         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24307         (dir_name): Use dir_name_r.
24308         * lib/dirname.h (dir_name_r): Declare it.
24309
24310 2000-10-17  Jim Meyering  <meyering@lucent.com>
24311
24312         * lib/quote.h (PARAMS): Define and use.
24313         Reported by Akim Demaille.
24314
24315         * lib/getopt.c: Update from libc.
24316
24317 2000-10-16  Jim Meyering  <meyering@lucent.com>
24318
24319         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24320         setlocale.
24321         From Jan Fedak.
24322
24323 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24324
24325         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24326
24327 2000-09-25  Jim Meyering  <meyering@lucent.com>
24328
24329         * lib/md5.h (rol): Define (from GnuPG).
24330
24331         * lib/sha.c: Give credit (GnuPG) where due.
24332         (M): Use rol rather than open-coding it.
24333         Add a FIXME comment.
24334
24335 2000-09-21  Jim Meyering  <meyering@lucent.com>
24336
24337         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24338         Reported by Michael Stone.
24339
24340 2000-09-20  Jim Meyering  <meyering@lucent.com>
24341
24342         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24343         (noinst_HEADERS): Add sha.h.
24344         Based on code from Scott G. Miller and from GnuPG.
24345
24346 2000-09-18  Jim Meyering  <meyering@lucent.com>
24347
24348         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24349         LIBS. Otherwise, everyone ends up linking with -lelf for some
24350         configurations.
24351         Reported by Mike Stone.
24352
24353 2000-09-15  Jim Meyering  <meyering@lucent.com>
24354
24355         * lib/regex.c: Update from libc.
24356
24357 2000-09-10  Jim Meyering  <meyering@lucent.com>
24358
24359         * lib/getopt.c (_getopt_internal): Update from glibc.
24360
24361 2000-09-09  Jim Meyering  <meyering@lucent.com>
24362
24363         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24364         think it should be used as a general replacement for isascii.
24365         * lib/fnmatch.c: Likewise.
24366         * lib/mbswidth.c: Likewise
24367         * lib/regex.c: Likewise.
24368
24369         Don't use atoi.
24370         * lib/userspec.c: Include sys/param.h and limits.h.
24371         Include xstrtol.h.
24372         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24373         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24374         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24375         UID, GID.  Check range.
24376
24377 2000-09-06  Jim Meyering  <meyering@lucent.com>
24378
24379         * lib/getopt.c (_getopt_internal): Update from glibc.
24380
24381 2000-08-30  Jim Meyering  <meyering@lucent.com>
24382
24383         * lib/strftime.c: Merge in changes from GNU libc.
24384
24385 2000-08-26  Jim Meyering  <meyering@lucent.com>
24386
24387         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24388         * m4/fpending.m4: New file.
24389
24390 2000-08-26  Jim Meyering  <meyering@lucent.com>
24391
24392         * lib/closeout.c: Include "__fpending.h".
24393         (close_stdout_status): Return right away if there's nothing to flush.
24394
24395         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24396         * lib/__fpending.c: New file.
24397         * lib/__fpending.h: New file.
24398
24399 2000-08-20  Jim Meyering  <meyering@lucent.com>
24400
24401         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24402         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24403         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24404
24405 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24406
24407         Improve fileutils installation on systems where running
24408         programs (like install) can't be unlinked.
24409         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24410         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24411
24412 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24413
24414         Standardize on "memory exhausted" instead of "Memory exhausted"
24415         or "virtual memory exhausted".
24416         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24417         "virtual memory exhausted".
24418         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24419         our own message.
24420         * lib/userspec.c (parse_user_spec): Likewise.
24421         * lib/bumpalloc.h: comment fix
24422         * lib/same.c, userspec.c: Include xalloc.h.
24423
24424         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24425         not char *const and pointing to a constant array.
24426         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24427         (xrealloc): Comment fix.
24428
24429         * lib/userspec.c (parse_user_spec):
24430         Don't translate a message until just before returning,
24431         to avoid unnecessary translation.
24432
24433 2000-08-07  Jim Meyering  <meyering@lucent.com>
24434
24435         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24436         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24437         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24438         getgroups.c, gethostname.c, getopt.h, group-member.c,
24439         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24440         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24441         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24442         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24443         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24444         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24445         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24446         yesno.c: Back out Copyright date changes for each file with no change
24447         this year.  This eases coordination with other programs using the same
24448         source code modules.  From Paul Eggert.
24449
24450 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24451
24452         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24453         not char, for compatibility with glibc 2.1.3 strftime.c.
24454
24455 2000-08-03  Greg McGary  <greg@mcgary.org>
24456
24457         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24458         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24459         (EXTEND_BUFFER): Use them.
24460
24461 2000-08-01  Jim Meyering  <meyering@lucent.com>
24462
24463         * lib/dirname.c (ISSLASH): Define.
24464         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24465         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24466         both `\' and `/' may be use as path separators.
24467         Based on a patch from Prashant TR.
24468
24469 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24470
24471         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24472         slot vector a constant, since it might get modified.
24473
24474 2000-07-31  Jim Meyering  <meyering@lucent.com>
24475
24476         * lib/xmalloc.c: Use `virtual memory exhausted', not
24477         `Memory exhausted'.
24478         * lib/obstack.c (print_and_abort): Likewise.
24479
24480 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24481
24482         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24483         buffer, so that the caller can always quote one small
24484         component of a "memory exhausted" message in slot 0.
24485         From a suggestion by Jim Meyering.
24486
24487 2000-07-30  Jim Meyering  <meyering@lucent.com>
24488
24489         * lib/makepath.c (make_path): Quote the other instance, too.
24490
24491         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24492         (STATIC_BUF_SIZE): Define.
24493         (quotearg_n_options): Use only statically allocated storage when
24494         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24495         than STATIC_BUF_SIZE.
24496
24497 2000-07-29  Jim Meyering  <meyering@lucent.com>
24498
24499         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24500         * lib/dirname.c (dir_name): Likewise.
24501
24502         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24503         `/'.
24504
24505         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24506         (dir_name): Assert that there are no trailing slashes.
24507
24508 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24509
24510         * lib/mbswidth.h (mbswidth): Add a flags argument.
24511         (mbswidth): New declaration.
24512         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24513         * lib/mbswidth.c (mbswidth): Add a flags argument.
24514         (mbsnwidth): New function.
24515
24516 2000-07-24  Jim Meyering  <meyering@lucent.com>
24517
24518         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24519
24520 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24521
24522         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24523
24524 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24525
24526         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24527         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24528         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24529         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24530         invoke multibyte primitives.
24531
24532 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24533
24534         * lib/quotearg.c:
24535         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24536         so that mbstate_t is always defined.
24537
24538         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24539         be 1 in at least one GCC installation, and this configuration
24540         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24541         performance on hosts that have mbrtowc but have only unibyte
24542         locales, but I assume these hosts are rare.
24543
24544 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24545
24546         * lib/mbswidth.c (_XOPEN_SOURCE):
24547         Don't define; this causes problems on Solaris 7.
24548         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24549
24550 2000-07-23  Jim Meyering  <meyering@lucent.com>
24551
24552         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24553         too: getgrgid, getpwuid, getuid.
24554
24555 2000-07-23  Jim Meyering  <meyering@lucent.com>
24556
24557         * lib/basename.c (base_name): Add an assertion.
24558
24559 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24560
24561         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24562         shadow its mbsinit function.
24563
24564 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24565
24566         * lib/mbswidth.h: New file.
24567         * lib/mbswidth.c: New file.
24568         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24569         (noinst_HEADERS): Add mbswidth.h.
24570
24571 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24572
24573         * lib/config.charset: Add support for FreeBSD. Improve support for
24574         HP-UX and IRIX 6.
24575
24576 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24577
24578         * m4/mbswidth.m4: New file.
24579         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24580
24581 2000-07-15  Jim Meyering  <meyering@lucent.com>
24582
24583         * lib/makepath.c: Include quote.h.
24584         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24585         corresponding argument in a `quote (...)' call.
24586         Give better diagnostics.
24587
24588         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24589         (noinst_HEADERS): Add quote.h.
24590
24591         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24592         from tar's src/misc.c.
24593         * lib/quote.h: New file.  Prototypes for same.
24594
24595 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24596
24597         From a suggestion by Bruno Haible.
24598         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24599         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24600         to decide whether to define the BeOS workaround macro;
24601         this adjusts to the change to AC_MBSTATE_T.
24602
24603 2000-07-14  Jim Meyering  <meyering@lucent.com>
24604
24605         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24606         jm_AC_TYPE_UINTMAX_T.
24607
24608 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24609
24610         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24611
24612         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24613         quotearg_buffer_restyled): Add support for
24614         clocale_quoting_style.  Undo previous change to
24615         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24616         and "{RIGHT QUOTATION MARK}" msgids.
24617
24618 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24619
24620         From a suggestion by Bruno Haible.
24621         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24622         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24623         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24624         and mbstate_t, to a single-part test that simply defines mbstate_t.
24625         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24626         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24627
24628 2000-07-10  Jim Meyering  <meyering@lucent.com>
24629
24630         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24631
24632         * m4/gnu-source.m4: Output to confdefs.h directly.
24633         Suggestion from Akim Demaille.
24634
24635 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24636
24637         The old behavior of quoting `like this' doesn't look good with
24638         newer, ISO-style fonts.  See:
24639         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24640
24641         Instead, quote "like this" by default.  Let the translator
24642         tailor the locale-specific quoting behavior by providing
24643         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24644
24645         * lib/quotearg.c (N_): New macro.
24646         (gettext_default): New function.
24647         (quotearg_buffer_restyled): Use
24648         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24649         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24650
24651 2000-07-09  Jim Meyering  <meyering@lucent.com>
24652
24653         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24654         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24655
24656         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24657         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24658
24659 2000-07-09  Jim Meyering  <meyering@lucent.com>
24660
24661         * lib/Most files: Update copyright dates to include 2000.
24662
24663 2000-07-08  Jim Meyering  <meyering@lucent.com>
24664
24665         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24666         if not defined.
24667         (xgethostname): Remove now-unnecessary #ifdef.
24668         Move declaration of `err' into loop where it's used.
24669
24670 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24671         and Bruno Haible  <haible@clisp.cons.org>
24672
24673         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24674         only if the test for an object-type mbstate_t fails.  This
24675         prevents us from mistakenly reporting that mbstate_t is a
24676         system object type after we "#define mbstate_t int" to work
24677         around its lack.
24678
24679 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24680         and Bruno Haible  <haible@clisp.cons.org>
24681
24682         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24683
24684 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24685
24686         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24687         to strerror_r.
24688         Include <ctype.h> for use of isalpha.
24689
24690 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24691
24692         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24693         by allocating a larger buffer. Test the gethostname return value for
24694         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24695         returns an error and ENAMETOOLONG isn't defined.
24696
24697 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24698
24699         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24700         dimension.
24701
24702 2000-07-04  Jim Meyering  <meyering@lucent.com>
24703
24704         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24705         of the deprecated AC_CHECKING.
24706
24707 2000-07-04  Jim Meyering  <meyering@lucent.com>
24708
24709         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24710         Reported by Bruno Haible.
24711
24712 2000-07-04  Jim Meyering  <meyering@lucent.com>
24713
24714         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24715         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24716         lacks mbrtowc.
24717
24718 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24719
24720         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24721         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24722
24723 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24724         and Bruno Haible  <haible@clisp.cons.org>
24725
24726         * lib/quotearg.c (mbrtowc):
24727         Assign to *pwc, and return 1 only if result is nonzero.
24728         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24729
24730 2000-07-03  Jim Meyering  <meyering@lucent.com>
24731
24732         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24733
24734 2000-07-03  Jim Meyering  <meyering@lucent.com>
24735
24736         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24737         This is necessary to get a definition of e.g., UTMP_FILE on
24738         HP-UX 10.20.
24739         From Bob Proulx.
24740
24741 2000-07-02  Jim Meyering  <meyering@lucent.com>
24742
24743         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24744
24745         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24746         AC_LIBOBJ(function_name).
24747         * m4/chown.m4: Likewise.
24748         * m4/fnmatch.m4: Likewise.
24749         * m4/ftruncate.m4: Likewise.
24750         * m4/getgroups.m4: Likewise.
24751         * m4/getline.m4: Likewise.
24752         * m4/group-member.m4: Likewise.
24753         * m4/jm-macros.m4: Likewise.
24754         * m4/lstat.m4: Likewise.
24755         * m4/malloc.m4: Likewise.
24756         * m4/memcmp.m4: Likewise.
24757         * m4/nanosleep.m4: Likewise.
24758         * m4/putenv.m4: Likewise.
24759         * m4/realloc.m4: Likewise.
24760         * m4/regex.m4: Likewise.
24761         * m4/stat.m4: Likewise.
24762         * m4/strftime.m4: Likewise.
24763
24764 2000-07-02  Jim Meyering  <meyering@lucent.com>
24765
24766         * lib/quotearg.c (mbstate_t): Don't define here.
24767
24768 2000-07-02  Jim Meyering  <meyering@lucent.com>
24769
24770         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24771
24772 2000-07-01  Jim Meyering  <meyering@lucent.com>
24773
24774         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24775
24776 2000-07-01  Jim Meyering  <meyering@lucent.com>
24777
24778         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24779         problem.
24780
24781 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24782
24783         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24784         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24785
24786 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24787
24788         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24789         per change in ../m4/ls-mntd-fs.m4.
24790         (read_filesystem_list): Ignore symbolic links.
24791
24792 2000-06-29  Jim Meyering  <meyering@lucent.com>
24793
24794         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24795         for declaration of strcmp.
24796
24797         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24798
24799         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24800         Avoid warning by casting result to `char *' to remove `const'.
24801
24802 2000-06-28  Jim Meyering  <meyering@lucent.com>
24803
24804         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24805         included by quotearg.c, for which we perform this test.  From
24806         Bruno Haible.
24807
24808 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24809
24810         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24811         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24812         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24813
24814 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24815
24816         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24817
24818 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24819
24820         savedir now sets errno on failure and invokes xmalloc to get memory.
24821         Fix a couple of other minor bugs while we're at it.
24822
24823         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24824         (NAMLEN): Remove macro.
24825         (malloc, realloc): Remove decls.
24826         (stpcpy): Likewise.
24827         ("xalloc.h"): Include.
24828         (NAME_SIZE_DEFAULT): New macro.
24829         (savedir): Use xmalloc / xrealloc to allocate memory.
24830         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24831         Skip "" directory entries.
24832         Use strlen to calculate directory entry length, since the old method
24833         is rarely used these days and isn't worth supporting.
24834         Don't use a pointer after freeing it.
24835         Check for integer overflow when calculating allocation size.
24836         Use memcpy to copy entries, instead of stpcpy.
24837         Set errno properly when returning NULL.
24838         Check for readdir error.
24839
24840 2000-06-26  Jim Meyering  <meyering@lucent.com>
24841
24842         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24843
24844 2000-06-25  Jim Meyering  <meyering@lucent.com>
24845
24846         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24847         Linux header bug when _XOPEN_SOURCE is defined to 500.
24848
24849 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24850
24851         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24852         deficiency.
24853
24854 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24855
24856         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24857         Include xalloc.h.
24858         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24859
24860 2000-06-24  Jim Meyering  <meyering@lucent.com>
24861
24862         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24863         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24864         for which strerror does return char*, but which lacks a conveniently
24865         accessible declaration of the function.  If the compile-test says
24866         strerror_r doesn't work, then resort to a `run'-test that works on
24867         BeOS and segfaults on DEC Unix.
24868
24869 2000-06-24  Jim Meyering  <meyering@lucent.com>
24870
24871         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24872
24873 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24874
24875         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24876         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24877
24878 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24879
24880         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24881         (mbrtowc, mbstate_t): Define substitutes if
24882         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24883         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24884         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24885
24886 2000-06-23  Jim Meyering  <meyering@lucent.com>
24887
24888         * m4/afs.m4: Add missing AC_MSG_RESULT.
24889         Reported by Bruno Haible.
24890
24891         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24892         Suggestion from Bruno Haible.
24893
24894 2000-06-23  Jim Meyering  <meyering@lucent.com>
24895
24896         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24897
24898 2000-06-21  Jim Meyering  <meyering@lucent.com>
24899
24900         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24901
24902 2000-06-21  Jim Meyering  <meyering@lucent.com>
24903
24904         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24905         (noinst_HEADERS): Add getstr.h.
24906
24907         * lib/getline.c (getstr): Move into a separate file.
24908         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24909         the following changes: new parameter, delim2; both delim[12]
24910         parameters have type `int', not `char'.  The latter would lose
24911         with 8-bit delimiters.
24912         * lib/getstr.h: New file.
24913
24914 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24915
24916         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24917         than 1024, return a memory chunk of least possible size, instead
24918         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24919         Use free/xmalloc instead of xrealloc to avoid copying for very long
24920         paths.
24921
24922 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24923
24924         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24925         the empty string.
24926
24927 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24928
24929         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24930         address, not strdup.  Include <stdlib.h> and don't declare free().
24931
24932 2000-06-19  Jim Meyering  <meyering@lucent.com>
24933
24934         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24935
24936 2000-06-18  Jim Meyering  <meyering@lucent.com>
24937
24938         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24939
24940         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24941         `checking whether...' message to be consistent with that of the
24942         lstat test.
24943
24944 2000-06-18  Jim Meyering  <meyering@lucent.com>
24945
24946         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24947         Besides, these days every porting target provides a mkdir function.
24948
24949         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24950         needed. (this snippet comes from src/system.h).
24951
24952 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24953
24954         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24955
24956 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24957
24958         * lib/human.c (adjust_value): New function.
24959         (human_readable_inexact): Apply rounding style even when
24960         printing approximate values.
24961
24962 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24963
24964         * lib/human.c (human_readable_inexact): Allow an input block
24965         size that is not a multiple of the output block size, and vice versa.
24966         Reported by Piergiorgio Sartor.
24967
24968 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24969
24970         * lib/getdate.y (get_date): Apply relative times after time
24971         zone indicator, not before.  Reported by Todd A. Jacobs.
24972
24973 2000-06-13  Jim Meyering  <meyering@lucent.com>
24974
24975         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24976
24977         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24978
24979 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24980
24981         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24982
24983 2000-06-12  Jim Meyering  <meyering@lucent.com>
24984
24985         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24986         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24987         optional argument.
24988         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24989         the optional argument, `lib'.
24990
24991 2000-06-08  Jim Meyering  <meyering@lucent.com>
24992
24993         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24994
24995 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24996
24997         Rewrite largefile configuration so that we don't need to run
24998         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24999         AC_CANONICAL_HOST in configure.in -- jmm]
25000
25001         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25002         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25003         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25004         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25005         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25006         All uses changed.
25007         Instead of inspecting the output of getconf, try to compile the
25008         test program without and with the macro definition.
25009         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25010         for getconf.  Instead, check for the needed flags by compiling
25011         test programs.
25012
25013 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25014
25015         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25016
25017 2000-06-04  Jim Meyering  <meyering@lucent.com>
25018
25019         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25020         SunOS 4.1.4 for which gid_t is an unsigned type.
25021
25022 2000-06-03  Jim Meyering  <meyering@lucent.com>
25023
25024         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25025         now that autoconf requires that.
25026
25027         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25028         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25029         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25030
25031 2000-06-03  Jim Meyering  <meyering@lucent.com>
25032
25033         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25034
25035 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25036
25037         * m4/glibc21.m4: New file.
25038         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25039
25040 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25041
25042         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25043         newer, don't install charset.alias.
25044         * lib/config.charset: Change the Linux/glibc rules so they become empty
25045         on glibc-2.1 or newer.
25046
25047 2000-06-02  Jim Meyering  <meyering@lucent.com>
25048
25049         * lib/mountlist.c: Back out last change.  Instead, do this...
25050         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25051         me_dummy member using the same `ignore'-testing code.
25052         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25053         fs_type strings.
25054         From Mark D. Roth.
25055
25056 2000-05-29  Jim Meyering  <meyering@lucent.com>
25057
25058         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25059         mounts with the `ignore' attribute.  Based on a patch from
25060         Mark D. Roth.
25061
25062 2000-05-28  Jim Meyering  <meyering@lucent.com>
25063
25064         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25065         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25066         * m4/stat.m4: Likewise.
25067         * m4/lstat.m4: Likewise.
25068         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25069
25070         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25071         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25072
25073 2000-05-26  Jim Meyering  <meyering@lucent.com>
25074
25075         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25076
25077 2000-05-24  Jim Meyering  <meyering@lucent.com>
25078
25079         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25080         autoconf requires that.
25081         * m4/lib-check.m4: Likewise.
25082         * m4/jm-macros.m4: Likewise.
25083         * m4/strftime.m4: Likewise.
25084
25085         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25086         AC_CHECK_DECLS, now that autoconf requires that.
25087
25088 2000-05-22  Jim Meyering  <meyering@lucent.com>
25089
25090         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25091         * m4/lstat.m4: Likewise.
25092
25093 2000-05-22  Jim Meyering  <meyering@lucent.com>
25094
25095         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25096
25097 2000-05-20  Jim Meyering  <meyering@lucent.com>
25098
25099         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25100         (jm_PREREQ): Use it.
25101
25102 2000-05-18  Jim Meyering  <meyering@lucent.com>
25103
25104         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25105         back, too, since it may have been modified by allocate_entry.
25106         (hash_delete): Rewrite to use neither the assignment operator
25107         nor the comma operator in an if-expression.
25108
25109 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25110
25111         * lib/closeout.c:
25112         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25113         Remove; no longer needed.
25114         "quotearg.h": Add include.
25115         (file_name): Do not bother to explicitly initialize to NULL; it's less
25116         efficient on some hosts.
25117         (close_stdout_status): Remove test as to whether stdout was already
25118         closed; it breaks for the case "echo x | sort >&-".
25119         Quote file name colons.
25120         Do not assume that _("write error") lacks format strings.
25121
25122 2000-05-15  Jim Meyering  <meyering@lucent.com>
25123
25124         * lib/version-etc.c (version_etc_copyright): Update the copyright
25125         string used in all --version output.
25126
25127 2000-05-14  Jim Meyering  <meyering@lucent.com>
25128
25129         * lib/closeout.c (close_stdout_set_file_name): New function.
25130         (close_stdout_status): Use new file-scoped global.
25131         Return right away if fstat says the stdout file descriptor is invalid.
25132         * lib/closeout.h (close_stdout_set_file_name): Declare.
25133
25134 2000-05-10  Jim Meyering  <meyering@lucent.com>
25135
25136         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25137         (close_stdout_set_status): New function.
25138         * lib/closeout.h (close_stdout_set_status): Declare.
25139
25140 2000-05-09  Jim Meyering  <meyering@lucent.com>
25141
25142         * m4/gettext.m4: Rename this...
25143         * m4/libintl.m4: ...to this.
25144
25145 2000-05-08  Jim Meyering  <meyering@lucent.com>
25146
25147         * lib/long-options.c: Don't include closeout.h.
25148         (parse_long_options): Don't call close_stdout for --version.
25149
25150 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25151
25152         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25153         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25154         2.1.3 bug.  This avoids a clash when files like regex.c define
25155         _GNU_SOURCE.
25156
25157 2000-05-06  Jim Meyering  <meyering@lucent.com>
25158
25159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25160         (AC_REPLACE_FUNCS): Add strnlen.
25161
25162         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25163         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25164
25165         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25166         AC_SEARCH_LIBS call for nanosleep.
25167         (LIB_NANOSLEEP): Set and AC_SUBST.
25168
25169 2000-05-06  Jim Meyering  <meyering@lucent.com>
25170
25171         * lib/strnlen.c: Undefine __strnlen and strnlen.
25172         [!weak_alias]: Define __strnlen to strnlen.
25173
25174         * lib/atexit.c: New file, from libiberty.
25175
25176 2000-05-06  Jim Meyering  <meyering@lucent.com>
25177
25178         * lib/closeout.c (close_stdout_status): Also check for errors on the
25179         stderr stream.
25180
25181 2000-05-05  Jim Meyering  <meyering@lucent.com>
25182
25183         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25184         AC_SEARCH_LIBS call for clock_gettime.
25185         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25186
25187         * m4/search-libs.m4: Update from autoconf.
25188
25189         su doesn't work on Solaris 2.6.
25190         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25191         <shadow.h>.  Reported by Dragos Harabor.
25192
25193 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25194
25195         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25196         memcpy instead of xmalloc, xrealloc, path_concat.
25197         (locale_charset): Treat empty environment variables as absent.
25198         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25199
25200 2000-05-04  Jim Meyering  <meyering@lucent.com>
25201
25202         * lib/getopt.c: Update from glibc.
25203         * lib/obstack.c: Likewise.
25204         * lib/obstack.h: Likewise.
25205         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25206         file
25207
25208         * lib/regex.h: Likewise.
25209         * lib/strndup.c: Likewise.
25210         * lib/strnlen.c: New file, from glibc.
25211
25212 2000-05-03  Jim Meyering  <meyering@lucent.com>
25213
25214         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25215
25216 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25217
25218         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25219         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25220         compile-time test, rather than inspecting host and OS, to
25221         decide whether to define _LARGEFILE_SOURCE.
25222
25223 2000-05-01  Jim Meyering  <meyering@lucent.com>
25224
25225         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25226
25227         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25228         Based on a patch from Bruno Haible.
25229
25230 2000-05-01  Jim Meyering  <meyering@lucent.com>
25231
25232         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25233
25234 2000-04-29  Jim Meyering  <meyering@lucent.com>
25235
25236         * lib/path-concat.c: Declare strdup only if it's not defined.
25237         * lib/canon-host.c: Likewise.
25238
25239 2000-04-28  Jim Meyering  <meyering@lucent.com>
25240
25241         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25242         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25243         is included first, then limits.h is included by locale.h by libintl.h.
25244         From John David Anglin.
25245
25246 2000-04-25  Jim Meyering  <meyering@lucent.com>
25247
25248         * lib/makepath.c (S_IRWXUGO): Define.
25249         (make_path): Always perform explicit chmod if MODE specifies any
25250         of the `special' permission bits.  Prompted by a bug report against
25251         install from Mate Wierdl and Joost van Baal.
25252
25253 2000-04-18  Jim Meyering  <meyering@lucent.com>
25254
25255         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25256         (jm_PREREQ): Use it.
25257
25258 2000-04-18  Jim Meyering  <meyering@lucent.com>
25259
25260         * lib/README: New file.
25261
25262         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25263         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25264
25265 2000-04-17  Jim Meyering  <meyering@lucent.com>
25266
25267         Get it right :-)
25268         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25269         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25270         Suggestion from Akim Demaille.
25271
25272 2000-04-17  Jim Meyering  <meyering@lucent.com>
25273
25274         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25275         the definition of it to rpl_strftime also defined-away the system's
25276         declaration.
25277
25278 2000-04-15  Jim Meyering  <meyering@lucent.com>
25279
25280         Use `C' to denote so-called `contiguous' files, the same way
25281         that tar does.
25282         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25283         (ftypelet): Use S_ISCTG.
25284         From Michael Deutschmann.
25285
25286 2000-04-14  Jim Meyering  <meyering@lucent.com>
25287
25288         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25289         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25290         clobbered.
25291
25292 2000-04-14  Jim Meyering  <meyering@lucent.com>
25293
25294         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25295
25296 2000-04-13  Jim Meyering  <meyering@lucent.com>
25297
25298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25299         AH_VERBATIM to insert required #ifndef into config.h.in.
25300         Suggestion from Akim Demaille.
25301
25302 2000-04-12  Jim Meyering  <meyering@lucent.com>
25303
25304         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25305         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25306         Christian Krackowizer.
25307
25308         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25309         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25310         (AC_SYS_LARGEFILE): Require.
25311         (AM_C_PROTOTYPES): Require.
25312
25313 2000-04-08  Jim Meyering  <meyering@lucent.com>
25314
25315         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25316         names don't conflict.  Reported by Eli Zaretskii.
25317
25318 2000-04-07  Jim Meyering  <meyering@lucent.com>
25319
25320         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25321         sys/types.h, to work around system header problems on AIX 3.2.5.
25322         From Bruno Haible.
25323
25324 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25325
25326         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25327         bug.  Deal with the different error behavior of Irix iconv.
25328
25329 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25330
25331         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25332         IRIX if the installer said otherwise.
25333
25334 2000-04-05  Jim Meyering  <meyering@lucent.com>
25335
25336         Portability tweaks required for ultrix4.3.
25337         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25338         (jm_CHECK_DECLS): Add getutent to the list of functions.
25339         (_jm_DECL_HEADERS): Add utmpx.h.
25340         From John David Anglin.
25341
25342         * m4/strftime.m4: Back out the 2000-04-02 change.
25343         Instead of that change, simply undefine putenv in the test program.
25344
25345 2000-04-05  Jim Meyering  <meyering@lucent.com>
25346
25347         Portability tweaks required for ultrix4.3.
25348         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25349         getutent.
25350         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25351         * lib/canon-host.c: Declare strdup.
25352         * lib/path-concat.c: Likewise.
25353         From John David Anglin.
25354
25355 2000-04-04  Jim Meyering  <meyering@lucent.com>
25356
25357         Be more DOS 8.3-friendly.
25358         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25359         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25360         * lib/Makefile.am: Reflect renaming.
25361         Reported by Eli Zaretskii.
25362
25363         Use a temporary file name that won't clash with `charset.alias'
25364         in the DOS 8.3 name space.
25365         * lib/Makefile.am (charset_tmp): Define.
25366         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25367         (uninstall-local): Likewise.
25368         Reported by Eli Zaretskii.
25369
25370 2000-04-03  Jim Meyering  <meyering@lucent.com>
25371
25372         * m4/gettext.m4: Fix typo in comment.
25373
25374         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25375         textutils/configure.in).  Suggestion from Paul Eggert.
25376         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25377
25378 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25379
25380         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25381         variable in the shell rather than using putenv, which isn't
25382         portable.  This avoids the configure-time inter-test dependency
25383         on the potentially-renamed putenv function.
25384
25385 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25386
25387         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25388         before checking struct stat.st_blksize, so that
25389         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25390
25391 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25392
25393         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25394         since strftime.c uses HAVE_STRFTIME to decide whether to use
25395         the underlying strftime.
25396
25397 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25398
25399         * lib/time/strftime.c (my_strftime): Make sure we call the system
25400         strftime, not ourselves, when invoking the underlying strftime.
25401
25402 2000-03-24  Jim Meyering  <meyering@lucent.com>
25403
25404         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25405         (charset_alias): Define.
25406         (install-exec-local): Factor out common code.
25407         (uninstall-local): Split lines longer than 80.
25408         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25409         (SUFFIXES): Define.
25410         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25411         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25412
25413 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25414
25415         * lib/config.charset: Output a line containing "Packages using this
25416         file".
25417         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25418         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25419         ref-del.sed): New rules.
25420
25421 2000-03-17  Jim Meyering  <meyering@lucent.com>
25422
25423         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25424         Otherwise, include <strings.h>
25425
25426 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25427
25428         * lib/unicodeio.c (utf8_wctomb): New function.
25429         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25430         format instead of in UCS-4 with platform dependent endianness.
25431
25432 2000-03-10  Jim Meyering  <meyering@lucent.com>
25433
25434         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25435         From Marco Franzen.
25436
25437 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25438
25439         * lib/savedir.c (savedir): Work even if directory size is
25440         negative; this can happen with some screwy NFS configurations.
25441
25442 2000-03-06  Jim Meyering  <meyering@lucent.com>
25443
25444         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25445         if it's NULL (because we ran out of memory).  From Bruno Haible.
25446
25447 2000-03-05  Jim Meyering  <meyering@lucent.com>
25448
25449         * lib/localcharset.c ("path-concat.h"): Include.
25450         (get_charset_aliases): Use path_concat instead of ANSI string
25451         concatenation.
25452
25453         * lib/unicodeio.h (PARAMS): Define.
25454         Use it to guard prototype.
25455
25456 2000-03-04  Jim Meyering  <meyering@lucent.com>
25457
25458         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25459         for lib/localcharset.c.
25460
25461 2000-03-04  Jim Meyering  <meyering@lucent.com>
25462
25463         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25464         installing into it.
25465         (uninstall-local): Uncomment this rule so `make distcheck' works
25466         once again.
25467
25468         * lib/unicodeio.c (<errno.h>): Include it.
25469         (errno): Declare if not defined.
25470
25471         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25472
25473         * lib/config.charset: New version, incorporating remarks from a linux
25474         i18n mailing list.  From Bruno Haible.
25475
25476 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25477
25478         * m4/codeset.m4: New file.
25479         * m4/iconv.m4: New file.
25480         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25481
25482 2000-03-03  Jim Meyering  <meyering@lucent.com>
25483
25484         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25485
25486 2000-03-02  Jim Meyering  <meyering@lucent.com>
25487
25488         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25489         the messages come out on separate lines.
25490
25491         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25492         rather than jm_CHECK_DECLARATIONS.
25493         * m4/decl.m4: Remove now-unused file.
25494
25495         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25496         geteuid.
25497
25498 2000-03-02  Jim Meyering  <meyering@lucent.com>
25499
25500         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25501
25502 2000-03-01  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25505         * lib/unicodeio.c: Likewise.
25506
25507 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25508
25509         * lib/config.charset: New file.
25510         * lib/localcharset.c: New file.
25511         * lib/unicodeio.h, lib/unicodeio.c: New files.
25512         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25513         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25514         (noinst_HEADERS): Add unicodeio.h.
25515         (all-local, install-exec-local, charset.alias): New targets.
25516
25517 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25518
25519         * lib/quotearg.c (ALERT_CHAR): New macro.
25520         (quotearg_buffer_restyled): Use it.
25521
25522 2000-02-27  Jim Meyering  <meyering@lucent.com>
25523
25524         * m4/check-decl.m4: Add getenv to the list.
25525
25526 2000-02-27  Jim Meyering  <meyering@lucent.com>
25527
25528         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25529         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25530
25531         * lib/backupfile.c: Guard inclusion of stdlib.h with
25532         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25533         Declare malloc if needed.
25534
25535         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25536         `#ifndef HAVE_DECL..'
25537         now that autoconf always defines the HAVE_DECL_ symbols.
25538         * lib/human.c: Likewise.
25539         * lib/same.c: Likewise.
25540         * lib/strtoumax.c: Likewise.
25541
25542         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25543         declaration check was not run.
25544         * lib/hash.c: Likewise.
25545         * lib/human.c: Likewise.
25546         * lib/same.c: Likewise.
25547         * lib/strtoumax.c: Likewise.
25548
25549         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25550         `.', then first look up the entire `.'-containing string as a login
25551         name.
25552
25553 2000-02-23  Jim Meyering  <meyering@lucent.com>
25554
25555         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25556         in place of my hack.
25557
25558 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25559
25560         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25561         (textint): New typedef.
25562         (parser_control): Member year changed from int to textint.
25563         All uses changed.
25564         (YYSTYPE): Removed; replaced by %union with int and textint members.
25565         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25566         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25567         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25568         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25569         (date, number, to_year): Use width of number in digits, not its value,
25570         to determine whether it's a 2-digit year, or a 2-digit time.
25571         (yylex): Store number of digits of numeric tokens.
25572         Reported by John Kendall.
25573
25574         (parser_control): Changed from struct parser_control to typedef (for
25575         consistency).  All uses changed.
25576
25577         (tID): Removed; not used.
25578         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25579
25580 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25581
25582         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25583         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25584
25585 2000-02-12  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/userspec.c (ISDIGIT): Define it.
25588         (isdigit): Remove definition.
25589         (is_number): Use ISDIGIT, not isdigit.
25590         <libintl.h>: Include.
25591         (_ and N_): Define.
25592         (parse_user_spec): Mark translatable strings.
25593
25594 2000-02-10  Jim Meyering  <meyering@lucent.com>
25595
25596         With these changes, nanosleep.[ch] are finally enough like the other
25597         lib/* replacement files to compile on a few more losing systems.
25598
25599         * lib/nanosleep.h: Don't include config.h.
25600         Remove prototype from declaration of nanosleep.
25601         (PARAMS): Remove now-unneeded definition.
25602         * lib/nanosleep.c: #undef nanosleep.
25603         (rpl_nanosleep): Rename from nanosleep.
25604
25605 2000-02-10  Jim Meyering  <meyering@lucent.com>
25606
25607         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25608         gnu_nanosleep to rpl_nanosleep.
25609
25610 2000-02-09  Jim Meyering  <meyering@lucent.com>
25611
25612         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25613         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25614
25615 2000-02-08  Akim Demaille  <akim@epita.fr>
25616
25617         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25618         `[' and `]' and remove uses of `changequote'.
25619         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25620         (AC_SYS_LARGEFILE): Likewise.
25621         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25622         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25623         of changequote.
25624         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25625         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25626         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25627         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25628
25629 2000-02-05  Jim Meyering  <meyering@lucent.com>
25630
25631         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25632         Remove explicit use of AC_HEADER_TIME.  It is required by
25633         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25634         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25635         in autoconf whereby the expansion of the latter ended up preceding
25636         the expansion of its prerequisite, AC_HEADER_TIME.
25637         Reported by Volker Borchert.
25638
25639 2000-02-03  Jim Meyering  <meyering@lucent.com>
25640
25641         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25642
25643 2000-02-03  Jim Meyering  <meyering@lucent.com>
25644
25645         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25646         rather than with `#if HAVE_UTMPNAME'.
25647
25648 2000-02-02  Jim Meyering  <meyering@lucent.com>
25649
25650         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25651         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25652         Reported by Eli Zaretskii.
25653
25654 2000-02-01  Jim Meyering  <meyering@lucent.com>
25655
25656         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25657
25658 2000-01-31  Jim Meyering  <meyering@lucent.com>
25659
25660         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25661         functions.  Add the time.h and sys/time.h headers along with the
25662         AC_REQUIRE'ment of AC_HEADER_TIME.
25663
25664 2000-01-31  Jim Meyering  <meyering@lucent.com>
25665
25666         * lib/nanosleep.h (nanosleep): Guard declaration with
25667         `#if ! HAVE_DECL_NANOSLEEP'.
25668         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25669         the declaration in that vendor's sys/timers.h.
25670         Reported by Christian Krackowizer.
25671
25672         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25673         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25674         (ISPRINT): Likewise.
25675         Reported by Tom Tromey.
25676
25677 2000-01-30  Jim Meyering  <meyering@lucent.com>
25678
25679         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25680
25681         * m4/prereq.m4 (utmp_includes): Define.
25682         Check for ut_user and ut_name members in both struct utmpx
25683         and struct utmp.
25684
25685 2000-01-30  Jim Meyering  <meyering@lucent.com>
25686
25687         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25688         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25689         header files where only utmpx.ut_user is declared.
25690
25691         * lib/readutmp.h (UT_USER): Define.
25692
25693 2000-01-29  Jim Meyering  <meyering@lucent.com>
25694
25695         * m4/lib-check.m4: New file containing library-related checks from
25696         fileutils and sh-utils (textutils had none).
25697
25698 2000-01-28  Jim Meyering  <meyering@lucent.com>
25699
25700         * m4/perl.m4: Change format of warning message to look more like that
25701         from the missing script.  Suggestion from François Pinard.
25702
25703 2000-01-25  Jim Meyering  <meyering@lucent.com>
25704
25705         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25706         well as time.h in the compile check.
25707         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25708         Fix typo in cross-compiling case: s/yes/no/.
25709
25710 2000-01-23  Jim Meyering  <meyering@lucent.com>
25711
25712         * m4/jm-macros.m4: Move df-related tests here from
25713         fileutils/configure.in
25714
25715         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25716         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25717
25718         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25719         s/space/ac_fsusage_space/.
25720         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25721
25722         * m4/ftruncate.m4: New file (derived from part of
25723         fileutils/configure.in).
25724         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25725         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25726
25727         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25728         AC_SUBST these here, rather than just in sh-util/configure.in, so
25729         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25730         all the same.
25731         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25732         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25733         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25734         (AC_SUBST(POW_LIBM)): Likewise.
25735         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25736
25737 2000-01-23  Jim Meyering  <meyering@lucent.com>
25738
25739         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25740         obstack.c.
25741
25742 2000-01-22  Jim Meyering  <meyering@lucent.com>
25743
25744         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25745
25746         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25747
25748         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25749         configure.in
25750         (AC_CHECK_HEADERS): Likewise for sh-utils.
25751         (AC_CHECK_HEADERS): Likewise for textutils.
25752         Merge the three lists of headers.
25753
25754         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25755         from fileutils' configure.in.
25756
25757         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25758         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25759         check-decl.m4.
25760
25761         * m4/check-decl.m4: Use #if rather than #ifdef.
25762         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25763         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25764         (_jm_DECL_HEADERS): Define new function.
25765         (jm_CHECK_DECLARATIONS): Require it.
25766
25767 2000-01-22  Jim Meyering  <meyering@lucent.com>
25768
25769         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25770         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25771         Required for some AIX systems.  Reported by Christian Krackowizer.
25772         [TESTING] (main): New function.
25773
25774         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25775         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25776         letters.
25777
25778         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25779         iswprint.
25780
25781         * lib/strverscmp.c (ISDIGIT): Define.
25782         (strverscmp): Use ISDIGIT, not isdigit.
25783
25784 2000-01-19  Jim Meyering  <meyering@lucent.com>
25785
25786         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25787         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25788         defines `struct timespec' in <sys/time.h>
25789
25790         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25791         Thanks to Akim for explaining.
25792
25793 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25794
25795         * lib/nanosleep.c (nanosleep):
25796         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25797         POSIX.1 doesn't require SA_INTERRUPT and some systems
25798         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25799         it's been part of POSIX.1 since day 1 (in 1988).
25800
25801 2000-01-17  Jim Meyering  <meyering@lucent.com>
25802
25803         * lib/interlock: Remove unused file.  Reported by François Pinard.
25804
25805 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25806
25807         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25808         alert, backslash, formfeed, and vertical tab unnecessarily in
25809         shell quoting style.
25810
25811 2000-01-16  Jim Meyering  <meyering@lucent.com>
25812
25813         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25814         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25815         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25816         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25817
25818 2000-01-16  Jim Meyering  <meyering@lucent.com>
25819
25820         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25821         because the latter didn't work.
25822
25823 2000-01-15  Jim Meyering  <meyering@lucent.com>
25824
25825         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25826         (AC_REPLACE_FUNCS): Add memcpy and memset.
25827         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25828         Add strpbrk.
25829         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25830
25831 2000-01-12  Jim Meyering  <meyering@lucent.com>
25832
25833         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25834         (jm_PREREQ): Use it.
25835         (jm_PREREQ_READUTMP): New macro.
25836         (jm_PREREQ): Use it.
25837
25838 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25839
25840         Quote multibyte characters correctly.
25841         * m4/c-bs-a.m4: New file.
25842         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25843         (jm_PREREQ): Use it.
25844
25845 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25846
25847         * m4/uintmax_t.m4: Port to autoconf 2.13.
25848
25849 2000-01-08  Jim Meyering  <meyering@ascend.com>
25850
25851         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25852         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25853
25854 2000-01-04  Jim Meyering  <meyering@ascend.com>
25855
25856         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25857         jm_STRUCT_DIRENT_D_TYPE.
25858         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25859         jm_STRUCT_DIRENT_D_INO.
25860         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25861         jm_STRUCT_UTIMBUF.
25862         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25863         renamings.
25864         * m4/utime.m4: Likewise.
25865
25866         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25867         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25868
25869 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25870
25871         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25872         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25873
25874 2000-01-02  Jim Meyering  <meyering@ascend.com>
25875
25876         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25877         remember if this is necessary.
25878
25879 1999-12-26  Jim Meyering  <meyering@ascend.com>
25880
25881         * m4/jm-macros.m4: Use it here.
25882         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25883
25884 1999-12-23  Jim Meyering  <meyering@ascend.com>
25885
25886         * m4/jm-macros.m4: Check for clock_gettime (moved from
25887         fileutils/configure.in)
25888         Check for gettimeofday.
25889
25890 1999-12-20  Jim Meyering  <meyering@ascend.com>
25891
25892         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25893         autoconf-2.14a-1999-12-20.
25894
25895 1999-12-19  Jim Meyering  <meyering@ascend.com>
25896
25897         * m4/lstat-slash.m4: New file.
25898         * m4/jm-macros.m4: Use the new macro:
25899         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25900
25901 1999-12-07  Jim Meyering  <meyering@ascend.com>
25902
25903         * m4/perl.m4: Require that File::Compare be available, too.
25904         Too many systems seem to lack it.
25905
25906         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25907         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25908
25909 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25910
25911         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25912         problem with the QNX 4.25 shell, which doesn't propagate exit
25913         status of failed commands inside shell assignments.
25914
25915 1999-11-17  Jim Meyering  <meyering@ascend.com>
25916
25917         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25918
25919 1999-11-07  Jim Meyering  <meyering@ascend.com>
25920
25921         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25922
25923 1999-11-06  Jim Meyering  <meyering@ascend.com>
25924
25925         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25926         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25927
25928 1999-11-05  Jim Meyering  <meyering@ascend.com>
25929
25930         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25931         configure.in of textutils, fileutils, and sh-utils into this one
25932         (shared between those packages) file.
25933         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25934         AC_STRUCT_ST_BLKSIZE.
25935
25936 1999-11-03  Jim Meyering  <meyering@ascend.com>
25937
25938         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25939         of AC_CHECK_TYPE checks includes unistd.h.
25940         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25941         Suggestion from Akim Demaille.
25942
25943 1999-10-30  Jim Meyering  <meyering@ascend.com>
25944
25945         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25946         m4-quoted string.
25947         * m4/ls-mntd-fs.m4: Likewise.
25948         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25949         * m4/jm-winsz1.m4: Likewise.
25950
25951         * m4/const.m4: Remove file, since the fix made it into the experimental
25952         version of autoconf.
25953         * m4/mktime.m4: Likewise.
25954
25955         * m4/check-type.m4: Remove file, now that the latest version of
25956         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25957
25958         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25959         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25960         AC_CHECK_TYPE.
25961
25962 1999-10-04  Jim Meyering  <meyering@ascend.com>
25963
25964         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25965
25966 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25967
25968         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25969         2.95.1 bug with HP-UX 10.20.
25970
25971 1999-09-17  Jim Meyering  <meyering@ascend.com>
25972
25973         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25974         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25975         due to missing strdup (against sh-utils-2.0).
25976
25977 1999-08-29  Jim Meyering  <meyering@ascend.com>
25978
25979         * m4/jm-macros.m4: Require jm_BISON.
25980         * m4/bison.m4: New file.
25981
25982 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25983
25984         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25985         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25986
25987 1999-08-05  Jim Meyering  <meyering@ascend.com>
25988
25989         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25990         to avoid conflicts with `conftest' on 8+3 filesystems.
25991         Suggestion from Eli Zaretskii.
25992
25993 1999-08-04  Jim Meyering  <meyering@ascend.com>
25994
25995         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25996         fileutils and sh-utils (textutils's getline test was inadequate).
25997         (AM_FUNC_GETLINE): Run this test.
25998         (AC_CHECK_FUNCS): Check for getdelim.
25999         Reported by Bob Proulx.
26000
26001 1999-08-02  Jim Meyering  <meyering@ascend.com>
26002
26003         * m4/jm-macros.m4: Add a comment.
26004
26005 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26006
26007         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26008         <inttypes.h> defines strtoumax as a macro (and not as a
26009         function).
26010
26011 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26012
26013         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26014         that we can shift, multiply and divide unsigned long long
26015         values; Ultrix cc can't do it.
26016
26017 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26018
26019         * m4/mktime.m4: New file, which is a preview of what should appear
26020         in the next public autoconf release.
26021
26022 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26023
26024         * m4/lfs.m4: Remove this file.
26025         * m4/largefile.m4: New file.  It contains the old contents of
26026         lfs.m4, except that all names with prefix AC_LFS have been
26027         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26028         compatible with future autoconf versions.  Also, some minor m4
26029         quoting problems have been fixed.
26030
26031 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26032
26033         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26034         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26035         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26036         and simplify the shell code.
26037
26038 1999-08-01  Jim Meyering  <meyering@ascend.com>
26039
26040         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26041         m4.
26042
26043 1999-07-20  Jim Meyering  <meyering@ascend.com>
26044
26045         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26046
26047 1999-07-15  Jim Meyering  <meyering@ascend.com>
26048
26049         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26050
26051 1999-05-22  Jim Meyering  <meyering@ascend.com>
26052
26053         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26054
26055 1999-05-20  Jim Meyering  <meyering@ascend.com>
26056
26057         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26058         Add a colon after each `then' in case $4 is empty.
26059
26060 1999-05-16  Jim Meyering  <meyering@ascend.com>
26061
26062         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26063
26064 1999-05-10  Jim Meyering  <meyering@ascend.com>
26065
26066         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26067
26068         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26069         AC_FUNC_MKTIME.
26070
26071 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26072
26073         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26074
26075 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26076
26077         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26078         not CPPFLAGS, so that linking works correctly in IRIX.
26079
26080 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26081
26082         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26083
26084 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26085
26086         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26087         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26088         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26089         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26090         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26091
26092         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26093
26094 1999-04-20  Jim Meyering  <meyering@ascend.com>
26095
26096         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26097         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26098         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26099
26100 1999-04-18  Jim Meyering  <meyering@ascend.com>
26101
26102         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26103         * m4/jm-macros.m4: Use it.
26104
26105 1999-04-06  Jim Meyering  <meyering@ascend.com>
26106
26107         * m4/strftime.m4: Remove test for %f.
26108
26109 1999-03-29  Jim Meyering  <meyering@ascend.com>
26110
26111         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26112         superset of the AC_TYPE_* checks in the textutils, fileutils,
26113         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26114         AC_TYPE_PID_T.
26115
26116 1999-03-28  Jim Meyering  <meyering@ascend.com>
26117
26118         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26119         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26120         replaced e.g., in the *.sh files of the sh-utils.
26121
26122 1999-03-20  Jim Meyering  <meyering@ascend.com>
26123
26124         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26125         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26126         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26127
26128 1999-03-19  Jim Meyering  <meyering@ascend.com>
26129
26130         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26131
26132 1999-03-12  Jim Meyering  <meyering@ascend.com>
26133
26134         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26135
26136 1999-03-07  Jim Meyering  <meyering@ascend.com>
26137
26138         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26139         declared.
26140
26141 1999-02-17  Jim Meyering  <meyering@ascend.com>
26142
26143         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26144         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26145
26146 1999-02-07  Jim Meyering  <meyering@ascend.com>
26147
26148         * m4/group-member.m4: New file -- extracted from sh-utils'
26149         configure.in.
26150
26151         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26152         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26153
26154 1999-02-06  Jim Meyering  <meyering@ascend.com>
26155
26156         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26157         * m4/fnmatch.m4: Likewise.
26158         * m4/getgroups.m4: Likewise.
26159         * m4/lstat.m4: Likewise.
26160         * m4/malloc.m4: Likewise.
26161         * m4/putenv.m4: Likewise.
26162         * m4/realloc.m4: Likewise.
26163         * m4/regex.m4: Likewise.
26164         * m4/stat.m4: Likewise.
26165         * m4/strftime.m4: Likewise.
26166         Suggestion from Alain Magloire.
26167
26168         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26169         * m4/fnmatch.m4: Likewise.
26170         * m4/getgroups.m4: Likewise.
26171         * m4/getline.m4: Likewise.
26172         * m4/lstat.m4: Likewise.
26173         * m4/malloc.m4: Likewise.
26174         * m4/memcmp.m4: Likewise.
26175         * m4/putenv.m4: Likewise.
26176         * m4/realloc.m4: Likewise.
26177         * m4/regex.m4: Likewise.
26178         * m4/stat.m4: Likewise.
26179         * m4/strftime.m4: Likewise.
26180         Suggestion from Alain Magloire.
26181
26182         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26183         an argument.
26184
26185         * m4/regex.m4: Add a run-time Test for proper operation of
26186         re_compile_pattern.
26187
26188 1999-01-31  Jim Meyering  <meyering@ascend.com>
26189
26190         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26191
26192 1999-01-30  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26195
26196         * m4/jm-mktime.m4: Make this a wrapper around the official
26197         AM_FUNC_MKTIME rather than my private copy, now that the official one
26198         is up to date.
26199         * m4/mktime.m4: Remove file.
26200
26201         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26202         * m4/uptime.m4: Likewise.
26203         * m4/uintmax_t.m4: Likewise.
26204
26205 1999-01-28  Jim Meyering  <meyering@ascend.com>
26206
26207         * m4/jm-macros.m4: Use jm_AFS.
26208         * m4/afs.m4: New file (from fileutils' configure.in).
26209
26210         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26211         * m4/chown.m4: Likewise.
26212         * m4/d-ino.m4: Likewise.
26213         * m4/d-type.m4: Likewise.
26214         * m4/fnmatch.m4: Likewise.
26215         * m4/getgroups.m4: Likewise.
26216         * m4/gettext.m4: Likewise.
26217         * m4/jm-mktime.m4: Likewise.
26218         * m4/jm-winsz2.m4: Likewise.
26219         * m4/lcmessage.m4: Likewise.
26220         * m4/ls-mntd-fs.m4: Likewise.
26221         * m4/malloc.m4: Likewise.
26222         * m4/memcmp.m4: Likewise.
26223         * m4/putenv.m4: Likewise.
26224         * m4/realloc.m4: Likewise.
26225         * m4/st_mtim.m4: Likewise.
26226         * m4/strftime.m4: Likewise.
26227
26228 1999-01-16  Jim Meyering  <meyering@ascend.com>
26229
26230         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26231         (ARGMATCH_DIE_DECL): Define.
26232
26233 1999-01-12  Jim Meyering  <meyering@ascend.com>
26234
26235         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26236         Reported by Lars Hecking.
26237
26238 1999-01-10  Jim Meyering  <meyering@ascend.com>
26239
26240         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26241         gross kludge.
26242         * m4/inttypes_h.m4: Likewise.
26243         * m4/lstat.m4: Likewise.
26244         * m4/malloc.m4: Likewise.
26245         * m4/readdir.m4: Likewise.
26246         * m4/realloc.m4: Likewise.
26247         * m4/st_dm_mode.m4: Likewise.
26248         * m4/stat.m4: Likewise.
26249         * m4/utimbuf.m4: Likewise.
26250         * m4/utimes.m4: Likewise.
26251
26252         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26253         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26254         comments in config.h.in are meaningful.
26255
26256         * m4/jm-macros.m4: Require autoconf-2.13 here.
26257
26258         * m4/regex.m4: By default, don't use the included regex.c on systems
26259         with glibc 2.  Suggestion from Uli Drepper.
26260
26261 1999-01-02  Jim Meyering  <meyering@ascend.com>
26262
26263         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26264
26265 1998-12-18  Jim Meyering  <meyering@ascend.com>
26266
26267         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26268         Based on a suggestion from Lars Hecking.
26269
26270 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26271
26272         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26273
26274 1998-11-16  Jim Meyering  <meyering@ascend.com>
26275
26276         * m4/lfs.m4: Double-quote the `uname...` expression.
26277
26278 1998-11-14  Jim Meyering  <meyering@ascend.com>
26279
26280         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26281         * m4/stat.m4: Likewise.
26282
26283 1998-11-03  Jim Meyering  <meyering@ascend.com>
26284
26285         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26286         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26287
26288 1998-10-18  Jim Meyering  <meyering@ascend.com>
26289
26290         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26291
26292 1998-10-17  Jim Meyering  <meyering@ascend.com>
26293
26294         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26295         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26296         calls for those previously hard-coded headers.  Instead, take a new
26297         parameter.
26298         (jm_CHECK_DECLARATIONS): Reflect interface change.
26299         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26300         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26301
26302         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26303
26304 1998-10-14  Jim Meyering  <meyering@ascend.com>
26305
26306         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26307         instead of "TZ=America/Vancouver".  From Paul Eggert.
26308
26309 1998-10-11  Jim Meyering  <meyering@ascend.com>
26310
26311         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26312         This adds a test for a recently added compatibility fix for mktime.c.
26313         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26314
26315 1998-09-27  Jim Meyering  <meyering@ascend.com>
26316
26317         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26318
26319         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26320         ../configure.in, including a change from Gordon Matzigkeit to allow
26321         cross-compiling for the Hurd.
26322
26323         * m4/glibc.m4: New file/macro to test for the GNU C Library
26324         versions 1 and 2.  From Gordon Matzigkeit.
26325         Indent.
26326
26327 1998-09-21  Jim Meyering  <meyering@ascend.com>
26328
26329         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26330
26331 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26332
26333         Port nanosecond-resolution times to UnixWare 2.1.2 and
26334         pedantic Solaris 2.6.
26335
26336         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26337         AC_STRUCT_ST_MTIM.
26338         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26339         Generate name of ns member, instead of just 1 or undef.
26340         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26341
26342 1998-08-15  Jim Meyering  <meyering@ascend.com>
26343
26344         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26345         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26346         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26347         instead of jm_TYPE_SSIZE_T.
26348
26349 1998-08-12  Jim Meyering  <meyering@ascend.com>
26350
26351         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26352
26353 1998-08-02  Jim Meyering  <meyering@ascend.com>
26354
26355         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26356         in acconfig.h manually.
26357
26358 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26359
26360         * m4/st_mtim.m4: New file.
26361
26362 1998-07-28  Jim Meyering  <meyering@ascend.com>
26363
26364         * m4/utimes.m4: Undef stat.
26365
26366 1998-07-25  Jim Meyering  <meyering@ascend.com>
26367
26368         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26369         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26370
26371 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26372
26373         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26374         uid and gid actually remain unchanged.
26375
26376 1998-07-07  Jim Meyering  <meyering@ascend.com>
26377
26378         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26379
26380 1998-07-04  Jim Meyering  <meyering@ascend.com>
26381
26382         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26383         to prove that this macro can be used in packages without regex.c.
26384
26385 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26386
26387         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26388         is to be used.
26389
26390 1998-07-03  Jim Meyering  <meyering@ascend.com>
26391
26392         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26393
26394         * m4/gettext.m4: New file -- from gettext-0.10.35.
26395         * m4/lcmessage.m4: Likewise.
26396         * m4/progtest.m4: Likewise.
26397
26398         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26399         * m4/jm-macros.m4: Require the new macro.
26400
26401 1998-06-29  Jim Meyering  <meyering@ascend.com>
26402
26403         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26404         for the definition of NGROUPS (used in a system header included
26405         by sys/mount.h).
26406
26407 1998-06-28  Jim Meyering  <meyering@ascend.com>
26408
26409         * m4/ls-mntd-fs.m4: New file.
26410         * m4/fstypename.m4: New file.
26411
26412         * m4/jm-macros.m4: Require the new macro.
26413         * m4/jm-glibc-io.m4: New file.
26414
26415 1998-05-19  Jim Meyering  <meyering@ascend.com>
26416
26417         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26418         * m4/lchown.m4: New file.
26419
26420         * m4/Makefile.am.in: New file.
26421         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26422
26423 1998-05-14  Jim Meyering  <meyering@ascend.com>
26424
26425         * m4/Makefile.am (EXTRA_DIST): Add them.
26426         * m4/jm-macros.m4: New file.
26427         * m4/utimbuf.m4: New file.
26428
26429 1998-05-12  Jim Meyering  <meyering@ascend.com>
26430
26431         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26432
26433 1998-05-11  Jim Meyering  <meyering@ascend.com>
26434
26435         * m4/isc-posix.m4: New file.
26436
26437 1998-05-10  Jim Meyering  <meyering@ascend.com>
26438
26439         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26440
26441 1998-05-09  Jim Meyering  <meyering@ascend.com>
26442
26443         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26444         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26445         with automake.
26446
26447         * m4/ssize_t.m4: New file.
26448         * m4/mktime.m4: Remove file -- the new automake has this now.
26449
26450 1998-04-26  Jim Meyering  <meyering@ascend.com>
26451
26452         * m4/assert.m4: New file.
26453         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26454
26455 1998-04-05  Jim Meyering  <meyering@ascend.com>
26456
26457         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26458         (jm_PREREQ): Use it here.
26459
26460 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26461
26462         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26463         in acconfig.h.
26464
26465 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26466
26467         * m4/prereq.m4: New file.
26468         * m4/error.m4: New file.
26469         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26470
26471 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26472
26473         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26474         cache-check for the same variable -- that defeated the purpose of
26475         the test; the test program was never run.  This was a problem only
26476         on systems with losing getline functions -- HP-UX 10.20 is one.
26477         Reported by Bjorn Helgaas.
26478
26479 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26480
26481         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26482
26483 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26484
26485         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26486
26487         * m4/const.m4: New file.  Use an initializer in this declaration
26488         typedef int charset[2]; const charset x;
26489         Reported by Bob Glickstein.
26490
26491 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26492
26493         * m4/chown.m4: Fix reversed types on -1 args to chown.
26494         From Kaveh Ghazi.
26495
26496 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26497
26498         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26499         Add lseek and memchr.
26500
26501         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26502         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26503         have a 20-character limit on names.
26504
26505 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26506
26507         * m4/inttypes_h.m4: New file.
26508         * m4/uintmax_t.m4: New file.
26509         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26510
26511 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26512   Free Software Foundation, Inc.
26513 Copying and distribution of this file, with or without modification,
26514 are permitted provided the copyright notice and this notice are preserved.