3dc4d8c044ddf501e691e8553fb4e881923240d3
[pspp] / ChangeLog
1 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2
3         Merge upstream fix for glibc bugzilla #3957:
4
5         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6
7         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
8         bit for RE_HAT_LISTS_NOT_NEWLINE.
9         (build_charclass_op): Remove bogus comment.
10
11 2007-02-05  Simon Josefsson  <simon@josefsson.org>
12
13         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
14
15 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
18         * lib/memmem.c [!defined _LIBC]: Include config.h.
19
20 2007-02-04  Bruno Haible  <bruno@clisp.org>
21
22         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23         warning message.
24
25 2007-02-04  Bruno Haible  <bruno@clisp.org>
26
27         New module mbstok_r.
28         * modules/mbstok_r: New file.
29         * lib/mbstok_r.c: New file.
30         * lib/string_.h (strtok_r): Change argument names to match the
31         comments. Add a conditional link warning.
32         (mbstok_r): New declaration.
33         * m4/mbstok_r.m4: New file.
34         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35         GNULIB_MBSTOK_R.
36         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
37         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38
39 2007-02-04  Bruno Haible  <bruno@clisp.org>
40
41         New module mbsspn.
42         * modules/mbsspn: New file.
43         * lib/mbsspn.c: New file.
44         * lib/string_.h (strspn): Add a conditional link warning.
45         (mbsspn): New declaration.
46         * m4/mbsspn.m4: New file.
47         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
48         GNULIB_MBSSPN.
49         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
50         * MODULES.html.sh (Internationalization functions): Add mbsspn.
51
52 2007-02-04  Bruno Haible  <bruno@clisp.org>
53
54         New module mbspbrk.
55         * modules/mbspbrk: New file.
56         * lib/mbspbrk.c: New file.
57         * lib/string_.h (strpbrk): Add a conditional link warning.
58         (mbspbrk): New declaration.
59         * m4/mbspbrk.m4: New file.
60         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
61         GNULIB_MBSPBRK.
62         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
63         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
64
65 2007-02-04  Bruno Haible  <bruno@clisp.org>
66
67         New module mbscspn.
68         * modules/mbscspn: New file.
69         * lib/mbscspn.c: New file.
70         * lib/string_.h (strcspn): Add a conditional link warning.
71         (mbscspn): New declaration.
72         * m4/mbscspn.m4: New file.
73         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
74         GNULIB_MBSCSPN.
75         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
76         * MODULES.html.sh (Internationalization functions): Add mbscspn.
77
78 2007-02-04  Bruno Haible  <bruno@clisp.org>
79
80         New module mbscasestr, reduced goal of strcasestr.
81         * modules/mbscasestr: New file.
82         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
83         (mbscasestr): Renamed from strcasestr.
84         * lib/strcasestr.c: Don't include mbuiter.h.
85         (strcasestr): Remove support for multibyte locales.
86         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
87         Change the conditional link warning.
88         (mbscasestr): New declaration.
89         * m4/mbscasestr.m4: New file.
90         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
91         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
92         REPLACE_STRCASESTR.
93         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
94         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
95         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
96         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
97         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
98         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
99         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
100         (Depends-on): Remove mbuiter.
101         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
102
103 2007-02-04  Bruno Haible  <bruno@clisp.org>
104
105         Simplify handling of strncasecmp.
106         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
107         the conditional link warning.
108         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
109         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
110         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
111         * modules/strcase (configure.ac): Don't invoke
112         gl_STRING_MODULE_INDICATOR.
113         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
114
115 2007-02-04  Bruno Haible  <bruno@clisp.org>
116
117         New module mbscasecmp, reduced goal of strcasecmp.
118         * modules/mbscasecmp: New file.
119         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
120         (mbscasecmp): Renamed from strcasecmp.
121         * lib/strcasecmp.c: Don't include mbuiter.h.
122         (strcasecmp): Remove support for multibyte locales.
123         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
124         Change the conditional link warning.
125         (mbscasecmp): New declaration.
126         * m4/mbscasecmp.m4: New file.
127         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
128         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
129         REPLACE_STRCASECMP.
130         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
131         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
132         GNULIB_MBSCASECMP.
133         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
134         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
135         * modules/strcase (Files): Remove m4/mbrtowc.m4.
136         (Depends-on): Remove mbuiter.
137         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
138
139 2007-02-04  Bruno Haible  <bruno@clisp.org>
140
141         New module mbsstr. Remove module strstr.
142         * modules/mbsstr: New file.
143         * modules/strstr: Remove file.
144         * lib/mbsstr.c: Renamed from lib/strstr.c.
145         (mbsstr): Renamed from strstr.
146         * lib/string_.h (strstr): Remove declaration. Change the conditional
147         link warning.
148         (mbsstr): New declaration.
149         * m4/mbsstr.m4: New file.
150         * m4/strstr.m4: Remove file.
151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
152         REPLACE_STRSTR.
153         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
154         Don't initialize GNULIB_STRSTR.
155         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
156         substitute GNULIB_STRSTR and REPLACE_STRSTR.
157         * MODULES.html.sh (Internationalization functions): Add mbsstr.
158         (Support for systems lacking ANSI C 89): Remove strstr.
159
160 2007-02-04  Bruno Haible  <bruno@clisp.org>
161
162         New module mbsrchr.
163         * modules/mbsrchr: New file.
164         * lib/mbsrchr.c: New file.
165         * lib/string_.h (strrchr): Add a conditional link warning.
166         (mbsrchr): New declaration.
167         * m4/mbsrchr.m4: New file.
168         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
169         GNULIB_MBSRCHR.
170         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
171         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
172
173 2007-02-04  Bruno Haible  <bruno@clisp.org>
174
175         New module mbschr.
176         * modules/mbschr: New file.
177         * lib/mbschr.c: New file.
178         * lib/string_.h (strchr): Add a conditional link warning.
179         (mbschr): New declaration.
180         * m4/mbschr.m4: New file.
181         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
182         GNULIB_MBSCHR.
183         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
184         * MODULES.html.sh (Internationalization functions): Add mbschr.
185
186 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
187
188         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
189
190         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
191
192 2007-02-04  Bruno Haible  <bruno@clisp.org>
193
194         New module description section 'configure.ac-early'.
195         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
196         (func_get_autoconf_early_snippet): New function.
197         (func_import, func_create_testdir): Use it. Remove special cases for
198         modules 'extensions' and 'lock'.
199         * modules/extensions (configure.ac-early): Require
200         gl_USE_SYSTEM_EXTENSIONS.
201         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
202
203 2007-02-04  Bruno Haible  <bruno@clisp.org>
204
205         Make use of gcj-4.3's -fsource and -ftarget option.
206         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
207         and if so try the options -fsource and -ftarget.
208         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
209         source_version, ftarget_option, target_version arguments.
210         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
211         (is_envjavac_oldgcj_14_14_usable): Renamed from
212         is_envjavac_gcj_14_14_usable.
213         (is_envjavac_oldgcj_14_13_usable): Renamed from
214         is_envjavac_gcj_14_13_usable.
215         (is_gcj_present): Update.
216         (is_gcj_43, is_gcj43_usable): New functions.
217         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
218         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
219         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
220         try the options -fsource and -ftarget.
221
222 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
223
224         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
225         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
226         larger value.
227
228 2007-02-03  Jim Meyering  <jim@meyering.net>
229
230         Give tools a better chance to allocate space for very large buffers.
231         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
232
233         Make pwd and readlink work also when run with an unreadable parent dir
234         on systems with openat support.
235         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
236         provided getcwd function, even when we have openat support.
237         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
238
239 2007-02-02  Bruno Haible  <bruno@clisp.org>
240
241         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
242         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
243         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
244         portability problems if one of these functions is only used on specific
245         platforms.
246         Reported by Paul Eggert.
247
248 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
249
250         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
251         is causing more trouble than it's curing.
252         * lib/regex_internal.h (__mempcpy): Remove.
253         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
254         (and make the code a tad smaller to boot).
255         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
256
257 2007-02-02  Jim Meyering  <jim@meyering.net>
258
259         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
260         section, not in the Makefile.am: one.
261
262 2007-02-02  Eric Blake  <ebb9@byu.net>
263
264         * lib/strchrnul.c: Always include config.h first.
265
266         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
267         gnulib strstr is not necessary here.
268
269 2007-02-02  Simon Josefsson  <simon@josefsson.org>
270
271         * m4/socklen.m4: Fix typo.
272
273 2007-02-02  Eric Blake  <ebb9@byu.net>
274
275         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
276         * modules/netinet_in (Makefile.am): Likewise.
277
278 2007-02-01  Bruno Haible  <bruno@clisp.org>
279
280         * lib/string_.h (GL_LINK_WARNING): New macro.
281         (strcasecmp, strstr, strcasestr): If provided by the system,
282         conditionally define as a macro that leads to a warning instead of to
283         an error.
284         (strncasecmp): Conditionally define as a macro that leads to a warning.
285
286 2007-02-01  Jim Meyering  <jim@meyering.net>
287
288         Give tools a better chance to allocate space for very large buffers.
289         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
290
291 2007-02-01  Karl Berry  <karl@gnu.org>
292
293         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
294
295 2007-02-01  Bruno Haible  <bruno@clisp.org>
296
297         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
298         renamings.
299
300 2007-02-01  Eric Blake  <ebb9@byu.net>
301
302         * modules/regex (Depends-on): Revert dependence on mempcpy.
303         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
304         module's definition of mempcpy.
305         Reported by Paul Eggert.
306
307 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
308
309         * lib/string_.h: If the gnulib module XYZ is not present, undefine
310         the symbol XYZ before redefining it.  This fixes a problem with
311         programs that don't use XYZ, when compiled on systems that define
312         XYZ to something else.
313
314 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
315
316         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
317         occurs when "mkdir -m foo" creates a setgid directory that is (1)
318         writeable to group or other and (2) is intended to have a special
319         mode bit that is set or cleared.  In such a case, the directory
320         should be neither group- nor other-writeable until the special
321         mode bits are right.
322
323 2007-01-31  Eric Blake  <ebb9@byu.net>
324
325         * modules/mountlist (Depends-on): Add strstr.
326
327         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
328         bug.
329         * modules/string (Makefile.am): Remove redundant replacement.
330         * modules/regex (Depends-on): Add mempcpy.
331
332 2007-01-31  Bruno Haible  <bruno@clisp.org>
333
334         New module description field 'Link'.
335         * gnulib-tool (func_usage): Document --extract-link-directive.
336         (sed_extract_prog): Recognize 'Link' directive.
337         (func_get_link_directive): New function.
338         (func_import): Show summary of link directives.
339         Handle --extract-link-directive option.
340         * modules/acl (Link): New section.
341         * modules/clock-time (Link): New section.
342         * modules/euidaccess (Link): New section.
343         * modules/gettext (Link): New section.
344         * modules/iconv (Link): New section.
345         * modules/lock (Link): New section.
346         * modules/nanosleep (Link): New section.
347         * modules/readline (Link): New section.
348
349 2007-01-27  Bruno Haible  <bruno@clisp.org>
350
351         Enforce the use of gnulib modules for unportable <string.h> functions.
352         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
353         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
354         (gl_HEADER_STRING_H_BODY): Require it.
355         * lib/string_.h: If the gnulib module XYZ is not present, redefine
356         the symbol XYZ to one that gives a link error.
357         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
358         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
359         * modules/mempcpy (configure.ac): Likewise.
360         * modules/memrchr (configure.ac): Likewise.
361         * modules/stpcpy (configure.ac): Likewise.
362         * modules/stpncpy (configure.ac): Likewise.
363         * modules/strcase (configure.ac): Likewise.
364         * modules/strcasestr (configure.ac): Likewise.
365         * modules/strchrnul (configure.ac): Likewise.
366         * modules/strdup (configure.ac): Likewise.
367         * modules/strndup (configure.ac): Likewise.
368         * modules/strnlen (configure.ac): Likewise.
369         * modules/strpbrk (configure.ac): Likewise.
370         * modules/strsep (configure.ac): Likewise.
371         * modules/strstr (configure.ac): Likewise.
372         * modules/strtok_r (configure.ac): Likewise.
373
374 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
375
376         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
377
378 2007-01-30  Jim Meyering  <jim@meyering.net>
379
380         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
381
382 2007-01-29  Bruno Haible  <bruno@clisp.org>
383
384         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
385         * lib/execute.c: Likewise.
386         * lib/pipe.c: Likewise.
387         * lib/printf-args.h: Likewise.
388         * lib/printf-args.c: Likewise.
389         * lib/printf-parse.c: Likewise.
390         * lib/vasnprintf.c: Likewise.
391
392 2007-01-29  Eric Blake  <ebb9@byu.net>
393
394         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
395         declaration.
396
397 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
398
399         * lib/strptime.h (strptime): Use 'restrict' for args where
400         POSIX requires this.
401         * lib/strptime.c (strptime): Likewise.
402         Change license notice from LGPL to GPL, since gnulib-tool will
403         change this as needed.
404         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
405         defined.
406         Include "strptime.h" first, to check interface.
407         Do not #undef _LIBC and _NL_CURRENT.
408         Do not include <stdlib.h>; no longer needed.
409         Include "time_r.h" and declare ptime_locale_status
410         only if _LIBC is not defined.
411         (__P): Remove unused macro.
412         (match_string): Bring back glibc version, but use it only if _LIBC
413         is defined.
414         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
415         Remove unnecessary assertion and abort() call.
416         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
417         * m4/strptime.m4: Fix serial number comment.
418         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
419         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
420         (Depends-on): Add time_r.
421
422 2007-01-29  Bruno Haible  <bruno@clisp.org>
423
424         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
425         strptime.
426         * modules/strptime (Depends-on): Add stdbool.
427         * lib/strptime.h: Include <time.h> always. Add comments.
428
429 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
430
431         * modules/strptime: New file.
432         * lib/strptime.h: New file.
433         * lib/strptime.c: New file.
434         * m4/strptime.m4: New file.
435
436 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
437
438         * MODULES.html.sh: New module mpsort.
439         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
440
441         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
442         a circularity problem with HP-UX ia64 reported by Bob Proulx in
443         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
444         All uses changed.
445         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
446         All uses changed.
447         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
448         to _Restrict_.
449         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
450         the parameter matches the prototype.
451
452 2007-01-28  Jim Meyering  <jim@meyering.net>
453
454         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
455         sys/time.h here, reverting that part of the previous patch:
456         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
457
458 2007-01-28  Bruno Haible  <bruno@clisp.org>
459
460         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
461         value of $(SYS_TIME_H).
462         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
463         remove it conditionally, too. [added by Jim Meyering]
464         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
465         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
466         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
467         GETTIMEOFDAY_REPLACEMENT to 1.
468
469 2007-01-28  Bruno Haible  <bruno@clisp.org>
470
471         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
472         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
473         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
474         Set UNISTD_H instead of UNISTD_H2.
475         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
476
477 2007-01-28  Bruno Haible  <bruno@clisp.org>
478
479         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
480         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
481
482 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
483
484         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
485         (func_create_testdir): Ensure C locale for `grep' and `tr'
486         character ranges.
487         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
488         ACLOCAL_AMFLAGS parsing state machine.
489
490 2007-01-27  Bruno Haible  <bruno@clisp.org>
491
492         * modules/unistr/base: Update.
493
494 2007-01-27  Bruno Haible  <bruno@clisp.org>
495
496         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
497         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
498         * modules/unistr/u32-mbtouc-unsafe: Renamed from
499         modules/unistr/u32-mbtouc.
500         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
501         * lib/unistr.h: Update.
502         * lib/linebreak.c: Update.
503         * modules/unistr/u32-mbtouc: Renamed from
504         modules/unistr/u32-mbtouc-safe.
505         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
506         * lib/unistr.h: Update.
507         * lib/unistr/u32-to-u8.c: Update.
508         * lib/unistr/u32-to-u16.c: Update.
509
510 2007-01-27  Bruno Haible  <bruno@clisp.org>
511
512         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
513         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
514         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
515         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
516         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
517         * modules/unistr/u16-mbtouc-unsafe: Renamed from
518         modules/unistr/u16-mbtouc.
519         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
520         * lib/unistr.h: Update.
521         * lib/linebreak.c: Update.
522         * modules/linebreak: Update.
523         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
524         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
525         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
526         * modules/unistr/u16-mbtouc: Renamed from
527         modules/unistr/u16-mbtouc-safe.
528         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
529         * lib/unistr.h: Update.
530         * lib/unistr/u16-to-u8.c: Update.
531         * modules/unistr/u16-to-u8: Update.
532         * lib/unistr/u16-to-u32.c: Update.
533         * modules/unistr/u16-to-u32: Update.
534
535 2007-01-27  Bruno Haible  <bruno@clisp.org>
536
537         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
538         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
539         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
540         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
541         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
542         * modules/unistr/u8-mbtouc-unsafe: Renamed from
543         modules/unistr/u8-mbtouc.
544         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
545         * lib/unistr.h: Update.
546         * lib/striconveh.c: Update.
547         * modules/striconveh: Update.
548         * lib/linebreak.c: Update.
549         * modules/linebreak: Update.
550         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
551         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
552         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
553         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
554         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
555         * lib/unistr.h: Update.
556         * lib/striconveh.c: Update.
557         * modules/striconveh: Update.
558         * lib/unistr/u8-to-u16.c: Update.
559         * modules/unistr/u8-to-u16: Update.
560         * lib/unistr/u8-to-u32.c: Update.
561         * modules/unistr/u8-to-u32: Update.
562
563 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
564
565         Sync from Libtool.
566         * lib/argz.c: Do not include strings.h nor memory.h, include
567         string.h unconditionally.  Patch by Simon Josefsson.
568
569 2007-01-27  Bruno Haible  <bruno@clisp.org>
570
571         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
572         from gl_HEADER_STRING_H_BODY.
573         (gl_HEADER_STRING_H_BODY): Require it.
574         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
575         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
576         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
577         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
578         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
579         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
580         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
581         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
582         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
583         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
584         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
585         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
586         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
587         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
588         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
589
590 2007-01-27  Bruno Haible  <bruno@clisp.org>
591
592         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
593         check_PROGRAMS into noinst_PROGRAMS.
594         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
595         check_PROGRAMS in this case.
596         (func_import): Set for_test to false.
597         (func_create_testdir): Set for_test to true.
598
599 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
600             Bruno Haible  <bruno@clisp.org>
601
602         * modules/strcasestr (Files): Remove lib/strcasestr.h.
603         (Depends-on): Add string.
604         (Includes): Use <string.h> instead of strcasestr.h.
605         * modules/string (Makefile.am): Also substitute the value of
606         REPLACE_STRCASESTR.
607         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
608         assume strcasestr is declared in <string.h> not <strings.h>. Also
609         set REPLACE_STRCASESTR.
610         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
611         REPLACE_STRCASESTR.
612         * lib/strcasestr.h: Remove file.
613         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
614         * lib/string_.h (strcasestr): New declaration.
615
616 2007-01-27  Bruno Haible  <bruno@clisp.org>
617
618         * lib/string_.h: Use 'extern'.
619
620 2007-01-27  Jim Meyering  <jim@meyering.net>
621
622         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
623         of set-but-not-used local, "q".
624
625         * lib/mempcpy.c: Include <config.h> before <string.h>.
626         This fixes a compilation error on HP-UX, due to the system's
627         "restrict"-using mempcpy prototype.
628
629 2007-01-26  Bruno Haible  <bruno@clisp.org>
630
631         Small optimization.
632         * lib/javacomp.c: Include c-strstr.h.
633          (is_envjavac_gcj): Use c_strstr instead of strstr.
634         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
635
636 2007-01-26  Bruno Haible  <bruno@clisp.org>
637
638         * MODULES.html.sh (Unicode string functions): Add the new modules.
639
640         * modules/uniconv/u32-strconv-to-locale: New file.
641         * lib/uniconv/u32-strconv-to-locale.c: New file.
642
643         * modules/uniconv/u16-strconv-to-locale: New file.
644         * lib/uniconv/u16-strconv-to-locale.c: New file.
645
646         * modules/uniconv/u8-strconv-to-locale: New file.
647         * lib/uniconv/u8-strconv-to-locale.c: New file.
648
649         * modules/uniconv/u32-strconv-from-locale: New file.
650         * lib/uniconv/u32-strconv-from-locale.c: New file.
651
652         * modules/uniconv/u16-strconv-from-locale: New file.
653         * lib/uniconv/u16-strconv-from-locale.c: New file.
654
655         * modules/uniconv/u8-strconv-from-locale: New file.
656         * lib/uniconv/u8-strconv-from-locale.c: New file.
657
658         * modules/uniconv/u32-strconv-to-enc: New file.
659         * lib/uniconv/u32-strconv-to-enc.c: New file.
660         * modules/uniconv/u32-strconv-to-enc-tests: New file.
661         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
662
663         * modules/uniconv/u16-strconv-to-enc: New file.
664         * lib/uniconv/u16-strconv-to-enc.c: New file.
665         * lib/uniconv/u-strconv-to-enc.h: New file.
666         * modules/uniconv/u16-strconv-to-enc-tests: New file.
667         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
668
669         * modules/uniconv/u8-strconv-to-enc: New file.
670         * lib/uniconv/u8-strconv-to-enc.c: New file.
671         * modules/uniconv/u8-strconv-to-enc-tests: New file.
672         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
673
674         * modules/uniconv/u32-strconv-from-enc: New file.
675         * lib/uniconv/u32-strconv-from-enc.c: New file.
676         * modules/uniconv/u32-strconv-from-enc-tests: New file.
677         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
678
679         * modules/uniconv/u16-strconv-from-enc: New file.
680         * lib/uniconv/u16-strconv-from-enc.c: New file.
681         * modules/uniconv/u16-strconv-from-enc-tests: New file.
682         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
683
684         * modules/uniconv/u8-strconv-from-enc: New file.
685         * lib/uniconv/u8-strconv-from-enc.c: New file.
686         * lib/uniconv/u-strconv-from-enc.h: New file.
687         * modules/uniconv/u8-strconv-from-enc-tests: New file.
688         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
689
690         * modules/uniconv/u32-conv-from-enc: New file.
691         * lib/uniconv/u32-conv-from-enc.c: New file.
692         * modules/uniconv/u32-conv-from-enc-tests: New file.
693         * tests/uniconv/test-u32-conv-from-enc.c: New file.
694
695         * modules/uniconv/u16-conv-from-enc: New file.
696         * lib/uniconv/u16-conv-from-enc.c: New file.
697         * lib/uniconv/u-conv-from-enc.h: New file.
698         * modules/uniconv/u16-conv-from-enc-tests: New file.
699         * tests/uniconv/test-u16-conv-from-enc.c: New file.
700
701         * modules/uniconv/u8-conv-from-enc: New file.
702         * lib/uniconv/u8-conv-from-enc.c: New file.
703         * modules/uniconv/u8-conv-from-enc-tests: New file.
704         * tests/uniconv/test-u8-conv-from-enc.c: New file.
705
706         * modules/uniconv/base: New file.
707         * lib/uniconv.h: New file.
708
709 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
710
711         * doc/gnulib-tool.texi (Initial import): Update to match current
712         behavior with strdup module.
713         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
714         * lib/memmem.h: Remove; all uses removed.  This is now done
715         by <string.h>.
716         * lib/mempcpy.h: Likewise.
717         * lib/memrchr.h: Likewise.
718         * lib/stpcpy.h: Likewise.
719         * lib/stpncpy.h: Likewise.
720         * lib/strcase.h: Likewise.
721         * lib/strchrnul.h: Likewise.
722         * lib/strdup.h: Likewise.
723         * lib/strndup.h: Likewise.
724         * lib/strnlen.h: Likewise.
725         * lib/strpbrk.h: Likewise.
726         * lib/strsep.h: Likewise.
727         * lib/strstr.h: Likewise.
728         * lib/strtok_r.h: Likewise.
729         * lib/string_.h: New file.
730         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
731         Rely on <string.h> instead.
732         * lib/canon-host.c: Likewise.
733         * lib/chdir-long.c: Likewise.
734         * lib/concatpath.c: Likewise.
735         * lib/exclude.c: Likewise.
736         * lib/fchdir.c: Likewise.
737         * lib/getaddrinfo.c: Likewise.
738         * lib/getcwd.c: Likewise.
739         * lib/getsubopt.c: Likewise.
740         * lib/glob.c: Likewise.
741         * lib/hard-locale.c: Likewise.
742         * lib/iconvme.c: Likewise.
743         * lib/javacomp.c: Likewise.
744         * lib/mempcpy.c: Likewise.
745         * lib/memrchr.c: Likewise.
746         * lib/regex_internal.h: Likewise.
747         * lib/stpncpy.c: Likewise.
748         * lib/strcasecmp.c: Likewise.
749         * lib/strchrnul.c: Likewise.
750         * lib/strdup.c: Likewise.
751         * lib/striconv.c: Likewise.
752         * lib/striconveh.c: Likewise.
753         * lib/striconveha.c: Likewise.
754         * lib/strncasecmp.c: Likewise.
755         * lib/strndup.c: Likewise.
756         * lib/strnlen.c: Likewise.
757         * lib/strsep.c: Likewise.
758         * lib/strstr.c: Likewise.
759         * lib/strtok_r.c: Likewise.
760         * lib/userspec.c: Likewise.
761         * lib/w32spawn.h: Likewise.
762         * lib/xstrndup.c: Likewise.
763         * lib/mountlist.c (strstr): Remove decl.
764         * m4/string_h.m4: New file.
765         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
766         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
767         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
768         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
769         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
770         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
771         Set REPLACE_STRCASECMP if necessary.
772         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
773         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
774         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
775         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
776         HAVE_DECL_STRDUP if necessary.
777         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
778         since gl_FUNC_STRNDUP does that now.
779         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
780         Check for decl here...
781         (gl_PREREQ_STRNLEN): ... not here.
782         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
783         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
784         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
785         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
786         necessary.
787         * modules/string: New file.
788         * modules/memmem (Files): Remove special-purpose include file.
789         (Depends-on): Add string.
790         (Include): Include <string.h>, not the removed file.
791         * modules/mempcpy: Likewise.
792         * modules/memrchr: Likewise.
793         * modules/stpcpy: Likewise.
794         * modules/stpncpy: Likewise.
795         * modules/strcase: Likewise.
796         * modules/strchrnul: Likewise.
797         * modules/strdup: Likewise.
798         * modules/strndup: Likewise.
799         * modules/strnlen: Likewise.
800         * modules/strpbrk: Likewise.
801         * modules/strsep: Likewise.
802         * modules/strstr: Likewise.
803         * modules/strtok_r: Likewise.
804         * tests/test-dirname.c: Don't include "strdup.h", since
805         <string.h> now suffices.
806         * tests/test-memmem.c: Don't include "memmem.h", since
807         <string.h> now suffices.
808
809 2007-01-25  Bruno Haible  <bruno@clisp.org>
810
811         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
812         *resultp is 0.
813
814         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
815         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
816         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
817         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
818
819         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
820         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
821         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
822         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
823         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
824         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
825
826 2007-01-24  Bruno Haible  <bruno@clisp.org>
827
828         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
829         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
830         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
831         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
832         gl_FUNC_FTS_CORE.
833         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
834         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
835         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
836         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
837         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
838         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
839         gl_FUNC_FCHOWNAT.
840         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
841         gl_FUNC_STRFTIME.
842         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
843         Reported by Ralf Wildenhues.
844
845 2007-01-24  Bruno Haible  <bruno@clisp.org>
846
847         Drop AC_REQUIRE calls that are redundant with the module dependencies.
848         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
849         gl_GETADDRINFO.
850         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
851         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
852         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
853
854 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
855
856         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
857         Don't use 'exit'; just return from 'main'.
858         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
859
860         * lib/fnmatch_.h: Readjust white space and comments to match
861         glibc, to avoid spurious diffs.
862
863 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
864
865         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
866         2004-12-01 change by Jakub Jelinek, since this code won't compile
867         if !LIBC.  Problem reported by Bob Proulx.
868
869 2007-01-23  Bruno Haible  <bruno@clisp.org>
870
871         * lib/striconveh.c: Include c-strcaseeq.h.
872         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
873         * modules/striconveh (Depends-on): Add c-strcaseeq.
874
875 2007-01-23  Bruno Haible  <bruno@clisp.org>
876
877         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
878
879         * modules/c-strcaseeq: New file.
880         * lib/c-strcaseeq.h: New file.
881
882         * modules/streq: New file.
883         * lib/streq.h: New file.
884
885 2007-01-23  Bruno Haible  <bruno@clisp.org>
886
887         * modules/striconveha-tests: New file.
888         * tests/test-striconveha.c: New file.
889
890         * lib/striconveha.h: Include <stdbool.h>.
891         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
892         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
893         (mem_iconveha_notranslit): Renamed from mem_iconveha.
894         (mem_iconveha): New function.
895         (str_iconveha_notranslit): Renamed from str_iconveha.
896         (str_iconveha): New function.
897         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
898         c-strcase.
899
900 2007-01-23  Bruno Haible  <bruno@clisp.org>
901
902         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
903         encodings without forgiving before trying any encoding with handler.
904         (str_iconveha): Try all encodings without forgiving before trying any
905         encoding with handler.
906
907 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
908
909         Import the following changes from libc.
910
911         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
912
913         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
914
915         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
916
917         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
918         normal_bracket label.
919
920         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
921
922         [BZ #361]
923         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
924         to normal_bracket after fetching the next character.
925
926 2007-01-22  Bruno Haible  <bruno@clisp.org>
927
928         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
929         argument.
930         * lib/striconveh.c (iconv_carefully_1): New function.
931         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
932         argument.
933         (str_cd_iconveh): Update.
934         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
935         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
936         * tests/test-striconveh.c (MAGIC): New macro.
937         (new_offsets): New function.
938         (main): Test call with and without offsets.
939
940 2007-01-22  Bruno Haible  <bruno@clisp.org>
941
942         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
943         * modules/sys_select (Makefile.am): Likewise.
944         * modules/sys_socket (Makefile.am): Likewise.
945         * modules/sys_time (Makefile.am): Likewise.
946
947 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
948
949         * modules/gettimeofday (License): Change from GPL to LGPL, since
950         gettimeofday is a library function.
951
952 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
953
954         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
955
956 2007-01-21  Bruno Haible  <bruno@clisp.org>
957
958         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
959
960 2007-01-21  Bruno Haible  <bruno@clisp.org>
961
962         * modules/striconveha: New file.
963         * lib/striconveha.h: New file.
964         * lib/striconveha.c: New file.
965         * MODULES.html.sh (Internationalization functions): Add striconveha.
966         * lib/striconv.c (str_iconv): Optimize the case of an empty input
967         string.
968         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
969
970 2007-01-21  Bruno Haible  <bruno@clisp.org>
971
972         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
973         * lib/striconveh.c (str_iconveh): Likewise.
974
975 2007-01-21  Bruno Haible  <bruno@clisp.org>
976
977         * lib/striconveh.h (mem_iconveh): New declaration.
978         * lib/striconveh.c (mem_iconveh): New function.
979         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
980
981 2007-01-21  Bruno Haible  <bruno@clisp.org>
982
983         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
984
985         * lib/striconveh.h (mem_cd_iconveh): Change specification.
986         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
987         original result buffer.
988         (str_cd_iconveh): Update.
989         * tests/test-striconveh.c (main): Update.
990
991         * lib/striconv.h (mem_cd_iconv): Change specification.
992         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
993         result buffer.
994         (str_cd_iconv): Update.
995         * tests/test-striconv.c (main): Update.
996
997 2007-01-21  Bruno Haible  <bruno@clisp.org>
998
999         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1000
1001 2007-01-20  Jim Meyering  <jim@meyering.net>
1002
1003         * lib/userspec.c (parse_with_separator): If a user or group string
1004         starts with "+", skip the corresponding name-to-ID look-up, since
1005         such a look-up must fail: user and group names may not include "+".
1006
1007 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1008
1009         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1010         since we now assume the sys_time module.
1011         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1012         check for sys/time.h; no longer needed.
1013         * modules/poll (Depends-on): Depend on sys_time.
1014
1015 2007-01-18  Bruno Haible  <bruno@clisp.org>
1016
1017         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1018         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1019
1020         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1021         gettimeofday.
1022
1023         * tests/test-gettimeofday.c: Include <time.h>.
1024         (dummy): Remove variable.
1025
1026         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1027         gl_HEADER_SYS_TIME_H.
1028         (gl_HEADER_SYS_TIME_H): New macro.
1029
1030         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1031         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1032         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1033         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1034         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1035         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1036         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1037         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1038         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1039         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1040         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1041
1042         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1043         last change; it caused a compilation error when cross-compiling to
1044         Cygwin.
1045
1046 2007-01-18  Jim Meyering  <jim@meyering.net>
1047
1048         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1049         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1050         than the race-prone "test -d sys || mkdir sys".
1051         (configure.ac): Use AC_PROG_MKDIR_P.
1052         * modules/sys_select: Likewise.
1053         * modules/sys_socket: Likewise.
1054         * modules/sys_time: Likewise.
1055
1056 2007-01-18  Eric Blake  <ebb9@byu.net>
1057
1058         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1059         replace gettimeofday.
1060         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1061         name, to avoid infinite recursion.
1062
1063 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1064
1065         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1066         module sys_time.
1067         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1068         assume timespec.h defines struct timeval.
1069         * lib/settime.c: Likewise.
1070         * lib/utimens.c: Likewise.
1071         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1072         since we now assume the gettimeofday module.
1073         * lib/tempname.c (__gen_tempname): Likewise.
1074         * lib/gettimeofday.h: Remove.
1075         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1076         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1077         Include <time.h>, for 'time()'.
1078         (localtime_buffer_addr): Also use this workaround if
1079         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1080         to simplify the uses.  All uses changed.
1081         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1082         that #undef is inside {}, and 'const' follows type name consistently.
1083         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1084         (gettimeofday): Do not use the maximum possible value for
1085         tv->tv_usec, since that might break usages other than ls.c.
1086         Instead, we'll leave ls.c alone.  This undoes today's patch
1087         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1088         we've never observed the problem but might as well keep the
1089         canary.
1090         * lib/nanosleep.c: Include timespec.h first, for interface check.
1091         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1092         now assume the sys_time module.
1093         * lib/tempname.c: Likewise.
1094         * lib/timespec.h: Likewise.
1095         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1096         needed.
1097         * lib/strftime.c: Likewise.
1098         * lib/timespec.h: Likewise.
1099         * lib/posixtm.c: Include posixtm.h first, for interface check.
1100         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1101         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1102         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1103         * lib/sys_time_.h: New file.
1104         * lib/timespec.h (struct timespec): Use long int, not long.
1105         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1106         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1107         Remove obsolescent call to AC_HEADER_TIME.
1108         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1109         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1110         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1111         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1112         Likewise.
1113         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1114         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1115         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1116         into the sys_time module.  Check for gettimeofday just once.
1117         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1118         for gettimeofday signature to just check the signature.  Merely
1119         compile it, since linking doesn't test signature.  Improve test for
1120         whether gettimeofday.o is actually needed.
1121         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1122         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1123         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1124         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1125         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1126         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1127         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1128         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1129         than worrying about sys/time.h.
1130         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1131         Don't bother worrying about TIME_WITH_SYS_TIME.
1132         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1133         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1134         * m4/sys_time_h.m4: New file.
1135         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1136         Don't include sys/time.h.  Return from main rather than exiting.
1137         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1138         all uses changed.
1139         * modules/gethrxtime (Depends-on): Add sys_time.
1140         * modules/gettime (Depends-on): Likewise.
1141         * modules/gettimeofday (Depends-on): Likewise.
1142         * modules/nanosleep (Depends-on): Likewise.
1143         * modules/settime (Depends-on): Likewise.
1144         * modules/tempname (Depends-on): Likewise.
1145         * modules/utimens (Depends-on): Likewise.
1146         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1147         (Include:) Change back to <sys/time.h>.
1148         (Maintainer:) Add self.
1149         * modules/sys_time: New file.
1150         * modules/tempname (Depends-on): Add gettimeofday.
1151         * tests/test-gettimeofday.c: Include <sys/time.h>
1152         rather than gettimeofday.h.
1153
1154 2007-01-17  Bruno Haible  <bruno@clisp.org>
1155
1156         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1157         the license default to GPL.
1158         (func_create_testdir): Don't complain if a module is LGPL and its
1159         tests module depends on GPLed modules.
1160
1161 2007-01-17  Bruno Haible  <bruno@clisp.org>
1162
1163         * lib/gettimeofday.c (gettimeofday): Add code for the case
1164         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1165         maximum possible value for tv->tv_usec, rather than the minimum one.
1166
1167 2005-10-08  Martin Lambers  <marlam@marlam.de>
1168 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1169 2007-01-16  Bruno Haible  <bruno@clisp.org>
1170
1171         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1172         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1173         gl_FUNC_GETTIMEOFDAY.
1174         (Include): Add gettimeofday.h.
1175         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1176         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1177         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1178         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1179         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1180         * lib/gettimeofday.h: New file.
1181         * lib/gettimeofday.c: Include <sys/timeb.h>.
1182         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1183         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1184         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1185         fall back on time().
1186
1187         * tests/test-gettimeofday.c: New file.
1188         * modules/gettimeofday-tests: New file.
1189
1190 2007-01-16  Eric Blake  <ebb9@byu.net>
1191
1192         * modules/fnmatch (Depends-on): Depend on wchar.
1193         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1194         * m4/fnmatch.m4: Likewise.
1195         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1196         * m4/mbchar.m4: Likewise.
1197         * modules/mbswidth (Depends-on): Depend on wchar.
1198         * lib/mbswidth.c: Assume <wchar.h>.
1199         * m4/mbswidth.m4: Likewise.
1200         * modules/quotearg (Depends-on): Depend on wchar.
1201         * lib/quotearg.c: Assume <wchar.h>.
1202         * m4/quotearg.m4: Likewise.
1203         * modules/regex (Depends-on): Depend on wchar.
1204         * lib/regex_internal.h: Assume <wchar.h>.
1205         * m4/regex.m4: Likewise.
1206         * modules/stdint (Depends-on): Depend on wchar.
1207         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1208         * m4/stdint.m4: Likewise.
1209         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1210         * modules/strftime (Depends-on): Depend on wchar.
1211         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1212         * modules/strtol (Depends-on): Depend on wchar.
1213         * lib/strtol.c: Assume <wchar.h>.
1214         * modules/wcwidth (Depends-on): Depend on wchar.
1215         * lib/wcwidth.h: Assume <wchar.h>.
1216         * m4/wcwidth.m4: Likewise.
1217
1218 2007-01-16  Bruno Haible  <bruno@clisp.org>
1219
1220         * modules/csharpexec-script: New, created from...
1221         * modules/csharpexec: ... this.
1222
1223 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1224
1225         * modules/javaexec-script: New, created from...
1226         * modules/javaexec: ... this.
1227
1228 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1229
1230         * modules/poll (Dependencies): Add sys_select.
1231
1232 2007-01-15  Jim Meyering  <jim@meyering.net>
1233
1234         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1235         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1236         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1237         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1238
1239 2007-01-15  Bruno Haible  <bruno@clisp.org>
1240
1241         * modules/striconveh: New file.
1242         * lib/striconveh.h: New file.
1243         * lib/striconveh.c: New file.
1244         * MODULES.html.sh (Internationalization functions): Add striconveh.
1245
1246         * modules/striconveh-tests: New file.
1247         * tests/test-striconveh.c: New file.
1248
1249 2007-01-15  Bruno Haible  <bruno@clisp.org>
1250
1251         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1252         not from GNU libiconv or GNU libc.
1253
1254 2007-01-15  Bruno Haible  <bruno@clisp.org>
1255
1256         * doc/gnulib-intro.texi (Copyright): Explain the different license
1257         terms for module descriptions, autoconf macros, tests, documentation.
1258
1259 2007-01-14  Bruno Haible  <bruno@clisp.org>
1260
1261         * modules/striconv-tests: New file.
1262         * tests/test-striconv.c: New file.
1263
1264 2007-01-14  Bruno Haible  <bruno@clisp.org>
1265
1266         * modules/iconv-tests: New file.
1267         * tests/test-iconv.c: New file.
1268
1269 2007-01-14  Bruno Haible  <bruno@clisp.org>
1270
1271         * gnulib-tool (func_get_license): For test modules, use the license of
1272         the main module.
1273
1274 2007-01-14  Bruno Haible  <bruno@clisp.org>
1275
1276         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1277         if iconv is found to exist.
1278
1279 2007-01-14  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/c-ctype-tests: New file.
1282         * tests/test-c-ctype.c: New file.
1283
1284 2007-01-14  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/binary-io-tests: New file.
1287         * tests/test-binary-io.sh: New file.
1288         * tests/test-binary-io.c: New file.
1289
1290 2007-01-14  Bruno Haible  <bruno@clisp.org>
1291
1292         * modules/array-oset-tests: New file.
1293         * tests/test-array_oset.c: New file.
1294
1295 2007-01-14  Bruno Haible  <bruno@clisp.org>
1296
1297         * modules/array-list-tests: New file.
1298         * tests/test-array_list.c: New file.
1299
1300 2007-01-14  Bruno Haible  <bruno@clisp.org>
1301
1302         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1303         and make.
1304         Reported by Simon Josefsson in
1305         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1306
1307 2007-01-14  Bruno Haible  <bruno@clisp.org>
1308
1309         * modules/allocsa-tests: New file.
1310         * tests/test-allocsa.c: New file.
1311
1312 2007-01-14  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/fchdir (Depends-on): Add absolute-header.
1315         * modules/unistd (Depends-on): Likewise.
1316
1317 2006-12-30  Bruno Haible  <bruno@clisp.org>
1318
1319         * modules/fchdir: New file.
1320         * modules/unistd (Files): Add lib/unistd_.h.
1321         (Makefile.am): Generate unistd.h from unistd_.h.
1322         * lib/fchdir.c: New file.
1323         * lib/dirent_.h: New file.
1324         * lib/unistd_.h: New file.
1325         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1326         * m4/fchdir.m4: New file.
1327         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1328         (gl_HEADER_UNISTD): Invoke it.
1329         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1330         function.
1331         * lib/backupfile.c (opendir, closedir): Undefine.
1332         * lib/chown.c (open, close): Undefine.
1333         * lib/clean-temp.c (open, close): Undefine.
1334         * lib/copy-file.c (open, close): Undefine.
1335         * lib/execute.c (open, close): Undefine.
1336         * lib/fsusage.c (open, close): Undefine.
1337         * lib/gc-gnulib.c (open, close): Undefine.
1338         * lib/getcwd.c (opendir, closedir): Undefine.
1339         * lib/glob.c (opendir, closedir): Undefine.
1340         * lib/javacomp.c (open, close): Undefine.
1341         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1342         * lib/openat-proc.c (open, close): Undefine.
1343         * lib/pagealign_alloc.c (open, close): Undefine.
1344         * lib/pipe.c (open, close): Undefine.
1345         * lib/progreloc.c (open, close): Undefine.
1346         * lib/savedir.c (opendir, closedir): Undefine.
1347         * lib/utime.c (open, close): Undefine.
1348         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1349
1350 2007-01-10  Bruno Haible  <bruno@clisp.org>
1351
1352         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1353
1354 2007-01-12  Eric Blake  <ebb9@byu.net>
1355
1356         Provide a robust <wchar.h>.  Further simplifications are now
1357         possible in other modules, but not included here.
1358         * modules/wchar: New module.
1359         * m4/wchar.m4: New file.
1360         * lib/wchar_.h: Likewise.
1361         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1362         of the new module.
1363         * MODULES.html.sh (Extended multibyte and wide character utilities):
1364         New section.
1365
1366 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1367
1368         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1369         to a reasonable default for memory allocation.
1370         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1371         file system that reports garbage st_size values for symlinks.
1372         Problem reported by Liyang Hu.
1373
1374 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1375
1376         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1377         Emacs .#* auto-save files).
1378
1379 2007-01-11  Bruno Haible  <bruno@clisp.org>
1380
1381         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1382         directory.
1383
1384 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1385
1386         Use @...@ consistently in lib/wctype_.h.
1387         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1388         on it being set to 1 or 0.
1389         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1390         go back to AC_SUBSTing it.
1391         * modules/wctype (Makefile.am): Undo previous change.
1392
1393 2007-01-10  Eric Blake  <ebb9@byu.net>
1394
1395         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1396         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1397         * modules/wctype (Makefile.am): Likewise.
1398         Reported by Chris McGuire.
1399
1400 2007-01-10  Jim Meyering  <jim@meyering.net>
1401
1402         fts.c: a small readability/maintainability improvement
1403         * lib/fts.c (fts_read): Make this code slightly more readable and
1404         maintainable by hoisting the "sp->fts_cur = p" assignments to
1405         immediately follow the statements that set P.  Derived from
1406         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1407
1408 2007-01-10  Eric Blake  <ebb9@byu.net>
1409
1410         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1411         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1412         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1413         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1414         Reported by Chris McGuire.
1415
1416 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1417
1418         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1419         in sed script.
1420
1421 2007-01-09  Bruno Haible  <bruno@clisp.org>
1422
1423         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1424         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1425         variables.
1426         (func_module): Use them.
1427
1428 2007-01-09  Bruno Haible  <bruno@clisp.org>
1429
1430         * modules/unistr/base: New file.
1431         * lib/unistr.h: New file.
1432
1433         * modules/unistr/u8-to-u16: New file.
1434         * lib/unistr/u8-to-u16.c: New file.
1435
1436         * modules/unistr/u8-to-u32: New file.
1437         * lib/unistr/u8-to-u32.c: New file.
1438
1439         * modules/unistr/u16-to-u8: New file.
1440         * lib/unistr/u16-to-u8.c: New file.
1441
1442         * modules/unistr/u16-to-u32: New file.
1443         * lib/unistr/u16-to-u32.c: New file.
1444
1445         * modules/unistr/u32-to-u8: New file.
1446         * lib/unistr/u32-to-u8.c: New file.
1447
1448         * modules/unistr/u32-to-u16: New file.
1449         * lib/unistr/u32-to-u16.c: New file.
1450
1451         * modules/unistr/u8-check: New file.
1452         * modules/unistr/u16-check: New file.
1453         * modules/unistr/u32-check: New file.
1454         * lib/unistr/u8-check.c: New file.
1455         * lib/unistr/u16-check.c: New file.
1456         * lib/unistr/u32-check.c: New file.
1457
1458         * modules/unistr/u8-chr: New file.
1459         * modules/unistr/u16-chr: New file.
1460         * modules/unistr/u32-chr: New file.
1461         * lib/unistr/u8-chr.c: New file.
1462         * lib/unistr/u16-chr.c: New file.
1463         * lib/unistr/u32-chr.c: New file.
1464
1465         * modules/unistr/u8-cmp: New file.
1466         * modules/unistr/u16-cmp: New file.
1467         * modules/unistr/u32-cmp: New file.
1468         * lib/unistr/u8-cmp.c: New file.
1469         * lib/unistr/u16-cmp.c: New file.
1470         * lib/unistr/u32-cmp.c: New file.
1471
1472         * modules/unistr/u8-cpy: New file.
1473         * modules/unistr/u16-cpy: New file.
1474         * modules/unistr/u32-cpy: New file.
1475         * lib/unistr/u8-cpy.c: New file.
1476         * lib/unistr/u16-cpy.c: New file.
1477         * lib/unistr/u32-cpy.c: New file.
1478         * lib/unistr/u-cpy.h: New file.
1479
1480         * modules/unistr/u8-cpy-alloc: New file.
1481         * modules/unistr/u16-cpy-alloc: New file.
1482         * modules/unistr/u32-cpy-alloc: New file.
1483         * lib/unistr/u8-cpy-alloc.c: New file.
1484         * lib/unistr/u16-cpy-alloc.c: New file.
1485         * lib/unistr/u32-cpy-alloc.c: New file.
1486         * lib/unistr/u-cpy-alloc.h: New file.
1487
1488         * modules/unistr/u8-endswith: New file.
1489         * modules/unistr/u16-endswith: New file.
1490         * modules/unistr/u32-endswith: New file.
1491         * lib/unistr/u8-endswith.c: New file.
1492         * lib/unistr/u16-endswith.c: New file.
1493         * lib/unistr/u32-endswith.c: New file.
1494         * lib/unistr/u-endswith.h: New file.
1495
1496         * modules/unistr/u8-mblen: New file.
1497         * modules/unistr/u16-mblen: New file.
1498         * modules/unistr/u32-mblen: New file.
1499         * lib/unistr/u8-mblen.c: New file.
1500         * lib/unistr/u16-mblen.c: New file.
1501         * lib/unistr/u32-mblen.c: New file.
1502
1503         * modules/unistr/u8-mbtouc: New file.
1504         * modules/unistr/u16-mbtouc: New file.
1505         * modules/unistr/u32-mbtouc: New file.
1506         * lib/unistr/u8-mbtouc.c: New file.
1507         * lib/unistr/u16-mbtouc.c: New file.
1508         * lib/unistr/u32-mbtouc.c: New file.
1509
1510         * modules/unistr/u8-mbtouc-safe: New file.
1511         * modules/unistr/u16-mbtouc-safe: New file.
1512         * modules/unistr/u32-mbtouc-safe: New file.
1513         * lib/unistr/u8-mbtouc-safe.c: New file.
1514         * lib/unistr/u16-mbtouc-safe.c: New file.
1515         * lib/unistr/u32-mbtouc-safe.c: New file.
1516
1517         * modules/unistr/u8-move: New file.
1518         * modules/unistr/u16-move: New file.
1519         * modules/unistr/u32-move: New file.
1520         * lib/unistr/u8-move.c: New file.
1521         * lib/unistr/u16-move.c: New file.
1522         * lib/unistr/u32-move.c: New file.
1523         * lib/unistr/u-move.h: New file.
1524
1525         * modules/unistr/u8-next: New file.
1526         * modules/unistr/u16-next: New file.
1527         * modules/unistr/u32-next: New file.
1528         * lib/unistr/u8-next.c: New file.
1529         * lib/unistr/u16-next.c: New file.
1530         * lib/unistr/u32-next.c: New file.
1531
1532         * modules/unistr/u8-prev: New file.
1533         * modules/unistr/u16-prev: New file.
1534         * modules/unistr/u32-prev: New file.
1535         * lib/unistr/u8-prev.c: New file.
1536         * lib/unistr/u16-prev.c: New file.
1537         * lib/unistr/u32-prev.c: New file.
1538
1539         * modules/unistr/u8-set: New file.
1540         * modules/unistr/u16-set: New file.
1541         * modules/unistr/u32-set: New file.
1542         * lib/unistr/u8-set.c: New file.
1543         * lib/unistr/u16-set.c: New file.
1544         * lib/unistr/u32-set.c: New file.
1545         * lib/unistr/u-set.h: New file.
1546
1547         * modules/unistr/u8-startswith: New file.
1548         * modules/unistr/u16-startswith: New file.
1549         * modules/unistr/u32-startswith: New file.
1550         * lib/unistr/u8-startswith.c: New file.
1551         * lib/unistr/u16-startswith.c: New file.
1552         * lib/unistr/u32-startswith.c: New file.
1553         * lib/unistr/u-startswith.h: New file.
1554
1555         * modules/unistr/u8-stpcpy: New file.
1556         * modules/unistr/u16-stpcpy: New file.
1557         * modules/unistr/u32-stpcpy: New file.
1558         * lib/unistr/u8-stpcpy.c: New file.
1559         * lib/unistr/u16-stpcpy.c: New file.
1560         * lib/unistr/u32-stpcpy.c: New file.
1561         * lib/unistr/u-stpcpy.h: New file.
1562
1563         * modules/unistr/u8-stpncpy: New file.
1564         * modules/unistr/u16-stpncpy: New file.
1565         * modules/unistr/u32-stpncpy: New file.
1566         * lib/unistr/u8-stpncpy.c: New file.
1567         * lib/unistr/u16-stpncpy.c: New file.
1568         * lib/unistr/u32-stpncpy.c: New file.
1569         * lib/unistr/u-stpncpy.h: New file.
1570
1571         * modules/unistr/u8-strcat: New file.
1572         * modules/unistr/u16-strcat: New file.
1573         * modules/unistr/u32-strcat: New file.
1574         * lib/unistr/u8-strcat.c: New file.
1575         * lib/unistr/u16-strcat.c: New file.
1576         * lib/unistr/u32-strcat.c: New file.
1577         * lib/unistr/u-strcat.h: New file.
1578
1579         * modules/unistr/u8-strchr: New file.
1580         * modules/unistr/u16-strchr: New file.
1581         * modules/unistr/u32-strchr: New file.
1582         * lib/unistr/u8-strchr.c: New file.
1583         * lib/unistr/u16-strchr.c: New file.
1584         * lib/unistr/u32-strchr.c: New file.
1585
1586         * modules/unistr/u8-strcmp: New file.
1587         * modules/unistr/u16-strcmp: New file.
1588         * modules/unistr/u32-strcmp: New file.
1589         * lib/unistr/u8-strcmp.c: New file.
1590         * lib/unistr/u16-strcmp.c: New file.
1591         * lib/unistr/u32-strcmp.c: New file.
1592
1593         * modules/unistr/u8-strcpy: New file.
1594         * modules/unistr/u16-strcpy: New file.
1595         * modules/unistr/u32-strcpy: New file.
1596         * lib/unistr/u8-strcpy.c: New file.
1597         * lib/unistr/u16-strcpy.c: New file.
1598         * lib/unistr/u32-strcpy.c: New file.
1599         * lib/unistr/u-strcpy.h: New file.
1600
1601         * modules/unistr/u8-strcspn: New file.
1602         * modules/unistr/u16-strcspn: New file.
1603         * modules/unistr/u32-strcspn: New file.
1604         * lib/unistr/u8-strcspn.c: New file.
1605         * lib/unistr/u16-strcspn.c: New file.
1606         * lib/unistr/u32-strcspn.c: New file.
1607         * lib/unistr/u-strcspn.h: New file.
1608
1609         * modules/unistr/u8-strdup: New file.
1610         * modules/unistr/u16-strdup: New file.
1611         * modules/unistr/u32-strdup: New file.
1612         * lib/unistr/u8-strdup.c: New file.
1613         * lib/unistr/u16-strdup.c: New file.
1614         * lib/unistr/u32-strdup.c: New file.
1615         * lib/unistr/u-strdup.h: New file.
1616
1617         * modules/unistr/u8-strlen: New file.
1618         * modules/unistr/u16-strlen: New file.
1619         * modules/unistr/u32-strlen: New file.
1620         * lib/unistr/u8-strlen.c: New file.
1621         * lib/unistr/u16-strlen.c: New file.
1622         * lib/unistr/u32-strlen.c: New file.
1623         * lib/unistr/u-strlen.h: New file.
1624
1625         * modules/unistr/u8-strmblen: New file.
1626         * modules/unistr/u16-strmblen: New file.
1627         * modules/unistr/u32-strmblen: New file.
1628         * lib/unistr/u8-strmblen.c: New file.
1629         * lib/unistr/u16-strmblen.c: New file.
1630         * lib/unistr/u32-strmblen.c: New file.
1631
1632         * modules/unistr/u8-strmbtouc: New file.
1633         * modules/unistr/u16-strmbtouc: New file.
1634         * modules/unistr/u32-strmbtouc: New file.
1635         * lib/unistr/u8-strmbtouc.c: New file.
1636         * lib/unistr/u16-strmbtouc.c: New file.
1637         * lib/unistr/u32-strmbtouc.c: New file.
1638
1639         * modules/unistr/u8-strncat: New file.
1640         * modules/unistr/u16-strncat: New file.
1641         * modules/unistr/u32-strncat: New file.
1642         * lib/unistr/u8-strncat.c: New file.
1643         * lib/unistr/u16-strncat.c: New file.
1644         * lib/unistr/u32-strncat.c: New file.
1645         * lib/unistr/u-strncat.h: New file.
1646
1647         * modules/unistr/u8-strncmp: New file.
1648         * modules/unistr/u16-strncmp: New file.
1649         * modules/unistr/u32-strncmp: New file.
1650         * lib/unistr/u8-strncmp.c: New file.
1651         * lib/unistr/u16-strncmp.c: New file.
1652         * lib/unistr/u32-strncmp.c: New file.
1653
1654         * modules/unistr/u8-strncpy: New file.
1655         * modules/unistr/u16-strncpy: New file.
1656         * modules/unistr/u32-strncpy: New file.
1657         * lib/unistr/u8-strncpy.c: New file.
1658         * lib/unistr/u16-strncpy.c: New file.
1659         * lib/unistr/u32-strncpy.c: New file.
1660         * lib/unistr/u-strncpy.h: New file.
1661
1662         * modules/unistr/u8-strnlen: New file.
1663         * modules/unistr/u16-strnlen: New file.
1664         * modules/unistr/u32-strnlen: New file.
1665         * lib/unistr/u8-strnlen.c: New file.
1666         * lib/unistr/u16-strnlen.c: New file.
1667         * lib/unistr/u32-strnlen.c: New file.
1668         * lib/unistr/u-strnlen.h: New file.
1669
1670         * modules/unistr/u8-strpbrk: New file.
1671         * modules/unistr/u16-strpbrk: New file.
1672         * modules/unistr/u32-strpbrk: New file.
1673         * lib/unistr/u8-strpbrk.c: New file.
1674         * lib/unistr/u16-strpbrk.c: New file.
1675         * lib/unistr/u32-strpbrk.c: New file.
1676         * lib/unistr/u-strpbrk.h: New file.
1677
1678         * modules/unistr/u8-strrchr: New file.
1679         * modules/unistr/u16-strrchr: New file.
1680         * modules/unistr/u32-strrchr: New file.
1681         * lib/unistr/u8-strrchr.c: New file.
1682         * lib/unistr/u16-strrchr.c: New file.
1683         * lib/unistr/u32-strrchr.c: New file.
1684
1685         * modules/unistr/u8-strspn: New file.
1686         * modules/unistr/u16-strspn: New file.
1687         * modules/unistr/u32-strspn: New file.
1688         * lib/unistr/u8-strspn.c: New file.
1689         * lib/unistr/u16-strspn.c: New file.
1690         * lib/unistr/u32-strspn.c: New file.
1691         * lib/unistr/u-strspn.h: New file.
1692
1693         * modules/unistr/u8-strstr: New file.
1694         * modules/unistr/u16-strstr: New file.
1695         * modules/unistr/u32-strstr: New file.
1696         * lib/unistr/u8-strstr.c: New file.
1697         * lib/unistr/u16-strstr.c: New file.
1698         * lib/unistr/u32-strstr.c: New file.
1699         * lib/unistr/u-strstr.h: New file.
1700
1701         * modules/unistr/u8-strtok: New file.
1702         * modules/unistr/u16-strtok: New file.
1703         * modules/unistr/u32-strtok: New file.
1704         * lib/unistr/u8-strtok.c: New file.
1705         * lib/unistr/u16-strtok.c: New file.
1706         * lib/unistr/u32-strtok.c: New file.
1707         * lib/unistr/u-strtok.h: New file.
1708
1709         * modules/unistr/u8-uctomb: New file.
1710         * modules/unistr/u16-uctomb: New file.
1711         * modules/unistr/u32-uctomb: New file.
1712         * lib/unistr/u8-uctomb.c: New file.
1713         * lib/unistr/u16-uctomb.c: New file.
1714         * lib/unistr/u32-uctomb.c: New file.
1715
1716         * MODULES.html.sh (Unicode string functions): Add the new modules.
1717
1718 2007-01-08  Bruno Haible  <bruno@clisp.org>
1719
1720         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1721         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1722         subdirectories.
1723
1724 2007-01-08  Karl Berry  <karl@gnu.org>
1725
1726         * doc/error.texi: mention that main() fns must set program_name
1727         when progname is used.
1728
1729 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1730
1731         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1732         WCTYPE_H is empty, for the benefit of builds from non-distclean
1733         directories.  Problem reported by Eric Blake in
1734         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1735
1736 2007-01-08  Bruno Haible  <bruno@clisp.org>
1737
1738         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1739         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1740         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1741         PROVIDE_CANONICALIZE_FILENAME_MODE.
1742         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1743
1744 2007-01-08  Bruno Haible  <bruno@clisp.org>
1745
1746         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1747         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1748         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1749         * lib/fts.c: Likewise.
1750         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1751
1752 2006-12-25  Bruno Haible  <bruno@clisp.org>
1753
1754         * modules/utf8-ucs4-safe: New file.
1755         * lib/utf8-ucs4-safe.h: New file.
1756         * lib/unistr/utf8-ucs4-safe.c: New file.
1757
1758         * modules/utf16-ucs4-safe: New file.
1759         * lib/utf16-ucs4-safe.h: New file.
1760         * lib/unistr/utf16-ucs4-safe.c: New file.
1761
1762         * MODULES.html.sh (Unicode string functions): Add the new modules.
1763
1764 2007-01-08  Bruno Haible  <bruno@clisp.org>
1765
1766         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1767         (Depends-on): Add unitypes.
1768         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1769         (u8_mbtouc_aux): Move out to separate file.
1770         (u8_mbtouc): Use ucs4_t, uint8_t types.
1771         * lib/unistr/utf8-ucs4.c: New file.
1772
1773         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1774         (Depends-on): Add unitypes.
1775         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1776         (u16_mbtouc_aux): Move out to separate file.
1777         (u16_mbtouc): Use ucs4_t, uint16_t types.
1778         * lib/unistr/utf16-ucs4.c: New file.
1779
1780         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1781         (Depends-on): Add unitypes.
1782         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1783         (u8_uctomb_aux): Move out to separate file.
1784         (u8_uctomb): Use ucs4_t, uint8_t types.
1785         * lib/unistr/ucs4-utf8.c: New file.
1786
1787         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1788         (Depends-on): Add unitypes.
1789         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1790         (u16_uctomb_aux): Move out to separate file.
1791         (u16_uctomb): Use ucs4_t, uint16_t types.
1792         * lib/unistr/ucs4-utf16.c: New file.
1793
1794 2006-12-25  Bruno Haible  <bruno@clisp.org>
1795
1796         * modules/unitypes: New file.
1797         * lib/unitypes.h: New file.
1798         * MODULES.html.sh (func_all_modules): New section "Unicode string
1799         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1800         this section. Add unitypes.
1801
1802 2007-01-08  Bruno Haible  <bruno@clisp.org>
1803
1804         Avoid variable names that conflict with those from libtool.
1805         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1806         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1807         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1808         library_names_spec to acl_library_names_spec, hardcode_* to
1809         acl_hardcode_*.
1810         Reported by Ralf Wildenhues.
1811
1812 2007-01-08  Bruno Haible  <bruno@clisp.org>
1813
1814         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1815         definition.
1816         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1817         definition.
1818         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1819         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1820         definition.
1821         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1822         definition.
1823         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1824         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1825         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1826         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1827         definition.
1828         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1829         definition.
1830         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1831         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1832         GC_USE_<algorithm>.
1833         * lib/gc-libgcrypt.c: Likewise.
1834         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1835         * modules/gc-arctwo (configure.ac): Likewise.
1836         * modules/gc-des (configure.ac): Likewise.
1837         * modules/gc-hmac-md5 (configure.ac): Likewise.
1838         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1839         * modules/gc-md2 (configure.ac): Likewise.
1840         * modules/gc-md4 (configure.ac): Likewise.
1841         * modules/gc-md5 (configure.ac): Likewise.
1842         * modules/gc-random (configure.ac): Likewise.
1843         * modules/gc-rijndael (configure.ac): Likewise.
1844         * modules/gc-sha1 (configure.ac): Likewise.
1845
1846 2007-01-08  Bruno Haible  <bruno@clisp.org>
1847
1848         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1849         macro definition.
1850         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1851         definition.
1852         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1853         definition.
1854         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1855         * modules/fcntl-safer (configure.ac): Likewise.
1856         * modules/fopen-safer (configure.ac): Likewise.
1857         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1858         GNULIB_FWRITEERROR macro definition.
1859
1860 2007-01-08  Bruno Haible  <bruno@clisp.org>
1861
1862         * m4/gnulib-common.m4: New file.
1863         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1864         (func_get_filelist): Add m4/gnulib-common.m4.
1865
1866 2007-01-08  Bruno Haible  <bruno@clisp.org>
1867
1868         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1869         command.
1870
1871 2007-01-08  Jim Meyering  <jim@meyering.net>
1872
1873         Use a more robust test for a "can't happen" condition.
1874         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1875         narrowed the st_size value.  Presuming the "can't happen" condition
1876         is true, that narrowing could conceivably convert an invalid st_size
1877         value into a valid one.  Instead, use a change based on Matthew
1878         Woehlke's original patch.
1879
1880         Slight readability improvement: use an assert-like macro
1881         in place of literal "abort ()" uses.
1882         * lib/fts.c (fts_assert): Define.
1883         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1884         Use this macro instead of a bare 'abort'.
1885
1886 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1887
1888         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1889         simply work around them.
1890         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1891         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1892         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1893         Don't bother to define as macros, since the standard doesn't require it.
1894         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1895         longer worry about IRIX 5.3.
1896         (HAVE_WCTYPE_CTMP_BUG): Remove.
1897
1898 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1899
1900         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1901         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1902         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1903         Problems reported by Georg Schwarz for IRIX 5.3.
1904
1905         * gnulib-tool (autoconf_minversion): Take the maximum version number
1906         found, not the minimum.  Problem reported by James Youngman.
1907
1908 2007-01-03  Karl Berry  <karl@gnu.org>
1909
1910         * doc/error.texi: new file, explaining interaction with progname.
1911         * doc/gnulib.texi: include it.  Update copyright.
1912
1913 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1914
1915         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1916         AC_CANONICAL_HOST, to improve autobuild outputs.
1917
1918 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1919             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1920
1921         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1922         sockets, server sockets, and other file descriptors.  Count errors
1923         to compute the return value.  Reorder the code a bit to be easier
1924         to follow.  Don't set event bits that were not requested (except
1925         POLLERR and POLLHUP).
1926
1927 2007-01-01  Bruno Haible  <bruno@clisp.org>
1928
1929         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1930
1931 2007-01-03  Jim Meyering  <jim@meyering.net>
1932
1933         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1934
1935 2007-01-02  Bruno Haible  <bruno@clisp.org>
1936
1937         * modules/settime (Include): Require timespec.h.
1938         * modules/nanosleep (Include): Likewise.
1939
1940 2007-01-01  Bruno Haible  <bruno@clisp.org>
1941
1942         * gnulib-tool (func_emit_copyright_notice): Bump year.
1943         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1944
1945 2007-01-01  Bruno Haible  <bruno@clisp.org>
1946
1947         Improve support for OpenBSD.
1948         * build-aux/config.rpath (libname_spec): Export.
1949         (library_names_spec): New variable. Export.
1950         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1951         library_names_spec from the config.rpath output. Locate shared library
1952         through the name pattern in library_names_spec.
1953
1954 2007-01-01  Eric Blake  <ebb9@byu.net>
1955
1956         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1957
1958 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1959
1960         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1961         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1962         assume the C locale, and avoid an "eval" that could cause trouble.
1963         Problem with SORT reported by Bob Proulx.
1964
1965         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1966         Define.  Trivial patch from Henning Nielsen Lund, originally
1967         sent to bug-grep@gnu.org today.
1968
1969 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1970
1971         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1972         struct stat.  Problem reported by Henning Nielsen Lund.
1973         * lib/acl.c: Include acl.h first, to check interface.  Don't
1974         bother to include sys/types.h and sys/stat.h again.
1975
1976 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1977
1978         Import the following change from libc; problem reported by
1979         Sven Verdoolaege.
1980
1981         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1982
1983         [BZ #1373]
1984         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1985
1986 2006-12-28  Jim Meyering  <jim@meyering.net>
1987
1988         * build-aux/announce-gen: Do not assume that the package
1989         builds any of tar.gz, tar.bz2, and .xdelta files.
1990         Suggestion from Simon Josefsson.
1991
1992 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1993
1994         * modules/announce-gen: New file.
1995
1996 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1999         handles its gotchas now.
2000         * lib/mbswidth.c: Likewise.
2001         * lib/wcwidth.h: Likewise.
2002         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2003         and iswcntrl; the wctype module does this stuff now.
2004         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2006         * modules/mbchar (Depends-on): Add wctype.
2007         * modules/mbswidth (Depends-on): Likewise.
2008         * modules/wcwidth (Depends-on): Likewise.
2009
2010 2006-12-27  Eric Blake  <ebb9@byu.net>
2011
2012         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2013         module uses more than what <wctype.h> is required to provide.
2014
2015 2006-12-26  Eric Blake  <ebb9@byu.net>
2016
2017         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2018
2019 2006-12-26  Eric Blake  <ebb9@byu.net>
2020
2021         * modules/absolute-header: New module.
2022         * modules/fcntl (Depends-on): Depend on it.
2023         * modules/inttypes (Depends-on): Likewise.
2024         * modules/stdint (Depends-on): Likewise.
2025         * modules/sys_stat (Depends-on): Likewise.
2026         * modules/wctype (Depends-on): Likewise.
2027         * MODULES.html.sh (Support for building libraries and
2028         executables): Document it.
2029
2030 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2031
2032         * gnulib-tool (SED): Remove, undoing previous change.
2033         The problem was that it broke coreutils on Solaris, because
2034         "sed --posix" leaked into a makefile.
2035         (sed): New alias, if 'alias' and GNU sed.
2036
2037 2006-12-24  Jim Meyering  <jim@meyering.net>
2038
2039         Work around an fchownat bug in glibc-2.4:
2040         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2041         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2042         in spite of the -P option.
2043         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2044         New macros.
2045         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2046         * modules/openat (Files): Add lib/fchownat.c.
2047         * lib/openat.c (fchownat): Don't define here.  Move to...
2048         * lib/fchownat.c: ...this new file.
2049
2050 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2051
2052         Fix bug reported by Bruno Haible in
2053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2054         where quotearg.c didn't compile on Mac OS X 10.2 because it
2055         lacks <wchar.h> and wint_t.
2056         * lib/wctype_.h (__wctype_wint_t): New type.
2057         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2058         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2059         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2060         Arg is now of type __wctype_wint_t, not wint_t.
2061         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2062         substitute HAVE_WINT_T.
2063         * modules/wctype (Files): Add m4/wint_t.m4.
2064         (wctype.h): Substitute HAVE_WINT_T.
2065
2066 2006-12-23  Bruno Haible  <bruno@clisp.org>
2067
2068         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2069
2070 2006-12-23  Bruno Haible  <bruno@clisp.org>
2071
2072         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2073         S_ISLNK.
2074         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2075         mingw.
2076
2077 2006-12-22  Bruno Haible  <bruno@clisp.org>
2078
2079         * lib/copy-file.c: Include acl.h.
2080         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2081         Close the file descriptors only after being done with copy_acl.
2082         * modules/copy-file (Depends-on): Add acl.
2083
2084 2006-12-22  Bruno Haible  <bruno@clisp.org>
2085
2086         * gnulib-tool (SED): New variable.
2087         Use $SED instead of sed everywhere.
2088
2089 2006-12-22  Bruno Haible  <bruno@clisp.org>
2090
2091         * modules/no-c++: New file.
2092         * m4/no-c++.m4: New file.
2093         * MODULES.html.sh (Support for building libraries and executables):
2094         Add no-c++.
2095
2096 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2097
2098         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2099         Include <limits.h>, and use its INT_MAX to rewrite the
2100         j loop so that it does not overflow 'int'.  Problem reported by
2101         Ralf Wildenhues in
2102         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2103         Play it safe by shifting left by 1 rather than multiplying by 2,
2104         as GCC is less likely to optimize this away when the value
2105         is signed (when it assumes overflow leads to undefined behavior).
2106         Also, don't assume time_t uses two's complement.
2107
2108 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2109
2110         * MODULES.html.sh: New module wctype.
2111         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2112         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2113         <wctype.h>, since the new wctype module should fix this.
2114         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2115         the wctype module should arrange for it.
2116         * lib/regex_internal.h: Likewise.
2117         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2118         since the wctype module should handle this now.
2119         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2120         * modules/fnmatch (Depends-on): Add wctype.
2121         * modules/quotearg (Depends-on): Likewise.
2122         * modules/regex (Depends-on): Likewise.
2123
2124 2006-12-19  Bruno Haible  <bruno@clisp.org>
2125
2126         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2127         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2128
2129 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2130
2131         * modules/savewd (Depends-on): Fix dependency on fcntl.
2132
2133 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2134
2135         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2136         conforms to C99, rather than relying on the user's environment
2137         setting of STDINT_H.
2138
2139 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2140         and Eric Blake  <ebb9@byu.net>
2141
2142         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2143         This is more consistent with the other defines here.
2144         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2145         Port to z/OS.  Problem reported by Paul Gilmartin.
2146         Change local vars to use gl_ prefix rather than ac_.
2147         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2148         with other defines.
2149         * modules/double-slash-root: New module.
2150         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2151         (Depends-on): Add double-slash-root.
2152         * MODULES.html.sh (File system functions): Mention new module.
2153
2154 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2155
2156         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2157         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2158         This is for the benefit of gzip, which doesn't do i18n.
2159
2160 2006-12-12  Jim Meyering  <jim@meyering.net>
2161
2162         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2163         Reported by Andreas Schwab <schwab@suse.de>.
2164
2165 2006-12-12  Bruno Haible  <bruno@clisp.org>
2166
2167         Merge these changes.
2168         2006-09-05  Bruno Haible  <bruno@clisp.org>
2169         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2170         iconv_alloc succeeded.
2171         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2172         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2173         test for " && dest " at the end - dest is always != NULL there. Call
2174         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2175         with 2xNULL arguments, also to flush the state storage. Handle the
2176         IRIX iconv behaviour. Realloc the final result, to throw away unused
2177         memory.
2178
2179 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2180
2181         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2182         and fchmodat unconditionally, since glibc 2.4 has them.
2183         Problem reported by Arkadiusz Miskiewicz.
2184
2185 2006-12-10  Bruno Haible  <bruno@clisp.org>
2186
2187         * gnulib-tool (func_import): Show the include files only for those
2188         modules that are copied and specified.
2189         Reported by Karl Berry.
2190
2191 2006-12-08  Jim Meyering  <jim@meyering.net>
2192
2193         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2194         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2195
2196         * build-aux/announce-gen: Add two new options, both optional:
2197         --bootstrap-tools=TOOL_LIST
2198               a comma-separated list of tools, e.g.,
2199               autoconf,automake,bison,gnulib
2200         --gnulib-snapshot-date=DATE
2201               if gnulib is in the bootstrap tool list,
2202               then report this as the snapshot date.
2203               If not specified, use the current date/time.
2204               If you specify a date here, be sure it's UTC.
2205
2206 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2207
2208         * tests/test-argp-2.sh: Fix test to match actual output.
2209         (func_compare): Fix sed script to be portable.
2210
2211 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2212
2213         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2214         workaround for this case.  It is not autoconfigured now; offhand
2215         it's hard to see how to autoconfigure it.
2216
2217 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2218
2219         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2220         a directory that is about to be chowned.  Such a directory's
2221         initial file permissions should permit the owner only and this
2222         should not be changed until after the chown, since the group and
2223         other bits would be incorrect if they granted permission before
2224         the chown.
2225
2226         Fix porting problem for iswctype reported by Georg Schwarz in:
2227         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2228         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2229         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2230         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2231         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2232
2233 2006-12-03  Jim Meyering  <jim@meyering.net>
2234
2235         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2236         p->fts_statp may not yet be defined.
2237         (fts_read): Instead, set it in the caller, once p->fts_statp is
2238         sure to be defined, and corresponds to a top-level directory.
2239         This bug made du -x fail.  Here's the coreutils test case:
2240         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2241         Reported by Mike Frysinger.
2242
2243 2006-12-01  Jim Meyering  <jim@meyering.net>
2244
2245         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2246         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2247         Reported by Simon Josefsson.
2248
2249 2006-11-30  Jim Meyering  <jim@meyering.net>
2250
2251         * m4/warning.m4: Use the all-permissive copyright notice
2252         recommended by RMS (rather than LGPL).
2253         * m4/vararrays.m4: Likewise.
2254         * m4/flexmember.m4: Likewise.
2255
2256 2006-11-29  Bruno Haible  <bruno@clisp.org>
2257
2258         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2259         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2260         using +=.
2261         Reported by Simon Josefsson <simon@josefsson.org>.
2262
2263 2006-11-28  James Youngman <jay@gnu.org>
2264
2265         * README: Advise users that they might find the bug-gnulib@gnu.org
2266         and autotools-announce@gnu.org mailing lists useful.
2267
2268 2006-11-28  Bruno Haible  <bruno@clisp.org>
2269
2270         * m4/ptrdiff_max.m4: Remove file.
2271
2272 2006-11-21  Bruno Haible  <bruno@clisp.org>
2273
2274         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2275         _AC_COMPUTE_INT.
2276         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2277         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2278         _AC_COMPUTE_INT.
2279         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2280         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2281         _AC_COMPUTE_INT.
2282         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2283
2284 2006-11-28  Jim Meyering  <jim@meyering.net>
2285
2286         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2287         warning from "gcc -Wshadow" about shadowing the builtin.
2288
2289 2006-11-27  Bruno Haible  <bruno@clisp.org>
2290
2291         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2292         _AC_COMPUTE_INT.
2293         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2294
2295 2006-11-27  Bruno Haible  <bruno@clisp.org>
2296             Paul Eggert  <eggert@cs.ucla.edu>
2297
2298         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2299
2300 2006-11-26  Bruno Haible  <bruno@clisp.org>
2301
2302         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2303         noinst_LTLIBRARIES.
2304
2305 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2306             Bruno Haible  <bruno@clisp.org>
2307
2308         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2309         if compiling with "gcc -ansi".
2310
2311 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2312
2313         Fix some incompatibilities with gcc -ansi -pedantic.
2314         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2315         if compiling pedantically with GCC, unless it's C99 or later.
2316         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2317         it mishandles gcc -ansi -pedantic as well.
2318         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2319         if gcc -pedantic.
2320         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2321         initializers for struct if -pedantic, unless it's C99 or later.
2322
2323 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2324
2325         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2326         Don't close an fd more than once. Identical atimes indicate
2327         success, not failure.
2328
2329 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2330
2331         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2332
2333 2006-11-23  Jim Meyering  <jim@meyering.net>
2334
2335         * build-aux/announce-gen: New file.  From coreutils.
2336
2337 2006-11-22  Jim Meyering  <jim@meyering.net>
2338
2339         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2340         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2341         (fts_read): Use a temporary to narrow the overused st_size member
2342         before using it in a switch statement.  Reported by Matthew Woehlke.
2343
2344         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2345         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2346
2347 2006-11-20  Bruno Haible  <bruno@clisp.org>
2348
2349         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2350         changequote instead of pairs of brackets.
2351         Reported by Andreas Schwab <schwab@suse.de>.
2352
2353 2006-11-21  Jim Meyering  <jim@meyering.net>
2354
2355         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2356         so as to remain compatible with older compilers.
2357         Patch from Michael Deutschmann.
2358
2359 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2360
2361         * MODULES.html.sh (File system functions): Add openat.
2362
2363         * lib/openat.h (rpl_fstatat): New macro, if
2364         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2365         (fstatat): Define to rpl_fstatat under the same conditions,
2366         unless COMPILING_FSTATAT.
2367         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2368         seems to have the bug.
2369         * lib/fstatat.c: New file.
2370         * modules/openat (Files): Add it.
2371
2372 2006-11-20  Bruno Haible  <bruno@clisp.org>
2373
2374         * Makefile: New file.
2375
2376 2006-11-20  Jim Meyering  <jim@meyering.net>
2377
2378         The beginnings of syntax-related checks for gnulib.
2379         * lib/Makefile: New file.
2380         * lib/t-idcache: New script.  Ensure that the two halves of
2381         idcache.c stay in sync.
2382
2383         * lib/idcache.c: Adjust comments in user- and group- portions to
2384         be more accurate, and to be consistent with one another.
2385
2386 2006-11-20  Jim Meyering  <jim@meyering.net>
2387
2388         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2389         continue using the flexible array member (thus, this module performs
2390         half as many malloc calls), with the addition that...
2391         (getgroup, getuser): Consistently record a non-match via an empty
2392         "name" string, and map an empty string match to a NULL return value.
2393         * modules/idcache (Depends-on): Re-add flexmember.
2394
2395         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2396         (getuidbyname, getgroup, getgidbyname): Likewise.
2397
2398         Use cleaner syntax: NULL rather than 0.
2399         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2400
2401 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2402
2403         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2404         It mishandled the case where the group was missing.
2405         Problem reported by Greg Schafer.
2406         * modules/idcache: Likewise.
2407
2408 2006-11-18  Jim Meyering  <jim@meyering.net>
2409
2410         * check-module (%exempt_header): Add exception for some
2411         conditionally-included headers.
2412
2413         * modules/i-ring (Depends-on): Add verify.
2414         (License): Change to LGPL.
2415
2416 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2417
2418         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2419         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2420         and inttostr.h.  Use snprintf rather than uinttostr, so that
2421         LGPLed code doesn't depend on GPLed.
2422
2423 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2424
2425         * modules/inline (License): Change from GPL to LGPL.
2426
2427 2006-11-17  Jim Meyering  <jim@meyering.net>
2428
2429         * modules/d-type (License): Switch to LGPL.
2430
2431 2006-11-15  Bruno Haible  <bruno@clisp.org>
2432
2433         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2434
2435 2006-11-15  Eric Blake  <ebb9@byu.net>
2436
2437         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2438         the module dependency.
2439
2440 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2441             Bruno Haible  <bruno@clisp.org>
2442
2443         * gnulib-tool (func_create_testdir): Add license consistency check.
2444
2445 2006-11-15  Eric Blake  <ebb9@byu.net>
2446
2447         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2448         random "(cached)" in configure output.
2449
2450 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2451
2452         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2453         test for conforming inttypes.h is both announced and cached.
2454
2455         * MODULES.html.sh (seen_modules, seen_files): New variables.
2456         (func_module): Rewrite to use a few less gnulib-tool and sed
2457         invocations.  Avoid a couple of quadratic algorithms for ...
2458         (missed_modules, missed_files): ... these, with ...
2459         (func_append, func_tmpdir): ... these new functions, from
2460         gnulib-tool.  Analogously, install traps for cleanup.
2461
2462         * tests/test-gc.c (main): Remove unused variables.
2463         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2464
2465 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2466
2467         * modules/inttostr (License): Change to LGPL.
2468
2469 2006-11-14  Eric Blake  <ebb9@byu.net>
2470
2471         * modules/tempname (License): Change to LGPL.
2472
2473 2006-11-14  Eric Blake  <ebb9@byu.net>
2474
2475         * doc/functions.texi (Function Portability): *printf functions on
2476         Cygwin now understand all POSIX size specifiers.
2477
2478 2006-11-14  Bruno Haible  <bruno@clisp.org>
2479
2480         * modules/c-ctype (License): Change to LGPL.
2481
2482 2006-11-12  Bruno Haible  <bruno@clisp.org>
2483
2484         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2485         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2486         for GNOME libraries, for which the include files are installed in
2487         subdirectories of $prefix/include.
2488
2489 2006-11-12  Bruno Haible  <bruno@clisp.org>
2490
2491         * m4/lib-link.m4: Require at least autoconf-2.54.
2492         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2493         name to underscores for the --with option.
2494
2495 2006-11-13  Bruno Haible  <bruno@clisp.org>
2496
2497         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2498         the tests directory.
2499         Reported by Ralf Wildenhues.
2500
2501 2006-11-13  Bruno Haible  <bruno@clisp.org>
2502
2503         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2504         (func_emit_initmacro_end): Undo the override here.
2505         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2506         Works around the famous automake error in coreutils.
2507
2508 2006-11-13  Eric Blake  <ebb9@byu.net>
2509
2510         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2511         element, not its node.
2512
2513 2006-11-12  Bruno Haible  <bruno@clisp.org>
2514
2515         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2516         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2517
2518 2006-11-12  Bruno Haible  <bruno@clisp.org>
2519
2520         * gnulib-tool: New option --local-symlink.
2521         (func_usage): Document it.
2522         (lsymbolic): New variable.
2523         (func_import, func_create_testdir): If --symlink was not specified,
2524         test whether --local-symlink was specified and the file comes from
2525         the local_gnulib_dir.
2526
2527 2006-11-12  Bruno Haible  <bruno@clisp.org>
2528
2529         * gnulib-tool (func_ln): New function.
2530         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2531
2532 2006-11-12  Bruno Haible  <bruno@clisp.org>
2533
2534         Finish support for source files in subdirectories.
2535         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2536         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2537         AUTOMAKE_OPTIONS.
2538         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2539
2540 2006-11-12  Bruno Haible  <bruno@clisp.org>
2541
2542         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2543         EXTRA_lib_SOURCES augmentation.
2544         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2545
2546 2006-11-12  Jim Meyering  <jim@meyering.net>
2547
2548         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2549         file descriptors.  This also averts a failure on systems with
2550         native openat support when a traversed directory lacks "x" access.
2551         * lib/fts_.h: Include "i-ring.h"
2552         (struct FTS) [fts_fd_ring]: New member.
2553         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2554         (FCHDIR): Add parentheses.
2555         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2556         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2557         When descending, rather than simply closing the previous
2558         fts_cwd_fd value, push that file descriptor onto the ring.
2559         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2560         (fts_open): Initialize the new fd_ring member.
2561         (fts_close): Clear the ring.
2562         (fts_safe_changedir): When possible, use our new fd_ring to skip
2563         the diropen and fstat and dev/ino comparison that would normally
2564         accompany a virtual `chdir ("..")'.
2565
2566         * modules/fts (Depends-on): Add i-ring.
2567         * modules/i-ring: New module.
2568         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2569         * m4/i-ring.m4: New file.
2570
2571 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2572
2573         * gnulib-tool (func_create_testdir): Fix replacement of
2574         `build-aux' in configure.ac.  Run autotools in gltests
2575         subdirectory.
2576         (func_create_testdir, func_create_megatestdir, test): There is
2577         no need for '--force' in most autotool invocations in a new
2578         tree.  Actually fail the whole test if any of the tools, or the
2579         configure or make stages fail.
2580
2581         Sync from Automake.
2582         * build-aux/gnupload: Revert last change.  Add pointer to upload
2583         instructions of the GNU Maintenance Instructions.
2584         Suggestion by Karl Berry.
2585
2586 2006-11-10  Jim Meyering  <jim@meyering.net>
2587
2588         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2589
2590 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2591
2592         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2593         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2594         (bind_textdomain_codeset) [! ENABLE_NLS]:
2595         Evaluate all the arguments.  That way, callers get compatible behavior
2596         if the arguments have side effects.  Also, it avoids some GCC
2597         diagnostics in some cases; Joel E. Denny reported problems when Bison
2598         was configured with --enable-gcc-warnigs.
2599
2600 2006-11-10  Jim Meyering  <jim@meyering.net>
2601
2602         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2603         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2604         account.
2605
2606 2006-11-10  Jim Meyering  <jim@meyering.net>
2607
2608         * modules/inline: New file/module.
2609         * modules/xalloc (Files): Remove m4/inline.m4.
2610         (Depends-on): Add inline, instead.
2611         * modules/oset: Likewise.
2612         * modules/list: Likewise.
2613
2614 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2615
2616         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2617         Problem reported by Matthew Woehlke.
2618
2619 2006-11-09  Bruno Haible  <bruno@clisp.org>
2620
2621         * lib/tempname.c (gen_tempname): Remove variant that invokes
2622         __gen_tempname.
2623         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2624         __gen_tempname.
2625
2626 2006-11-08  Bruno Haible  <bruno@clisp.org>
2627
2628         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2629         to 'yes' instead of 'cross-compiling'.
2630
2631 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2632
2633         * lib/quotearg.h (quotearg_free): New decl.
2634         * lib/quotearg.c (quotearg_free): New function.
2635         (slot0, nslots, slotvec0, slotvec):
2636         Now file-scope so that quotearg_free can get at them.
2637
2638 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2639
2640         Sync from Automake.
2641         * build-aux/gnupload: Add missing 'gnu' to example URL.
2642         Report by Karl Berry.
2643
2644 2006-11-08  Bruno Haible  <bruno@clisp.org>
2645
2646         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2647         Suggested by Paul Eggert.
2648
2649 2006-11-08  Jim Meyering  <jim@meyering.net>
2650
2651         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2652         It's already included if !_LIBC.
2653         (fts_safe_changedir): Add a comment.
2654
2655 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2656
2657         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2658         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2659         Matthew Woehlke.
2660
2661         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2662         definitions up, to avoid colliding with change below.
2663         (static_inline) [HAVE_INLINE]: New macro.
2664         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2665         Provide extern decls when !HAVE_INLINE.  Do not define unless
2666         static_inline is defined, either by us or by xmalloc.c.  Use
2667         static_inline rather than static inline.
2668         (XCALLOC): Optimize sizeof(T) = 1 case.
2669         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2670
2671 2006-11-07  Bruno Haible  <bruno@clisp.org>
2672
2673         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2674         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2675         AC_C_INLINE.
2676         * modules/xalloc (Files): Add m4/inline.m4.
2677
2678 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2679
2680         * README: Fix typo.
2681         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2682         (Miscellanous Notes): ...from this.
2683
2684 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2685
2686         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2687         Mention that offsetof should be used instead of sizeof.
2688         From Bruno Haible.
2689
2690 2006-11-07  Bruno Haible  <bruno@clisp.org>
2691
2692         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2693
2694 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2695
2696         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2697         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2698         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2699         (gl_tree_add_before, gl_tree_add_after):
2700         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2701         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2702         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2703         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2704         (gl_linked_add_after, gl_linked_add_at): Likewise.
2705         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2706         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2707         (gl_tree_add_before, gl_tree_add_after): Likewise.
2708         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2709         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2710         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2711
2712 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2713
2714         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2715
2716 2006-11-06  Bruno Haible  <bruno@clisp.org>
2717
2718         * m4/inline.m4: New file.
2719         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2720         * modules/list (Files): Add m4/inline.m4.
2721         * modules/oset (Files): Likewise.
2722
2723 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2724
2725         * lib/idcache.c: Include <stddef.h>, for offsetof.
2726         (struct userid.name): Change from char * to a flexible array member.
2727         All uses changed.
2728         * modules/idcache (Depends-on): Add flexmember.
2729
2730         * MODULES.html.sh (Core language properties): New module flexmember.
2731         * modules/flexmember, m4/flexmember.m4: New files.
2732
2733         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2734         inline functions that are identical with the old xnmalloc_inline,
2735         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2736         that we can avoid some unnecessary integer multiplications and
2737         divisions in the common case where the element size is known at
2738         compile time.
2739         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2740         needed.
2741         (xnboundedmalloc): Remove.
2742         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2743         arguments, for consistency with rest of this header.
2744         (xcharalloc): Rewrite using XNMALLOC.
2745         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2746         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2747         versions have been moved to lib/xalloc.h and renamed to be the
2748         non-*_inline versions.
2749         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2750         and xnrealloc functions, since those functions are now inline and
2751         now call us.
2752         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2753         renaming described above.
2754         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2755         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2756         captures the dependency in AC_C_INLINE.
2757
2758         New module canonicalize-lgpl, proposed by Charles Wilson in
2759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2760         with a few small changes afterwards.
2761         * MODULES.html.sh (File system functions): New module
2762         canonicalize-lgpl.
2763         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2764         and canonicalize_file_name.
2765         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2766         * modules/canonicalize-lgpl: New files.
2767
2768 2006-11-05  Bruno Haible  <bruno@clisp.org>
2769
2770         * gnulib-tool (func_import, func_create_testdir): Create directories
2771         also for files in subdirectories of lib/.
2772
2773 2006-11-05  Bruno Haible  <bruno@clisp.org>
2774
2775         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2776         ANSI C compliant.
2777
2778 2006-11-03  Bruno Haible  <bruno@clisp.org>
2779
2780         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2781         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2782         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2783         (xnboundedmalloc): New inline function.
2784         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2785         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2786         xmalloc.
2787         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2788         xmalloc.
2789         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2790         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2791         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2792         xmalloc.
2793         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2794         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2795         xmalloc.
2796         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2797         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2798         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2799         xmalloc.
2800         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2801         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2802         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2803         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2804         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2805         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2806         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2807
2808 2006-11-03  Bruno Haible  <bruno@clisp.org>
2809
2810         * lib/c-ctype.h [C++]: Define functions without name mangling.
2811         * lib/fwriteerror.h [C++]: Likewise.
2812         * lib/gcd.h [C++]: Likewise.
2813         * lib/linebreak.h [C++]: Likewise.
2814
2815 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2816
2817         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2818         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2819         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2820         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2821         Check for functions and headers just once.
2822         Check for declaration of canonicalize_file_name.
2823         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2824
2825 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2826
2827         * gnulib-tool (func_import): Fix typo in actioncmd.
2828
2829 2006-11-02  Bruno Haible  <bruno@clisp.org>
2830
2831         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2832         newline sequence in the Makefile.am snippet as a space, like "make"
2833         does.
2834         Reported by Roger Persson <perrog@gmail.com>.
2835
2836 2006-11-01  Bruno Haible  <bruno@clisp.org>
2837
2838         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2839         already declared in <string.h>.
2840         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2841
2842 2006-11-01  Bruno Haible  <bruno@clisp.org>
2843
2844         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2845         * lib/strcase.h: Include <string.h>.
2846         (strcasecmp): Define to rpl_strcasecmp here.
2847
2848 2006-11-01  Bruno Haible  <bruno@clisp.org>
2849
2850         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2851
2852 2006-11-01  Eric Blake  <ebb9@byu.net>
2853
2854         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2855
2856         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2857
2858 2006-10-29  Bruno Haible  <bruno@clisp.org>
2859
2860         Make it compile in C++ mode.
2861         * lib/full-write.c (full_rw): Add a cast.
2862
2863 2006-11-01  Bruno Haible  <bruno@clisp.org>
2864
2865         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2866         be POSIX compliant.
2867         Reported by Roger Persson <perrog@gmail.com>.
2868
2869 2006-11-01  Eric Blake  <ebb9@byu.net>
2870
2871         * lib/getopt_.h: Fix comments.
2872
2873 2006-10-31  Eric Blake  <ebb9@byu.net>
2874
2875         * modules/tmpdir (Depends-on): Add sys_stat.
2876         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2877         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2878         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2879         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2880         tempname.
2881
2882 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2883
2884         Avoid some C++ diagnostics reported by Bruno Haible.
2885         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2886         xmalloc.
2887         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2888         (struct slotvec): Move to top level.
2889         (quotearg_n_options): Rewrite to avoid xmalloc.
2890         * lib/xalloc.h (xcharalloc): New function.
2891         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2892         [defined __cplusplus]: Add function template that provides result
2893         type propagation.  This part of the change is from Bruno Haible.
2894
2895 2006-10-29  Bruno Haible  <bruno@clisp.org>
2896
2897         Make it compile in C++ mode.
2898         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2899         * lib/strnlen1.c (strnlen1): Cast memchr result.
2900         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2901         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2902         (create_temp_dir): Rename local variable 'template'.
2903         (compile_csharp_using_sscli): Add cast.
2904         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2905         * lib/findprog.c (find_in_path): Likewise.
2906         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2907         * lib/wait-process.c (register_slave_subprocess): Likewise.
2908
2909 2006-10-22  Bruno Haible  <bruno@clisp.org>
2910
2911         * modules/tsearch: New file.
2912         * lib/tsearch.h: New file.
2913         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2914         * m4/tsearch.m4: New file.
2915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2916
2917 2006-10-29  Eric Blake  <ebb9@byu.net>
2918
2919         * lib/arcfour.c: Assume config.h.
2920         * lib/arctwo.c: Likewise.
2921         * lib/base64.c: Likewise.
2922         * lib/check-version.c: Likewise.
2923         * lib/crc.c: Likewise.
2924         * lib/des.c: Likewise.
2925         * lib/gc-gnulib.c: Likewise.
2926         * lib/gc-libgcrypt.c: Likewise.
2927         * lib/gc-pbkdf2-sha1.c: Likewise.
2928         * lib/getaddrinfo.c: Likewise.
2929         * lib/getdelim.c: Likewise.
2930         * lib/getline.c: Likewise.
2931         * lib/hmac-md5.c: Likewise.
2932         * lib/hmac-sha1.c: Likewise.
2933         * lib/iconvme.c: Likewise.
2934         * lib/md2.c: Likewise.
2935         * lib/md4.c: Likewise.
2936         * lib/memxor.c: Likewise.
2937         * lib/read-file.c: Likewise.
2938         * lib/readline.c: Likewise.
2939         * lib/rijndael-alg-fst.c: Likewise.
2940         * lib/rijndael-api-fst.c: Likewise.
2941         * lib/xgetdomainname.c: Likewise.
2942
2943 2006-10-28  Eric Blake  <ebb9@byu.net>
2944
2945         * lib/xstrndup.c: Assume config.h.
2946
2947 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2948
2949         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2950         stat-macros.h is now for our own macros, whereas stat_h is for
2951         macros in the <sys/stat.h> name space.
2952         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2953         (STAT_MACROS_H): Remove.
2954         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2955         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2956         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2957         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2958         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2959         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2960         Move these macros to ...
2961         * lib/stat_.h: here.  Don't include stat-macros.h.
2962         * lib/canonicalize.c: Don't include stat-macros.h.
2963         * lib/chown.c: Likewise.
2964         * lib/euidaccess.c: Likewise.
2965         * lib/file-type.c: Likewise.
2966         * lib/filemode.c: Likewise.
2967         * lib/glob.c: Likewise.
2968         * lib/isapipe.c: Likewise.
2969         * lib/lchown.c: Likewise.
2970         * lib/lstat.c: Likewise.
2971         * lib/mkdir-p.c: Likewise.
2972         * lib/rmdir.c: Likewise.
2973         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2974         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2975         unless mkdir isn't declared, to speed up 'configure'.
2976         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2977         would define all the S_* symbols.
2978         * modules/canonicalize (Depends-on):
2979         Depend on sys_stat, not stat-macros.
2980         * modules/chown: Likewise.
2981         * modules/euidaccess: Likewise.
2982         * modules/filemode: Likewise.
2983         * modules/file-type: Likewise.
2984         * modules/glob: Likewise.
2985         * modules/isapipe: Likewise.
2986         * modules/lchown: Likewise.
2987         * modules/lstat: Likewise.
2988         * modules/mkancesdirs: Likewise.
2989         * modules/rmdir: Likewise.
2990         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2991         * modules/modechange: Likewise.
2992         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2993         (configure.ac): Remove gl_STAT_MACROS.
2994         * modules/sys_stat (Depends-on): Remove stat-macros.
2995
2996 2006-10-27  Bruno Haible  <bruno@clisp.org>
2997
2998         * m4/signed.m4: Remove file.
2999         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3000         invocation.
3001         * modules/vasnprintf (Files): Remove m4/signed.m4.
3002
3003 2006-10-27  Bruno Haible  <bruno@clisp.org>
3004
3005         Update to GNU gettext 0.16.
3006         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3007         m4/inttypes-h.m4, m4/signed.m4.
3008         * m4/gettext.m4: Update to GNU gettext 0.16.
3009         * m4/intl.m4: New file, from GNU gettext.
3010         * m4/intldir.m4: New file, from GNU gettext.
3011         * config/srclist.txt: Update
3012
3013 2006-10-27  Eric Blake  <ebb9@byu.net>
3014
3015         * MODULES.html.sh: Document tempname.
3016         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3017         dependencies.
3018         (Files): Move lib/tempname.c...
3019         * modules/tempname: ...to this new module.
3020         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3021         (gl_PREREQ_TEMPNAME): Move...
3022         * m4/tempname.m4: ...to this new file.
3023         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3024         * modules/sys_stat (Depends-on): Add stat-macros.
3025         * lib/stat_.h (includes): Pick up stat macros.
3026         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3027         if stat macros are broken.
3028         * lib/tempname.c (includes): No need to include "stat-macros.h".
3029         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3030         (direxists, __path_search) [!_LIBC]: Don't compile these in
3031         gnulib; the tmpdir module covers that.
3032         * lib/tempname.h: New file.
3033
3034 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3035
3036         * COPYING: Explain how gnulib-tool converts licence headers.
3037         Almost all wording by Eric Blake.
3038
3039 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3040
3041         * lib/mbchar.h (is_basic_table): Make read-only.
3042         * lib/mbchar.c (is_basic_table): Likewise.
3043         Reported by John Darrington.
3044
3045 2006-10-25  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/progname.h (set_program_name): Undefine before defining.
3048
3049 2006-10-25  Bruno Haible  <bruno@clisp.org>
3050
3051         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3052         false for non-gcc C++ compilers.
3053         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3054
3055 2006-10-24  Bruno Haible  <bruno@clisp.org>
3056
3057         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3058         iconv implementations like Irix iconv.
3059
3060 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3061
3062         * modules/vararrays: New file.
3063         * m4/vararrays.m4: New file, taken from diffutils.
3064         * MODULES.html.sh: New module vararrays.
3065
3066 2006-10-24  Karl Berry  <karl@gnu.org>
3067
3068         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3069         Don't call GNU Unix.
3070
3071 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3072
3073         * users.txt: Add Libtool.
3074
3075         Sync from Libtool:
3076
3077         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3078
3079         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3080         to gnulib's policy of including config.h unconditionally.
3081
3082 2006-10-24  Bruno Haible  <bruno@clisp.org>
3083
3084         * modules/wcwidth (Files): Add m4/wint_t.m4.
3085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3086         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3087
3088 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3089
3090         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3091         to pacify GCC with some -W flags enabled.  Problem reported by
3092         Bruno Haible.
3093
3094 2006-10-24  Jim Meyering  <jim@meyering.net>
3095
3096         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3097         Reported by Karl Berry.
3098
3099 2006-10-23  Bruno Haible  <bruno@clisp.org>
3100
3101         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3102
3103 2006-10-24  Bruno Haible  <bruno@clisp.org>
3104
3105         * lib/gl_list.h: Use C comment style, not C++ comment style.
3106
3107 2006-10-23  Eric Blake  <ebb9@byu.net>
3108
3109         * lib/getaddrinfo.c (includes): Add missing include.
3110
3111 2006-10-23  Bruno Haible  <bruno@clisp.org>
3112             Paul Eggert  <eggert@cs.ucla.edu>
3113
3114         Ability to rename obstack_free.
3115         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3116         obstack_free.
3117         (obstack_free): Invoke the __obstack_free macro.
3118         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3119
3120 2006-10-23  Bruno Haible  <bruno@clisp.org>
3121             Paul Eggert  <eggert@cs.ucla.edu>
3122
3123         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3124         __argc, __argv from the declaration. (They are defined as macros on
3125         mingw.)
3126
3127 2006-10-22  Bruno Haible  <bruno@clisp.org>
3128
3129         * doc/gnulib-intro.texi: New file.
3130         * doc/gnulib.texi: Include it.
3131
3132 2006-10-21  Bruno Haible  <bruno@clisp.org>
3133
3134         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3135         "Introduction", "Miscellanous Notes", "Particular Modules".
3136
3137 2006-10-21  Bruno Haible  <bruno@clisp.org>
3138
3139         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3140         Change mostlyclean-local rule to avoid sh syntax error from bash
3141         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3142
3143 2006-10-23  Jim Meyering  <jim@meyering.net>
3144
3145         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3146         in place of snprintf.
3147
3148         * modules/inttostr (Files): Add lib/uinttostr.c.
3149         * lib/uinttostr.c (inttostr): New file/function.
3150         * lib/inttostr.h (uinttostr): Declare.
3151         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3152         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3153         Add uinttostr.
3154         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3155
3156 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3157
3158         * lib/canonicalize.c (ELOOP): Define if not already defined.
3159         Problem reported by Bruno Haible in
3160         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3161
3162 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3163
3164         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3165         Problem reported by Perry Smith and Ville Laurikari.
3166
3167         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3168         uses.
3169
3170 2006-10-19  Bruno Haible  <bruno@clisp.org>
3171
3172         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3173         for mingw.
3174
3175 2006-10-19  Bruno Haible  <bruno@clisp.org>
3176
3177         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3178         Needed for mingw.
3179
3180 2006-10-19  Bruno Haible  <bruno@clisp.org>
3181
3182         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3183
3184 2006-10-19  Bruno Haible  <bruno@clisp.org>
3185
3186         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3187         it.
3188
3189 2006-10-19  Bruno Haible  <bruno@clisp.org>
3190
3191         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3192         invocation.
3193
3194 2006-10-19  Bruno Haible  <bruno@clisp.org>
3195
3196         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3197         mountlist by default.
3198
3199 2006-10-16  Bruno Haible  <bruno@clisp.org>
3200
3201         * lib/c-strstr.c: Include c-strstr.h.
3202
3203 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3204
3205         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3206         in a slash.
3207
3208 2006-10-18  Bruno Haible  <bruno@clisp.org>
3209
3210         * lib/lock.h [C++]: Wrap definitions in extern "C".
3211
3212 2006-10-18  Bruno Haible  <bruno@clisp.org>
3213
3214         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3215         gl_LIBOBJS list.
3216
3217 2006-10-18  Bruno Haible  <bruno@clisp.org>
3218
3219         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3220
3221 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3222
3223         * lib/xstrtol.h: Include gettext.h.
3224         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3225         Problem reported by Eric Blake.
3226         * modules/xstrtol (Depends-on): Add gettext-h.
3227
3228 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3229
3230         * lib/strftime.c (advance): New macro.
3231         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3232         incomplete type, so you can't add 0 to it.  Problem and patch
3233         reported by Eelco Dolstra for dietlibc.
3234
3235 2006-10-18  Jim Meyering  <jim@meyering.net>
3236
3237         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3238         type for a local, and rename it: s/up/user_proc/.
3239
3240 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3241
3242         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3243         READ_UTMP_USER_PROCESS.
3244         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3245
3246 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3249         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3250
3251 2006-10-17  Eric Blake  <ebb9@byu.net>
3252
3253         * lib/sigprocmask.c (sigprocmask): Fix typo.
3254
3255         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3256
3257         * modules/clean-temp (Makefile.am): Don't add to make output...
3258         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3259         config.h.
3260
3261 2006-10-17  Bruno Haible  <bruno@clisp.org>
3262
3263         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3264         differently if DEFAULT_TEXT_DOMAIN is set.
3265
3266 2006-10-16  Bruno Haible  <bruno@clisp.org>
3267
3268         * lib/clean-temp.c: Include fwriteerror.h.
3269
3270 2006-10-16  Bruno Haible  <bruno@clisp.org>
3271
3272         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3273
3274 2006-10-16  Bruno Haible  <bruno@clisp.org>
3275
3276         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3277         * lib/sigprocmask.h: Include <sys/types.h>.
3278         (sigset_t): Use the system's definition if present.
3279
3280 2006-10-17  Eric Blake  <ebb9@byu.net>
3281
3282         * lib/xvasprintf.c (includes): Assume config.h.
3283         * lib/xasprintf.c (includes): Likewise.
3284
3285 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3286
3287         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3288         at least as wide as intmax_t.
3289
3290 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3291
3292         (Imported from Automake.)
3293         * build-aux/gnupload: Update to version 1.1 of directive file.
3294
3295 2006-10-16  Eric Blake  <ebb9@byu.net>
3296
3297         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3298         match Automake 1.10a.
3299
3300 2006-10-14  Bruno Haible  <bruno@clisp.org>
3301
3302         * modules/sigprocmask: New file.
3303         * lib/sigprocmask.h: New file.
3304         * lib/sigprocmask.c: New file.
3305         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3306         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3307         request sigprocmask.o.
3308         (gl_PREREQ_SIGPROCMASK): New macro.
3309         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3310         (Depends-on): Add sigprocmask.
3311         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3312         gt_SIGNALBLOCKING. Test for 'raise' only once.
3313         * lib/fatal-signal.c: Include sigprocmask.h.
3314         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3315         unblock_fatal_signals): Define always.
3316         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3317         sigprocmask.
3318
3319 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3320
3321         Sync from Automake.
3322         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3323         which incorrectly sets the mode of an existing destination
3324         directory.  In some cases the unpatched install-sh could do the
3325         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3326         system.  We hope this is rare in practice, but it's clearly worth
3327         fixing.  Problem reported by Alex Unleashed in
3328         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3329         Also, don't bother to check for -m bugs unless we're using -m;
3330         suggested by Stepan Kasal.
3331
3332 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3333
3334         Sync from Automake.
3335         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3336         `-c' flag, so they appear at the same position as in %FASTDEP%
3337         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3338         which ignores unknown options only after the first non-option.
3339         Bug report against M4 by Nelson H. F. Beebe.
3340
3341 2006-10-13  Jim Meyering  <jim@meyering.net>
3342
3343         Fix a bug in yesterday's change.
3344         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3345         p->fts_statp->st_dev would be used uninitialized.
3346         Ensures that we always call fts_stat on the very first entry.
3347         Miklos Szeredi reported that find -xdev stopped working.
3348
3349 2006-10-12  Bruno Haible  <bruno@clisp.org>
3350
3351         * gnulib-tool (func_get_automake_snippet): Append an automatically
3352         computed EXTRA_DIST augmentation.
3353         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3354         * modules/alloca-opt (Makefile.am): Likewise.
3355         * modules/allocsa (Makefile.am): Likewise.
3356         * modules/arcfour (Makefile.am): Likewise.
3357         * modules/arctwo (Makefile.am): Likewise.
3358         * modules/argmatch (Makefile.am): Likewise.
3359         * modules/argz (Makefile.am): Likewise.
3360         * modules/atexit (Makefile.am): Likewise.
3361         * modules/backupfile (Makefile.am): Likewise.
3362         * modules/byteswap (Makefile.am): Likewise.
3363         * modules/c-strtod (Makefile.am): Likewise.
3364         * modules/c-strtold (Makefile.am): Likewise.
3365         * modules/calloc (Makefile.am): Likewise.
3366         * modules/canon-host (Makefile.am): Likewise.
3367         * modules/canonicalize (Makefile.am): Likewise.
3368         * modules/chdir-long (Makefile.am): Likewise.
3369         * modules/chdir-safer (Makefile.am): Likewise.
3370         * modules/check-version (Makefile.am): Likewise.
3371         * modules/chown (Makefile.am): Likewise.
3372         * modules/cloexec (Makefile.am): Likewise.
3373         * modules/close-stream (Makefile.am): Likewise.
3374         * modules/closeout (Makefile.am): Likewise.
3375         * modules/crc (Makefile.am): Likewise.
3376         * modules/csharpexec (Makefile.am): Likewise.
3377         * modules/cycle-check (Makefile.am): Likewise.
3378         * modules/des (Makefile.am): Likewise.
3379         * modules/dev-ino (Makefile.am): Likewise.
3380         * modules/dirfd (Makefile.am): Likewise.
3381         * modules/dirname (Makefile.am): Likewise.
3382         * modules/dup2 (Makefile.am): Likewise.
3383         * modules/eealloc (Makefile.am): Likewise.
3384         * modules/error (Makefile.am): Likewise.
3385         * modules/euidaccess (Makefile.am): Likewise.
3386         * modules/exclude (Makefile.am): Likewise.
3387         * modules/exitfail (Makefile.am): Likewise.
3388         * modules/fcntl-safer (Makefile.am): Likewise.
3389         * modules/fcntl (Makefile.am): Likewise.
3390         * modules/file-type (Makefile.am): Likewise.
3391         * modules/fileblocks (Makefile.am): Likewise.
3392         * modules/filemode (Makefile.am): Likewise.
3393         * modules/filenamecat (Makefile.am): Likewise.
3394         * modules/fnmatch (Makefile.am): Likewise.
3395         * modules/fopen-safer (Makefile.am): Likewise.
3396         * modules/fpending (Makefile.am): Likewise.
3397         * modules/fprintftime (Makefile.am): Likewise.
3398         * modules/free (Makefile.am): Likewise.
3399         * modules/fsusage (Makefile.am): Likewise.
3400         * modules/ftruncate (Makefile.am): Likewise.
3401         * modules/fts (Makefile.am): Likewise.
3402         * modules/gc-arcfour (Makefile.am): Likewise.
3403         * modules/gc-des (Makefile.am): Likewise.
3404         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3405         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3406         * modules/gc-md4 (Makefile.am): Likewise.
3407         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3408         * modules/gc-sha1 (Makefile.am): Likewise.
3409         * modules/gc (Makefile.am): Likewise.
3410         * modules/getaddrinfo (Makefile.am): Likewise.
3411         * modules/getcwd (Makefile.am): Likewise.
3412         * modules/getdelim (Makefile.am): Likewise.
3413         * modules/getdomainname (Makefile.am): Likewise.
3414         * modules/getgroups (Makefile.am): Likewise.
3415         * modules/gethostname (Makefile.am): Likewise.
3416         * modules/gethrxtime (Makefile.am): Likewise.
3417         * modules/getline (Makefile.am): Likewise.
3418         * modules/getloadavg (Makefile.am): Likewise.
3419         * modules/getlogin_r (Makefile.am): Likewise.
3420         * modules/getndelim2 (Makefile.am): Likewise.
3421         * modules/getopt (Makefile.am): Likewise.
3422         * modules/getpagesize (Makefile.am): Likewise.
3423         * modules/getpass-gnu (Makefile.am): Likewise.
3424         * modules/getpass (Makefile.am): Likewise.
3425         * modules/getsubopt (Makefile.am): Likewise.
3426         * modules/gettime (Makefile.am): Likewise.
3427         * modules/gettimeofday (Makefile.am): Likewise.
3428         * modules/getugroups (Makefile.am): Likewise.
3429         * modules/getusershell (Makefile.am): Likewise.
3430         * modules/glob (Makefile.am): Likewise.
3431         * modules/group-member (Makefile.am): Likewise.
3432         * modules/hard-locale (Makefile.am): Likewise.
3433         * modules/hash (Makefile.am): Likewise.
3434         * modules/hmac-md5 (Makefile.am): Likewise.
3435         * modules/hmac-sha1 (Makefile.am): Likewise.
3436         * modules/human (Makefile.am): Likewise.
3437         * modules/idcache (Makefile.am): Likewise.
3438         * modules/imaxabs (Makefile.am): Likewise.
3439         * modules/imaxdiv (Makefile.am): Likewise.
3440         * modules/inet_ntop (Makefile.am): Likewise.
3441         * modules/inet_pton (Makefile.am): Likewise.
3442         * modules/intprops (Makefile.am): Likewise.
3443         * modules/inttostr (Makefile.am): Likewise.
3444         * modules/inttypes (Makefile.am): Likewise.
3445         * modules/isapipe (Makefile.am): Likewise.
3446         * modules/javaversion (Makefile.am): Likewise.
3447         * modules/lchmod (Makefile.am): Likewise.
3448         * modules/lchown (Makefile.am): Likewise.
3449         * modules/localcharset (Makefile.am): Likewise.
3450         * modules/long-options (Makefile.am): Likewise.
3451         * modules/lstat (Makefile.am): Likewise.
3452         * modules/malloc (Makefile.am): Likewise.
3453         * modules/mathl (Makefile.am): Likewise.
3454         * modules/mbchar (Makefile.am): Likewise.
3455         * modules/md2 (Makefile.am): Likewise.
3456         * modules/md4 (Makefile.am): Likewise.
3457         * modules/md5 (Makefile.am): Likewise.
3458         * modules/memcasecmp (Makefile.am): Likewise.
3459         * modules/memchr (Makefile.am): Likewise.
3460         * modules/memcmp (Makefile.am): Likewise.
3461         * modules/memcoll (Makefile.am): Likewise.
3462         * modules/memcpy (Makefile.am): Likewise.
3463         * modules/memmem (Makefile.am): Likewise.
3464         * modules/memmove (Makefile.am): Likewise.
3465         * modules/mempcpy (Makefile.am): Likewise.
3466         * modules/memrchr (Makefile.am): Likewise.
3467         * modules/memset (Makefile.am): Likewise.
3468         * modules/memxor (Makefile.am): Likewise.
3469         * modules/mkancesdirs (Makefile.am): Likewise.
3470         * modules/mkdir-p (Makefile.am): Likewise.
3471         * modules/mkdir (Makefile.am): Likewise.
3472         * modules/mkdtemp (Makefile.am): Likewise.
3473         * modules/mkstemp (Makefile.am): Likewise.
3474         * modules/mktime (Makefile.am): Likewise.
3475         * modules/modechange (Makefile.am): Likewise.
3476         * modules/mountlist (Makefile.am): Likewise.
3477         * modules/nanosleep (Makefile.am): Likewise.
3478         * modules/obstack (Makefile.am): Likewise.
3479         * modules/openat (Makefile.am): Likewise.
3480         * modules/pagealign_alloc (Makefile.am): Likewise.
3481         * modules/pathmax (Makefile.am): Likewise.
3482         * modules/physmem (Makefile.am): Likewise.
3483         * modules/poll (Makefile.am): Likewise.
3484         * modules/posixtm (Makefile.am): Likewise.
3485         * modules/posixver (Makefile.am): Likewise.
3486         * modules/putenv (Makefile.am): Likewise.
3487         * modules/quote (Makefile.am): Likewise.
3488         * modules/quotearg (Makefile.am): Likewise.
3489         * modules/raise (Makefile.am): Likewise.
3490         * modules/read-file (Makefile.am): Likewise.
3491         * modules/readline (Makefile.am): Likewise.
3492         * modules/readlink (Makefile.am): Likewise.
3493         * modules/readtokens (Makefile.am): Likewise.
3494         * modules/readutmp (Makefile.am): Likewise.
3495         * modules/realloc (Makefile.am): Likewise.
3496         * modules/regex (Makefile.am): Likewise.
3497         * modules/rename-dest-slash (Makefile.am): Likewise.
3498         * modules/rename (Makefile.am): Likewise.
3499         * modules/rijndael (Makefile.am): Likewise.
3500         * modules/rmdir (Makefile.am): Likewise.
3501         * modules/rpmatch (Makefile.am): Likewise.
3502         * modules/safe-read (Makefile.am): Likewise.
3503         * modules/safe-write (Makefile.am): Likewise.
3504         * modules/same-inode (Makefile.am): Likewise.
3505         * modules/same (Makefile.am): Likewise.
3506         * modules/save-cwd (Makefile.am): Likewise.
3507         * modules/savedir (Makefile.am): Likewise.
3508         * modules/setenv (Makefile.am): Likewise.
3509         * modules/settime (Makefile.am): Likewise.
3510         * modules/sha1 (Makefile.am): Likewise.
3511         * modules/sig2str (Makefile.am): Likewise.
3512         * modules/snprintf (Makefile.am): Likewise.
3513         * modules/stat-macros (Makefile.am): Likewise.
3514         * modules/stat-time (Makefile.am): Likewise.
3515         * modules/stdbool (Makefile.am): Likewise.
3516         * modules/stdint (Makefile.am): Likewise.
3517         * modules/stdlib-safer (Makefile.am): Likewise.
3518         * modules/stpcpy (Makefile.am): Likewise.
3519         * modules/stpncpy (Makefile.am): Likewise.
3520         * modules/strcase (Makefile.am): Likewise.
3521         * modules/strcasestr (Makefile.am): Likewise.
3522         * modules/strchrnul (Makefile.am): Likewise.
3523         * modules/strcspn (Makefile.am): Likewise.
3524         * modules/strdup (Makefile.am): Likewise.
3525         * modules/strerror (Makefile.am): Likewise.
3526         * modules/strftime (Makefile.am): Likewise.
3527         * modules/strndup (Makefile.am): Likewise.
3528         * modules/strnlen (Makefile.am): Likewise.
3529         * modules/strpbrk (Makefile.am): Likewise.
3530         * modules/strsep (Makefile.am): Likewise.
3531         * modules/strstr (Makefile.am): Likewise.
3532         * modules/strtod (Makefile.am): Likewise.
3533         * modules/strtoimax (Makefile.am): Likewise.
3534         * modules/strtok_r (Makefile.am): Likewise.
3535         * modules/strtol (Makefile.am): Likewise.
3536         * modules/strtoll (Makefile.am): Likewise.
3537         * modules/strtoul (Makefile.am): Likewise.
3538         * modules/strtoull (Makefile.am): Likewise.
3539         * modules/strtoumax (Makefile.am): Likewise.
3540         * modules/strverscmp (Makefile.am): Likewise.
3541         * modules/sys_socket (Makefile.am): Likewise.
3542         * modules/sys_stat (Makefile.am): Likewise.
3543         * modules/sysexits (Makefile.am): Likewise.
3544         * modules/time_r (Makefile.am): Likewise.
3545         * modules/timegm (Makefile.am): Likewise.
3546         * modules/timespec (Makefile.am): Likewise.
3547         * modules/tmpfile-safer (Makefile.am): Likewise.
3548         * modules/trim (Makefile.am): Likewise.
3549         * modules/unistd-safer (Makefile.am): Likewise.
3550         * modules/unlinkdir (Makefile.am): Likewise.
3551         * modules/unlocked-io (Makefile.am): Likewise.
3552         * modules/userspec (Makefile.am): Likewise.
3553         * modules/utime (Makefile.am): Likewise.
3554         * modules/utimecmp (Makefile.am): Likewise.
3555         * modules/utimens (Makefile.am): Likewise.
3556         * modules/vasnprintf (Makefile.am): Likewise.
3557         * modules/vasprintf (Makefile.am): Likewise.
3558         * modules/vsnprintf (Makefile.am): Likewise.
3559         * modules/xalloc (Makefile.am): Likewise.
3560         * modules/xgetcwd (Makefile.am): Likewise.
3561         * modules/xnanosleep (Makefile.am): Likewise.
3562         * modules/xreadlink (Makefile.am): Likewise.
3563         * modules/xstrtod (Makefile.am): Likewise.
3564         * modules/xstrtol (Makefile.am): Likewise.
3565         * modules/xstrtold (Makefile.am): Likewise.
3566         * modules/yesno (Makefile.am): Likewise.
3567         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3568
3569 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3570
3571         * modules/error (Makefile.am): Distribute files through
3572         EXTRA_DIST, not lib_SOURCES.
3573
3574 2006-10-12  Eric Blake  <ebb9@byu.net>
3575
3576         * modules/error (Makefile.am): Distribute files in /lib.
3577         * modules/obstack (Makefile.am): Likewise.
3578
3579 2006-10-12  Bruno Haible  <bruno@clisp.org>
3580
3581         * modules/acl (Makefile.am): Distribute all files in lib/ through
3582         EXTRA_DIST.
3583         * modules/arcfour (Makefile.am): Likewise.
3584         * modules/arctwo (Makefile.am): Likewise.
3585         * modules/argmatch (Makefile.am): Likewise.
3586         * modules/argz (Makefile.am): Likewise.
3587         * modules/atexit (Makefile.am): Likewise.
3588         * modules/backupfile (Makefile.am): Likewise.
3589         * modules/c-strtod (Makefile.am): Likewise.
3590         * modules/c-strtold (Makefile.am): Likewise.
3591         * modules/calloc (Makefile.am): Likewise.
3592         * modules/canon-host (Makefile.am): Likewise.
3593         * modules/canonicalize (Makefile.am): Likewise.
3594         * modules/chdir-long (Makefile.am): Likewise.
3595         * modules/chdir-safer (Makefile.am): Likewise.
3596         * modules/check-version (Makefile.am): Likewise.
3597         * modules/chown (Makefile.am): Likewise.
3598         * modules/cloexec (Makefile.am): Likewise.
3599         * modules/close-stream (Makefile.am): Likewise.
3600         * modules/closeout (Makefile.am): Likewise.
3601         * modules/crc (Makefile.am): Likewise.
3602         * modules/cycle-check (Makefile.am): Likewise.
3603         * modules/des (Makefile.am): Likewise.
3604         * modules/dirfd (Makefile.am): Likewise.
3605         * modules/dirname (Makefile.am): Likewise.
3606         * modules/dup2 (Makefile.am): Likewise.
3607         * modules/euidaccess (Makefile.am): Likewise.
3608         * modules/exclude (Makefile.am): Likewise.
3609         * modules/exitfail (Makefile.am): Likewise.
3610         * modules/fcntl-safer (Makefile.am): Likewise.
3611         * modules/file-type (Makefile.am): Likewise.
3612         * modules/fileblocks (Makefile.am): Likewise.
3613         * modules/filemode (Makefile.am): Likewise.
3614         * modules/filenamecat (Makefile.am): Likewise.
3615         * modules/fnmatch (Makefile.am): Likewise.
3616         * modules/fopen-safer (Makefile.am): Likewise.
3617         * modules/fpending (Makefile.am): Likewise.
3618         * modules/fprintftime (Makefile.am): Likewise.
3619         * modules/free (Makefile.am): Likewise.
3620         * modules/fsusage (Makefile.am): Likewise.
3621         * modules/ftruncate (Makefile.am): Likewise.
3622         * modules/fts (Makefile.am): Likewise.
3623         * modules/gc (Makefile.am): Likewise.
3624         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3625         * modules/getaddrinfo (Makefile.am): Likewise.
3626         * modules/getcwd (Makefile.am): Likewise.
3627         * modules/getdelim (Makefile.am): Likewise.
3628         * modules/getdomainname (Makefile.am): Likewise.
3629         * modules/getgroups (Makefile.am): Likewise.
3630         * modules/gethostname (Makefile.am): Likewise.
3631         * modules/gethrxtime (Makefile.am): Likewise.
3632         * modules/getline (Makefile.am): Likewise.
3633         * modules/getloadavg (Makefile.am): Likewise.
3634         * modules/getlogin_r (Makefile.am): Likewise.
3635         * modules/getopt (Makefile.am): Likewise.
3636         * modules/getpass (Makefile.am): Likewise.
3637         * modules/getpass-gnu (Makefile.am): Likewise.
3638         * modules/getsubopt (Makefile.am): Likewise.
3639         * modules/gettime (Makefile.am): Likewise.
3640         * modules/gettimeofday (Makefile.am): Likewise.
3641         * modules/getugroups (Makefile.am): Likewise.
3642         * modules/getusershell (Makefile.am): Likewise.
3643         * modules/glob (Makefile.am): Likewise.
3644         * modules/group-member (Makefile.am): Likewise.
3645         * modules/hard-locale (Makefile.am): Likewise.
3646         * modules/hash (Makefile.am): Likewise.
3647         * modules/hmac-md5 (Makefile.am): Likewise.
3648         * modules/hmac-sha1 (Makefile.am): Likewise.
3649         * modules/human (Makefile.am): Likewise.
3650         * modules/idcache (Makefile.am): Likewise.
3651         * modules/imaxabs (Makefile.am): Likewise.
3652         * modules/imaxdiv (Makefile.am): Likewise.
3653         * modules/inet_ntop (Makefile.am): Likewise.
3654         * modules/inet_pton (Makefile.am): Likewise.
3655         * modules/inttostr (Makefile.am): Likewise.
3656         * modules/isapipe (Makefile.am): Likewise.
3657         * modules/lchown (Makefile.am): Likewise.
3658         * modules/long-options (Makefile.am): Likewise.
3659         * modules/lstat (Makefile.am): Likewise.
3660         * modules/malloc (Makefile.am): Likewise.
3661         * modules/mathl (Makefile.am): Likewise.
3662         * modules/mbchar (Makefile.am): Likewise.
3663         * modules/md2 (Makefile.am): Likewise.
3664         * modules/md4 (Makefile.am): Likewise.
3665         * modules/md5 (Makefile.am): Likewise.
3666         * modules/memcasecmp (Makefile.am): Likewise.
3667         * modules/memchr (Makefile.am): Likewise.
3668         * modules/memcmp (Makefile.am): Likewise.
3669         * modules/memcoll (Makefile.am): Likewise.
3670         * modules/memcpy (Makefile.am): Likewise.
3671         * modules/memmem (Makefile.am): Likewise.
3672         * modules/memmove (Makefile.am): Likewise.
3673         * modules/mempcpy (Makefile.am): Likewise.
3674         * modules/memrchr (Makefile.am): Likewise.
3675         * modules/memset (Makefile.am): Likewise.
3676         * modules/memxor (Makefile.am): Likewise.
3677         * modules/mkancesdirs (Makefile.am): Likewise.
3678         * modules/mkdir (Makefile.am): Likewise.
3679         * modules/mkdir-p (Makefile.am): Likewise.
3680         * modules/mkdtemp (Makefile.am): Likewise.
3681         * modules/mkstemp (Makefile.am): Likewise.
3682         * modules/mktime (Makefile.am): Likewise.
3683         * modules/modechange (Makefile.am): Likewise.
3684         * modules/mountlist (Makefile.am): Likewise.
3685         * modules/nanosleep (Makefile.am): Likewise.
3686         * modules/openat (Makefile.am): Likewise.
3687         * modules/pagealign_alloc (Makefile.am): Likewise.
3688         * modules/physmem (Makefile.am): Likewise.
3689         * modules/poll (Makefile.am): Likewise.
3690         * modules/posixtm (Makefile.am): Likewise.
3691         * modules/posixver (Makefile.am): Likewise.
3692         * modules/putenv (Makefile.am): Likewise.
3693         * modules/quote (Makefile.am): Likewise.
3694         * modules/quotearg (Makefile.am): Likewise.
3695         * modules/raise (Makefile.am): Likewise.
3696         * modules/read-file (Makefile.am): Likewise.
3697         * modules/readline (Makefile.am): Likewise.
3698         * modules/readlink (Makefile.am): Likewise.
3699         * modules/readtokens (Makefile.am): Likewise.
3700         * modules/readutmp (Makefile.am): Likewise.
3701         * modules/realloc (Makefile.am): Likewise.
3702         * modules/regex (Makefile.am): Likewise.
3703         * modules/rename (Makefile.am): Likewise.
3704         * modules/rename-dest-slash (Makefile.am): Likewise.
3705         * modules/rijndael (Makefile.am): Likewise.
3706         * modules/rmdir (Makefile.am): Likewise.
3707         * modules/rpmatch (Makefile.am): Likewise.
3708         * modules/safe-read (Makefile.am): Likewise.
3709         * modules/safe-write (Makefile.am): Likewise.
3710         * modules/same (Makefile.am): Likewise.
3711         * modules/save-cwd (Makefile.am): Likewise.
3712         * modules/savedir (Makefile.am): Likewise.
3713         * modules/setenv (Makefile.am): Likewise.
3714         * modules/settime (Makefile.am): Likewise.
3715         * modules/sha1 (Makefile.am): Likewise.
3716         * modules/sig2str (Makefile.am): Likewise.
3717         * modules/snprintf (Makefile.am): Likewise.
3718         * modules/stdlib-safer (Makefile.am): Likewise.
3719         * modules/stpcpy (Makefile.am): Likewise.
3720         * modules/stpncpy (Makefile.am): Likewise.
3721         * modules/strcase (Makefile.am): Likewise.
3722         * modules/strcasestr (Makefile.am): Likewise.
3723         * modules/strchrnul (Makefile.am): Likewise.
3724         * modules/strcspn (Makefile.am): Likewise.
3725         * modules/strdup (Makefile.am): Likewise.
3726         * modules/strerror (Makefile.am): Likewise.
3727         * modules/strftime (Makefile.am): Likewise.
3728         * modules/strndup (Makefile.am): Likewise.
3729         * modules/strnlen (Makefile.am): Likewise.
3730         * modules/strpbrk (Makefile.am): Likewise.
3731         * modules/strsep (Makefile.am): Likewise.
3732         * modules/strstr (Makefile.am): Likewise.
3733         * modules/strtod (Makefile.am): Likewise.
3734         * modules/strtoimax (Makefile.am): Likewise.
3735         * modules/strtok_r (Makefile.am): Likewise.
3736         * modules/strtol (Makefile.am): Likewise.
3737         * modules/strtoll (Makefile.am): Likewise.
3738         * modules/strtoul (Makefile.am): Likewise.
3739         * modules/strtoull (Makefile.am): Likewise.
3740         * modules/strtoumax (Makefile.am): Likewise.
3741         * modules/strverscmp (Makefile.am): Likewise.
3742         * modules/time_r (Makefile.am): Likewise.
3743         * modules/timegm (Makefile.am): Likewise.
3744         * modules/tmpfile-safer (Makefile.am): Likewise.
3745         * modules/unistd-safer (Makefile.am): Likewise.
3746         * modules/unlinkdir (Makefile.am): Likewise.
3747         * modules/userspec (Makefile.am): Likewise.
3748         * modules/utime (Makefile.am): Likewise.
3749         * modules/utimecmp (Makefile.am): Likewise.
3750         * modules/utimens (Makefile.am): Likewise.
3751         * modules/vasnprintf (Makefile.am): Likewise.
3752         * modules/vasprintf (Makefile.am): Likewise.
3753         * modules/vsnprintf (Makefile.am): Likewise.
3754         * modules/xalloc (Makefile.am): Likewise.
3755         * modules/xgetcwd (Makefile.am): Likewise.
3756         * modules/xnanosleep (Makefile.am): Likewise.
3757         * modules/xreadlink (Makefile.am): Likewise.
3758         * modules/xstrtod (Makefile.am): Likewise.
3759         * modules/xstrtol (Makefile.am): Likewise.
3760         * modules/xstrtold (Makefile.am): Likewise.
3761         * modules/yesno (Makefile.am): Likewise.
3762
3763 2006-10-12  Jim Meyering  <jim@meyering.net>
3764
3765         * m4/getloadavg.m4: Revert the change below.
3766
3767         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3768         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3769         fail with a symlink, which is what coreutils' ./bootstrap now
3770         creates by default.
3771
3772 2006-10-12  Bruno Haible  <bruno@clisp.org>
3773
3774         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3775         mingw.
3776         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3777         MSVC and mingw explicitly.
3778
3779 2006-10-11  Simon Josefsson  <jas@extundo.com>
3780             Bruno Haible  <bruno@clisp.org>
3781
3782         Add support for multiple gnulib-tool invocations in the scope of a
3783         single configure.ac file.
3784         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3785         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3786         with the same contents as the _LIBADD variable.
3787         (func_emit_initmacro_start, func_emit_initmacro_end,
3788         func_emit_initmacro_done): New functions.
3789         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3790         gl_LIBOBJS and gl_LTLIBOBJS.
3791
3792 2006-10-11  Bruno Haible  <bruno@clisp.org>
3793
3794         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3795         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3796         autoreconf. Instead, invoke autopoint explicitly but move back the
3797         *.m4 files from gnulib.
3798
3799 2006-10-11  Bruno Haible  <bruno@clisp.org>
3800
3801         * gnulib-tool (func_usage): Make module names after --create-testdir
3802         optional.
3803         (func_create_testdir): If no module was specified, use nearly all
3804         modules.
3805
3806 2006-10-12  Jim Meyering  <jim@meyering.net>
3807
3808         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3809         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3810         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3811         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3812         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3813         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3814         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3815         (fts_set_stat_required): New function.
3816         (fts_open): Defer the calls to fts_stat, if possible or requested.
3817         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3818         into fts_stat itself.
3819         (fts_read): Perform any required (deferred) fts_stat call.
3820         (fts_build): Likewise, for the directory we're about to open and read.
3821         In the readdir loop, carefully decide whether each entry will require
3822         an eventual call to fts_stat, using dirent.d_type info if available.
3823         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3824         a command line argument into this function.  Update all callers.
3825         Map a return value of FTS_DOT to FTS_D for a command line argument.
3826         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3827         Thanks to Miklos Szeredi for his tenacity and for the initial
3828         bug report about "find" failing on a FUSE-based file system.
3829
3830         * lib/fts.c (fts_open): Use consistent indentation.
3831
3832 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3833
3834         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3835         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3836         reported by Jim Meyering.  All uses of cache variables renamed
3837         to match Autoconf's.
3838         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3839         the other one.
3840
3841         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3842         Fix misspelling in diagnostic.
3843
3844 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3845
3846         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3847         defined.  Problem reported by Matthew Woehlke.
3848
3849         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3850         Add support for Tandem NonStop R series.
3851         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3852         Use new macro.
3853
3854         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3855         (has_trailing_slash): Omit size arg; all callers changed.
3856         Omit 'inline', since it doesn't help performance and we'd
3857         need to configure it.
3858         Don't count //, ///, etc. as having a trailing slash.
3859         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3860         (rpl_rename_dest_slash): On failure, use rename's errno rather
3861         than (in some cases) an incorrect or junk errno.
3862         Simplify code by removing need to compute length; this does
3863         cause it to make two passes instead of one over the file name,
3864         but it's worth it.
3865
3866         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3867         change, since Autoconf's version may no longer be appropriate now
3868         that we are using CVS Autoconf's version.  Add support for Tandem.
3869
3870 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3871             Bruno Haible  <bruno@clisp.org>
3872
3873         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3874         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3875         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3876         gl_AC_TYPE_LONG_LONG.
3877
3878         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3879         instead of HAVE_LONG_LONG.
3880         * lib/printf-args.c (printf_fetchargs): Likewise.
3881         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3882         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3883         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3884         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3885         gl_AC_TYPE_LONG_LONG.
3886
3887 2006-10-11  Bruno Haible  <bruno@clisp.org>
3888
3889         * m4/longlong.m4: Add comments.
3890         * m4/ulonglong.m4: Likewise.
3891
3892 2006-10-10  Bruno Haible  <bruno@clisp.org>
3893
3894         Make it possible to #define stpcpy, strdup to aliases.
3895         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3896         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3897
3898 2006-10-10  Bruno Haible  <bruno@clisp.org>
3899
3900         Make it possible to #define gcd to an alias.
3901         * lib/gcd.c: Include config.h.
3902
3903 2006-10-10  Bruno Haible  <bruno@clisp.org>
3904
3905         Make it possible to #define c_isascii to an alias.
3906         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3907         defined. Undefine the macros before defining them, to avoid gcc
3908         warnings.
3909         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3910         define NO_C_CTYPE_MACROS early.
3911
3912 2006-10-10  Bruno Haible  <bruno@clisp.org>
3913
3914         Make it possible to #define set_program_name to an alias.
3915         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3916         ENABLE_RELOCATABLE early.
3917
3918 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3919
3920         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3921         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3922         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3923         More generally, don't assume that 64-bit signed int is available
3924         if unsigned int is, and vice versa.
3925         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3926         unsigned symbols, not on their signed counterparts.
3927         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3928         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3929         (UINT64_C, UINTMAX_C):
3930         Likewise.
3931         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3932         unsigned counterparts.
3933         (Have_long_long, Unsigned): New macros.
3934         (Int): Renamed from INT.
3935         (strtoimax): Use the new macros.
3936         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3937         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3938         * modules/inttypes (inttypes.h): Substitute
3939         HAVE_UNSIGNED_LONG_LONG_INT.
3940         * modules/stdint (stdint.h): Likewise.
3941         (Files): Add m4/ulonglong.m4.
3942
3943 2006-10-10  Bruno Haible  <bruno@clisp.org>
3944
3945         Fix a gcc -Wshadow warning.
3946         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3947         to 'bucket'.
3948         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3949         gl_linked_indexof_from_to): Likewise.
3950         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3951         Likewise.
3952         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3953         Likewise.
3954         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3955         Reported by Eric Blake.
3956
3957 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3958
3959         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3960         for NetBSD.  Problem reported by Bruno Haible.
3961
3962 2006-10-09  Jim Meyering  <jim@meyering.net>
3963
3964         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3965         Patch from Bruno Haible.
3966
3967 2006-10-09  Jim Meyering  <jim@meyering.net>
3968
3969         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3970         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3971         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3972
3973 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3974
3975         Don't include <config.h> twice; this doesn't work in some cases,
3976         e.g., when config.h has "#define intmax_t long long int" and
3977         we include <config.h>, <inttypes.h>, <config.h> in that order.
3978         Problem reported by Matthew Woehlke in:
3979         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3980         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3981         * lib/fts-cycle.c: Don't include config.h.
3982         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3983         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3984         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3985         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3986         inttypes.h.
3987         * lib/xstrtoumax.c: Likewise.
3988         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3989         __strtol and the like, so that this module is more like its siblings.
3990         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3991         Remove; no longer needed now that we assume gnulib inttypes.h.
3992
3993 2006-10-08  Bruno Haible  <bruno@clisp.org>
3994
3995         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3996         option.
3997
3998 2006-10-07  Jim Meyering  <jim@meyering.net>
3999
4000         * modules/inttypes (inttypes.h): Revert what seems to have been
4001         an inadvertent part of today's change: use "|", not "/" in the
4002         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4003
4004 2006-10-07  Bruno Haible  <bruno@clisp.org>
4005
4006         * modules/sublist: New file.
4007
4008 2006-10-07  Bruno Haible  <bruno@clisp.org>
4009
4010         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4011         * modules/argz (argz.h): Likewise.
4012         * modules/arpa_inet (arpa/inet.h): Likewise.
4013         * modules/byteswap (byteswap.h): Likewise.
4014         * modules/configmake (configmake.h): Likewise.
4015         * modules/fcntl (fcntl.h): Likewise.
4016         * modules/fnmatch (fnmatch.h): Likewise.
4017         * modules/getopt (getopt.h): Likewise.
4018         * modules/glob (glob.h): Likewise.
4019         * modules/inttypes (inttypes.h): Likewise.
4020         * modules/netinet_in (netinet/in.h): Likewise.
4021         * modules/poll (poll.h): Likewise.
4022         * modules/stdbool (stdbool.h): Likewise.
4023         * modules/stdint (stdint.h): Likewise.
4024         * modules/sys_select (sys/select.h): Likewise.
4025         * modules/sys_socket (sys/socket.h): Likewise.
4026         * modules/sys_stat (sys/stat.h): Likewise.
4027         * modules/sysexits (sysexits.h): Likewise.
4028         * modules/unistd (unistd.h): Likewise.
4029         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4030         Add a "DO NOT EDIT" comment to the generated file.
4031         (func_import): Likewise for gnulib-comp.m4.
4032
4033 2006-10-07  Bruno Haible  <bruno@clisp.org>
4034
4035         * lib/gl_sublist.h: New file.
4036         * lib/gl_sublist.c: New file.
4037
4038 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4039
4040         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4041         name (relative to the original working directory) and the file
4042         name component (relative to the temporary working directory).  All
4043         callers changed.
4044         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4045         * lib/mkdir-p.c (make_dir_parents): Likewise.
4046         * lib/mkdir-p.h (make_dir_parents): Likewise.
4047
4048 2006-10-06  Eric Blake  <ebb9@byu.net>
4049
4050         Define several macros for use by the clean-temp module.
4051         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4052         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4053         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4054
4055         * lib/clean-temp.h (close_stream_temp): New declaration.
4056         * lib/clean-temp.c (includes): Pull in headers according to what
4057         other modules are in use.
4058         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4059
4060 2006-10-06  Bruno Haible  <bruno@clisp.org>
4061
4062         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4063         instead of fopen, fwriteerror.
4064
4065 2006-10-06  Bruno Haible  <bruno@clisp.org>
4066
4067         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4068         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4069         int.
4070         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4071         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4072         Return an error indicator.
4073         Suggested by Eric Blake.
4074
4075 2006-10-06  Bruno Haible  <bruno@clisp.org>
4076
4077         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4078         Reported by Eric Blake.
4079
4080 2006-10-06  Bruno Haible  <bruno@clisp.org>
4081
4082         * modules/closeout (Description): Mention stderr too.
4083
4084 2006-10-06  Bruno Haible  <bruno@clisp.org>
4085         and Paul Eggert  <eggert@cs.ucla.edu>
4086
4087         * lib/closeout.c (close_stdout): Also close stderr.
4088         * lib/closeout.h: Update comment.
4089
4090 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4091
4092         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4093         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4094         * lib/dirchownmod.c: Include lchown.h.
4095         * lib/lchown.c: Don't include files that lchown.h now includes.
4096         Don't declare chown, since lchown.h now does that.
4097         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4098         (lchown): Define to rpl_chown if lchown is declared but
4099         does not exist.  Declare using a prototype if lchown is not
4100         declared.  Add a copyright notice.
4101         * lib/mkstemp.h: Include <unistd.h>.
4102         * lib/openat.c: Include lchown.h.
4103
4104         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4105         we now test for that separately.
4106         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4107         rather than O_NOFOLLOW, when testing whether it's possible to
4108         avoid a race condition reliably.
4109         * lib/savewd.c (savewd_chdir): Likewise.
4110
4111         Remove macros that are no longer needed now that stdint.h is
4112         reliable.
4113         * lib/fsusage.c (UINTMAX_MAX): Remove.
4114         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4115         * lib/utimecmp.c (SIZE_MAX): Remove.
4116
4117         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4118
4119         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4120         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4121         O_NOATIME works.
4122
4123 2006-10-05  Bruno Haible  <bruno@clisp.org>
4124
4125         * lib/gl_list.h (gl_sortedlist_search_from_to,
4126         gl_sortedlist_indexof_from_to): New declarations.
4127         (gl_list_implementation): New fields sortedlist_search_from_to,
4128         sortedlist_indexof_from_to.
4129         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4130         inline functions.
4131         * lib/gl_list.c (gl_sortedlist_search_from_to,
4132         gl_sortedlist_indexof_from_to): New functions.
4133         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4134         function.
4135         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4136         (gl_array_sortedlist_search_from_to): New function.
4137         (gl_array_list_implementation): Update.
4138         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4139         function.
4140         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4141         (gl_carray_sortedlist_search_from_to): New function.
4142         (gl_carray_list_implementation): Update.
4143         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4144         gl_linked_sortedlist_indexof_from_to): New functions.
4145         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4146         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4147         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4148         gl_tree_sortedlist_indexof_from_to): New functions.
4149         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4150         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4151         Update.
4152         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4153         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4154         Update.
4155
4156 2006-10-05  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4159         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4160         (struct gl_list_implementation): Add fields search_from_to,
4161         indexof_from_to. Remove fields search, indexof.
4162         (gl_list_search): Use the search_from_to method.
4163         (gl_list_search_from, gl_list_search_from_to): New functions.
4164         (gl_list_indexof): Use the indexof_from_to method.
4165         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4166         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4167         (gl_list_search_from, gl_list_search_from_to): New functions.
4168         (gl_list_indexof): Use the indexof_from_to method.
4169         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4170         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4171         gl_array_indexof. Add start_index, end_index arguments.
4172         (gl_array_search_from_to): Renamed from gl_array_search. Add
4173         start_index, end_index arguments.
4174         (gl_array_remove, gl_array_list_implementation): Update.
4175         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4176         gl_carray_indexof. Add start_index, end_index arguments.
4177         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4178         start_index, end_index arguments.
4179         (gl_carray_remove, gl_carray_list_implementation): Update.
4180         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4181         gl_linked_search. Add start_index, end_index arguments.
4182         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4183         start_index, end_index arguments.
4184         (gl_linked_remove): Update.
4185         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4186         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4187         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4188         field to 'size_t'.
4189         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4190         gl_tree_search. Add start_index, end_index arguments.
4191         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4192         start_index, end_index arguments.
4193         (gl_tree_remove): Update.
4194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4195         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4196         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4197         function.
4198         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4199         gl_tree_search. Add start_index, end_index arguments.
4200         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4201         start_index, end_index arguments.
4202         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4203         Update.
4204         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4205
4206 2006-10-05  Bruno Haible  <bruno@clisp.org>
4207
4208         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4209
4210         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4211         fwriteerror_temp): New declarations.
4212         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4213         (descriptors): New variable.
4214         (cleanup): First, close the descriptors.
4215         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4216         fclose_temp, fwriteerror_temp): New functions.
4217
4218 2006-10-04  Jim Meyering  <jim@meyering.net>
4219
4220         * lib/fts.c (fts_open): Tiny comment change.
4221
4222 2006-10-04  Bruno Haible  <bruno@clisp.org>
4223
4224         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4225         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4226         gl_LOCK_BODY.
4227         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4228         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4229         gl_LOCK_EARLY_BODY.
4230         (gl_LOCK): Require gl_LOCK_BODY.
4231
4232 2006-10-04  Bruno Haible  <bruno@clisp.org>
4233
4234         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4235         (gl_oset_search_atleast): New declaration.
4236         (struct gl_oset_implementation): Add field 'search_atleast'.
4237         (gl_oset_search_atleast): New inline function.
4238         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4239         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4240         (gl_array_oset_implementation): Update.
4241         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4242         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4243         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4244
4245 2006-10-04  Bruno Haible  <bruno@clisp.org>
4246
4247         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4248
4249 2006-10-03  Bruno Haible  <bruno@clisp.org>
4250
4251         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4252         from gl_avltreehash_list_implementation.
4253
4254 2006-10-03  Bruno Haible  <bruno@clisp.org>
4255
4256         * lib/gl_oset.c (gl_oset_add): Fix return type.
4257
4258 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4259
4260         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4261
4262 2006-10-02  Eric Blake  <ebb9@byu.net>
4263
4264         * modules/strnlen (Depends-on): Add extensions.
4265
4266 2006-10-02  Eric Blake  <ebb9@byu.net>
4267
4268         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4269         definition in 2.60+.
4270
4271 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4272
4273         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4274         checks.
4275
4276 2006-10-02  Bruno Haible  <bruno@clisp.org>
4277
4278         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4279         to the AUTOMAKE_OPTIONS.
4280         Reported by Jim Meyering.
4281
4282 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4283
4284         Work around bug in Solaris 10 /proc file system:
4285         /proc/self/fd/NNN/.. isn't the parent directory of
4286         the directory whose file descriptor is NNN.  This needs to
4287         be worked around at run time, not compile time, since a
4288         program might be built on Solaris 8, where things work, and
4289         run on Solaris 10.
4290         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4291         to use the following interface instead:
4292         (OPENAT_BUFFER_SIZE): New macro.
4293         (openat_proc_name): New function.
4294         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4295         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4296         Likewise.
4297         * lib/openat-proc.c: New file.
4298         * modules/openat (Files): Add lib/openat-proc.c.
4299         (Depends-on): Add same-inode, stdbool.
4300         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4301
4302 2006-09-29  Bruno Haible  <bruno@clisp.org>
4303
4304         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4305         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4306         argument. Set stdout_closed before testing for ferror, not after.
4307         (fwriteerror, fwriteerror_no_ebadf): New functions.
4308
4309 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4310
4311         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4312
4313 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4314
4315         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4316         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4317
4318 2006-09-28  Jim Meyering  <jim@meyering.net>
4319
4320         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4321         Include <unistd.h>.
4322
4323 2006-09-28  Bruno Haible  <bruno@clisp.org>
4324
4325         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4326         * modules/linkedhash-list (Depends-on): Likewise.
4327         * modules/rbtreehash-list (Depends-on): Likewise.
4328
4329 2006-09-28  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/strndup.h: Simplify the redefinition of strndup.
4332         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4334
4335 2006-09-28  Bruno Haible  <bruno@clisp.org>
4336
4337         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4338         * lib/gl_linkedhash_list.c: Likewise.
4339         * lib/gl_rbtreehash_list.c: Likewise.
4340
4341 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4342
4343         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4344         getaddrinfo.
4345
4346         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4347         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4348         it causes <stdio_ext.h> to cause a compile-time error.
4349         Problem reported by Nelson H. F. Beebe.
4350         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4351         of HAVE_DECL___PENDING.
4352
4353         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4354         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4355         declaration.
4356
4357 2006-09-27  Jim Meyering  <jim@meyering.net>
4358
4359         This file could end up with a definition for a function
4360         named __strndup, rather than rpl_strndup on a system with
4361         incomplete weak_alias support.
4362         * lib/strndup.c (strndup): Rename from __strndup.
4363         Remove #defines that used to map __strndup to strndup.
4364         Don't use K&R prototypes.
4365         Remove LIBC-related code, since this file is not sync'd with glibc.
4366         * lib/strndup.h: Revamp, accordingly.
4367         * m4/strndup.m4: Modernize.
4368
4369 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4370
4371         * modules/savewd (Depends-on): Add 'raise'.
4372         * lib/savewd.c: Include <signal.h>, for 'raise'.
4373
4374 2006-09-26  Jim Meyering  <jim@meyering.net>
4375
4376         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4377         when we detect Darwin 8.7.0's acl_get_file bug.
4378         Rearrange to perform the new (below) run-test while $LIBS
4379         contains any acl-related library.  Set USE_ACL at the end.
4380         (gl_ACL_GET_FILE): New function.
4381
4382 2006-09-26  Eric Blake  <ebb9@byu.net>
4383
4384         * lib/verror.c: Include <config.h> unconditionally.
4385
4386 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4387
4388         * modules/clock-time (Maintainer): Add self.
4389         * modules/getlogin_r (Depends-on): Add extensions.
4390
4391 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4392
4393         * modules/clock-time: New module.
4394         * modules/nanosleep (Depends-on): Add clock-time.
4395         * modules/gethrxtime (Depends-on): Likewise.
4396         * modules/gettime (Depends-on): Likewise.
4397         * modules/settime (Depends-on): Likewise.
4398
4399         * modules/fts-lgpl: Depend on openat.
4400         * modules/mkancesdirs: Depend on savewd.
4401         * modules/mkdir-p: Likewise.
4402
4403 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4404
4405         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4406
4407         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4408         `gl_have_arbitrary_file_name_length_limit' to
4409         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4410         actually works between configure runs.
4411
4412 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4413             Bruno Haible  <bruno@clisp.org>
4414
4415         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4416
4417 2006-09-25  Jim Meyering  <jim@meyering.net>
4418
4419         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4420         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4421
4422 2006-09-25  Eric Blake  <ebb9@byu.net>
4423
4424         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4425         exec's in 2006-09-18 patch when shuffling fds.
4426
4427 2006-09-25  Bruno Haible  <bruno@clisp.org>
4428
4429         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4430         Reported by Jim Meyering.
4431
4432 2006-09-24  Jim Meyering  <jim@meyering.net>
4433
4434         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4435         compare a pointer against a literal "0".  That caused failures with
4436         at least HP-UX's hpcc.
4437
4438 2006-09-22  Simon Josefsson  <jas@extundo.com>
4439
4440         * modules/gc-sha1:
4441         * modules/gc-md4:
4442         * modules/gc-hmac-sha1:
4443         * modules/gc-hmac-md5:
4444         * modules/gc-des:
4445         * modules/gc-arcfour: Distribute more files.
4446
4447 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4448
4449         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4450         (gl_linked_iterator_from_to): Initialize struct completely.
4451         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4452         (gl_tree_iterator_from_to): Likewise
4453         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4454         * lib/gl_array_list.c [lint] (gl_array_iterator)
4455         (gl_array_iterator_from_to): Likewise.
4456         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4457         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4458         (gl_carray_iterator_from_to): Likewise.
4459
4460         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4461         * lib/md4.c (md4_process_block): Remove unused variable.
4462         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4463         parentheses for clarity.
4464
4465 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4466
4467         * modules/bison-i18n (Depends-on): Add gettext.
4468
4469 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4470
4471         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4472         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4473         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4474         also add missing comma that caused broken test.
4475         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4476         stdlib.h, for `abort'.
4477         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4478         variables.
4479         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4480         include unistd.h if present, for `rmdir'.
4481         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4482         variables.
4483         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4484         in the process include standard headers for prototypes.
4485         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4486         gets declared on GNU/Linux.
4487         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4488         unistd.h, for `rmdir'.
4489         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4490
4491         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4492         always true.
4493         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4494
4495         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4496
4497 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4498
4499         * gnulib-tool (func_version): Create output all at once.  This
4500         may help avoid triggering unnecessary SIGPIPEs, and at any
4501         rate it doesn't hurt.
4502
4503 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4504             Bruno Haible  <bruno@clisp.org>
4505
4506         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4507         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4508         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4509
4510         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4511         (gl_FUNC_VASPRINTF): Invoke it.
4512
4513 2006-09-22  Bruno Haible  <bruno@clisp.org>
4514
4515         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4516         getloadavg.c as first argument.
4517
4518 2006-09-22  Bruno Haible  <bruno@clisp.org>
4519
4520         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4521         at the beginning of the gl_INIT macro.
4522         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4523         gl_GETLOADAVG.
4524
4525 2006-09-22  Bruno Haible  <bruno@clisp.org>
4526
4527         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4528         module.
4529         Suggested by Ralf Wildenhues.
4530
4531 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4532
4533         Import this patch from libc:
4534
4535         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4536
4537         * lib/regex_internal.c (re_string_reconstruct): Handle
4538         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4539         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4540         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4541         re_string_context_at.
4542
4543         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4544         now requires it.
4545         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4546         gl_REGEX now does it for us.
4547         (gl_REGEX): Add test taken from
4548         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4549
4550         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4551         Check that large offsets work.  Modernize Autoconf usages.
4552         Prefer "yes" to mean a good thing rather than a bad.
4553         Don't put "#define mkstemp" in config.h, as this might interfere
4554         with standard system headers that "#define mkstemp mkstemp64".
4555
4556         * modules/mkstemp (Depends-on): Add extensions, so that
4557         mkstemp is visible on some platforms.
4558         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4559         (Include): Change to "mkstemp.h" from <stdlib.h>.
4560         (Files): Add mkstemp.h.
4561
4562         * lib/mkstemp.h: New file, since some standard headers
4563         #define mkstemp.
4564         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4565         Include "mkstemp.h".
4566         Make the _LIBC code resemble glibc original more,
4567         e.g., use K&R style.
4568         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4569         (mkstemp): Remove, since mkstemp.h does this for us.
4570         * lib/stdlib--.h: Include mkstemp.h.
4571
4572         Import this patch from libc:
4573
4574         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4575
4576         * lib/tempname.c (__gen_tempname): Change attempts_min
4577         into a macro.  Use preprocessor to decide how to initialize
4578         attempts [Coverity CID 67].
4579
4580 2006-09-20  Bruno Haible  <bruno@clisp.org>
4581
4582         * lib/mkdtemp.c: Import from libc.
4583         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4584                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4585                 attempts_min into a macro.  Use preprocessor to decide how to
4586                 initialize attempts [Coverity CID 67].
4587         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4588                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4589                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4590
4591 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4592
4593         * gnulib-tool (func_exit): New function, to allow to pass the
4594         exit status portably through the trap.  Use everywhere.
4595         (--help, --version): Signal a write error.
4596         (trap): catch SIGPIPE, for write errors.
4597         Exit at the end of the trap, with the correct exit status.
4598
4599 2006-09-19  Karl Berry  <karl@gnu.org>
4600
4601         * doc/gnulib.texi: note about the license texinfo files.
4602
4603 2006-09-19  Eric Blake  <ebb9@byu.net>
4604
4605         * gnulib-tool: Avoid space-tab.
4606
4607 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4608
4609         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4610         that prevented coreutils 6.1 from building.  Problem reported
4611         by Petter Reinholdtsen.
4612
4613 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4614
4615         * gnulib-tool (avoidlist): Fix typo that broke options like
4616         --avoid=lock that are used by coreutils bootstrap.
4617
4618 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4619
4620         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4621         more systematically.
4622
4623 2006-09-18  Jim Meyering  <jim@meyering.net>
4624
4625         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4626
4627 2006-09-18  Bruno Haible  <bruno@clisp.org>
4628
4629         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4630
4631 2006-09-18  Bruno Haible  <bruno@clisp.org>
4632
4633         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4634         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4635         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4636         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4637         * m4/gettext.m4: Require autoconf >= 2.52.
4638         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4639         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4640         of gl_cv_header_inttypes_h.
4641
4642 2006-09-18  Bruno Haible  <bruno@clisp.org>
4643
4644         * lib/javaversion.c: Include configmake.h.
4645
4646 2006-09-18  Bruno Haible  <bruno@clisp.org>
4647
4648         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4649         avoid that the while loops be executed in a subshell.
4650
4651 2006-09-18  Bruno Haible  <bruno@clisp.org>
4652
4653         * MODULES.html.sh (func_module): Break long lines.
4654         Suggested by Bruce Korb <bkorb@gnu.org>.
4655
4656 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4657
4658         Speed up by a factor of 1.12.
4659         * gnulib-tool (nl): New variable.
4660         (func_import): Rewrite include directive extraction to only read each
4661         directive once.
4662
4663 2006-09-17  Bruno Haible  <bruno@clisp.org>
4664
4665         * modules/javaversion (Makefile.am): Remove DEFS setting.
4666         (Depends-on): Add configmake, for PKGDATADIR definition.
4667
4668 2006-09-17  Bruno Haible  <bruno@clisp.org>
4669
4670         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4671
4672 2006-09-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4675         (func_modules_transitive_closure, func_modules_add_dummy,
4676         func_modules_to_filelist, func_import, func_create_testdir,
4677         func_create_megatestdir, ...): Use it wherever possible.
4678         Suggested by Ralf Wildenhues.
4679
4680 2006-09-16  Karl Berry  <karl@gnu.org>
4681
4682         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4683         to avoid sectioning errors.
4684         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4685         [ifinfo]: blank line after @center-ed titles.
4686         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4687         Spell FSF address consistently with others.
4688         (These changes approved by rms.)
4689
4690 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4691
4692         Speed up by a factor of 1.61.
4693         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4694         already checked module names again.
4695
4696 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4697
4698         Speed up by a factor of 1.13.
4699         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4700         for new_files, and the input to func_add_or_update.
4701
4702 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4703
4704         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4705         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4706
4707 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4708
4709         * modules/mkancesdirs (Depends-on): Add fcntl.
4710         * modules/savewd: New file.
4711         * MODULES.html.sh (File system functions): Add savewd.
4712
4713         * modules/configmake (Makefile.am): Add support for the
4714         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4715
4716 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4717
4718         * m4/savewd.m4: New file.
4719
4720 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4721
4722         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4723         (dirchownmod): New arg FD.  All callers changed.
4724         Use FD rather than opening the directory ourself, as opening is
4725         now the caller's responsibility.
4726         * lib/dirchownmod.h: Likewise.
4727         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4728         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4729         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4730         (test_dir): Remove.
4731         (mkancesdirs): Return length of prefix of FILE that has already
4732         been made, or -2 if there is a child doing the work.  Redo
4733         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4734         ".", and treat ".." specially since it might stray back into
4735         already-created areas.  Use a subprocess if necessary.  New arg
4736         WD; all users changed.  MAKE_DIR function should now return 1
4737         if it creates a directory that is not readable.  Return -2 if
4738         a child process is spun off.
4739         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4740         Adjust signature to match code.
4741         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4742         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4743         all users changed.
4744         * lib/savewd.c, lib/savewd.h: New files.
4745
4746 2006-09-15  Jim Meyering  <jim@meyering.net>
4747
4748         * modules/rename-dest-slash: New module.
4749         * MODULES.html.sh (posix_compat): Add it here.
4750
4751         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4752
4753 2006-09-15  Jim Meyering  <jim@meyering.net>
4754
4755         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4756         file.
4757
4758         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4759
4760 2006-09-15  Jim Meyering  <jim@meyering.net>
4761
4762         * lib/rename-dest-slash.c (has_trailing_slash): Use
4763         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4764         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4765         test before testing whether SRC is a directory.
4766         Suggestions from Bruno Haible.
4767
4768         Avoid a warning about an unused variable.
4769         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4770         into the #ifdef block where it's used.
4771
4772         * lib/rename-dest-slash.c: New file.
4773
4774 2006-09-14  Bruno Haible  <bruno@clisp.org>
4775
4776         * lib/allocsa.c: Include <config.h> unconditionally.
4777         * lib/asnprintf.c: Likewise.
4778         * lib/asprintf.c: Likewise.
4779         * lib/c-strcasecmp.c: Likewise.
4780         * lib/c-strcasestr.c: Likewise.
4781         * lib/c-strncasecmp.c: Likewise.
4782         * lib/c-strstr.c: Likewise.
4783         * lib/classpath.c: Likewise.
4784         * lib/clean-temp.c: Likewise.
4785         * lib/concatpath.c: Likewise.
4786         * lib/copy-file.c: Likewise.
4787         * lib/csharpcomp.c: Likewise.
4788         * lib/csharpexec.c: Likewise.
4789         * lib/execute.c: Likewise.
4790         * lib/fatal-signal.c: Likewise.
4791         * lib/findprog.c: Likewise.
4792         * lib/fwriteerror.c: Likewise.
4793         * lib/gl_array_list.c: Likewise.
4794         * lib/gl_array_oset.c: Likewise.
4795         * lib/gl_avltree_list.c: Likewise.
4796         * lib/gl_avltree_oset.c: Likewise.
4797         * lib/gl_avltreehash_list.c: Likewise.
4798         * lib/gl_carray_list.c: Likewise.
4799         * lib/gl_linked_list.c: Likewise.
4800         * lib/gl_linkedhash_list.c: Likewise.
4801         * lib/gl_list.c: Likewise.
4802         * lib/gl_oset.c: Likewise.
4803         * lib/gl_rbtree_list.c: Likewise.
4804         * lib/gl_rbtree_oset.c: Likewise.
4805         * lib/gl_rbtreehash_list.c: Likewise.
4806         * lib/imaxabs.c: Likewise.
4807         * lib/imaxdiv.c: Likewise.
4808         * lib/javacomp.c: Likewise.
4809         * lib/javaexec.c: Likewise.
4810         * lib/javaversion.c: Likewise.
4811         * lib/linebreak.c: Likewise.
4812         * lib/localcharset.c: Likewise.
4813         * lib/lock.c: Likewise.
4814         * lib/mbchar.c: Likewise.
4815         * lib/mbswidth.c: Likewise.
4816         * lib/mkdtemp.c: Likewise.
4817         * lib/pipe.c: Likewise.
4818         * lib/printf-args.c: Likewise.
4819         * lib/printf-parse.c: Likewise.
4820         * lib/progname.c: Likewise.
4821         * lib/progreloc.c: Likewise.
4822         * lib/readlink.c: Likewise.
4823         * lib/sh-quote.c: Likewise.
4824         * lib/stpcpy.c: Likewise.
4825         * lib/stpncpy.c: Likewise.
4826         * lib/strcasecmp.c: Likewise.
4827         * lib/strcasestr.c: Likewise.
4828         * lib/strcspn.c: Likewise.
4829         * lib/striconv.c: Likewise.
4830         * lib/strncasecmp.c: Likewise.
4831         * lib/strnlen1.c: Likewise.
4832         * lib/strstr.c: Likewise.
4833         * lib/strtok_r.c: Likewise.
4834         * lib/tls.c: Likewise.
4835         * lib/tmpdir.c: Likewise.
4836         * lib/unicodeio.c: Likewise.
4837         * lib/unsetenv.c: Likewise.
4838         * lib/vasnprintf.c: Likewise.
4839         * lib/vasprintf.c: Likewise.
4840         * lib/wait-process.c: Likewise.
4841         * lib/xallocsa.c: Likewise.
4842         * lib/xsetenv.c: Likewise.
4843         * lib/xstriconv.c: Likewise.
4844
4845 2006-09-13  Simon Josefsson  <jas@extundo.com>
4846
4847         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4848         that internally, suggested by Ralf Wildenhues
4849         <Ralf.Wildenhues@gmx.de>.
4850
4851 2006-09-13  Simon Josefsson  <jas@extundo.com>
4852
4853         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4854         @LIBOBJS@.
4855         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4856
4857 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4858
4859         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4860         longer worry about uses that don't define HAVE_CONFIG_H.
4861         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4862         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4863         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4864         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4865         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4866         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4867         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4868         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4869         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4870         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4871         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4872         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4873         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4874         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4875         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4876         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4877         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4878         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4879         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4880         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4881         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4882         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4883         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4884         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4885         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4886         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4887         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4888         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4889         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4890         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4891         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4892         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4893         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4894         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4895         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4896         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4897         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4898         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4899         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4900         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4901         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4902         Likewise.
4903
4904 2006-09-13  Eric Blake  <ebb9@byu.net>
4905
4906         * lib/getopt.c: Fix typo in last commit.
4907
4908 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4909
4910         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4911         dgettext.
4912
4913 2006-09-12  Jim Meyering  <jim@meyering.net>
4914
4915         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4916         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4917         Reported by Nelson H. F. Beebe.
4918
4919 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4920
4921         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4922         program_invocation_name and program_invocation_short_name are
4923         initialized.
4924         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4925         and program_invocation_short_name to argp.h, so they are visible
4926         to user programs.
4927         * lib/argp.h: Likewise
4928
4929 2006-09-10  Bruno Haible  <bruno@clisp.org>
4930
4931         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4932         m4/inttypes_h.m4, m4/uintmax_t.m4.
4933
4934 2006-09-10  Bruno Haible  <bruno@clisp.org>
4935
4936         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4937         gl_AC_TYPE_UINTMAX_T.
4938
4939 2006-09-10  Bruno Haible  <bruno@clisp.org>
4940
4941         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4942
4943 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4944
4945         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4946         convention.  Text proposed by Bruno Haible.
4947         (struct argp_option): Document the use of N_() wrappers.
4948
4949         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4950         '\v', and translate the two parts separately, instead of feeding
4951         the whole string to gettext.  This allows to exclude
4952         '\v' from the strings visible to the translator by writing doc
4953         strings as N_("..") "\v" N_("..").
4954
4955 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4956
4957         * config/srclist.txt: Undo latest change; the bug was fixed.
4958
4959 2006-09-09  Bruno Haible  <bruno@clisp.org>
4960
4961         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4962         assignments if building a library without libtool.
4963         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4964         in func_emit_lib_Makefile_am.
4965         (func_import): When building a static library libfoo.a, arrange to
4966         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4967         (func_create_testdir): Likewise.
4968         * modules/gc (configure.ac, Makefile.am): If building statically,
4969         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4970         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4971         * modules/striconv (configure.ac, Makefile.am): Likewise.
4972         Based on a suggestion by Ralf Wildenhues.
4973
4974 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4975
4976         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4977         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4978         Also:
4979
4980         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4981         Add year_2050_test to catch glibc bug 2821
4982         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4983
4984         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4985         Prefer #ifdef to #if.
4986
4987         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4988         Return from 'main' instead of calling 'exit'.
4989
4990 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4991
4992         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4993         returned the maximum time_t value rather than (time_t) -1.
4994         Problem originally reported by William Bardwell
4995         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4996
4997         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4998         Moved to here ...
4999         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5000         ... from here.
5001
5002 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5005         2821 is fixed.
5006
5007 2006-09-08  Jim Meyering  <jim@meyering.net>
5008
5009         Don't make generated files read-only.  That would bother too many
5010         people.  However, do retain the ability to work when targets are
5011         read-only: remove the destination and temporary files before writing
5012         them (when generated via sed or echo), or by using the -f option for
5013         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5014         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5015         * modules/byteswap, modules/configmake, modules/fcntl:
5016         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5017         * modules/localcharset, modules/netinet_in, modules/poll:
5018         * modules/stdbool, modules/stdint, modules/sys_select:
5019         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5020
5021 2006-09-08  Jim Meyering  <jim@meyering.net>
5022
5023         Avoid new build failure on FreeBSD 6.0.
5024         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5025         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5026         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5027
5028 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5029
5030         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5031
5032 2006-09-07  Jim Meyering  <jim@meyering.net>
5033
5034         Fix global typo in last change: use chmod u-w, not chmod u-x.
5035         Spotted by Paul Eggert and Bruce Korb.
5036         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5037         * modules/byteswap, modules/configmake, modules/fcntl:
5038         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5039         * modules/localcharset, modules/netinet_in, modules/poll:
5040         * modules/stdbool, modules/stdint, modules/sys_select:
5041         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5042
5043 2006-09-06  Jim Meyering  <jim@meyering.net>
5044
5045         Make generated files be read-only.
5046         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5047         Ensure that each generated file is now read-only.
5048         * modules/argz: Likewise.
5049         * modules/arpa_inet: Likewise.
5050         * modules/byteswap: Likewise.
5051         * modules/configmake: Likewise.
5052         * modules/fcntl: Likewise.
5053         * modules/fnmatch: Likewise.
5054         * modules/getopt: Likewise.
5055         * modules/glob: Likewise.
5056         * modules/inttypes: Likewise.
5057         * modules/netinet_in: Likewise.
5058         * modules/poll: Likewise.
5059         * modules/stdbool: Likewise.
5060         * modules/stdint: Likewise.
5061         * modules/sys_select: Likewise.
5062         * modules/sys_socket: Likewise.
5063         * modules/sys_stat: Likewise.
5064         * modules/sysexits: Likewise.
5065         * modules/localcharset: Same as above, but continue using temporary
5066         file named "t-$@" (why different?) rather than the "$@-t" used
5067         everywhere else.
5068
5069         * modules/sysexits (Makefile.am): Replace literal occurrences
5070         of "sysexit.h" more readable, and more consistent, "$@".
5071
5072 2006-09-06  Bruno Haible  <bruno@clisp.org>
5073
5074         * modules/striconv: New file.
5075         * modules/xstriconv: New file.
5076         * MODULES.html.sh (Internationalization functions): Add striconv,
5077         xstriconv.
5078
5079 2006-09-06  Bruno Haible  <bruno@clisp.org>
5080
5081         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5082         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5083         not using libtool correctly.
5084
5085 2006-09-06  Bruno Haible  <bruno@clisp.org>
5086
5087         * lib/striconv.h: New file.
5088         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5089         iconvstring.c.
5090         * lib/xstriconv.h: New file.
5091         * lib/xstriconv.c: New file.
5092
5093 2006-09-06  Bruno Haible  <bruno@clisp.org>
5094
5095         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5096         lib_..._LDFLAGS.
5097
5098 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5099
5100         * lib/argz_.h: Sync from Libtool.
5101
5102         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5103                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5104
5105         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5106
5107 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5108
5109         * modules/trim: New file.
5110
5111 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5112
5113         * lib/trim.h: New file.
5114         * lib/trim.c: New file.
5115
5116 2006-09-05  Bruno Haible  <bruno@clisp.org>
5117
5118         * MODULES.html.sh (String handling): Add trim.
5119
5120 2006-09-04  Karl Berry  <karl@gnu.org>
5121
5122         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5123         until next release.
5124
5125 2006-09-03  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5128         correctly.
5129
5130 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5133         not gl_GETLOADAVG.  Omit unneeded semicolons.
5134         Problems reported by Ralf Wildenhues in
5135         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5136         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5137         at the end, which is the usual gnulib style.
5138
5139         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5140         of doing all the work ourselves.
5141         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5142         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5143
5144 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5145
5146         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5147         Problem reported by Ralf Wildenhues in
5148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5149
5150         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5151         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5152
5153 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5154
5155         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5156         yesterday's patch by changing test -n to test -z.
5157
5158 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5159
5160         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5161         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5162         the former is now obsolescent.
5163
5164         * modules/chdir-long (Depends-on): Add fcntl.
5165
5166 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5167
5168         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5169         obsolescent, and programs should use gnulib instead.
5170         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5171         but with prefixes changed.
5172
5173 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5174
5175         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5176         or stdbool.h, because they might not exist while configuring.
5177
5178         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5179         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5180         does that for us.
5181         (O_DIRECTORY): Remove.
5182
5183 2006-08-31  Eric Blake  <ebb9@byu.net>
5184
5185         * gnulib-tool: Don't let emacs change spaces to TAB.
5186
5187 2006-08-31  Bruno Haible  <bruno@clisp.org>
5188
5189         * gnulib-tool: When calling func_import more than once, do it in a
5190         subshell.
5191         Reported by Eric Blake <ebb9@byu.net>.
5192
5193 2006-08-31  Bruno Haible  <bruno@clisp.org>
5194
5195         * gnulib-tool (nl): Remove variable.
5196         (sed_transform_lib_file): Use more robust test for config-h module.
5197         (func_import): Fix typo in 2006-08-25 patch.
5198
5199 2006-08-31  Bruno Haible  <bruno@clisp.org>
5200
5201         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5202         specified, augment Makefile.am variables instead of assigning them.
5203
5204 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         Work around a bug in both the Linux and SunOS 64-bit kernels:
5207         nanosleep mishandles sleeps for longer than 2**31 seconds.
5208         Problem reported by Frank v Waveren in
5209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5210         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5211         Check for nanosleep bug.
5212         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5213
5214 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5215
5216         Work around a bug in both the Linux and SunOS 64-bit kernels:
5217         nanosleep mishandles sleeps for longer than 2**31 seconds.
5218         Problem reported by Frank v Waveren in
5219         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5220         * lib/nanosleep.c (BILLION): New constant.
5221         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5222         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5223         implementation.
5224
5225 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5226
5227         * modules/nanosleep (Depends-on): Add gettime.
5228
5229 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5230         and Simon Josefsson  <jas@extundo.com>
5231         and Oskar Liljeblad  <oskar@osk.mine.nu>
5232
5233         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5234         * gnulib-tool (func_import): New license type 'unmodifiable license
5235         text'.
5236         * modules/fdl: Use it.  Longer description.
5237         * module/gpl, module/lgpl: New files.
5238
5239 2006-08-30  Jim Meyering  <jim@meyering.net>
5240
5241         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5242         shadowing the parameter.
5243
5244 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5245
5246         Sync from Libtool:
5247
5248         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5249
5250         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5251         sharing with gnulib.  Report by Eric Blake.
5252
5253 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * modules/isapipe: New file.
5256         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5257
5258 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         * modules/configmake (Makefile.am): Add a comment, and omit
5261         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5262         by Bruno Haible.
5263
5264 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5265
5266         * m4/isapipe.m4: New file.
5267
5268 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * lib/isapipe.c, lib/isapipe.h: New files.
5271
5272 2006-08-29  Jim Meyering  <jim@meyering.net>
5273
5274         * modules/configmake (Makefile.am): Make configmake.h depend on
5275         Makefile.  Otherwise, a stale configmake.h could hang around.
5276
5277 2006-08-29  Eric Blake  <ebb9@byu.net>
5278
5279         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5280         resolution of upstream bug 3044.
5281
5282 2006-08-29  Bruno Haible  <bruno@clisp.org>
5283
5284         * modules/localcharset (Depends-on): Add configmake.
5285         (Makefile.am): Remove setting of LIBDIR through DEFS.
5286
5287 2006-08-29  Bruno Haible  <bruno@clisp.org>
5288
5289         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5290         defined.
5291
5292 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5293
5294         * modules/fcntl: New file.
5295         * modules/chdir-safer (Depends-on): Add fcntl.
5296         * modules/fts: Likewise.
5297         * modules/mkdir-p: Likewise.
5298
5299         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5300         This undoes the most recent change, since we're now addressing the
5301         problem in a different way.
5302
5303         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5304         into output, since the output might be called Makefile.am even
5305         if $makefile_name is something different.
5306         (func_import): Use $makefile_am rather than
5307         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5308         empty.
5309
5310         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5311
5312 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5315         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5316         recent change to stdint.m4, since we're now addressing the problem in a
5317         different way.
5318
5319 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5320
5321         * m4/fcntl_h.m4: New file.
5322
5323 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * lib/fcntl_.h: New file.
5326         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5327         the fcntl module.
5328         * lib/dirchownmod.c: Likewise.
5329         * lib/fts.c: Likewise.
5330
5331         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5332         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5333         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5334         just before including <inttypes.h>, to avoid circular inclusion.
5335
5336 2006-08-28  Jim Meyering  <jim@meyering.net>
5337
5338         * doc/visibility.texi: Actually read and correct the grammar of the
5339         sentence affected by yesterday's change.
5340
5341 2006-08-28  Eric Blake  <ebb9@byu.net>
5342
5343         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5344         needs wrapper.
5345
5346 2006-08-28  Eric Blake  <ebb9@byu.net>
5347
5348         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5349
5350 2006-08-28  Eric Blake  <ebb9@byu.net>
5351
5352         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5353
5354 2006-08-28  Bruno Haible  <bruno@clisp.org>
5355
5356         * modules/c-strstr: New file, from GNU gettext.
5357         * MODULES.html.sh (String handling): Add c-strstr.
5358
5359 2006-08-28  Bruno Haible  <bruno@clisp.org>
5360
5361         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5362         macros.
5363         Reported by Eric Blake.
5364
5365 2006-08-28  Bruno Haible  <bruno@clisp.org>
5366
5367         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5368         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5369         * lib/vasprintf.c: Include errno.h, limits.h.
5370         (EOVERFLOW): New fallback definition.
5371         (vasprintf): Test here whether the string length is > INT_MAX.
5372         * lib/vsnprintf.c: Include errno.h, limits.h.
5373         (EOVERFLOW): New fallback definition.
5374         (vsnprintf): Fix bug when generated string was too long for the buffer.
5375         Test here whether the string length is > INT_MAX.
5376
5377 2006-08-28  Bruno Haible  <bruno@clisp.org>
5378
5379         * lib/inttypes_.h (SCNX*): Remove definitions.
5380         Reported by Eric Blake.
5381
5382 2006-08-28  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/c-strstr.h: New file, from GNU gettext.
5385         * lib/c-strstr.c: New file, from GNU gettext.
5386
5387 2006-08-28  Bruno Haible  <bruno@clisp.org>
5388
5389         * gnulib-tool: Reorder some statements.
5390
5391 2006-08-28  Bruno Haible  <bruno@clisp.org>
5392
5393         * gnulib-tool: New option --makefile-name.
5394         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5395         $makefile_name.
5396         (func_import): Write $makefile_name to the cache file, and read it from
5397         there unless explicitly specified. Use $makefile_name as file name
5398         instead of Makefile.am. Adjust the recommendations accordingly.
5399
5400 2006-08-28  Bruno Haible  <bruno@clisp.org>
5401
5402         * gnulib-tool (func_verify_module): Check against misapplying patch.
5403
5404 2006-08-28  Bruno Haible  <bruno@clisp.org>
5405
5406         * gnulib-tool (func_relativize, func_relconcat): New functions.
5407         Give an error if --local-dir is given with --update.
5408         Remove trailing slashes from $local_gnulib_dir.
5409         (func_import): Store the relativized $local_gnulib_dir in
5410         gnulib-cache.m4, and read it from there if not specified explicitly.
5411
5412 2006-08-28  Bruno Haible  <bruno@clisp.org>
5413
5414         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5415         is the current directory. Respect also $local_gnulib_dir.
5416
5417 2006-08-28  Bruno Haible  <bruno@clisp.org>
5418             Simon Josefsson  <jas@extundo.com>
5419
5420         BeOS portability.
5421         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5422
5423 2006-08-27  Jim Meyering  <jim@meyering.net>
5424
5425         * doc/visibility.texi: Remove duplicate word: "pointer".
5426
5427 2006-08-26  Bruno Haible  <bruno@clisp.org>
5428
5429         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5430         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5431         (Makefile.am): Create inttypes.h from inttypes_.h.
5432         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5433
5434         * modules/imaxabs: New file.
5435
5436         * modules/imaxdiv: New file.
5437
5438 2006-08-26  Bruno Haible  <bruno@clisp.org>
5439
5440         * m4/inttypes.m4: New file.
5441         * m4/_inttypes_h.m4: Remove file.
5442         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5443         PRI_MACROS_BROKEN.
5444         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5445
5446         * m4/imaxabs.m4: New file.
5447
5448         * m4/imaxdiv.m4: New file.
5449
5450 2006-08-26  Bruno Haible  <bruno@clisp.org>
5451
5452         * lib/inttypes_.h: New file.
5453         * lib/inttypes.h: Remove file.
5454         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5455
5456         * lib/imaxabs.c: New file.
5457
5458         * lib/imaxdiv.c: New file.
5459
5460 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5461
5462         New config-h module, so that "make" output needn't be cluttered
5463         by -DHAVE_CONFIG_H.
5464         * MODULES.html.sh (Support for building libraries and executables):
5465         Add config-h.
5466         * modules/config-h: New file.
5467         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5468         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5469         the config-h module is used.
5470
5471         New configmake module, so that "make" output needn't be cluttered
5472         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5473         * MODULES.html.sh (Support for building libraries and executables):
5474         Add configmake.
5475         * modules/configmake: New file.
5476
5477 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5478
5479         * m4/config-h.m4: New file.
5480
5481 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5482
5483         * config/srclist.txt: Add elisp-comp.
5484
5485 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5486
5487         * MODULES.html.sh (Support for building libraries and executables):
5488         Add elisp-comp.
5489         * build-aux/elisp-comp: New file.
5490         * modules/elisp-comp: New file.
5491
5492 2006-08-24  Bruno Haible  <bruno@clisp.org>
5493
5494         * gnulib-tool (func_create_testdir): Use non-default values of
5495         sourcebase and m4base.
5496
5497 2006-08-24  Bruno Haible  <bruno@clisp.org>
5498
5499         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5500         HTML structure.
5501
5502 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5503
5504         * modules/openat (Depends-on): Add lchown.
5505
5506 2006-08-23  Bruno Haible  <bruno@clisp.org>
5507
5508         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5509         of gl_LOCK_EARLY instead of gl_LOCK.
5510
5511 2006-08-23  Bruno Haible  <bruno@clisp.org>
5512
5513         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5514         on OSF/1 to no.
5515         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5516
5517 2006-08-23  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5520         as unusable.
5521
5522         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5523         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5524         (gl_LOCK): New macro.
5525
5526 2006-08-22  Simon Josefsson  <jas@extundo.com>
5527
5528         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5529         to md5 module.
5530
5531 2006-08-22  Simon Josefsson  <jas@extundo.com>
5532
5533         * MODULES.html.sh: Add "Support for maintaining and release
5534         projects".
5535
5536         * build-aux/gnupload: New file, from coreutils.
5537
5538 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         Avoid the need for AC_LIBSOURCES in m4 macros.
5541         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5542         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5543         * modules/check-version (EXTRA_DIST): Add check-version.h.
5544         * modules/crc (EXTRA_DIST): Add crc.h.
5545         * modules/des (EXTRA_DIST): Add des.h.
5546         * modules/gc (EXTRA_DIST): Add gc.h.
5547         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5548         * modules/getline (EXTRA_DIST): Add getline.h.
5549         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5550         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5551         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5552         * modules/md2 (EXTRA_DIST): Add md2.h.
5553         * modules/md4 (EXTRA_DIST): Add md4.h.
5554         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5555         * modules/read-file (EXTRA_DIST): Add read-file.h.
5556         * modules/readline (EXTRA_DIST): Add readline.h.
5557         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5558         rijndael-api-fst.h.
5559
5560 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5561
5562         * m4/rijndael.m4 (gl_ARCFOUR):
5563         * m4/arctwo.m4 (gl_ARCTWO):
5564         * m4/check-version.m4 (gl_CHECK_VERSION):
5565         * m4/crc.m4 (gl_CRC):
5566         * m4/des.m4 (gl_DES):
5567         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5568         * m4/gc.m4 (gl_GC):
5569         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5570         * m4/getline.m4 (gl_FUNC_GETLINE):
5571         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5572         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5573         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5574         * m4/md2.m4 (gl_MD2):
5575         * m4/md4.m4 (gl_MD4):
5576         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5577         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5578         * m4/readline.m4 (gl_FUNC_READLINE):
5579         * m4/rijndael.m4 (gl_RIJNDAEL):
5580         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5581         to get the necessary .h files and whatnot.
5582
5583 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5586         gnulib rather than the other way around.
5587         * config/srclistvars.sh (COREUTILS): Remove.
5588
5589 2006-08-22  Jim Meyering  <jim@meyering.net>
5590
5591         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5592
5593         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5594
5595 2006-08-22  Eric Blake  <ebb9@byu.net>
5596
5597         * modules/regexprops-generic: New file.
5598         * MODULES.html.sh (Support for building documentation): List it.
5599
5600 2006-08-22  Eric Blake  <ebb9@byu.net>
5601
5602         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5603         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5604         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5605         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5606
5607 2006-08-22  Bruno Haible  <bruno@clisp.org>
5608
5609         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5610         and lib_LTLIBRARIES like the other lib_* variables.
5611
5612 2006-08-22  Bruno Haible  <bruno@clisp.org>
5613
5614         * build-aux/x-to-1.in: New file, from GNU gettext.
5615
5616 2006-08-22  Bruno Haible  <bruno@clisp.org>
5617
5618         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5619         <utmpx.h> exists.
5620
5621 2006-08-22  Bruno Haible  <bruno@clisp.org>
5622
5623         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5624         <utmpx.h> exists.
5625
5626 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5627
5628         BeOS portability.
5629         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5630         exist.
5631         Problem reported by Bruno Haible.
5632
5633 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5634
5635         Avoid the need for AC_LIBSOURCES in m4 macros.
5636         * modules/acl (EXTRA_DIST): Add acl.h.
5637         * modules/argmatch (Files): Add m4/argmatch.m4.
5638         (configure.ac): Add gl_ARGMATCH.
5639         (EXTRA_DIST): Renamed from lib_SOURCES, for
5640         consistency with the other modules.  Remove argmatch.c.
5641         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5642         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5643         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5644         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5645         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5646         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5647         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5648         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5649         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5650         * modules/closeout (EXTRA_DIST): Add closeout.h.
5651         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5652         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5653         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5654         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5655         dirname.h; remove basename.c and stripslash.c.
5656         * modules/exclude (EXTRA_DIST): Add exclude.h.
5657         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5658         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5659         * modules/file-type (EXTRA_DIST): Add file-type.h.
5660         * modules/filemode (EXTRA_DIST): Add filemode.h.
5661         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5662         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5663         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5664         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5665         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5666         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5667         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5668         * modules/getdate (EXTRA_DIST): Add getdate.c.
5669         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5670         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5671         * modules/getpass (EXTRA_DIST): Add getpass.h.
5672         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5673         * modules/group-member (EXTRA_DIST): Add group-member.h.
5674         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5675         * modules/hash (EXTRA_DIST): Add hash.h.
5676         * modules/human (EXTRA_DIST): Add human.h.
5677         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5678         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5679         * modules/lchown (EXTRA_DIST): Add lchown.h.
5680         * modules/long-options (EXTRA_DIST): Add long-options.h.
5681         * modules/lstat (EXTRA_DIST): Add lstat.h.
5682         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5683         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5684         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5685         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5686         * modules/memxor (EXTRA_DIST): Add memxor.h.
5687         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5688         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5689         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5690         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5691         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5692         * modules/physmem (EXTRA_DIST): Add physmem.h.
5693         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5694         * modules/posixver (EXTRA_DIST): Add posixver.h.
5695         * modules/quote (EXTRA_DIST): Add quote.h.
5696         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5697         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5698         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5699         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5700         regex_internal.h regexec.c.
5701         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5702         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5703         * modules/same (EXTRA_DIST): Add same.h.
5704         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5705         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5706         * modules/savedir (EXTRA_DIST): Add savedir.h.
5707         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5708         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5709         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5710         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5711         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5712         * modules/strdup (EXTRA_DIST): Add strdup.h.
5713         * modules/strftime (EXTRA_DIST): Add strftime.h.
5714         * modules/strndup (EXTRA_DIST): Add strndup.h.
5715         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5716         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5717         * modules/time_r (EXTRA_DIST): Add time_r.h.
5718         * modules/timespec (EXTRA_DIST): Add timespec.h.
5719         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5720         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5721         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5722         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5723         * modules/userspec (EXTRA_DIST): Add userspec.h.
5724         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5725         * modules/utimens (EXTRA_DIST): Add utimens.h.
5726         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5727         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5728         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5729         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5730         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5731         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5732         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5733         * modules/yesno (EXTRA_DIST): Add yesno.h.
5734
5735 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5736
5737         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5738
5739         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5740         * m4/dev-ino.m4, same-inode.m4: Remove.
5741
5742         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5743         * m4/acl.m4 (AC_FUNC_ACL):
5744         * m4/backupfile.m4 (gl_BACKUPFILE):
5745         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5746         * m4/canon-host.m4 (gl_CANON_HOST):
5747         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5748         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5749         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5750         * m4/cloexec.m4 (gl_CLOEXEC):
5751         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5752         * m4/closeout.m4 (gl_CLOSEOUT):
5753         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5754         * m4/dirname.m4 (gl_DIRNAME):
5755         * m4/exclude.m4 (gl_EXCLUDE):
5756         * m4/exitfail.m4 (gl_EXITFAIL):
5757         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5758         * m4/file-type.m4 (gl_FILE_TYPE):
5759         * m4/filemode.m4 (gl_FILEMODE):
5760         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5761         * m4/fpending.m4 (gl_FUNC_FPENDING):
5762         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5763         * m4/fts.m4 (gl_FUNC_FTS):
5764         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5765         * m4/getdate.m4 (gl_GETDATE):
5766         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5767         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5768         * m4/getpass.m4 (gl_FUNC_GETPASS):
5769         * m4/gettime.m4 (gl_GETTIME):
5770         * m4/getugroups.m4 (gl_GETUGROUPS):
5771         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5772         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5773         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5774         * m4/hash.m4 (gl_HASH):
5775         * m4/idcache.m4 (gl_IDCACHE):
5776         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5777         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5778         * m4/long-options.m4 (gl_LONG_OPTIONS):
5779         * m4/lstat.m4 (gl_FUNC_LSTAT):
5780         * m4/md5.m4 (gl_MD5):
5781         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5782         * m4/memcoll.m4 (gl_MEMCOLL):
5783         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5784         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5785         * m4/memxor.m4 (gl_MEMXOR):
5786         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5787         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5788         * m4/modechange.m4 (gl_MODECHANGE):
5789         * m4/mountlist.m4 (gl_MOUNTLIST):
5790         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5791         * m4/openat.m4 (gl_FUNC_OPENAT):
5792         * m4/pathmax.m4 (gl_PATHMAX):
5793         * m4/physmem.m4 (gl_PHYSMEM):
5794         * m4/posixtm.m4 (gl_POSIXTM):
5795         * m4/posixver.m4 (gl_POSIXVER):
5796         * m4/quote.m4 (gl_QUOTE):
5797         * m4/quotearg.m4 (gl_QUOTEARG):
5798         * m4/readtokens.m4 (gl_READTOKENS):
5799         * m4/readutmp.m4 (gl_READUTMP):
5800         * m4/regex.m4 (gl_REGEX):
5801         * m4/safe-read.m4 (gl_SAFE_READ):
5802         * m4/safe-write.m4 (gl_SAFE_WRITE):
5803         * m4/same.m4 (gl_SAME):
5804         * m4/save-cwd.m4 (gl_SAVE_CWD):
5805         * m4/savedir.m4 (gl_SAVEDIR):
5806         * m4/settime.m4 (gl_SETTIME):
5807         * m4/sha1.m4 (gl_SHA1):
5808         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5809         * m4/stat-macros.m4 (gl_STAT_MACROS):
5810         * m4/stat-time.m4 (gl_STAT_TIME):
5811         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5812         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5813         * m4/strdup.m4 (gl_FUNC_STRDUP):
5814         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5815         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5816         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5817         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5818         * m4/time_r.m4 (gl_TIME_R):
5819         * m4/timespec.m4 (gl_TIMESPEC):
5820         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5821         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5822         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5823         * m4/userspec.m4 (gl_USERSPEC):
5824         * m4/utimecmp.m4 (gl_UTIMECMP):
5825         * m4/utimens.m4 (gl_UTIMENS):
5826         * m4/xalloc.m4 (gl_XALLOC):
5827         * m4/xgetcwd.m4 (gl_XGETCWD):
5828         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5829         * m4/xreadlink.m4 (gl_XREADLINK):
5830         * m4/xstrtod.m4 (gl_XSTRTOD):
5831         * m4/yesno.m4 (gl_YESNO):
5832         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5833         to get the necessary .h files and whatnot.
5834
5835 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5836             Bruno Haible  <bruno@clisp.org>
5837
5838         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5839         /bin/sh understanding of '!' conditional negation.
5840
5841 2006-08-21  Jim Meyering  <jim@meyering.net>
5842
5843         * modules/openat (Depends-on): Really alphabetize.
5844
5845         * modules/acl (Depends-on): Add error and quote.
5846
5847         * check-module (find_included_lib_files): Add at-func.c to the
5848         ok-to-include-more-than-once white list.
5849
5850         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5851
5852 2006-08-21  Bruno Haible  <bruno@clisp.org>
5853
5854         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5855         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5856         Reported by Martin Lambers <marlam@marlam.de>.
5857
5858 2006-08-21  Bruno Haible  <bruno@clisp.org>
5859
5860         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5861         specify an installation location, don't emit a noinst_LIBRARIES or
5862         noinst_LTLIBRARIES assignment.
5863
5864 2006-08-21  Bruno Haible  <bruno@clisp.org>
5865
5866         BeOS portability.
5867         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5868         BeOS has mbrtowc() but no <wctype.h>.
5869
5870 2006-08-21  Bruno Haible  <bruno@clisp.org>
5871
5872         BeOS portability.
5873         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5874         exist.
5875
5876 2006-08-21  Bruno Haible  <bruno@clisp.org>
5877
5878         BeOS portability.
5879         * lib/mbchar.h: Include <wctype.h> only if it exists.
5880
5881 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5882
5883         Remove files that are no longer needed by their respective modules.
5884         * m4/obstack.m4: Remove.
5885         * m4/strerror_r.m4: Remove.
5886         * m4/uint32_t.m4: Remove.
5887         * m4/uintptr_t.m4: Remove.
5888         * m4/ullong_max.m4: Remove.
5889         * m4/xstrtoimax.m4: Remove.
5890         * m4/xstrtoumax.m4: Remove.
5891
5892         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5893         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5894         dependencies now capture this.
5895
5896         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5897         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5898         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5899         * m4/human.m4 (gl_HUMAN): Likewise.
5900         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5901         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5902
5903         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5904
5905         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5906         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5907         stdint.
5908         * m4/human.m4 (gl_HUMAN): Likewise.
5909         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5910         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5911         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5912         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5913         * m4/xstrtol (gl_XSTRTOL): Likewise.
5914
5915         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5916         AC_TYPE_LONG_LONG_INT.
5917         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5918         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5919         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5920         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5921
5922         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5923         on stdbool.
5924
5925         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5926         (gl_PREREQ_XSTRTOUL): Remove.
5927
5928         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5929
5930         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5931         mode.
5932
5933 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5934
5935         Add and change modules to make it easier for coreutils to use
5936         gnulib-tool.
5937         * modules/backupfile (Files): Remove m4/d-ino.m4.
5938         (Depends-on): Add d-ino.
5939         * modules/cycle-check (Depends-on): Add stdint.
5940         (lib_SOURCES): Add cycle-check.h.
5941         * modules/d-ino: New module.
5942         * modules/d-type: New module.
5943         * modules/error (Files): Remove m4/strerror_r.m4.
5944         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5945         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5946         m4/inttypes_h.m4, m4/uintmax_t.m4.
5947         (Depends-on): Add stdint.
5948         (lib_SOURCES): Add fsusage.h.
5949         * modules/getcwd (Files): Remove d-ino.m4.
5950         (Depends-on): Add d-ino.
5951         * modules/getndelim2 (Depends-on): Add stdint.
5952         * modules/glob (Files): Remove m4/d-type.m4.
5953         (Depends-on): Add d-type.
5954         * modules/host-os: New module.
5955         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5956         m4/inttypes_h.m4, m4/uintmax_t.m4.
5957         * Depends-on: Add stdint.
5958         (lib_SOURCES): Add human.h.
5959         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5960         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5961         m4/uintmax_t.m4, m4/ulonglong.m4.
5962         (Depends-on): Add stdint.
5963         (EXTRA_DIST): Add inttostr.h.
5964         * modules/lchmod: New module.
5965         * modules/link-follow: New module.
5966         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5967         (Depends-on): Add lchmod.
5968         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5969         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5970         (Depends-on): Add stdint.
5971         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5972         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5973         (Depends-on): Add stdint.
5974         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5975         * modules/perl: New module.
5976         * modules/regex (Depends-on): Add stdint.
5977         * modules/rmdir-errno: New module.
5978         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5979         m4/intmax_t.m4.
5980         (Depends-on): Add stdint.
5981         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5982         m4/uintmax_t.m4.
5983         (Depends-on): Add stdint.
5984         * modules/unlink-busy: New module.
5985         * modules/utimecmp (Depends-on): Add stdint.
5986         * modules/uptime: New module.
5987         * modules/winsz-ioctl: New module.
5988         * modules/winsz-termios: New module.
5989         * modules/xnanosleep (Depends-on): Add nanosleep.
5990         * modules/ullong_max: Remove.
5991         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5992         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5993         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5994         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5995         (Depends-on): Add inttypes.
5996         (lib_SOURCES): Add xstrtol.h.
5997         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5998         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5999         * MODULES.html.sh: Move 'assert' into the assert section.
6000         Move 'dummy' into the linking section.
6001         Remove ullong_max.
6002         Add section for compatibility checks for POSIX:2001 functions,
6003         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6004         winsz-ioctl, and winsz-termios into it.
6005         Add lchmod.
6006         Add top-level Misc section and put host-os, perl, and uptime
6007         into it.
6008
6009 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6010
6011         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6012         now assume the stdint module.  Do not include inttypes.h.
6013         * lib/fsusage.h: Likewise.
6014         * lib/getndelim2.c: Likewise.
6015         * lib/human.h: Likewise.
6016         * lib/inttostr.h: Likewise.
6017         * lib/obstack.c: Likewise.
6018         * lib/regex_internal.h: Likewise.
6019         * lib/tempname.c: Likewise.
6020         * lib/utimecmp.c: Likewise.
6021         * lib/xstrtol.h: Likewise.
6022
6023         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6024
6025         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6026         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6027         * lib/xtime.h: Likewise.
6028
6029 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6030
6031         * modules/openat (Files): Add lib/fchmodat.c.
6032         Fixes problem reported by Jay Youngman.
6033
6034 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6035
6036         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6037         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6038
6039 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6040             Bruno Haible  <bruno@clisp.org>
6041
6042         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6043         and is a script that invokes bison. Tighten the code. Add comments.
6044
6045 2006-08-18  Jim Meyering  <jim@meyering.net>
6046
6047         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6048         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6049         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6050         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6051
6052 2006-08-18  Bruno Haible  <bruno@clisp.org>
6053
6054         * modules/bison-i18n: New file.
6055         * MODULES.html.sh (Internationalization functions): Add it.
6056
6057 2006-08-18  Bruno Haible  <bruno@clisp.org>
6058
6059         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6060         sys/statvfs.h. When getmntinfo was found, check its declaration and
6061         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6062
6063 2006-08-18  Bruno Haible  <bruno@clisp.org>
6064
6065         * m4/bison-i18n.m4: New file, from bison.
6066
6067 2006-08-18  Bruno Haible  <bruno@clisp.org>
6068
6069         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6070         (ME_DUMMY): Treat "kernfs" as a dummy.
6071         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6072
6073 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         Update from coreutils.
6076
6077         2006-08-15  Jim Meyering  <jim@meyering.net>
6078
6079         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6080
6081         2006-01-17  Jim Meyering  <jim@meyering.net>
6082
6083         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6084
6085         2006-01-11  Jim Meyering  <jim@meyering.net>
6086
6087         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6088         Check for the lchmod function.
6089
6090 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6091
6092         Update from coreutils.
6093
6094         * lib/__fpending.h: Add copyright notice.
6095         * lib/fprintftime.h: Likewise.
6096         * lib/savedir.c: Use (C) in copyright notice.
6097         * lib/savedir.h: Likewise.
6098
6099         2006-08-15  Jim Meyering  <jim@meyering.net>
6100
6101         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6102         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6103         in support of the EXPECTED_ERRNO macro.
6104         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6105         definitions.  Instead, define the appropriate symbols and include
6106         "at-func.c".
6107         * lib/mkdirat.c (mkdirat): Likewise.
6108         * lib/fchmodat.c (fchmodat): Likewise.
6109         (ENOSYS): Remove definition.
6110         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6111         it.  Don't include "unistd--.h" -- it wasn't ever used.
6112
6113         2006-01-17  Jim Meyering  <jim@meyering.net>
6114
6115         Rewrite fts.c not to change the current working directory,
6116         by using openat, fstatat, fdopendir, etc..
6117
6118         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6119         (HAVE_OPENAT_SUPPORT): Define.
6120         [_LIBC] (fchdir): Don't undef or define; no longer used.
6121         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6122         Now, this `function' always succeeds, and consumes its file descriptor
6123         parameter -- so callers must not close such FDs.  Update callers.
6124         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6125         (diropen): Add parameter, SP.  Adjust all callers.
6126         Implement using diropen_fd, rather than open.
6127         (fts_open): Initialize new member, fts_cwd_fd.
6128         Remove fts_rft-setting code.
6129         (fts_close): Close fts_cwd_fd, if necessary.
6130         (__opendir2): Define in terms of opendir or opendirat,
6131         depending on whether the FST_NOCHDIR flag is set.
6132         (fts_build): Since fts_safe_changedir consumes its FD, and since
6133         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6134         and close the dup'd file descriptor upon failure.
6135         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6136         (fts_safe_changedir): Tweak semantics to reflect that this function
6137         now calls cwd_advance_fd and hence consumes its FD argument.
6138         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6139         [struct FTS] (fts_rft): Remove now-unused member.
6140         [struct FTS] (fts_cycle.state): Improve comment.
6141
6142         * lib/openat.c (openat_needs_fchdir): New function.
6143         * lib/openat.h (openat_needs_fchdir): Declare it.
6144
6145 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6146
6147         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6148         Problem and fix reported by Pádraig Brady in
6149         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6150
6151 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6152
6153         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6154
6155 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6156
6157         * lib/memcoll.c (memcoll): Optimize for the common case where the
6158         arguments are bytewise equal.
6159
6160 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6161
6162         * doc/regexprops-generic.texi: Add a copyright notice.
6163
6164 2006-08-15  Bruno Haible  <bruno@clisp.org>
6165
6166         * modules/tmpdir (License): Change to LGPL.
6167
6168 2006-08-15  Bruno Haible  <bruno@clisp.org>
6169
6170         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6171         module.
6172
6173 2006-08-14  Simon Josefsson  <jas@extundo.com>
6174
6175         * config/srclist.txt: Add gnupload.
6176
6177 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6178
6179         Change copyright notice from LGPL 2 to GPL 2, since that's the
6180         standard form used in the gnulib repository.
6181         * tests/test-lock.c: Likewise.
6182         * tests/test-stdint.c: Likewise.
6183         * tests/test-tls.c: Likewise.
6184
6185         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6186         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6187         Add copyright notice.
6188
6189         * check-module: Add copyright notice.  Output a copyright
6190         notice if "--version" is specified.
6191         * modules/COPYING: New file.
6192         * tests/test-getaddrinfo.c: Add copyright notice.
6193         * tests/test-verify.c: Likewise.
6194
6195 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         Change copyright notice from LGPL 2 to GPL 2, since that's the
6198         standard form used in the gnulib repository.
6199         * lib/lock.c: LGPL -> GPL.
6200         * lib/lock.h: Likewise.
6201         * lib/strnlen1.c: Likewise.
6202         * lib/strnlen1.h: Likewise.
6203         * lib/tls.c: Likewise.
6204         * lib/tls.h: Likewise.
6205         * lib/tmpdir.c: Likewise.
6206
6207         * lib/TODO: Remove; this belongs only in coreutils.
6208
6209 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         Add copyright notices to long-enough files that lack them, since
6212         otherwise the files aren't clearly free.  Use the same notice that
6213         getdate.texi already uses.
6214         * doc/alloca-opt.texi: Add copyright notice.
6215         * doc/alloca.texi: Likewise.
6216         * doc/ctime.texi: Likewise.
6217         * doc/functions.texi: Likewise.
6218         * doc/gcd.texi: Likewise.
6219         * doc/gnulib-tool.texi: Likewise.
6220         * doc/inet_ntoa.texi: Likewise.
6221         * doc/visibility.texi: Likewise.
6222
6223         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6224         * doc/quote.texi: Add copyright notice.
6225
6226         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6227         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6228         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6229         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6230         is now obsolete, and give a pointer to the Sun list.
6231         Add copyright notice.
6232
6233 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6234
6235         * config/srclistvars.sh: Add copyright notice.
6236
6237 2006-08-14  Eric Blake  <ebb9@byu.net>
6238
6239         Import the following change from libc:
6240
6241         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6242
6243         Upstream bug 2997.
6244         * lib/misc/error.c: Add space between program name and message if file
6245         name is missing.
6246
6247 2006-08-12  Karl Berry  <karl@gnu.org>
6248
6249         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6250         remove, these originate in gnulib now.
6251
6252 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6253
6254         * doc/Makefile (standards.info standards.html standards.dvi):
6255         Also depend on make-stds.texi.
6256
6257 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6258
6259         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6260         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6261
6262         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6263         in wchar_t.  Problem reported by Eric Blake.
6264
6265         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6266         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6267         Also, help the compiler to keep LEN in a register.
6268
6269 2006-08-11  Eric Blake  <ebb9@byu.net>
6270
6271         * users.txt: Sort.  Add tar.
6272
6273 2006-08-11  Bruno Haible  <bruno@clisp.org>
6274
6275         * users.txt: New file.
6276
6277 2006-08-11  Bruno Haible  <bruno@clisp.org>
6278
6279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6280         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6281
6282 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6283
6284         * modules/snprintf (Depends-on): Remove minmax.
6285         (Maintainer): Add self and Bruno.
6286
6287 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6288
6289         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6290         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6291         (EOVERFLOW): Define if the system does not.
6292         Do not include "minmax.h"; it wasn't used.
6293         (snprintf): Don't assume size_t promotes to an unsigned type.
6294         Fix bug when generated string was too long for the buffer: the
6295         buffer's contents are supposed to be the initial prefix of the
6296         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6297         exceeds INT_MAX; do the check ourselves.
6298
6299         Import the following changes from libc:
6300
6301         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6302
6303         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6304         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6305         set wc to the byte which couldn't be converted.
6306         (re_string_reconstruct): Don't clear valid_raw_len before calling
6307         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6308         tip_context using re_string_context_at.
6309
6310         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6311
6312         * lib/posix/regex.h: g++ still cannot handled [restrict].
6313
6314         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6315
6316         * lib/posix/regex.h: Remove special handling for VMS.
6317
6318 2006-08-10  Jim Meyering  <jim@meyering.net>
6319
6320         * modules/same-inode: New module.
6321         * modules/dev-ino: New module.
6322         * modules/cycle-check: Depend on these modules, rather than simply
6323         including their .h files.
6324         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6325         required via m4/cycle-check.m4.
6326         * modules/same: Depend on new same-inode module, rather than
6327         including same-inode.h.
6328         * modules/chdir-safer: New file.
6329
6330         * modules/chown (Depends-on): Add stat-macros.
6331
6332 2006-08-10  Jim Meyering  <jim@meyering.net>
6333
6334         * m4/cycle-check.m4: New file.
6335         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6336         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6337
6338 2006-08-10  Eric Blake  <ebb9@byu.net>
6339
6340         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6341         in from original proposal.
6342
6343 2006-08-10  Eric Blake  <ebb9@byu.net>
6344         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6345
6346         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6347         namespace.
6348
6349 2006-08-10  Bruno Haible  <bruno@clisp.org>
6350
6351         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6352         as well.
6353
6354 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6355
6356         Sync from coreutils.
6357
6358         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6359
6360         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6361         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6362
6363 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * modules/restrict: Remove; no longer needed now that we assume
6366         Autoconf 2.59 or later.
6367         * MODULES.html.sh: Remove 'restrict'.
6368         * modules/argp (Depends-on): Remove 'restrict'.
6369         * modules/base64 (Depends-on): Likewise.
6370         * modules/gc (Depends-on): Likewise.
6371         * modules/getaddrinfo (Depends-on): Likewise.
6372         * modules/glob (Depends-on): Likewise.
6373         * modules/inet_ntop (Depends-on): Likewise.
6374         * modules/inet_pton (Depends-on): Likewise.
6375         * modules/memxor (Depends-on): Likewise.
6376         * modules/regex (Depends-on): Likewise.
6377         * modules/strtok_r (Depends-on): Likewise.
6378         * modules/time_r (Depends-on): Likewise.
6379
6380 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6381
6382         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6383         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6384         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6385         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6386         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6387         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6388         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6389         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6390
6391         Merge from coreutils.
6392         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6393         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6394         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6395         * m4/time_r.m4 (gl_TIME_R): Likewise.
6396
6397 2006-08-09  Karl Berry  <karl@gnu.org>
6398
6399         * config/srclist.txt: no more gettext-tools, per Bruno.
6400
6401 2006-08-08  Eric Blake  <ebb9@byu.net>
6402
6403         * modules/verror: New module.
6404         * MODULES.html.sh: Document it.
6405
6406 2006-08-08  Eric Blake  <ebb9@byu.net>
6407
6408         * lib/verror.h, lib/verror.c: New files.
6409
6410 2006-08-08  Eric Blake  <ebb9@byu.net>
6411
6412         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6413         verror_at_line output complies with GNU Coding Standards even when
6414         file is NULL.
6415
6416 2006-08-07  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6419         versions of AIX.
6420         Reported by Ralf Wildenhues.
6421
6422 2006-08-07  Bruno Haible  <bruno@clisp.org>
6423
6424         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6425         in an AC_DEFUN. Needed so that the autoconf snippets can use
6426         AC_REQUIRE.
6427
6428 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6429
6430         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6431         Initialize pkgdata_DATA.
6432         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6433         overriding it.
6434
6435 2006-08-06  Eric Blake  <ebb9@byu.net>
6436
6437         * lib/error.h: Fold in some upstream changes from glibc.
6438         * lib/error.c: Likewise.
6439
6440 2006-08-04  Bruno Haible  <bruno@clisp.org>
6441
6442         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6443         Make the mostlyclean-local rule depend on mostlyclean-generic.
6444         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6445
6446 2006-07-31  Bruno Haible  <bruno@clisp.org>
6447
6448         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6449         <stdlib.h>, <string.h>.
6450
6451 2006-07-30  Bruno Haible  <bruno@clisp.org>
6452
6453         * modules/readlink (License): Change to LGPL.
6454
6455 2006-07-30  Bruno Haible  <bruno@clisp.org>
6456
6457         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6458         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6459         set PKGDATADIR to point to it.
6460
6461 2006-07-30  Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/csharpexec (configure.ac): Comment out macro invocation.
6464         * modules/javaexec (configure.ac): Likewise.
6465         * modules/javacomp-script (configure.ac): Likewise.
6466
6467         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6468
6469 2006-07-30  Bruno Haible  <bruno@clisp.org>
6470
6471         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6472         linked-list.
6473
6474 2006-07-30  Bruno Haible  <bruno@clisp.org>
6475
6476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6477
6478 2006-07-30  Bruno Haible  <bruno@clisp.org>
6479
6480         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6481         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6482         get removed.
6483
6484 2006-07-29  Bruno Haible  <bruno@clisp.org>
6485
6486         Make it possible for gnulib-tool to work with locally modified or
6487         augmented gnulib repositories.
6488         * gnulib-tool (func_usage): Document --local-dir option.
6489         (local_gnulib_dir): New variable.
6490         Handle --local-dir option.
6491         (func_lookup_file): New function.
6492         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6493         (func_get_description, func_get_filelist, func_get_description,
6494         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6495         func_get_automake_snippet, func_get_include_directive,
6496         func_get_license, func_get_maintainer): Use func_lookup_file.
6497         (func_import, func_create_testdir): Use func_lookup_file.
6498
6499 2006-07-29  Bruno Haible  <bruno@clisp.org>
6500
6501         * modules/setenv (Depends-on): Add unistd.
6502
6503 2006-07-29  Bruno Haible  <bruno@clisp.org>
6504
6505         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6506
6507 2006-07-29  Bruno Haible  <bruno@clisp.org>
6508
6509         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6510
6511 2006-07-29  Bruno Haible  <bruno@clisp.org>
6512
6513         * gnulib-tool (import, update): If there is no Makefile.am, look at
6514         aclocal.m4, instead of bailing out.
6515
6516 2006-07-29  Bruno Haible  <bruno@clisp.org>
6517
6518         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6519         Categorize the options by when they are useful.
6520
6521 2006-07-29  Bruno Haible  <bruno@clisp.org>
6522
6523         * gnulib-tool (func_usage): Document option --no-libtool.
6524         Handle option --no-libtool.
6525         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6526         for changed semantics of $libtool variable.
6527         (func_import): Likewise. If libtool is not used, show this through
6528         an option --no-libtool.
6529         (func_create_testdir): Update.
6530
6531 2006-07-29  Bruno Haible  <bruno@clisp.org>
6532
6533         * gnulib-tool (func_import): Extend error message about missing
6534         --doc-base.
6535
6536 2006-07-29  Bruno Haible  <bruno@clisp.org>
6537
6538         * gnulib-tool (func_import): Don't create the $docbase directory if
6539         there is no file to store there.
6540
6541 2006-07-29  Bruno Haible  <bruno@clisp.org>
6542
6543         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6544         relevant, look for configure.ac there, not in the current directory.
6545         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6546
6547 2006-07-29  Bruno Haible  <bruno@clisp.org>
6548
6549         * gnulib-tool (SORT): New variable.
6550         (func_usage): Undocument --assume-autoconf option.
6551         Remove --assume-autoconf option handling.
6552         (autoconf_minversion): Determine from the contents of configure.ac.
6553         (func_import): Remove autoconf_minversion handling.
6554         Suggested by Eric Blake.
6555
6556 2006-07-29  Bruno Haible  <bruno@clisp.org>
6557
6558         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6559
6560 2006-07-29  Bruno Haible  <bruno@clisp.org>
6561
6562         * config/srclist.txt (*setenv.[ch]): Remove rules.
6563
6564 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6565
6566         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6567
6568 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6569
6570         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6571         arpa/inet.h.
6572
6573 2006-07-28  Simon Josefsson  <jas@extundo.com>
6574
6575         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6576         * modules/inet_pton (Depends-on): Likewise.
6577
6578 2006-07-28  Simon Josefsson  <jas@extundo.com>
6579
6580         * m4/netinet_in_h.m4: New file.
6581
6582 2006-07-28  Simon Josefsson  <jas@extundo.com>
6583
6584         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6585         #include's.
6586
6587 2006-07-28  Simon Josefsson  <jas@extundo.com>
6588
6589         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6590         #include's.
6591
6592 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6593
6594         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6595         setgid on directories only if they set these bits.
6596         * lib/modechange.h: Remove obsolete comment about masks.
6597
6598 2006-07-28  Eric Blake  <ebb9@byu.net>
6599
6600         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6601         macro expansion.
6602
6603 2006-07-28  Bruno Haible  <bruno@clisp.org>
6604
6605         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6606
6607 2006-07-28  Bruno Haible  <bruno@clisp.org>
6608
6609         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6610
6611 2006-07-28  Bruno Haible  <bruno@clisp.org>
6612
6613         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6614         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6615         Define fallbacks.
6616         Avoids link error on FreeBSD 4.x.
6617         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6618
6619         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6620         encoding.
6621         * lib/mbswidth.c (iswcntrl): Likewise.
6622
6623 2006-07-27  Bruno Haible  <bruno@clisp.org>
6624
6625         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6626         test.
6627
6628 2006-07-27  Bruno Haible  <bruno@clisp.org>
6629
6630         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6631         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6632         defined.
6633
6634 2006-07-26  Eric Blake  <ebb9@byu.net>
6635
6636         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6637
6638 2006-07-26  Eric Blake  <ebb9@byu.net>
6639
6640         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6641         like mingw that lack mkstemp.
6642         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6643         avoid compilation warning on mingw.
6644
6645 2006-07-26  Bruno Haible  <bruno@clisp.org>
6646
6647         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6648         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6649         INT_FAST*_MIN, INTPTR_MIN.
6650
6651 2006-07-25  Bruno Haible  <bruno@clisp.org>
6652
6653         * modules/version-etc (Depends-on): Add stdarg.
6654
6655 2006-07-25  Bruno Haible  <bruno@clisp.org>
6656
6657         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6658         complex commands.
6659
6660 2006-07-25  Bruno Haible  <bruno@clisp.org>
6661
6662         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6663         defined in <stdarg.h> or config.h.
6664
6665 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6666
6667         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6668         (gl_STDIO_SAFER): Remove.
6669
6670 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6671
6672         * MODULES.html.sh (File stream based Input/Output):
6673         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6674         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6675         * modules/fopen-safer, modules/tmpfile-safer: New files.
6676         * modules/stdio-safer: Remove.
6677
6678 2006-07-24  Bruno Haible  <bruno@clisp.org>
6679
6680         * modules/tmpdir: New file.
6681         * MODULES.html.sh (File system functions): Add it.
6682
6683 2006-07-24  Bruno Haible  <bruno@clisp.org>
6684
6685         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6686         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6687
6688 2006-07-24  Bruno Haible  <bruno@clisp.org>
6689
6690         * modules/clean-temp: New file.
6691
6692 2006-07-24  Bruno Haible  <bruno@clisp.org>
6693
6694         * m4/tmpdir.m4: New file, from GNU gettext.
6695
6696 2006-07-24  Bruno Haible  <bruno@clisp.org>
6697
6698         * lib/tmpdir.h: New file, from GNU gettext.
6699         * lib/tmpdir.c: New file, from GNU gettext.
6700
6701 2006-07-24  Bruno Haible  <bruno@clisp.org>
6702
6703         * lib/clean-temp.h: New file, from GNU gettext.
6704         * lib/clean-temp.c: New file, from GNU gettext.
6705
6706 2006-07-23  Eric Blake  <ebb9@byu.net>
6707
6708         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6709         (Depends-on): Add binary-io.
6710
6711 2006-07-23  Eric Blake  <ebb9@byu.net>
6712
6713         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6714
6715 2006-07-23  Eric Blake  <ebb9@byu.net>
6716
6717         * lib/tmpfile-safer.c: New file.
6718         * lib/stdio-safer.h (fopen_safer): Add prototype.
6719         * lib/stdio--.h (tmpfile): Make safer.
6720
6721 2006-07-23  Bruno Haible  <bruno@clisp.org>
6722
6723         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6724         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6725         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6726         gl_linked_remove_at): Use it.
6727
6728 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6729         and Simon Josefsson <jas@extundo.com>
6730
6731         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6732
6733         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6734
6735 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6736
6737         * modules/close-stream: New file.
6738         * modules/closeout (Description): Make it clear that it exits
6739         with a diagnostic on error.
6740         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6741         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6742
6743 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6744
6745         * m4/close-stream.m4: New file.
6746
6747 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6748
6749         * lib/close-stream.c, lib/close-stream.h: New files.
6750
6751 2006-07-22  Bruno Haible  <bruno@clisp.org>
6752
6753         Merge from GNU gettext 0.15.
6754
6755         2006-05-01  Bruno Haible  <bruno@clisp.org>
6756
6757                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6758
6759         2006-07-22  Bruno Haible  <bruno@clisp.org>
6760
6761                 * modules/javaversion: New file.
6762                 * MODULES.html.sh (Java): Add javaversion.
6763
6764         2006-03-12  Bruno Haible  <bruno@clisp.org>
6765
6766                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6767
6768         2005-12-04  Bruno Haible  <bruno@clisp.org>
6769
6770                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6771                 (untested).
6772
6773         2006-06-21  Bruno Haible  <bruno@clisp.org>
6774
6775                 Avoid warnings from recent versions of mcs.
6776                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6777                 -o, -L, -r any more. Use options documented since mcs-1.0
6778                 instead. Similarly for -g.
6779
6780         2005-12-04  Bruno Haible  <bruno@clisp.org>
6781
6782                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6783                 .resources, not .resource.
6784
6785         2005-07-09  Bruno Haible  <bruno@clisp.org>
6786
6787                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6788                 add a .dll suffix.
6789                 Reported by Mark Junker <mjscod@gmx.de>.
6790
6791         2006-07-22  Bruno Haible  <bruno@clisp.org>
6792
6793                 * modules/gettext: Upgrade to gettext-0.15.
6794                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6795                 m4/visibility.m4.
6796                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6797
6798 2006-07-22  Bruno Haible  <bruno@clisp.org>
6799
6800         Merge from GNU gettext 0.15.
6801
6802         2006-03-25  Bruno Haible  <bruno@clisp.org>
6803
6804                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6805
6806         2006-07-21  Bruno Haible  <bruno@clisp.org>
6807
6808                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6809                 "1.1".
6810
6811         2006-05-09  Bruno Haible  <bruno@clisp.org>
6812
6813                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6814                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6815                 for the conftestver execution.
6816
6817         2006-05-01  Bruno Haible  <bruno@clisp.org>
6818
6819                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6820                 optional target-version argument. Verify that the compiler
6821                 groks source of the specified source-version, or add -source
6822                 option as necessary. Verify that the compiler produces
6823                 bytecode in the specified target-version, or add -target and
6824                 -source options as necessary. Make the result of the test
6825                 available as variable CONF_JAVAC. Also log error output in
6826                 config.log.
6827
6828         2006-03-11  Bruno Haible  <bruno@clisp.org>
6829
6830                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6831
6832         2006-05-09  Bruno Haible  <bruno@clisp.org>
6833
6834                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6835                 CLASSPATH_SEPARATOR to a semicolon.
6836
6837         2006-03-12  Bruno Haible  <bruno@clisp.org>
6838
6839                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6840                 available as variable CONF_JAVA, for subsequent autoconf
6841                 tests. Also log error output in config.log.
6842
6843         2006-07-19  Bruno Haible  <bruno@clisp.org>
6844
6845                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6846                 that getline works on glibc2 systems. Needed to avoid trouble
6847                 in relocatable.c.
6848                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6849
6850         2005-12-04  Bruno Haible  <bruno@clisp.org>
6851
6852                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6853                 launcher (untested).
6854
6855         2005-12-04  Bruno Haible  <bruno@clisp.org>
6856
6857                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6858
6859         2006-07-22  Bruno Haible  <bruno@clisp.org>
6860
6861                 * gettext.m4: Update from GNU gettext-0.15.
6862                 * nls.m4: Likewise.
6863                 * po.m4: Likewise.
6864                 * inttypes-pri.m4: Likewise.
6865                 * inttypes-h.m4: Renamed from inttypes.m4.
6866                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6867
6868 2006-07-22  Bruno Haible  <bruno@clisp.org>
6869
6870         Merge from GNU gettext 0.15.
6871
6872         2005-07-05  Bruno Haible  <bruno@clisp.org>
6873
6874                 * printf-args.c (printf_fetchargs): Work around broken
6875                 definition of wint_t on mingw.
6876
6877         2005-02-12  Bruno Haible  <bruno@clisp.org>
6878
6879                 * xallocsa.h: Add extern "C" for C++.
6880
6881         2006-05-17  Bruno Haible  <bruno@clisp.org>
6882
6883                 Cygwin portability.
6884                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6885
6886         2006-04-30  Bruno Haible  <bruno@clisp.org>
6887
6888                 * progreloc.c: Include <mach-o/dyld.h> if available.
6889                 (find_executable): Use _NSGetExecutablePath when possible.
6890
6891         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6892
6893                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6894                 function.
6895
6896         2005-12-29  Bruno Haible  <bruno@clisp.org>
6897
6898                 * progreloc.c (set_program_name_and_installdir): Fix
6899                 compilation error.
6900
6901         2005-12-04  Bruno Haible  <bruno@clisp.org>
6902
6903                 Cygwin portability.
6904                 * progreloc.c: Include <windows.h> also on Cygwin.
6905                 (find_executable): Add support for Cygwin.
6906                 (set_program_name_and_installdir): Handle also platforms with
6907                 nonempty EXEEXT.
6908
6909         2006-07-11  Bruno Haible  <bruno@clisp.org>
6910
6911                 * javacomp.c: Fix a comment.
6912                 Reported by Jim Meyering.
6913
6914         2006-04-30  Bruno Haible  <bruno@clisp.org>
6915
6916                 * javacomp.h (compile_java_class): Add source_version,
6917                 target_version arguments.
6918                 * javacomp.c: Rewritten to choose only a compiler that
6919                 respects the specified source_version and target_version.
6920
6921         2006-06-27  Bruno Haible  <bruno@clisp.org>
6922
6923                 Assume correct S_ISDIR macro.
6924                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6925
6926         2006-07-22  Bruno Haible  <bruno@clisp.org>
6927
6928                 * javaversion.h: New file, from GNU gettext.
6929                 * javaversion.c: New file, from GNU gettext.
6930                 * javaversion.java: New file, from GNU gettext.
6931                 * javaversion.class: New file, from GNU gettext.
6932
6933         2006-05-17  Bruno Haible  <bruno@clisp.org>
6934
6935                 Cygwin portability.
6936                 * javaexec.c (execute_java_class): Test for jview program
6937                 also on Cygwin.
6938
6939         2006-04-09  Bruno Haible  <bruno@clisp.org>
6940
6941                 * fatal-signal.c: Don't include string.h.
6942                 (at_fatal_signal): Use a copying loop instead of memcpy.
6943
6944         2005-12-04  Bruno Haible  <bruno@clisp.org>
6945
6946                 * csharpexec.c: Add support for 'clix' launcher (untested).
6947                 (execute_csharp_using_sscli): New function.
6948                 (execute_csharp_program): Call it.
6949
6950         2006-06-21  Bruno Haible  <bruno@clisp.org>
6951
6952                 Avoid warnings from recent versions of mcs.
6953                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6954                 -o, -L, -r any more. Use options documented since mcs-1.0
6955                 instead. Similarly for -g.
6956
6957         2005-07-09  Bruno Haible  <bruno@clisp.org>
6958
6959                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6960                 add a .dll suffix.
6961                 Reported by Mark Junker <mjscod@gmx.de>.
6962
6963         2006-06-17  Bruno Haible  <bruno@clisp.org>
6964
6965                 * config.charset: Update for NetBSD 3.0.
6966
6967         2006-05-17  Bruno Haible  <bruno@clisp.org>
6968
6969                 Cygwin portability.
6970                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6971
6972         2006-05-16  Bruno Haible  <bruno@clisp.org>
6973
6974                 * localcharset.c [CYGWIN]: Include <windows.h>.
6975                 (get_charset_aliases): For Cygwin, return the same CPxxx
6976                 aliases list as under WIN32.
6977                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6978                 the environment variables. Fall back to GetACP().
6979
6980         2006-04-05  Bruno Haible  <bruno@clisp.org>
6981
6982                 * config.charset: Update Juan Manuel Guerrero's address.
6983
6984         2005-02-12  Bruno Haible  <bruno@clisp.org>
6985
6986                 * allocsa.h: Add extern "C" for C++.
6987
6988         2005-02-10  Bruno Haible  <bruno@clisp.org>
6989
6990                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6991                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6992
6993         2006-07-22  Bruno Haible  <bruno@clisp.org>
6994
6995                 * gettext.h: Update to GNU gettext-0.15.
6996
6997 2006-07-22  Bruno Haible  <bruno@clisp.org>
6998
6999         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7000         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7001         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7002
7003 2006-07-21  Eric Blake  <ebb9@byu.net>
7004
7005         * modules/stdlib-safer: New file.
7006         * MODULES.html.sh (File stream based Input/Output): Add
7007         stdlib-safer.
7008
7009 2006-07-21  Eric Blake  <ebb9@byu.net>
7010
7011         * lib/stdlib-safer.h: New file from coreutils, required by
7012         stdlib--.h.
7013
7014 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7015
7016         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7017
7018 2006-07-20  Bruno Haible  <bruno@clisp.org>
7019
7020         * gnulib-tool: Recognize new option --assume-autoconf.
7021         (autoconf_minversion): New variable.
7022         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7023
7024 2006-07-20  Bruno Haible  <bruno@clisp.org>
7025
7026         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7027
7028 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7029
7030         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7031         Reindent and repaginate.
7032
7033 2006-07-19  Derek Price  <derek@ximbiot.com>
7034
7035         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7036         Correct grammar.
7037
7038 2006-07-17  Bruno Haible  <bruno@clisp.org>
7039
7040         * modules/list: New file.
7041         * modules/array-list: New file.
7042         * modules/carray-list, modules/carray-list-tests: New files.
7043         * modules/linked-list, modules/linked-list-tests: New files.
7044         * modules/avltree-list, modules/avltree-list-tests: New files.
7045         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7046         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7047         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7048         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7049         * modules/oset: New file.
7050         * modules/array-oset: New file.
7051         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7052         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7053         * tests/test-carray_list.c: New file.
7054         * tests/test-linked_list.c: New file.
7055         * tests/test-avltree_list.c: New file.
7056         * tests/test-rbtree_list.c: New file.
7057         * tests/test-linkedhash_list.c: New file.
7058         * tests/test-avltreehash_list.c: New file.
7059         * tests/test-rbtreehash_list.c: New file.
7060         * tests/test-avltree_oset.c: New file.
7061         * tests/test-rbtree_oset.c: New file.
7062         * MODULES.html.sh (Container data structures): New section.
7063
7064 2006-07-17  Bruno Haible  <bruno@clisp.org>
7065
7066         * m4/gl_list.m4: New file.
7067
7068 2006-07-17  Bruno Haible  <bruno@clisp.org>
7069
7070         * lib/gl_list.h: New file.
7071         * lib/gl_list.c: New file.
7072         * lib/gl_array_list.h: New file.
7073         * lib/gl_array_list.c: New file.
7074         * lib/gl_carray_list.h: New file.
7075         * lib/gl_carray_list.c: New file.
7076         * lib/gl_linked_list.h: New file.
7077         * lib/gl_linked_list.c: New file.
7078         * lib/gl_anylinked_list1.h: New file.
7079         * lib/gl_anylinked_list2.h: New file.
7080         * lib/gl_avltree_list.h: New file.
7081         * lib/gl_avltree_list.c: New file.
7082         * lib/gl_anyavltree_list1.h: New file.
7083         * lib/gl_anyavltree_list2.h: New file.
7084         * lib/gl_rbtree_list.h: New file.
7085         * lib/gl_rbtree_list.c: New file.
7086         * lib/gl_anyrbtree_list1.h: New file.
7087         * lib/gl_anyrbtree_list2.h: New file.
7088         * lib/gl_anytree_list1.h: New file.
7089         * lib/gl_anytree_list2.h: New file.
7090         * lib/gl_linkedhash_list.h: New file.
7091         * lib/gl_linkedhash_list.c: New file.
7092         * lib/gl_anyhash_list1.h: New file.
7093         * lib/gl_anyhash_list2.h: New file.
7094         * lib/gl_avltreehash_list.h: New file.
7095         * lib/gl_avltreehash_list.c: New file.
7096         * lib/gl_rbtreehash_list.h: New file.
7097         * lib/gl_rbtreehash_list.c: New file.
7098         * lib/gl_anytreehash_list1.h: New file.
7099         * lib/gl_anytreehash_list2.h: New file.
7100
7101         * lib/gl_oset.h: New file.
7102         * lib/gl_oset.c: New file.
7103         * lib/gl_array_oset.h: New file.
7104         * lib/gl_array_oset.c: New file.
7105         * lib/gl_avltree_oset.h: New file.
7106         * lib/gl_avltree_oset.c: New file.
7107         * lib/gl_rbtree_oset.h: New file.
7108         * lib/gl_rbtree_oset.c: New file.
7109         * lib/gl_anytree_oset.h: New file.
7110
7111 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7112
7113         * m4/mkancesdirs.m4: New file.
7114         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7115         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7116         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7117         it.
7118
7119 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7122         * lib/mkancesdirs.h: New files.
7123         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7124         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7125         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7126         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7127         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7128         callers changed.  Revamp internals significantly, by not
7129         attempting to create directories that are temporarily more
7130         permissive than the final results.  Do not attempt to use
7131         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7132         This removes some race conditions, fixes some bugs, and simplifies
7133         things.  Use new dirchownmod function to do owner and mode changes.
7134         * lib/mkdir-p.h: Likewise.
7135         * lib/modechange.c (octal_to_mode): New function.
7136         (struct mode_change): New member mentioned.
7137         (make_node_op_equals): New arg mentioned.  All callers changed.
7138         (mode_compile): Keep track of which mode bits the user has explicitly
7139         mentioned.
7140         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7141         New arg PMODE_BITS, to keep track of which mode bits the user
7142         mentioned; it treats S_ISUID and S_ISGID speciall.
7143         All callers changed.
7144         * lib/modechange.h: Likewise.
7145
7146 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7147
7148         * MODULES.html.sh: Add mkancestors.
7149         * modules/mkancesdirs: New module.
7150         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7151         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7152         The chdir-safer and afs files are now orphans; I'll remove them
7153         unless someone speaks up.
7154         Add lib/dirchownmod.c, lib/dirchownmod.h.
7155         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7156         Add lchown, mkancesdirs.
7157         (Maintainer): Add self.
7158
7159 2006-07-15  Karl Berry  <karl@gnu.org>
7160
7161         * gnulib-tool: help message wording/arrangement.
7162
7163 2006-07-14  Simon Josefsson  <jas@extundo.com>
7164
7165         * doc/gnulib.texi (Libtool and Windows): New section.
7166
7167 2006-07-12  Simon Josefsson  <jas@extundo.com>
7168
7169         * modules/gendocs (License): Fix license, approved by Karl.
7170
7171 2006-07-12  Eric Blake  <ebb9@byu.net>
7172
7173         * MODULES.html.sh: Add gendocs.
7174
7175 2006-07-11  Eric Blake  <ebb9@byu.net>
7176
7177         * modules/fdl: New module, to install doc/fdl.texi.
7178         * MODULES.html.sh: Add new section for documentation modules.
7179         * gnulib-tool: Avoid space-tab.
7180         (--doc-base): New option, to manage files from doc.
7181
7182 2006-07-11  Eric Blake  <ebb9@byu.net>
7183
7184         * m4/absolute-header.m4: Fix comments to match recent change.
7185
7186 2006-07-11  Eric Blake  <ebb9@byu.net>
7187
7188         * gnulib-tool: List --doc-base before --tests-base.
7189
7190 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7191
7192         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7193
7194 2006-07-11  Bruno Haible  <bruno@clisp.org>
7195
7196         * README: Mention where to put documentation.
7197
7198 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7199
7200         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7201
7202 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7203
7204         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7205         to stdint.m4.
7206
7207 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7208
7209         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7210         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7211         "no/such/file/stdint.h" when there is no such file, so that
7212         the resulting C code can be parsed by dodgy compilers.
7213         Problems reported by Bob Proulx.
7214
7215 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7216
7217         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7218         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7219         macros into the GNU _D_EXACT_NAMLEN.
7220         * lib/savedir.c:  Likewise.
7221         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7222
7223 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7224         and Paul Eggert  <eggert@cs.ucla.edu>
7225
7226         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7227         * m4/savedir.m4:
7228         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7229         macros into the GNU _D_EXACT_NAMLEN.
7230
7231 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7232
7233         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7234         around the absolute name, to work around a problem with the HP-UX
7235         11.23 native C compiler, reported by Bob Proulx.
7236
7237 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7238
7239         * doc/maintain.texi, make-stds.texi: Sync from
7240         <http://savannah.gnu.org/projects/gnustandards>.
7241
7242 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7243
7244         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7245
7246 2006-07-09  Jim Meyering  <jim@meyering.net>
7247
7248         * m4/glob.m4: Remove a doubled word in a comment.
7249
7250 2006-07-09  Jim Meyering  <jim@meyering.net>
7251
7252         * lib/argp-pv.c: Remove a doubled word in a comment.
7253         * lib/check-version.c (check_version): Likewise.
7254         * lib/javacomp.c (compile_java_class): Likewise.
7255
7256 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7257
7258         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7259         for the benefit of people using Autoconf 2.60.  If you want to
7260         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7261         (or m4/onceonly.m4, if pre-2.57) manually.
7262
7263 2006-07-08  Jim Meyering  <jim@meyering.net>
7264
7265         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7266         comment.
7267         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7268         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7269         comment.
7270
7271 2006-07-08  Jim Meyering  <jim@meyering.net>
7272
7273         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7274
7275 2006-07-07  Simon Josefsson  <jas@extundo.com>
7276
7277         * tests/test-crc.c: Change expected crc value, the test vector
7278         were probably computed using the old broken crc.c?
7279
7280 2006-07-06  Simon Josefsson  <jas@extundo.com>
7281
7282         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7283         now the canonical place for the M4 file).
7284
7285         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7286         from the sys_socket dependency now.
7287
7288         * modules/inet_pton (Files): Ditto.
7289
7290         * modules/inet_ntop (Files): Ditto.
7291
7292 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7293
7294         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7295         not gl_PREREQ_GETUSERSHELL.
7296
7297 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7298
7299         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7300         with only one argument, for Autoconf 2.60.
7301         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7302         expand to nothing, so add a shell command to avoid syntax error.
7303         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7304
7305 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7306
7307         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7308
7309 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7310
7311         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7312         no longer needed.  Check for isblank decl.
7313         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7314         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7315         of existence.
7316
7317 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7318
7319         * lib/getloadavg.c: Use __VMS, not VMS.
7320         * lib/getopt.c: Likewise.
7321         * lib/getpagesize.h: Likewise.
7322         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7323         and probably does not work.
7324
7325 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7326
7327         * lib/.cppi-disable: Add wcwidth.
7328         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7329         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7330         (ISGRAPH): Remove.  All uses changed to isgraph.
7331         (FOLD) [!defined _LIBC]: Remove special case.
7332         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7333         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7334         HAVE_ISBLANK.
7335         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7336         case.
7337
7338 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7339
7340         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7341         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7342         brackets.  Other minor changes to suppress some compiler
7343         warnings.
7344
7345 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7346         and Paul Eggert  <eggert@cs.ucla.edu>
7347
7348         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7349         of invoking obsolescent AC_HEADER_DIRENT macro.
7350         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7351         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7352         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7353         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7354         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7355         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7356         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7357         * m4/readdir.m4: Remove; no longer needed.
7358
7359 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7360         and Paul Eggert  <eggert@cs.ucla.edu>
7361
7362         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7363         Don't worry about this obsolete case any more.
7364         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7365         directories.
7366         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7367         worry about this obsolete case any more.
7368         * lib/fts.c: Likewise.
7369         * lib/getcwd.c: Likewise.
7370         * lib/glob.h: Likewise.
7371         * lib/savedir.c: Likewise.
7372
7373 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7374
7375         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7376         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7377         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7378         needed.
7379         All uses removed.
7380         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7381         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7382         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7383         needed.
7384         * m4/getdate.m4 (gl_GETDATE): Likewise.
7385         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7386         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7387         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7388         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7389         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7390         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7391         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7392         needed.
7393
7394 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7395
7396         * lib/memcasecmp.c: Include <limits.h>.
7397         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7398         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7399         Don't assume isdigit succeeds only on '0' through '9'.
7400
7401 2006-07-05  Eric Blake  <ebb9@byu.net>
7402
7403         * modules/getaddrinfo (Depends-on): Add snprintf.
7404
7405 2006-07-05  Eric Blake  <ebb9@byu.net>
7406
7407         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7408         to avoid 'header present but could not be compiled' on cygwin.
7409
7410 2006-07-05  Eric Blake  <ebb9@byu.net>
7411
7412         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7413         missing from netdb.h.
7414         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7415
7416 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7417
7418         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7419         no longer needed.
7420         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7421         * m4/getdate.m4 (gl_GETDATE): Likewise.
7422         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7423         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7424         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7425         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7426         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7427
7428 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7429
7430         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7431         All uses of is_space replaced by isspace.
7432         * lib/exit.h: Don't talk about STDC_HEADERS.
7433         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7434         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7435         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7436         replaced by isprint etc.
7437         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7438         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7439         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7440         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7441         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7442         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7443
7444 2006-07-05  Bruno Haible  <bruno@clisp.org>
7445
7446         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7447         the function exists, before testing against AIX.
7448         Reported by Martin Lambers <marlam@marlam.de>.
7449
7450 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7451
7452         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7453         From Mark D. Baushke.
7454
7455 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7456
7457         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7458         to the absolute name, not just one, to bypass Sun C 5.8's
7459         "warning: #include of /usr/include/... may be non-portable".
7460
7461 2006-07-04  Eric Blake  <ebb9@byu.net>
7462
7463         * modules/dirname-tests: New test module.
7464         * tests/test-dirname.c: New file, replacing dirname.c
7465         TEST_DIRNAME section that was recently deleted.
7466
7467 2006-07-04  Bruno Haible  <bruno@clisp.org>
7468
7469         Assume ANSI C header files and <ctype.h> functions.
7470         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7471         (mbsnwidth): Use isprint, iscntrl instead.
7472
7473 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7474
7475         Merge from coreutils.
7476         * MODULES.html.sh: Add xstrtold.
7477         * modules/xstrtold: New file.
7478         * modules/cycle-check (Files): Add lib/same-inode.h.
7479         * modules/dirname (Files): Add m4/double-slash-root.m4.
7480         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7481         * modules/mkdir-p (Files): Add lib/same-inode.h.
7482         * modules/same (Files): Add lib/same-inode.h.
7483
7484 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7485
7486         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7487         This is to keep the terminology clean; POSIX talks about
7488         "absolute pathnames", not "full pathnames", but the GNU
7489         Coding Standards say to use "path" for something else;
7490         so use "absolute" to keep both sides happy.
7491         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7492         Set gl_absolute_header, not gl_full_header_path.
7493         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7494         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7495         All uses changed.
7496
7497         Merge from coreutils.
7498
7499         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7500
7501         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7502         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7503         want to require the building of c-strtod.o.
7504         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7505         needs -lm directly.
7506         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7507
7508         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7509
7510         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7511         --as-needed option if available.  Problem reported by Albert Chin in
7512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7513         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7514         cc merely issues a bunch of annoying warnings for --as-needed
7515         (this problem was reported by Bob Proulx).  Also, try linking with
7516         -lm to detect a bug in binutils 2.16 (this problem was reported
7517         by Ralf Wildenhues).
7518
7519         2006-06-18  Jim Meyering  <jim@meyering.net>
7520
7521         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7522         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7523         macro.
7524         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7525         also check for glibc-2.4's abort-inducing bug.
7526
7527         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7528         Low-probability clean-up should be to use rmdir to get rid of
7529         the just-created directory, not unlink.
7530
7531         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7532         configure fail, and request a bug report to inform us about it.
7533         Add a comment that, barring reports to the contrary, in 2007 we'll
7534         assume ftruncate is universally available.
7535
7536         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7537
7538         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7539
7540         2006-03-12  Jim Meyering  <jim@meyering.net>
7541
7542         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7543         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7544         * m4/same.m4 (gl_SAME): Likewise.
7545         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7546
7547         2006-03-11  Eric Blake  <ebb9@byu.net>
7548
7549         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7550         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7551         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7552         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7553
7554 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7555
7556         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7557         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7558         reported by Mark D. Baushke, one in
7559         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7560
7561         Merge from coreutils.
7562
7563         * lib/.cppi-disable: Add stdint_.h.
7564         * lib/.cvsignore: Add stdint.h.
7565
7566         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7567
7568         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7569         both double and long double versions.
7570         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7571         * lib/xstrtold.c: New file.
7572         * lib/xstrtod.h (xstrtold): New decl.
7573
7574         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * lib/filemode.c (setst): Remove.
7577         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7578         (arguably) clearer, and the generated code is a bit smaller on my
7579         Debian GNU/Linux stable x86 host.
7580
7581         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7582
7583         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7584         Assume that filemode.h includes sys/types.h and sys/stat.h.
7585         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7586         (ftypelet): Reorder to put common cases first, for efficiency.
7587         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7588         to do 'M'.
7589         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7590         of 10, for compatibility with FreeBSD.  All callers changed.
7591         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7592         types that can't be deduced solely from st_mode.  First arg is now a
7593         const pointer.
7594         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7595         (strmode): Renamed from mode_string.
7596         (filemodestring): New decl.
7597         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7598         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7599         needed.
7600         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7601
7602         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7603
7604         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7605         fsusage.h now does that.  Include fsusage.h first, to test interface.
7606         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7607         at most one method (the old code could have generated decls that
7608         didn't conform to C89, not that this was ever exercised).
7609         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7610
7611         2006-03-19  Jim Meyering  <jim@meyering.net>
7612
7613         Work even in a chroot where d_ino values for entries in "/"
7614         don't match the stat.st_ino values for the same names.
7615         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7616         number, iterate through all entries again, using lstat instead.
7617         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7618         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7619
7620         * lib/getcwd.c (__getcwd): Clarify a comment.
7621         Use memcpy in place of a call to strcpy.
7622
7623         2006-03-12  Jim Meyering  <jim@meyering.net>
7624
7625         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7626         matches that of the current directory (which we're about to chdir ".."
7627         out of), then save the dev-ino of the parent, instead.
7628
7629         * lib/same-inode.h (SAME_INODE): New file/macro.
7630         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7631         Include "same-inode.h", instead.
7632         * lib/same.c: Likewise.
7633         * lib/cycle-check.h: Include "same-inode.h".
7634         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7635         * lib/cycle-check.c (SAME_INODE): Remove definition.
7636         * lib/root-dev-ino.h: Include "same-inode.h".
7637
7638         2006-03-11  Eric Blake  <ebb9@byu.net>
7639
7640         * lib/same.c (same_name): s/base_name/last_component/
7641         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7642         * lib/filenamecat.c (file_name_concat): Likewise.
7643
7644         2006-03-11  Eric Blake  <ebb9@byu.net>,
7645                     Paul Eggert  <eggert@cs.ucla.edu>
7646
7647         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7648         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7649         drive prefix.
7650         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7651         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7652         (last_component): New method.
7653         * lib/dirname.c (dir_len): Determine when drive letters need a
7654         subsequent slash.  Preserve // when it is special.
7655         (dir_name): Don't append dot when drive letter is absolute.
7656         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7657         * lib/basename.c (base_name): New semantics - malloc the result.
7658         Preserve // when it is special.  Preserve relative files that look
7659         like drive letters.
7660         (base_len): Preserve // when it is special.
7661         (last_component): New method, similar to old base_name semantics.
7662         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7663         base_name.  Strip redundant slashes from ///.
7664
7665 2006-07-03  Jim Meyering  <jim@meyering.net>
7666
7667         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7668         macro is used before the first cycle_check call.
7669
7670 2006-07-03  Eric Blake  <ebb9@byu.net>
7671
7672         * modules/dirname (Depends-on): Add xstrndup.
7673
7674 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7675
7676         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7677         test cases, so that config.log is a bit easier to follow.
7678
7679 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7680
7681         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7682         both are 64 bits, since this seems to be the tradition, and this
7683         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7684         we ever run into a host that prefers long long to long in this
7685         case, we'll need another configure-time test.  Problem reported by
7686         Jim Meyering.
7687
7688 2006-07-02  Eric Blake  <ebb9@byu.net>
7689
7690         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7691
7692 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7693
7694         * modules/inttypes (Depends-on): No longer depends on stdint.
7695         * modules/stdint (Description): Say more about assumptions.
7696         Say that the fast types might differ.  Say macros are used.
7697         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7698         (Makefile.am): Revise list of substituted symbols to match
7699         new stdint.m4.
7700         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7701         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7702         * tests/test-stdint.c (verify_same_types)
7703         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7704         the code conforms to C99/C89.
7705         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7706         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7707
7708 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7709
7710         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7711         but fix a bug, by requiring at least 64 bits.
7712         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7713         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7714         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7715         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7716
7717         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7718         changes.  Make 2.59 a prerequisite.  Check and substitute for
7719         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7720         inttypes.h.  Do not use special include files; just use the
7721         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7722         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7723         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7724         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7725         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7726         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7727         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7728         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7729         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7730         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7731         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7732         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7733         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7734         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7735         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7736         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7737         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7738         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7739         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7740         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7741         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7742         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7743         not check for things that C99 does not require, e.g., int8_t.  If
7744         a test isn't needed unless <stdint.h> isn't working, and is
7745         unlikely to be needed for any other reason, then don't do it
7746         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7747         size_t, since we assume C89 freestanding at least.  Do not check
7748         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7749         the right thing even if the types are not defined.  Instead use:
7750         (gl_STDINT_TYPE_PROPERTIES): New macro.
7751         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7752         testing whether <sys/types.h> clashes, as Autoconf does this for
7753         us now.  All uses removed.
7754         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7755         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7756         (gl_CHECK_TYPE_SAME):
7757         Remove; no longer needed.
7758         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7759         exists, since we'll return 0 anyway in that case.
7760         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7761
7762 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7763
7764         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7765         possible collision with system files.
7766         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7767         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7768         WCHAR_MIN and WCHAR_MAX in this case.
7769         (<stddef.h>): Do not include; no longer needed.
7770         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7771         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7772         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7773         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7774         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7775         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7776         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7777         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7778         !defined(__c99))]: Include in this case too, since it's harmless
7779         now.
7780         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7781         dangerous to do so.
7782         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7783         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7784         (_STDINT_MIN, _STDINT_MAX): New macros.
7785         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7786         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7787         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7788         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7789         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7790         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7791         macros, not typedefs; this simplifies things quite a bit.
7792         Use long int for all types narrower than int64_t.
7793         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7794         Define in terms of long long int or int64_t or long int,
7795         not int64_t or int32_t.  This saves some compile-time testing.
7796         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7797         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7798         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7799         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7800         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7801         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7802         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7803         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7804         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7805         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7806         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7807         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7808         undef any previous version and define our own version, for
7809         simplicity and consistency with the new macros for types.
7810         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7811         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7812         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7813         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7814         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7815         @WINT_T_SUFFIX@ to keep things simple here.
7816         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7817         Simplify by assuming typical 8/16/32/64 host, since we're
7818         already doing that elsewhere anyway.
7819         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7820         and assume long long int is 64 bits if available.  This
7821         speeds up 'configure'.
7822
7823 2006-07-01  Eric Blake  <ebb9@byu.net>
7824
7825         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7826         Reported by Andreas Buening.
7827
7828 2006-07-01  Eric Blake  <ebb9@byu.net>
7829
7830         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7831
7832 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7833
7834         * lib/getaddrinfo.c: fixed typo
7835
7836 2006-06-29  Jim Meyering  <jim@meyering.net>
7837
7838         * modules/strftime (Maintainer): Add my name, since with the
7839         FPRINTFTIME changes strftime.c has forked from glibc.
7840
7841 2006-06-29  Eric Blake  <ebb9@byu.net>
7842
7843         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7844
7845 2006-06-29  Eric Blake  <ebb9@byu.net>
7846
7847         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7848
7849 2006-06-29  Eric Blake  <ebb9@byu.net>
7850
7851         * lib/stat_.h: New file.
7852
7853 2006-06-29  Eric Blake  <ebb9@byu.net>
7854
7855         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7856         unused static function.
7857
7858 2006-06-29  Eric Blake  <ebb9@byu.net>
7859
7860         * doc/functions.texi (Function Portability): Document missing lstat
7861         on mingw.
7862
7863 2006-06-29  Eric Blake  <ebb9@byu.net>
7864
7865         * MODULES.html.sh: Add sys_stat.
7866         * modules/sys_stat: New module.
7867         * modules/mkstemp (Depends-on): Add sys_stat.
7868
7869 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7870
7871         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7872
7873 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7874
7875         * m4/c-bs-a.m4: Removed.
7876
7877 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7878
7879         * lib/strftime.c: Assume strftime() exists.
7880
7881 2006-06-29  Derek Price  <derek@ximbiot.com>
7882
7883         * modules/c-bs-a: Removed - \a is C89.
7884         * MODULES.html.sh: Remove c-bs-a.
7885
7886 2006-06-29  Bruno Haible  <bruno@clisp.org>
7887
7888         * modules/wcwidth (License): Change to LGPL.
7889
7890 2006-06-28  Simon Josefsson  <jas@extundo.com>
7891
7892         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7893         on _WIN32.
7894
7895         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7896         getnameinfo.
7897
7898 2006-06-28  Simon Josefsson  <jas@extundo.com>
7899
7900         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7901
7902 2006-06-28  Simon Josefsson  <jas@extundo.com>
7903
7904         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7905         functions there.  It will succeed on Windows XP, but on Windows
7906         2000 and (presumably) earlier, it will fail, and use the internal
7907         re-implementation.
7908         (use_win32_p): New function.
7909         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7910         Support AI_NUMERICSERV to disable getservbyname.
7911         (getnameinfo): New function, only supports
7912         NI_NUMERICHOST|NI_NUMERICSERV for now.
7913
7914         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7915         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7916         getnameinfo.
7917
7918 2006-06-28  Eric Blake  <ebb9@byu.net>
7919
7920         * modules/wcwidth: New file.
7921         * modules/mbchar (Depends-on): Add wcwidth.
7922         * modules/mbswidth (Depends-on): Add wcwidth.
7923         * MODULES.html.sh: Add wcwidth.
7924
7925 2006-06-28  Eric Blake  <ebb9@byu.net>
7926
7927         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7928         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7929
7930 2006-06-28  Eric Blake  <ebb9@byu.net>
7931
7932         * lib/xvasprintf.h: Fix comments.
7933
7934 2006-06-28  Eric Blake  <ebb9@byu.net>
7935
7936         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7937         * lib/mbswidth.c (wcwidth): Move from here...
7938         * lib/wcwidth.h: ...to this new file.
7939
7940 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7941
7942         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7943
7944         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7945         it's obsolete.
7946         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7947
7948 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7949
7950         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7951         Autoconf 2.60 says this stuff was obsolete.
7952
7953 2006-06-28  Bruno Haible  <bruno@clisp.org>
7954
7955         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7956
7957 2006-06-28  Bruno Haible  <bruno@clisp.org>
7958
7959         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7960         gt_TYPE_WCHAR_T.
7961
7962 2006-06-28  Bruno Haible  <bruno@clisp.org>
7963
7964         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7965         declaration for wcwidth.
7966         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7967
7968 2006-06-28  Bruno Haible  <bruno@clisp.org>
7969
7970         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7971         (mkdir): Define using _mkdir.
7972
7973 2006-06-28  Bruno Haible  <bruno@clisp.org>
7974
7975         * lib/getaddrinfo.h: Fix POSIX URL.
7976         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7977         _WIN32.
7978         (use_win32_p): Make static.
7979         (getaddrinfo): Reject service name if it is empty or does not consist
7980         solely of decimal digits, or if its value is > 65535.
7981         (getnameinfo): Remove useless casts.
7982
7983 2006-06-27  Simon Josefsson  <jas@extundo.com>
7984
7985         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7986         Eggert and Martin Lambers.
7987
7988 2006-06-27  Simon Josefsson  <jas@extundo.com>
7989
7990         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7991         Eggert and Martin Lambers.
7992
7993 2006-06-27  Bruno Haible  <bruno@clisp.org>
7994
7995         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7996         result to 0, not to empty.
7997         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7998
7999 2006-06-27  Bruno Haible  <bruno@clisp.org>
8000
8001         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8002
8003 2006-06-26  Simon Josefsson  <jas@extundo.com>
8004
8005         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8006         present.
8007
8008 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8009
8010         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8011         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8012         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8013
8014 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8015
8016         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8017
8018 2006-06-26  Bruno Haible  <bruno@clisp.org>
8019
8020         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8021
8022 2006-06-26  Bruno Haible  <bruno@clisp.org>
8023
8024         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8025
8026 2006-06-26  Bruno Haible  <bruno@clisp.org>
8027
8028         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8029         SGI C compiler in pre-C99 mode.
8030         Suggested by Mark D. Baushke and Larry Jones.
8031
8032 2006-06-26  Bruno Haible  <bruno@clisp.org>
8033
8034         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8035         WCHAR_MAX.
8036         Reported by Mark D. Baushke and Larry Jones.
8037
8038 2006-06-26  Bruno Haible  <bruno@clisp.org>
8039
8040         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8041         in pre-C99 mode.
8042         Suggested by Mark D. Baushke and Larry Jones.
8043
8044 2006-06-23  Simon Josefsson  <jas@extundo.com>
8045             Bruno Haible  <bruno@clisp.org>
8046
8047         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8048         Emit mostlyclean-local rule.
8049         (func_emit_tests_Makefile_am): Likewise.
8050         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8051
8052 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8053
8054         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8055
8056 2006-06-23  Bruno Haible  <bruno@clisp.org>
8057
8058         * tests/test-stdint.c: Update to match ISO C 99 Technical
8059         Corrigendum 1.
8060
8061 2006-06-23  Bruno Haible  <bruno@clisp.org>
8062
8063         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8064
8065 2006-06-23  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/stdint_.h: Treat IRIX like OpenBSD.
8068
8069 2006-06-23  Bruno Haible  <bruno@clisp.org>
8070
8071         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8072         ISO C 99 Technical Corrigendum 1.
8073
8074 2006-06-22  Simon Josefsson  <jas@extundo.com>
8075
8076         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8077         MinGW.
8078
8079 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8082         needed.  Some compiler complained about some of them.  Problem reported
8083         by Larry Jones in
8084         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8085
8086 2006-06-21  Simon Josefsson  <jas@extundo.com>
8087
8088         * tests/test-getaddrinfo.c: New file.
8089
8090         * modules/getaddrinfo-tests: New file.
8091
8092         * MODULES.html.sh: Add inet_pton.
8093
8094         * modules/inet_pton: New file.
8095
8096 2006-06-21  Simon Josefsson  <jas@extundo.com>
8097
8098         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8099         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8100         of using the (limited) gnulib implementation on Windows XP.
8101
8102         * m4/inet_pton.m4: New file.
8103
8104 2006-06-21  Simon Josefsson  <jas@extundo.com>
8105
8106         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8107         variable.
8108
8109         * lib/socket_.h: Don't define WINVER.
8110
8111         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8112         slightly modified to work in gnulib.
8113
8114 2006-06-21  Simon Josefsson  <jas@extundo.com>
8115
8116         * doc/gnulib.texi (Windows sockets): Add.
8117
8118 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8119
8120         * lib/read-file.c (fread_file): Start with buffer allocation of
8121         0 bytes rather than 1 byte; this simplifies the code.
8122         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8123         code to free buffer and save/restore errno.
8124         (internal_read_file): Remove unused local.
8125
8126 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8127
8128         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8129         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8130         Problem reported by Denis Excoffier in
8131         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8132
8133 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8134
8135         * modules/sys_socket, modules/socklen: Include sys/types since
8136         FreeBSD 4.x's sys/socket.h needs it.
8137
8138 2006-06-19  Simon Josefsson  <jas@extundo.com>
8139
8140         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8141
8142 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8143
8144         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8145
8146 2006-06-19  Bruno Haible  <bruno@clisp.org>
8147
8148         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8149         and FULL_PATH_INTTYPES_H in angle brackets.
8150         Reported by Mark D. Baushke <mdb@gnu.org>.
8151
8152 2006-06-17  Eric Blake  <ebb9@byu.net>
8153
8154         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8155         errno.
8156
8157 2006-06-17  Bruno Haible  <bruno@clisp.org>
8158
8159         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8160         <sys/inttypes.h>.
8161
8162 2006-06-17  Bruno Haible  <bruno@clisp.org>
8163
8164         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8165         whether errno is declared. Assume <errno.h> declares errno.
8166
8167 2006-06-17  Bruno Haible  <bruno@clisp.org>
8168
8169         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8170
8171 2006-06-17  Bruno Haible  <bruno@clisp.org>
8172
8173         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8174         problem on Solaris 2.5.1.
8175
8176 2006-06-16  Eric Blake  <ebb9@byu.net>
8177
8178         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8179         * lib/unicodeio.c [!defined errno]: Likewise.
8180         * lib/strtol.c [!defined errno]: Likewise.
8181         * lib/strtod.c [!defined errno]: Likewise.
8182
8183 2006-06-15  Eric Blake  <ebb9@byu.net>
8184
8185         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8186
8187 2006-06-15  Eric Blake  <ebb9@byu.net>
8188
8189         * config/srclist.txt (ssize_t.m4): Lose sync.
8190
8191 2006-06-15  Bruno Haible  <bruno@clisp.org>
8192
8193         * modules/stdint (Files): Include m4/full-header-path.m4,
8194         m4/size_max.m4, m4/wchar_t.m4.
8195         (Makefile.am): Many more substitutions.
8196         * modules/stdint-tests: New file.
8197         * tests/test-stdint.c: New file.
8198
8199 2006-06-15  Bruno Haible  <bruno@clisp.org>
8200
8201         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8202         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8203         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8204         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8205         gl_CHECK_TYPE_SAME): New macros.
8206
8207 2006-06-15  Bruno Haible  <bruno@clisp.org>
8208
8209         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8210
8211 2006-06-15  Bruno Haible  <bruno@clisp.org>
8212
8213         * lib/stdint_.h: Rewritten to be fully auto-configured.
8214         Fixes bug on HP-UX/IA64.
8215
8216 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8217
8218         * lib/getdate.y (__attribute__): Don't define if already defined.
8219         Problem reported by Larry Jones.
8220         * lib/utimens.c (__attribute__): Likewise.
8221
8222 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8225         reported by Andreas Schwab.
8226
8227 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8228             Bruno Haible  <bruno@clisp.org>
8229
8230         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8231         check for the declaration of strnlen and a run test that exposes the
8232         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8233         rpl_strndup.
8234
8235 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8236             Bruno Haible  <bruno@clisp.org>
8237
8238         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8239
8240 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8241
8242         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8243         compile test, for Tru64 4.0D.
8244
8245 2006-05-28  Karl Berry  <karl@gnu.org>
8246
8247         * config/srclist.txt (printf-args.c): lose sync.
8248
8249 2006-05-26  Martin Lambers  <marlam@marlam.de>
8250
8251         * lib/getpass.c: Updates the test for the native W32 API, and adds
8252         missing includes, thus fixing compilation warnings.
8253
8254 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8255
8256         * lib/exclude.c (exclude_fnmatch): New function.
8257         (excluded_file_name): Call exclude_fnmatch.
8258         * lib/exclude.h (excluded_file_name): New prototype
8259
8260 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8261
8262         * lib/tempname.c (small_open, large_open): New macros.
8263         (__open, __open64) [!_LIBC]: Remove.
8264         (__gen_tempname): Use small_open and large_open instead of __open
8265         and __open64.  This fixes a portability bug on HP-UX 11.11i
8266         reported by Simon Wing-Tang in
8267         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8268
8269 2006-05-24  Bruno Haible  <bruno@clisp.org>
8270
8271         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8272         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8273         Reported by Thorsten Maerz <torte@netztorte.de> via
8274         Aaron Stone <aaron@serendipity.cx>.
8275
8276 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8277
8278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8279         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8280         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8281         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8282         not really conditional on the cache.
8283         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8284
8285 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8286
8287         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8288         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8289         (my_usleep): Don't mishandle maximum value.
8290
8291 2006-05-19  Jim Meyering  <jim@meyering.net>
8292
8293         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8294
8295 2006-05-17  Bruno Haible  <bruno@clisp.org>
8296
8297         Cygwin portability.
8298         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8299
8300 2006-05-17  Bruno Haible  <bruno@clisp.org>
8301
8302         * lib/stdint_.h: Fix recognition of Cygwin.
8303
8304 2006-05-15  Bruno Haible  <bruno@clisp.org>
8305
8306         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8307         on libtool patch by Ralf Wildenhues.
8308
8309 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8310
8311         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8312         test for C99 conformance; (bool) 0.5 is an integer constant
8313         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8314         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8315
8316 2006-05-11  Simon Josefsson  <jas@extundo.com>
8317
8318         * m4/xvasprintf.m4: Fix obvious typo.
8319
8320 2006-05-11  Jim Meyering  <jim@meyering.net>
8321
8322         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8323         James Lemley.
8324
8325 2006-05-10  Simon Josefsson  <jas@extundo.com>
8326
8327         * lib/md4.c: Typo fix, update copyright years.
8328         (K1, K2): Don't use L because it turn computations into 64-bit on
8329         64-bit platforms.
8330
8331 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8332
8333         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8334         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8335         unwanted sign propagation, e.g., on hosts with 64-bit int.
8336         There still are some problems with reeelly weird theoretical hosts
8337         (e.g., 33-bit int) but it's not worth worrying about now.
8338         * lib/sha1.c (rol): Likewise.
8339         (K1, K2, K3, K4): Remove unnecessary L suffix.
8340
8341 2006-05-10  Bruno Haible  <bruno@clisp.org>
8342
8343         * lib/des.c: Cast to avoid warnings.
8344
8345 2006-05-09  Bruno Haible  <bruno@clisp.org>
8346
8347         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8348         (Depends-on): Depend also on xsize, stdarg.
8349         (configure.ac): Add gl_XVASPRINTF.
8350
8351 2006-05-09  Bruno Haible  <bruno@clisp.org>
8352
8353         * m4/xvasprintf.m4: New file.
8354
8355 2006-05-09  Bruno Haible  <bruno@clisp.org>
8356
8357         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8358         (EOVERFLOW): Define fallback value.
8359         (xstrcat): New function.
8360         (xvasprintf): Recognize the special case of a string concatenation.
8361
8362 2006-05-08  Eric Blake  <ebb9@byu.net>
8363
8364         * gnulib-tool (func_version): Base copyright year on CVS date.
8365         (func_emit_copyright_notice): New function.
8366         (func_emit_lib_Makefile_am): Use it.
8367         (func_emit_tests_Makefile_am): Likewise.
8368         (func_import): Likewise.
8369
8370 2006-05-08  Bruno Haible  <bruno@clisp.org>
8371
8372         * modules/stdarg: New file.
8373         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8374
8375 2006-05-08  Bruno Haible  <bruno@clisp.org>
8376
8377         * m4/stdarg.m4: New file, from GNU gettext.
8378
8379 2006-05-08  Bruno Haible  <bruno@clisp.org>
8380
8381         * config/srclist.txt (build-aux/config.rpath): different from latest
8382         release.
8383
8384 2006-05-08  Bruno Haible  <bruno@clisp.org>
8385
8386         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8387
8388 2006-05-05  Jim Meyering  <jim@meyering.net>
8389
8390         * m4/warning.m4: New file, derived from bison's file by the same name.
8391
8392 2006-05-03  Bruno Haible  <bruno@clisp.org>
8393
8394         * lib/stdint_.h: Shorter URL.
8395         * lib/inttypes.h: Likewise.
8396
8397 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8400
8401 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8402
8403         * lib/verify.h: Document the internals better.  Most of this change
8404         was written by Bruno Haible.
8405
8406 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         * doc/verify.texi: New file, partly based on a proposal by
8409         Bruno Haible.
8410
8411 2006-05-02  Bruno Haible  <bruno@clisp.org>
8412
8413         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8414         test from here...
8415         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8416
8417 2006-04-29  Bruno Haible  <bruno@clisp.org>
8418
8419         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8420         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8421
8422 2006-04-29  Bruno Haible  <bruno@clisp.org>
8423
8424         * gnulib-tool: Make --update option actually work.
8425
8426 2006-04-29  Bruno Haible  <bruno@clisp.org>
8427
8428         * doc/gcd.texi: New file.
8429         * doc/gnulib.texi: Include it.
8430
8431 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * lib/getdate.y (get_date): When adding relative date, start with the
8434         initial time, not with the result of the first mktime call.
8435
8436 2006-04-25  Bruno Haible  <bruno@clisp.org>
8437
8438         * gnulib-tool (func_import): Output the include directives in three
8439         blocks, sorted separately.
8440         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8441
8442 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8443
8444         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8445         to define main with arguments, for C++.  Reported by Eric Blake.
8446         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8447         Prefer 'int main ()' to 'int main (void)', for C++.
8448         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8449         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8450         for 'main', for C99 and C++.
8451
8452 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8453
8454         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8455         Don't assume that exit status -1 is valid.
8456         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8457         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8458         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8459         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8460         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8461         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8462         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8463         functions can be used without declaring them, or that you can
8464         exit with status -1.
8465         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8466
8467 2006-04-24  Karl Berry  <karl@gnu.org>
8468
8469         * config/srclist.txt (longdouble.m4): sync lost.
8470
8471 2006-04-24  Eric Blake  <ebb9@byu.net>
8472
8473         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8474
8475 2006-04-24  Bruno Haible  <bruno@clisp.org>
8476
8477         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8478         poll() implementation in AIX.
8479         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8480
8481 2006-04-24  Bruno Haible  <bruno@clisp.org>
8482
8483         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8484         assigned exactly once.
8485
8486 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8487             Bruno Haible  <bruno@clisp.org>
8488
8489         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8490         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8491         for AM_CPPFLAGS.
8492
8493 2006-04-23  Bruno Haible  <bruno@clisp.org>
8494
8495         * modules/copy-file: Depend on unistd.
8496         * modules/execute: Likewise.
8497         * modules/fatal-signal: Likewise.
8498         * modules/findprog: Likewise.
8499         * modules/mkdtemp : Likewise.
8500         * modules/pipe: Likewise.
8501         * modules/wait-process: Likewise.
8502
8503 2006-04-23  Bruno Haible  <bruno@clisp.org>
8504
8505         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8506         condition was already detected.
8507         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8508
8509 2006-04-23  Bruno Haible  <bruno@clisp.org>
8510
8511         * lib/copy-file.c: Include <unistd.h> unconditionally.
8512         * lib/execute.c: Likewise.
8513         * lib/fatal-signal.c: Likewise.
8514         * lib/findprog.c: Likewise.
8515         * lib/mkdtemp.c: Likewise.
8516         * lib/pipe.h: Likewise.
8517         * lib/pipe.c: Likewise.
8518         * lib/wait-process.h: Likewise.
8519
8520 2006-04-23  Bruno Haible  <bruno@clisp.org>
8521
8522         * gnulib-tool (func_usage): Fix --import description. Document
8523         --update.
8524         (func_import): Create temporary file in a temporary directory, if
8525         --dry-run is specified. Silence errors from 'grep' when there are no
8526         m4 files in $m4dir.
8527         (func_create_testdir): Silence errors from 'grep' when there are no
8528         m4 files in $m4dir.
8529         Reported by Karl Berry <karl@freefriends.org>.
8530
8531 2006-04-20  Bruno Haible  <bruno@clisp.org>
8532
8533         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8534         one argument, so that the code will be portable to Autoconf 2.60.
8535         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8536         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8537         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8538
8539 2006-04-19  Derek Price  <derek@ximbiot.com>
8540             Eric Blake  <ebb9@byu.net>
8541
8542         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8543         rather than "/full/path.h".  Update comment to match.  Shorten &
8544         generalize m4_translit call via AS_TR_CPP.
8545
8546 2006-04-19  Derek Price  <derek@ximbiot.com>
8547             Eric Blake  <ebb9@byu.net>
8548
8549         * lib/inttypes.h: Correct grammar in comment.
8550
8551 2006-04-18  Derek Price  <derek@ximbiot.com>
8552             Paul Eggert  <eggert@cs.ucla.edu>
8553
8554         * modules/inttypes: New file.
8555         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8556
8557 2006-04-18  Derek Price  <derek@ximbiot.com>
8558             Paul Eggert  <eggert@cs.ucla.edu>
8559
8560         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8561         New files.
8562
8563 2006-04-18  Derek Price  <derek@ximbiot.com>
8564             Paul Eggert  <eggert@cs.ucla.edu>
8565
8566         * lib/inttypes.h: New file.
8567         * lib/strtoimax.c: Assume <inttypes.h>.
8568
8569 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8570
8571         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8572         isn't mounted.  Problem reported by Kir Kolyshkin.
8573
8574 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8575
8576         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8577         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8578         Derek R. Price.
8579         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8580         implementation.
8581
8582 2006-04-12  Eric Blake  <ebb9@byu.net>
8583
8584         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8585         is now done automatically by the corresponding Autoconf macro.
8586
8587 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8588
8589         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8590         time_r.h.
8591
8592 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         Merge regex changes from libc, removing some of our
8595         POSIX-conformance changes that were rejected and redoing them in a
8596         less-intrusive way.
8597
8598         * lib/regcomp.c (re_compile_internal, init_dfa):
8599         Length arg is now size_t, not Idx.  All uses changed.
8600         (peek_token): Forward decl now says internal_function.
8601         (__re_error_msgid, __re_error_msgid_idx):
8602         Now static rather than extern with attribute_hidden.
8603         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8604         For some reason libc prefers K&R style defns for external functions.
8605         (regerror) [!defined _LIBC]: Likewise.
8606         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8607         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8608         (build_range_exp, build_collating_symbol):
8609         Use K&R-style defn.
8610         (re_compile_fastmap): Use '\0' to memset, not 0.
8611         (utf8_sb_map): Make the calculations more obvious.
8612         (init_dfa, parse_bracket_exp, build_charclass_op):
8613         Call calloc and cast result, as glibc does.
8614         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8615         (build_range_exp, build_collating_symbol):
8616         Now internal functions.
8617
8618         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8619
8620         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8621         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8622         Don't depend on VMS; depend on __VMS instead, for POSIX
8623         namespace cleanness.
8624         (regoff_t): Define to ssize_t, not long int.
8625
8626         Remove the REG_ macros named below.  Instead, make the old names
8627         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8628         __USE_GNU_REGEX.
8629         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8630         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8631         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8632         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8633         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8634         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8635         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8636         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8637         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8638         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8639         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8640         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8641         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8642         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8643         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8644         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8645         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8646         (REG_NREGS):
8647         Remove.  All uses replaced by the old RE_* names.
8648         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8649         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8650         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8651         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8652         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8653         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8654         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8655         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8656         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8657         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8658         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8659         Don't bother having these macros be independent of each others'
8660         values, since they no longer exist in the POSIX name space.
8661
8662         Rename the following member names back to their old names,
8663         unless !__USE_GNU_REGEX.  All uses changed back.
8664         (buffer): Renamed from re_buffer.
8665         (allocated): Renamed from re_allocated.
8666         (used): Renamed from re_used.
8667         (syntax): Renamed from re_syntax.
8668         (fastmap): Renamed from re_fastmap.
8669         (translate): Renamed from re_translate.
8670         (can_be_null): Renamed from re_can_be_null.
8671         (regs_allocated): Renamed from re_regs_allocated.
8672         (fastmap_accurate): Renamed from re_fastmap_accurate.
8673         (no_sub): Renamed from re_no_sub.
8674         (not_bol): Renamed from re_not_bol.
8675         (not_eol): Renamed from re_not_eol.
8676         (newline_anchor): Renamed from re_newline_anchor.
8677         (num_regs): Renamed from rm_num_regs.
8678         (start): Renamed from rm_start.
8679         (end): Renamed from rm_end.
8680
8681         (free_state): Move up a bit.
8682
8683         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8684         #define to be empty.
8685         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8686         when that is what is intended.
8687         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8688         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8689         (MAX): New macro.
8690         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8691         All uses changed back to re_malloc, etc.  It's now the caller's
8692         responsibility to check for overflow; all callers changed.
8693         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8694         (re_x2nrealloc): Remove.
8695         (free_state): Remove decl.
8696
8697         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8698         (re_set_registers, re_exec):
8699         Use K&R-style defn.
8700
8701         2006-01-31  Roland McGrath  <roland@redhat.com>
8702
8703         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8704         Reported by Mike Frysinger <vapier@gentoo.org>.
8705
8706         2006-01-15  Andreas Jaeger  <aj@suse.de>
8707
8708         [BZ #1950]
8709         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8710         build_wcs_upper_buffer change.
8711         (build_wcs_upper_buffer): Change return type.
8712
8713         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8714
8715         * lib/regex_internal.h: Include <stdint.h> if available.
8716
8717         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8718
8719         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8720
8721         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8722
8723         * lib/regcomp.c: Adjust for changed secondary hash function.
8724
8725         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8726
8727         * lib/regex.h: Pretty printing.
8728         Clean up namespace a bit.
8729
8730         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8731
8732         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8733         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8734
8735         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8736                     Ulrich Drepper  <drepper@redhat.com>
8737
8738         [BZ #1302]
8739         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8740         changed.
8741         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8742
8743         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8744
8745         [BZ #281]
8746         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8747         * lib/regcomp.c: Remove unnecessary uses of
8748         unsigned RE_TRANSLATE_TYPE.
8749         * lib/regex_internal.h: Likewise.
8750         * lib/regex_internal.c: Likewise.
8751         * lib/regexec.c: Likewise.
8752         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8753
8754         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8755
8756         * lib/regexec.c (find_recover_state): Remove unnecessary
8757         initialization.
8758         (transit_state_bkref): Make DFA a const pointer.
8759         (get_subexp): Likewise.
8760         (check_arrival): Likewise.
8761         (update_cur_sifted_state): Likewise.
8762         (re_search_internal): Likewise.
8763         (prune_impossible_nodes): Likewise.
8764         (acquire_init_state_context): Likewise.
8765         (proceed_next_node): Likewise.
8766         (set_regs): Likewise.
8767         (free_fail_stack_return): Likewise.
8768         (check_arrival_expand_ecl): Mark DFA parameter as const.
8769         (check_arrival_expand_ecl_sub): Likewise.
8770         (check_subexp_limits): Likewise.
8771         (sub_epsilon_src_nodes):  Likewise.
8772         (add_epsilon_src_nodes):  Likewise.
8773         (merge_state_array): Likewise.
8774         (update_regs): Likewise.
8775         (build_trtable): Likewise.
8776         (sift_states_backward): Mark MCTX parameter as const.
8777         (build_sifted_states): Likewise.
8778         (update_cur_sifted_state): Likewise.
8779         (sift_states_mkref): Likewise.
8780         (check_arrival_expand_ecl): Mark eclosure as const.
8781         (check_dst_limits_calc_pos_1): Likewise.
8782         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8783         pointer.
8784
8785         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8786
8787         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8788         (transit_state_sb): Likewise.
8789         (transit_state_mb): Likewise.
8790         (sift_states_iter_mb): Likewise.
8791         (check_arrival_add_next_nodes): Likewise.
8792         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8793         [_LIBC] (re_search_2_stub): Use mempcpy.
8794
8795         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8796         mbrtowc for very simple UTF-8 case.
8797
8798         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8799         a pointer-to-const.
8800         (re_acquire_state_context): Likewise.
8801         * lib/regex_internal.h: Adjust prototypes.
8802
8803         * lib/regex.c: Prevent using C++ compilers.
8804
8805         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8806         (re_acquire_state_context): Likewise.
8807
8808 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8809
8810         * modules/regex (Depends-on): Add ssize_t.
8811
8812 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8813
8814         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8815         translation table.
8816
8817 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8818
8819         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8820
8821 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8822             Bruno Haible  <bruno@clisp.org>
8823
8824         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8825         <sys/types.h> and <inttypes.h>.
8826
8827 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8828
8829         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8830         `__error_t_defined', so argp.h will not typedef the former.
8831
8832 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8833
8834         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8835         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8836         glibc names.  Even if glibc is changed to conform to POSIX, the
8837         traditional names will be available anyway, since regex depends on
8838         the extensions module.  Also, fix a longstanding typo in the
8839         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8840         reported by Emanuele Giaquinta.  Also, change sense of cached
8841         variable, so that the message makes sense.
8842
8843 2006-03-24  Simon Josefsson  <jas@extundo.com>
8844
8845         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8846         including some doc fixes.
8847         (base64_encode_alloc): Fix +1 bug on allocation failures.
8848
8849 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8850
8851         * lib/base64.c (base64_encode): Do not read past end of array with
8852         unsanitized input on systems with CHAR_BIT > 8.
8853
8854 2006-03-24  Eric Blake  <ebb9@byu.net>
8855
8856         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8857
8858 2006-03-22  Karl Berry  <karl@gnu.org>
8859
8860         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8861         * config/srclistvars.sh (COREUTILS): new var.
8862
8863 2006-03-17  Jim Meyering  <jim@meyering.net>
8864
8865         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8866         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8867
8868 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8869
8870         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8871         no longer needs it.  Instead, check that regoff_t is as least
8872         as wide as ptrdiff_t.
8873
8874         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8875         so that our regex.h stays compatible with the installed regex.
8876         This is helpful for installers who configure --without-included-regex.
8877         Problem reported by Emanuele Giaquinta.
8878
8879 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8880
8881         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8882         Typedef to long int, not to off_, as POSIX will likely change
8883         in that direction.
8884
8885 2006-03-15  Eric Blake  <ebb9@byu.net>
8886
8887         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8888
8889 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8890
8891         * lib/argp-help.c (validate_uparams): Fix typo
8892         * lib/argp-parse.c (argp_default_options): Consistently begin help
8893         messages with a lowercase letter.
8894
8895 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8896
8897         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8898         overrun buffers and shouldn't be used (much as gets shouldn't be
8899         used).
8900         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8901
8902 2006-03-08  Simon Josefsson  <jas@extundo.com>
8903
8904         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8905         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8906
8907 2006-03-08  Simon Josefsson  <jas@extundo.com>
8908
8909         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8910         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8911
8912 2006-03-08  Simon Josefsson  <jas@extundo.com>
8913
8914         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8915         signal that configure disabled the device.
8916
8917 2006-03-08  Simon Josefsson  <jas@extundo.com>
8918
8919         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8920         languages.
8921
8922 2006-03-07  Simon Josefsson  <jas@extundo.com>
8923
8924         * modules/getopt (Depends-on): Add unistd.
8925
8926         * modules/unistd: New file.
8927
8928 2006-03-07  Simon Josefsson  <jas@extundo.com>
8929
8930         * modules/gc-random: New file.
8931
8932 2006-03-07  Simon Josefsson  <jas@extundo.com>
8933
8934         * m4/unistd_h.m4: New file.
8935
8936 2006-03-07  Simon Josefsson  <jas@extundo.com>
8937
8938         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8939         test to be side-effect free by storing the result in the cache
8940         variable gl_cv_lib_readline, and moving the assignment of
8941         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8942         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8943
8944 2006-03-07  Simon Josefsson  <jas@extundo.com>
8945
8946         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8947         error on missing devices (the functions will return an error).
8948
8949         * m4/gc.m4: Move random stuff to gc-random.m4
8950
8951 2006-03-07  Simon Josefsson  <jas@extundo.com>
8952
8953         * lib/unistd_.h: New file.
8954
8955 2006-03-07  Simon Josefsson  <jas@extundo.com>
8956
8957         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8958
8959 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8962         Problem reported by Juan Manuel Guerrero.
8963
8964 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8965
8966         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8967         the unistd module.
8968         * lib/getlogin_r.c: Likewise.
8969         * lib/getlogin_r.h: Likewise.
8970         * lib/glob.c: Likewise.
8971         * lib/pagealign_alloc.c: Likewise.
8972         * lib/unistd_.h: Remove; no longer needed.
8973
8974 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8977         Add unistd.
8978         * modules/c-stack (Depends-on): Add unistd.
8979         * modules/getlogin_r: Likewise.
8980         * modules/glob: Likewise.
8981         * modules/pagealign_alloc: Likewise.
8982         * modules/unistd (Files): Remove lib/unistd_.h.
8983         (EXTRA_DIST): Remove.
8984         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8985         need unistd_.h.
8986         (MOSTLYCLEANFILES): Remove unistd.h-t.
8987
8988 2006-03-03  Simon Josefsson  <jas@extundo.com>
8989
8990         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8991
8992 2006-03-03  Simon Josefsson  <jas@extundo.com>
8993
8994         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8995         libidn and bison.
8996
8997 2006-03-03  Simon Josefsson  <jas@extundo.com>
8998
8999         * build-aux/maint.mk: Add indent target.
9000
9001 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9002
9003         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9004         our replacement poll.h in any case, to avoid a differing
9005         declaration from a system header.  Seen on AIX.
9006
9007 2006-03-01  Simon Josefsson  <jas@extundo.com>
9008
9009         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9010         <kasal@ucw.cz>.
9011
9012 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         * modules/gettime (Depends-on): Add extensions module.
9015         * modules/nanosleep (Depends-on): Likewise.
9016         * modules/settime (Depends-on): Likewise.
9017
9018 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9019
9020         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9021         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9022         pedantically.
9023         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9024         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9025
9026         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9027         not "==".  Reported by Ralf Wildenhues.
9028
9029 2006-03-01  Karl Berry  <karl@gnu.org>
9030
9031         * doc/Copyright/request-*: new files, synced from gnuorg.
9032
9033 2006-03-01  Karl Berry  <karl@gnu.org>
9034
9035         * config/srclist.txt (Copyright/*): new entries.
9036
9037 2006-02-28  Simon Josefsson  <jas@extundo.com>
9038
9039         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9040
9041 2006-02-27  Simon Josefsson  <jas@extundo.com>
9042
9043         * lib/base64.h: Indent #define's.  From Jim Meyering
9044         <jim@meyering.net>.
9045
9046 2006-02-27  Jim Meyering  <jim@meyering.net>
9047
9048         Revert the change of 2006-02-24, so these files can continue
9049         to be sync'd from gettext.
9050         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9051         of `config.h'.
9052
9053 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9054
9055         * modules/intprops: New file.
9056         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9057         Add intprops.
9058         * modules/getloadavg (Files): Remove lib/intprops.h.
9059         (Depends-on): Add intprops.
9060         * modules/human: Likewise.
9061         * modules/inttostr: Likewise.
9062         * modules/openat: Likewise.
9063         * modules/sig2str: Likewise.
9064         * modules/userspec: Likewise.
9065         * modules/utimecmp: Likewise.
9066         * modules/xnanosleep: Likewise.
9067         * modules/xstrtol: Likewise.
9068
9069 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9070
9071         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9072         * modules/lock-tests (TESTS): Use $(EXEEXT).
9073         * modules/tls-tests: Likewise.
9074         * modules/argp-tests: Likewise.
9075         (check_PROGRAMS): New var, replacing...
9076         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9077
9078 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9079
9080         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9081         `config.h'.
9082
9083 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9086
9087 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9088
9089         Sync from coreutils.
9090         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9091         gl_CHDIR_SAFER.
9092
9093 2006-02-22  Jim Meyering  <jim@meyering.net>
9094
9095         Sync from coreutils.
9096         * m4/chdir-safer.m4: New file.
9097
9098 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9101         AT_FDCWD exceeds INT_MAX.
9102         * lib/openat.h (AT_FDCWD): Likewise.
9103
9104 2006-02-17  Eric Blake  <address@hidden>
9105
9106         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9107
9108 2006-02-16  Simon Josefsson  <jas@extundo.com>
9109
9110         * modules/getaddrinfo (Depends-on): Add sys_socket.
9111
9112 2006-02-15  Simon Josefsson  <jas@extundo.com>
9113
9114         * build-aux/maint.mk: Add dsyntax-check rule.
9115
9116 2006-02-15  Eric Blake  <ebb9@byu.net>
9117
9118         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9119         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9120         'present but cannot compile' warnings on cygwin.
9121         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9122         use ws2tcpip.h if sys/socket.h works.
9123         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9124         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9125
9126 2006-02-14  Simon Josefsson  <jas@extundo.com>
9127
9128         * modules/maintainer-makefile (Files): Rename.
9129
9130         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9131         and (the local) Makefile.cfg to maint-cfg.mk.
9132
9133         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9134         to the latter.
9135
9136         * modules/maintainer-makefile: New module.
9137
9138         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9139         severaly stripped to make it possible to build it up from scratch
9140         with reliable tests.
9141
9142         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9143         fixes to permit overriding the default actions when configure and
9144         makefile are not available.
9145
9146 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9147
9148         Sync from coreutils.
9149         * modules/lstat (Depends-on): Don't depend on xalloc.
9150         (License): Change from GPL to LGPL, since this is now simply a
9151         replacement for a libc function.
9152
9153 2006-02-14  Jim Meyering  <jim@meyering.net>
9154
9155         Sync from coreutils.
9156
9157         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9158         failure on deficient systems, and simplify gnulib lgpl dependencies.
9159         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9160         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9161
9162         * lib/xalloc-die.c: Remove unused definition of N_.
9163
9164 2006-02-14  Jim Meyering  <jim@meyering.net>
9165
9166         Sync from coreutils.
9167         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9168         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9169         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9170         double-quote uses of that variable, to accommodate the rare case in
9171         which getmntent is available in none of the libraries checked.  This
9172         happens at least on FreeBSD 5.0.
9173
9174 2006-02-13  Simon Josefsson  <jas@extundo.com>
9175
9176         * gnulib-tool (Usage): Fix --import, from
9177         karl@freefriends.org (Karl Berry).
9178
9179 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9180
9181         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9182
9183 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9184
9185         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9186         "autoupdate" on 2005-12-12.
9187
9188 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * modules/closeout (Depends-on): Remove atexit.
9191
9192 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9195         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9196
9197 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9200         __EXTENSIONS__ if this causes compilation to fail.  Problem
9201         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9202         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9203
9204 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9205
9206         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9207         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9209         All uses changed.
9210
9211 2006-01-26  Simon Josefsson  <jas@extundo.com>
9212
9213         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9214         prototype is visible on mingw32.
9215
9216         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9217         for mingw32.
9218
9219         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9220         mingw32).
9221
9222 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9223
9224         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9225         attempt to open for write; this always fails, at least on POSIX
9226         hosts.  This reinstates the 2006-01-09 change, which was
9227         inadvertently removed.
9228
9229 2006-01-26  Bruno Haible  <bruno@clisp.org>
9230
9231         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9232         Reported by Paul Eggert.
9233
9234 2006-01-26  Bruno Haible  <bruno@clisp.org>
9235             Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         * lib/stdbool_.h (_Bool)
9238         [(! (defined __cplusplus || defined __BEOS__)
9239           && !defined __GNUC__
9240           && !(defined __HP_cc || defined __xlc__
9241                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9242                || defined __sgi))]:
9243         #define to signed char in these cases too; this simplifies
9244         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9245         etc., separately) and makes it more conservative.
9246
9247 2006-01-25  Simon Josefsson  <jas@extundo.com>
9248
9249         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9250         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9251         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9252
9253 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9254
9255         * lib/argp-namefrob.h: Bugfix. Remove stray #
9256
9257 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9258
9259         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9260         so that we test the test.
9261         Check for yet another HP-UX cc bug involving *bool |= bool.
9262
9263 2006-01-25  Karl Berry  <karl@gnu.org>
9264
9265         * config/srclist.txt (vasnprintf.c): sync lost.
9266
9267 2006-01-25  Jim Meyering  <jim@meyering.net>
9268
9269         Sync from the stable (b5) branch of coreutils:
9270
9271         * lib/fts.c (fts_children): Don't let close() clobber errno from
9272         failed fchdir().
9273
9274         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9275         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9276         a dangling symlink.  That can also happen at least for ELOOP.
9277         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9278         FYI, this bug predates the inclusion of fts.c in coreutils.
9279
9280         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9281         in their own block, so pre-c99 compilers don't object.
9282
9283         Avoid the double-free (first in fts_read, second in fts_close) that
9284         would occur when an `active' directory is made inaccessible (e.g.,
9285         via chmod a-x) during a traversal.
9286         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9287         before returning.  Reproduce this failure by
9288         mkdir -p a/b; cd a; chmod a-x . b
9289         Reported by Stavros Passas.
9290
9291 2006-01-25  Jim Meyering  <jim@meyering.net>
9292
9293         * lib/fileblocks.c: Remove more useless parentheses.
9294         * lib/readutmp.h: Likewise.
9295
9296 2006-01-25  Bruno Haible  <bruno@clisp.org>
9297
9298         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9299         warnings.
9300         Reported by Paul Eggert.
9301
9302 2006-01-25  Bruno Haible  <bruno@clisp.org>
9303
9304         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9305         rid of a trap command. For Solaris sh.
9306         Reported by Mark D. Baushke <mdb@gnu.org>.
9307
9308 2006-01-24  Simon Josefsson  <jas@extundo.com>
9309
9310         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9311         Bruno.
9312
9313 2006-01-24  Karl Berry  <karl@gnu.org>
9314
9315         * config/srclist.txt (argp-namefrob.h): sync lost.
9316
9317 2006-01-24  Jim Meyering  <jim@meyering.net>
9318
9319         * modules/openat (Files): Add lib/intprops.h.
9320         From Mark D. Baushke.
9321
9322 2006-01-24  Jim Meyering  <jim@meyering.net>
9323
9324         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9325         Reported by Mark D. Baushke.
9326
9327 2006-01-24  Jim Meyering  <jim@meyering.net>
9328
9329         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9330
9331 2006-01-24  Bruno Haible  <bruno@clisp.org>
9332
9333         * modules/strnlen (Maintainer): Change from glibc to all.
9334
9335 2006-01-24  Bruno Haible  <bruno@clisp.org>
9336
9337         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9338         Patch by Paul Eggert.
9339
9340 2006-01-24  Bruno Haible  <bruno@clisp.org>
9341
9342         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9343         already has it.
9344         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9345         2005-11-26.
9346
9347         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9348         'signed char' to avoid problems with the built-in _Bool type.
9349         Reported by Paul Eggert on 2005-11-26.
9350
9351 2006-01-24  Bruno Haible  <bruno@clisp.org>
9352
9353         * gnulib-tool (func_import): Avoid constructing complicated sed
9354         expressions inside backquote.
9355         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9356
9357 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9358
9359         These changes imported from libc.
9360         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9361         test and two separate function calls.
9362         * lib/strndup.c (__strndup): Add libc_hidden_def.
9363
9364 2006-01-23  Simon Josefsson  <jas@extundo.com>
9365
9366         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9367         Remove the test_*_SOURCES variable: automake infers it by default.
9368         * modules/tls-tests: Likewise.
9369
9370 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9371
9372         Work around porting bugs reported by Dieter in
9373         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9374         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9375         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9376         Include "getopt.h" first, to check interface.
9377         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9378         !HAVE_DECL_GETENV.
9379         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9380         (__strndup): Revert to K&R-style function dfns, the glibc style.
9381         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9382         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9383         Include strnlen.h first, to get prototype properly.
9384         (strnlen): Renamed from __strnlen.
9385         Remove weak alias.
9386
9387 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9388
9389         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9390
9391 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9392
9393         * config/srclist.txt: Adjust to reflect glibc reorganization.
9394         This affects only comments.
9395
9396 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9397
9398          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9399          Reported by Bruce Korb <bkorb@gnu.org>.
9400
9401 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9402
9403         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9404         to pacify gcc -Wswitch-default.
9405
9406 2006-01-22  Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9409         temporary buffer for sprintf, take into account the precision also
9410         for 'd', 'i', 'u', 'o', 'x', 'X'.
9411
9412 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9413
9414         * modules/argp-tests: New module
9415         * tests/test-argp.c: New file
9416         * tests/test-argp-2.sh: New file
9417
9418 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9419
9420         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9421         (__argp_base_name): Removed
9422         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9423         typo.
9424         (__argp_base_name): Provide macro definition or extern declaration
9425         depending on the configuration
9426
9427 2006-01-20  Simon Josefsson  <jas@extundo.com>
9428
9429         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9430
9431 2006-01-20  Simon Josefsson  <jas@extundo.com>
9432
9433         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9434
9435 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9436
9437         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9438         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9439         Suggested by Bruno Haible.
9440
9441 2006-01-20  Karl Berry  <karl@gnu.org>
9442
9443         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9444         until changes propagate, I guess.
9445
9446 2006-01-19  Simon Josefsson  <jas@extundo.com>
9447
9448         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9449
9450 2006-01-19  Simon Josefsson  <jas@extundo.com>
9451
9452         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9453
9454 2006-01-19  Simon Josefsson  <jas@extundo.com>
9455
9456         * gnulib-tool: Set check_PROGRAMS.
9457
9458         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9459         modules/des-tests, modules/gc-arcfour-tests,
9460         modules/gc-arctwo-tests, modules/gc-des-tests,
9461         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9462         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9463         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9464         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9465         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9466         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9467         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9468         test_*_SOURCES.
9469
9470 2006-01-18  Simon Josefsson  <jas@extundo.com>
9471
9472         * modules/socklen (Depends-on): Depend on sys_socket.
9473
9474 2006-01-18  Simon Josefsson  <jas@extundo.com>
9475
9476         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9477         modules/des-tests, modules/gc-arcfour-tests,
9478         modules/gc-arctwo-tests, modules/gc-des-tests,
9479         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9480         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9481         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9482         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9483         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9484         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9485         $(EXEEXT) to automake TESTS variable, for mingw32.
9486
9487 2006-01-17  Simon Josefsson  <jas@extundo.com>
9488
9489         * modules/socklen (Include): Need sys/socket.h.
9490
9491 2006-01-17  Bruno Haible  <bruno@clisp.org>
9492
9493         * modules/ssize_t (Include): Add <sys/types.h>.
9494
9495 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9496
9497         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9498         it's not portable and it doesn't work with cross-compiles.
9499         Problem reported by Bruno Haible.  Fix missing-$ typo in
9500         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9501         -zignore from being used with Sun's C compiler.
9502
9503 2006-01-12  Simon Josefsson  <jas@extundo.com>
9504
9505         * lib/base64.c: Fix warning, reported by Bruno Haible
9506         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9507
9508 2006-01-12  Bruno Haible  <bruno@clisp.org>
9509
9510         * modules/ldd: New file.
9511         * build-aux/ldd.sh.in: New file.
9512         * MODULES.html.sh (Support for building libraries and executables): Add
9513         ldd.
9514
9515 2006-01-12  Bruno Haible  <bruno@clisp.org>
9516
9517         * m4/ldd.m4: New file.
9518
9519 2006-01-12  Bruno Haible  <bruno@clisp.org>
9520
9521         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9522         endless loop while replacing $auxdir with build-aux.
9523
9524 2006-01-11  Simon Josefsson  <jas@extundo.com>
9525
9526         * lib/stdint_.h (SIZE_MAX): Add missing (.
9527
9528 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9529
9530         Sync from coreutils.
9531         * lib/md5.c: Fix commentary typos.
9532         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9533         * lib/md5.h (__attribute__): Remove; unused.
9534         * lib/sha1.c: Fix commentary to match md5 better.
9535         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9536         so that we don't need to worry about alignment.  All uses changed.
9537         This merges the 2005-10-28 md5 change into sha1.
9538
9539 2006-01-11  Jim Meyering  <jim@meyering.net>
9540
9541         Sync from coreutils.
9542         * lib/md5.c (OP): Fix spacing.
9543
9544 2006-01-11  Bruno Haible  <bruno@clisp.org>
9545
9546         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9547         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9548         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9549
9550 2006-01-11  Bruno Haible  <bruno@clisp.org>
9551
9552         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9553         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9554         the "early" section as well.
9555
9556 2006-01-11  Bruno Haible  <bruno@clisp.org>
9557
9558         Avoid "ar: no archive members specified" error on MacOS X.
9559         * gnulib-tool (func_modules_add_dummy): New function.
9560         (func_import, func_create_testdir): Invoke it.
9561
9562 2006-01-11  Bruno Haible  <bruno@clisp.org>
9563
9564         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9565         with $auxdir in AC_CONFIG_FILES statements.
9566
9567 2006-01-11  Bruno Haible  <bruno@clisp.org>
9568
9569         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9570         Initialize also noinst_HEADERS to empty.
9571
9572 2006-01-11  Bruno Haible  <bruno@clisp.org>
9573
9574         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9575         variables.
9576         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9577         autoreconf.
9578
9579 2006-01-11  Bruno Haible  <bruno@clisp.org>
9580
9581         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9582         overridable by the user.
9583         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9584
9585 2006-01-10  Simon Josefsson  <jas@extundo.com>
9586
9587         * modules/sys_socket: New file.
9588
9589 2006-01-10  Simon Josefsson  <jas@extundo.com>
9590
9591         * m4/sys_socket_h.m4: New file.
9592
9593 2006-01-10  Simon Josefsson  <jas@extundo.com>
9594
9595         * lib/socket_.h: New file.
9596
9597 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9598
9599         * modules/readutmp (Maintainer): Add myself.
9600
9601 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9602
9603         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9604         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9605         People who are still concerned with buggy memcmp implementations
9606         can invoke gl_FUNC_MEMCMP themselves.
9607
9608 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9609
9610         * lib/regex_internal.h (BITSET_WORD_BITS):
9611         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9612         preprocessor mishandles large unsigned values as if they were signed.
9613         Problem reported by Claudio Fontana in
9614         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9615
9616 2006-01-10  Jim Meyering  <jim@meyering.net>
9617
9618         Avoid the double-free (first in fts_read, second in fts_close) that
9619         would occur when an `active' directory is made inaccessible (e.g.,
9620         via chmod a-x) during a traversal.
9621         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9622         before returning.  Reproduce this failure by
9623         mkdir -p a/b; cd a; chmod a-x . b
9624         Reported by Stavros Passas.
9625
9626         Sync from coreutils.
9627         * lib/sha1.c: Tweak grammar in a comment.
9628
9629 2006-01-10  Jim Meyering  <jim@meyering.net>
9630
9631         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9632         Patch by Joerg Sonnenberger.
9633
9634 2006-01-10  Bruno Haible  <bruno@clisp.org>
9635
9636         * modules/readutmp: Depend on module free.
9637         * modules/strtok_r: Depend on module restrict.
9638
9639 2006-01-10  Bruno Haible  <bruno@clisp.org>
9640
9641         * modules/gettext (configure.ac): Add an invocation of
9642         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9643
9644 2006-01-10  Bruno Haible  <bruno@clisp.org>
9645
9646         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9647         Reported by Werner Lemberg <wl@gnu.org>.
9648
9649 2006-01-10  Bruno Haible  <bruno@clisp.org>
9650
9651         * lib/localcharset.c: Update from GNU gettext.
9652
9653 2006-01-10  Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/argp.h (__const): Remove macro. Use const instead.
9656         * lib/argp-fmtstream.h (__const): Likewise.
9657         * lib/glob_.h (__const): Remove macro.
9658         * lib/glob-libc.h: Use const instead of __const.
9659
9660 2006-01-10  Bruno Haible  <bruno@clisp.org>
9661
9662         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9663         variable.
9664         Needed to avoid an automake error regarding the 'gettext' module.
9665
9666 2006-01-09  Simon Josefsson  <jas@extundo.com>
9667
9668         * modules/inet_ntop (Depends-on): Add restrict.
9669
9670 2006-01-09  Simon Josefsson  <jas@extundo.com>
9671
9672         * modules/gc-rijndael-tests (License): Put under LGPL.
9673
9674         * modules/gc-des-tests (License): Likewise.
9675
9676         * modules/gc-arcfour-tests (License): Likewise.
9677
9678         * modules/gc-arctwo-tests (License): Likewise.
9679
9680         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9681
9682         * modules/gc-hmac-sha1-tests (Files): Likewise.
9683
9684         * modules/gc-hmac-md5-tests (License): Likewise.
9685
9686         * modules/gc-sha1-tests (License): Likewise.
9687
9688         * modules/gc-md5-tests (License): Likewise.
9689
9690         * modules/gc-md4-tests (License): Likewise.
9691
9692         * modules/gc-md2-tests (License): Likewise.
9693
9694         * modules/gc-tests (License): Likewise.
9695
9696         * modules/des-tests (License): Likewise.
9697
9698         * modules/md4-tests (License): Likewise.
9699
9700         * modules/md2-tests (License): Likewise.
9701
9702 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9703
9704         Sync from coreutils:
9705
9706         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9707         * modules/lib-ignore: New file.
9708         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9709         chdir-safer.m4, lchmod.m4.
9710         * modules/openat: Add mkdirat.c, openat-priv.h.
9711
9712 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9713
9714         Sync from coreutils.
9715         * m4/lib-ignore.m4: New file.
9716         * m4/lchmod.m4: New file.
9717
9718 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9719
9720         Sync from coreutils.
9721         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9722         for write access: POSIX says that must fail.
9723         * lib/fts.c (diropen): Likewise.
9724         * lib/save-cwd.c (save_cwd): Likewise.
9725         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9726         well, for minor improvements on hosts that lack O_DIRECTORY.
9727         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9728         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9729         Fall back on chown if open failed with EACCES.
9730
9731         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9732         Report an error at compile-time if only a 1-second nominal clock
9733         resolution is found.
9734
9735         * lib/lchmod.h: New file.
9736         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9737         (make_dir_parents): Use lchown rather than chown, and
9738         lchmod rather than chmod.
9739
9740         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9741         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9742         "proc" reported by n0dalus.
9743
9744         * lib/mountlist.c: Include <limits.h>.
9745         (dev_from_mount_options)
9746         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9747         New function.  It no longer assumes "dev=" has the System V meaning
9748         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9749         (read_file_system_list)
9750         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9751         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9752         dev= in that case.
9753
9754         * lib/posixtm.h (PDS_PRE_2000): New macro.
9755         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9756         allow_century.  All usages changed.  Reject dates outside the range
9757         1969-1999 if PDS_PRE_2000 is used.
9758
9759 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9760
9761         Sync from coreutils.
9762         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9763         (Time of day items): Mention the possibility of leap seconds.
9764         Problem reported by Dr. David Alan Gilbert.
9765
9766 2006-01-09  Jim Meyering  <jim@meyering.net>
9767
9768         Sync from coreutils.
9769
9770         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9771
9772         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9773
9774         * lib/modechange.c (mode_compile): Reject an invalid mode string
9775         that starts with an octal digit.  From Andreas Gruenbacher.
9776
9777         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9778         and dup to open_safer and dup_safer, respectively.
9779         (openat_permissive): Fix typo in comment.
9780
9781         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9782         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9783         (_): Remove; no longer needed.
9784         (openat): Renamed from rpl_openat; no need for rpl_openat
9785         since openat.h renames openat for us.
9786         Replace most of the body with a call to openat_permissive,
9787         to avoid duplicate code.
9788         Port to (probably hypothetical) environments were mode_t is
9789         wider than int.
9790         (openat_permissive): Require mode arg, so that we can check
9791         types better.  Put it just after flags.  Change cwd failure
9792         indicator from pointer-to-bool to pointer-to-errno-value.
9793         All callers changed.
9794         Invoke openat_save_fail and/or openat_restore_fail if
9795         cwd_errno is null, so that openat can call us.
9796         (openat_permissive, fdopendir, fstatat, unlinkat):
9797         Simplify errno handling to avoid some duplicate code,
9798         as it's OK to set errno on success.
9799         * lib/openat.h: Revamp code so that function macros depend on
9800         __OPENAT_PREFIX only, not also on AT_FDCWD.
9801         (openat_ro): Remove.  Caller changed to use openat_permissive.
9802         (openat_permissive): Now a macro, if not a function.
9803         (openat_restore_fail, openat_save_fail): Now always functions,
9804         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9805
9806         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9807         and openat.c.
9808         * lib/mkdirat.c: Include openat-priv.h.
9809         Remove definitions of macros defined therein.
9810         * lib/openat.c: Likewise.
9811
9812         * lib/mkdirat.c (mkdirat): New file and function.
9813         * lib/openat.h (mkdirat): Declare.
9814
9815         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9816
9817         * lib/openat.h (openat_permissive): Declare.
9818         (openat_ro): Define.
9819
9820         * lib/openat.c (EXPECTED_ERRNO): New macro.
9821         (openat_permissive): New function -- used in remove.c rewrite.
9822         (all functions): Set errno just before returning, only if there
9823         was an actual failure.
9824         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9825
9826         Emulate openat-family functions using Linux's procfs, if possible.
9827         Idea and some code based on Ulrich Drepper's glibc changes.
9828
9829         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9830         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9831         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9832         before falling back on save_cwd and restore_cwd.
9833         (fdopendir, fstatat, unlinkat): Likewise.
9834
9835         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9836         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9837
9838         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9839         as second argument to va_arg.  Otherwise, some versions of gcc
9840         warn that `if this code is reached, the program will abort'.
9841
9842 2006-01-09  Jim Meyering  <jim@meyering.net>
9843
9844         Sync from coreutils.
9845         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9846         Require openat-priv.h.
9847
9848 2006-01-09  Bruno Haible  <bruno@clisp.org>
9849
9850         * modules/strnlen (Include): Use strnlen.h.
9851
9852 2006-01-09  Bruno Haible  <bruno@clisp.org>
9853
9854         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9855
9856 2006-01-09  Bruno Haible  <bruno@clisp.org>
9857
9858         * lib/sysexit_.h (EX_OK): New macro.
9859         Suggested by Martin Lambers <marlam@marlam.de>.
9860
9861 2006-01-09  Bruno Haible  <bruno@clisp.org>
9862
9863         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9864         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9865
9866 2006-01-09  Bruno Haible  <bruno@clisp.org>
9867
9868         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9869         numbers.
9870
9871 2006-01-09  Bruno Haible  <bruno@clisp.org>
9872
9873         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9874         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9875         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9876         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9877
9878 2006-01-09  Bruno Haible  <bruno@clisp.org>
9879
9880         * build-aux/javacomp.sh.in: New file, moved from lib/.
9881         * modules/javacomp-script (Files): Update.
9882         (configure.ac): Add AC_CONFIG_FILES invocation.
9883         (EXTRA_DIST): Remove variable.
9884
9885         * build-aux/javaexec.sh.in: New file, moved from lib/.
9886         * modules/javaexec (Files): Update.
9887         (configure.ac): Add AC_CONFIG_FILES invocation.
9888         (EXTRA_DIST): Remove javaexec.sh.in.
9889
9890         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9891         * modules/csharpcomp-script (Files): Update.
9892         (configure.ac): Add AC_CONFIG_FILES invocation.
9893         (EXTRA_DIST): Remove variable.
9894
9895         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9896         * modules/csharpexec (Files): Update.
9897         (configure.ac): Add AC_CONFIG_FILES invocation.
9898         (EXTRA_DIST): Remove csharpexec.sh.in.
9899
9900 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9901
9902         Sync from coreutils.
9903
9904         Add POSIX ACL support
9905         * lib/acl.h (copy_acl, set_acl): Add declarations.
9906         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9907         systems other than Linux.
9908         (chmod_or_fchmod): New function: use fchmod when possible,
9909         and chmod otherwise.
9910         (file_has_acl): Add a POSIX ACL implementation, with a
9911         Linux-specific subcase.
9912         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9913         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9914         acls are unsupported.
9915         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9916         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9917         are unsupported.
9918
9919 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9920
9921         Sync from coreutils.
9922         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9923
9924 2006-01-07  Bruno Haible  <bruno@clisp.org>
9925
9926         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9927         gl_EARLY.
9928
9929 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9930
9931         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9932         Problem reported for Mingw by Mark Junker.
9933
9934 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9935
9936         * README: Gnulib normally doesn't generate a tarball.
9937
9938 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9939
9940         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9941         long int, not int, for nanosecond counts, so that people who are
9942         used to POSIX struct timespec won't be surprised.  Reported by Jim
9943         Meyering.
9944
9945 2005-12-28  Bruno Haible  <bruno@clisp.org>
9946
9947         * build-aux/config.rpath: Update from GNU gettext.
9948
9949 2005-12-16  Jim Meyering  <jim@meyering.net>
9950
9951         * modules/fprintftime: New module.
9952         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9953
9954 2005-12-16  Jim Meyering  <jim@meyering.net>
9955
9956         * m4/fprintftime.m4: New file.
9957
9958 2005-12-16  Jim Meyering  <jim@meyering.net>
9959
9960         * lib/fprintftime.c, lib/fprintftime.h: New files.
9961
9962 2005-12-15  Simon Josefsson  <jas@extundo.com>
9963
9964         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9965         new m4/socklen.m4.
9966
9967 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9968
9969         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9970         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9971
9972 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9973
9974         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9975         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9976         struct uparams is valid. Fall back to the default values if it is
9977         not.
9978
9979 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9980
9981         * modules/argp (Files): Add argp-pin.c
9982         (Depends-on): dirname
9983         (lib_SOURCES): Add argp-pin.c
9984
9985 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9986
9987         * m4/argp.m4:  Check if program_invocation_name and
9988         program_invocation_short_name are declared and define appropriate
9989         macros if they are not.
9990
9991 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9992
9993         * lib/argp-help.c (__argp_base_name): New function
9994         (__argp_short_program_name): Rewrite using __argp_base_name
9995         * lib/argp-namefrob.h: Define program_invocation_name and
9996         program_invocation_short_name if requested
9997         (__argp_base_name): Add prototype
9998         * lib/argp-parse.c (argp_def): Use gettext wrappers
9999         (argp_default_parser): Use __argp_base_name
10000         * lib/argp-pin.c: New file. Defines program_invocation_name and
10001         program_invocation_short_name on systems that lack them.
10002
10003 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10004
10005         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10006         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10007         porting problem reported by Georg Schwarz in
10008         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10009
10010 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10011
10012         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10013         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10014         porting problem reported by Georg Schwarz in
10015         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10016
10017 2005-12-05  Bruno Haible  <bruno@clisp.org>
10018
10019         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10020         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10021         Reported by Mark Junker <mjscod@gmx.de>.
10022
10023 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10026         Use implementation from Albert Chin, with some
10027         comments/corrections by Stepan Kasal and myself.
10028
10029 2005-12-02  Bruno Haible  <bruno@clisp.org>
10030
10031         * gnulib-tool (func_import): Accept GPLed build tool modules when
10032         --lgpl is given.
10033         * modules/csharpcomp-script: New file.
10034         * modules/csharpcomp: Depend on it.
10035         * modules/javacomp-script: New file.
10036         * modules/javacomp: Depend on it.
10037         Suggested by Simon Josefsson.
10038
10039 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10040
10041         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10042         statement, to work around an HP-UX 10.20 compiler bug reported by
10043         Peter O'Gorman.
10044
10045 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * modules/savedir (Depends-on): Add openat.
10048
10049 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10050
10051         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10052         (uintmax_t) [defined uintmax_t]: Do not declare.
10053         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10054         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10055         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10056         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10057         sake of portability to weird hosts that C allows (though we don't
10058         know of any practical examples).
10059
10060         * lib/savedir.h (fdsavedir): New decl.
10061         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10062         contains most of the former guts of savedir.
10063         (savedir): Use savedirstream.
10064         Include "openat.h".
10065
10066 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10067
10068         * modules/obstack (Files): Add m4/ulonglong.m4.
10069         Problem reported by Davide Angelocola.
10070
10071 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10072
10073         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10074         coreutils no longer futzes with rounding modes.
10075
10076 2005-11-14  Jim Meyering  <jim@meyering.net>
10077
10078         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10079         replacement of mkstemp.
10080
10081 2005-11-10  Simon Josefsson  <jas@extundo.com>
10082
10083         * lib/readline.c: Remove EOL.
10084
10085 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10086
10087         * modules/gethrxtime (Depends-on): Add gettime.
10088
10089 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10090
10091         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10092         or gettimeofday; no longer needed.
10093
10094 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10097         time business.
10098         (gethrxtime) [! (HAVE_NANOUPTIME
10099         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10100         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10101         our own approximation.
10102
10103 2005-11-08  Eric Blake  <ebb9@byu.net>
10104
10105         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10106
10107 2005-11-08  Eric Blake  <ebb9@byu.net>
10108
10109         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10110
10111 2005-11-04  Bruno Haible  <bruno@clisp.org>
10112
10113         * gnulib-tool: Implement --update mode.
10114
10115 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10116
10117         Fix porting problem reported by Theodoros V. Kalamatianos.
10118         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10119         Don't assume that futimes failing means we must fail.
10120
10121 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10122
10123         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10124         variables to suggest the intended function of the PATH_MAX check.
10125
10126 2005-10-30  Kean Johnston  <jkj@sco.com>
10127
10128         Trivial changes to support SCO systems.
10129         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10130         as PATH_MAX.
10131         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10132         where __ptr is null when no I/O is pending.
10133
10134 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10137         leave errno alone.  Problem reported by Dmitry V. Levin.
10138
10139 2005-10-28  Simon Josefsson  <jas@extundo.com>
10140
10141         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10142         Test more.
10143
10144         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10145
10146         * modules/md2, modules/md2-tests: New files.
10147
10148 2005-10-28  Simon Josefsson  <jas@extundo.com>
10149
10150         * m4/inet_ntop.m4: More tests.
10151
10152         * m4/gc-md2.m4, md2.m4: New file.
10153
10154 2005-10-28  Simon Josefsson  <jas@extundo.com>
10155
10156         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10157         "restrict" keywords, as per POSIX.  Protect the function
10158         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10159         Don't use K&R prototypes.  Check the sprintf return values.
10160         Re-define EAFNOSUPPORT if not present.  Indent.
10161
10162         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10163         suggested by Bruno Haible <bruno@clisp.org>.
10164
10165         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10166
10167         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10168
10169         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10170         libgcrypt).
10171
10172         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10173
10174         * lib/md2.h, lib/md2.c: New files.
10175
10176 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10177
10178         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10179         errno alone.  Problem reported by Frederic Jolliton.
10180
10181 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10182
10183         * modules/verify (License): Change from GPL to LGPL.  This is a
10184         tiny module and there are apparently near-equivalents that are
10185         under the BSD license.
10186
10187 2005-10-24  Simon Josefsson  <jas@extundo.com>
10188
10189         * modules/sha1: Relicense to LGPL.
10190
10191 2005-10-24  Simon Josefsson  <jas@extundo.com>
10192
10193         * lib/md4.h: Shrink buffer size, now that we changed the type.
10194
10195 2005-10-23  Simon Josefsson  <jas@extundo.com>
10196
10197         * gnulib-tool (func_import): Fix --tests-base.
10198
10199 2005-10-22  Simon Josefsson  <jas@extundo.com>
10200
10201         * modules/arcfour (Depends-on): Need stdint.
10202
10203 2005-10-22  Simon Josefsson  <jas@extundo.com>
10204
10205         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10206         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10207
10208 2005-10-22  Simon Josefsson  <jas@extundo.com>
10209
10210         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10211         suggested by Bruno Haible <bruno@clisp.org>.
10212
10213 2005-10-22  Simon Josefsson  <jas@extundo.com>
10214
10215         * lib/crc.h: Include stddef.h, for size_t.
10216
10217 2005-10-22  Simon Josefsson  <jas@extundo.com>
10218
10219         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10220         arcfour_context struct (simplify test vector testing in GNU
10221         Shishi).
10222
10223 2005-10-21  Simon Josefsson  <jas@extundo.com>
10224
10225         * modules/des, modules/des-tests: New files.
10226
10227         * modules/gc-des, modules/gc-des-tests: New files.
10228
10229         * tests/test-des.c, tests/test-gc-des.c: New file.
10230
10231 2005-10-21  Simon Josefsson  <jas@extundo.com>
10232
10233         * modules/arctwo, modules/arctwo-tests: New files.
10234
10235         * tests/test-arctwo.c: New file.
10236
10237         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10238
10239         * tests/test-gc-arctwo.c: New file.
10240
10241 2005-10-21  Simon Josefsson  <jas@extundo.com>
10242
10243         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10244         Bruno Haible <bruno@clisp.org>.
10245
10246         * m4/gc-des.m4: New file.
10247
10248 2005-10-21  Simon Josefsson  <jas@extundo.com>
10249
10250         * m4/arctwo.m4: New file.
10251
10252         * m4/gc-arctwo.m4: New file.
10253
10254 2005-10-21  Simon Josefsson  <jas@extundo.com>
10255
10256         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10257         block.
10258
10259 2005-10-21  Simon Josefsson  <jas@extundo.com>
10260
10261         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10262         <bruno@clisp.org>.
10263
10264         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10265
10266         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10267         Bruno Haible <bruno@clisp.org>.
10268
10269         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10270         <bruno@clisp.org>.
10271
10272 2005-10-21  Simon Josefsson  <jas@extundo.com>
10273
10274         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10275
10276 2005-10-21  Simon Josefsson  <jas@extundo.com>
10277
10278         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10279
10280 2005-10-21  Simon Josefsson  <jas@extundo.com>
10281
10282         * lib/des.h, lib/des.c: New files.
10283
10284         * lib/gc-gnulib.c: Support DES.c
10285
10286 2005-10-21  Simon Josefsson  <jas@extundo.com>
10287
10288         * lib/arctwo.h, lib/arctwo.c: New files.
10289
10290         * lib/gc-gnulib.c: Support ARCTWO.
10291
10292 2005-10-21  Simon Josefsson  <jas@extundo.com>
10293
10294         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10295         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10296
10297 2005-10-21  Simon Josefsson  <jas@extundo.com>
10298
10299         * gnulib-tool (func_import, func_create_testdir): Define automake
10300         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10301         Makefile.am snippet),
10302         suggested by Bruno Haible <bruno@clisp.org>.
10303
10304         * modules/gc (Makefile.am): Use it.
10305
10306 2005-10-21  Bruno Haible  <bruno@clisp.org>
10307
10308         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10309         patch.
10310
10311 2005-10-19  Simon Josefsson  <jas@extundo.com>
10312
10313         * tests/test-gc-rijndael.c: New file.
10314
10315         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10316
10317 2005-10-19  Simon Josefsson  <jas@extundo.com>
10318
10319         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10320         interface too.
10321
10322 2005-10-19  Simon Josefsson  <jas@extundo.com>
10323
10324         * tests/test-gc-arcfour.c: New file.
10325
10326         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10327
10328 2005-10-19  Simon Josefsson  <jas@extundo.com>
10329
10330         * modules/gc-md4, modules/gc-md4-tests: New file.
10331
10332         * tests/test-gc-md4.c: New file.
10333
10334 2005-10-19  Simon Josefsson  <jas@extundo.com>
10335
10336         * m4/gc-md4.m4: New file.
10337
10338 2005-10-19  Simon Josefsson  <jas@extundo.com>
10339
10340         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10341         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10342         <kasal@ucw.cz>.
10343
10344 2005-10-19  Simon Josefsson  <jas@extundo.com>
10345
10346         * m4/gc-arcfour.m4: New file.
10347
10348         * m4/gc-rijndael.m4: New file.
10349
10350 2005-10-19  Simon Josefsson  <jas@extundo.com>
10351
10352         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10353
10354 2005-10-19  Simon Josefsson  <jas@extundo.com>
10355
10356         * lib/gc-gnulib.c: Support ARCFOUR.
10357
10358 2005-10-19  Simon Josefsson  <jas@extundo.com>
10359
10360         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10361         support.
10362
10363         * lib/gc.h: Add ECB enum type.
10364
10365         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10366
10367 2005-10-18  Simon Josefsson  <jas@extundo.com>
10368
10369         * tests/test-md5.c: New file.
10370
10371         * modules/md5-tests: New file.
10372
10373 2005-10-18  Simon Josefsson  <jas@extundo.com>
10374
10375         * tests/test-md4.c: New file.
10376
10377         * modules/md4, modules/md4-tests: New files.
10378
10379 2005-10-18  Simon Josefsson  <jas@extundo.com>
10380
10381         * m4/md4.m4: New file.
10382
10383 2005-10-18  Simon Josefsson  <jas@extundo.com>
10384
10385         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10386
10387 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10388
10389         * gnulib-tool (func_create_testdir): Omit the second check whether
10390         BUILT_SOURCES in nonempty.
10391
10392 2005-10-17  Simon Josefsson  <jas@extundo.com>
10393
10394         * tests/test-rijndael.c: New file.
10395
10396 2005-10-17  Simon Josefsson  <jas@extundo.com>
10397
10398         * modules/sha1: Depend on stdint instead of md5.
10399
10400         * modules/md5: Depend on stdint, remove uint32_t.
10401
10402 2005-10-17  Simon Josefsson  <jas@extundo.com>
10403
10404         * modules/gc-sha1-tests: New file.
10405
10406         * tests/test-gc-sha1.c: New file.
10407
10408 2005-10-17  Simon Josefsson  <jas@extundo.com>
10409
10410         * m4/md5.m4: Remove call to uint32_t.m4.
10411
10412 2005-10-17  Simon Josefsson  <jas@extundo.com>
10413
10414         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10415
10416         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10417         md5.h.
10418
10419         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10420
10421         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10422
10423 2005-10-17  Simon Josefsson  <jas@extundo.com>
10424
10425         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10426
10427 2005-10-17  Simon Josefsson  <jas@extundo.com>
10428
10429         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10430
10431 2005-10-17  Simon Josefsson  <jas@extundo.com>
10432
10433         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10434
10435         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10436
10437 2005-10-17  Bruno Haible  <bruno@clisp.org>
10438
10439         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10440         that it can also be used in a test.
10441
10442 2005-10-16  Bruno Haible  <bruno@clisp.org>
10443
10444         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10445         TESTS_ENVIRONMENT, so that individual tests can augment it.
10446
10447         * gnulib-tool (func_create_testdir): Use an intermediate target for
10448         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10449         macros, like $(ALLOCA_H), which cannot be passed through the command
10450         line.
10451
10452 2005-10-15  Simon Josefsson  <jas@extundo.com>
10453
10454         * modules/rijndael-tests: New file.
10455
10456         * modules/rijndael: New file.
10457
10458 2005-10-15  Simon Josefsson  <jas@extundo.com>
10459
10460         * m4/rijndael.m4: New file.
10461
10462 2005-10-15  Simon Josefsson  <jas@extundo.com>
10463
10464         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10465
10466         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10467
10468 2005-10-14  Simon Josefsson  <jas@extundo.com>
10469
10470         * tests/test-arcfour.c: New file.
10471
10472         * modules/arcfour, modules/arcfour-tests: New files.
10473
10474 2005-10-14  Simon Josefsson  <jas@extundo.com>
10475
10476         * m4/arcfour.m4: New file.
10477
10478 2005-10-14  Simon Josefsson  <jas@extundo.com>
10479
10480         * lib/arcfour.h, lib/arcfour.c: New files.
10481
10482 2005-10-14  Roland McGrath  <roland@redhat.com>
10483
10484         Import from libc.  [BZ #1331]
10485         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10486         macro argument.
10487         Reported by Matej Vela <vela@debian.org>.
10488
10489 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10490
10491         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10492         include <wchar.h>; no longer needed.
10493
10494 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10497
10498 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10499         and  Ulrich Drepper  <drepper@redhat.com>
10500
10501         Import from libc.
10502         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10503         instead of inline stream orientation test and two separate
10504         function calls.  Pay no attention to USE_IN_LIBIO.
10505
10506 2005-10-13  Simon Josefsson  <jas@extundo.com>
10507
10508         * modules/gc-hmac-md5-tests: New file.
10509
10510         * tests/test-gc-hmac-sha1.c: New file.
10511
10512         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10513
10514         * modules/gc-hmac-md5-tests: New file.
10515
10516         * tests/test-gc-md5.c: New file.
10517
10518         * modules/gc-md5-tests: New file.
10519
10520 2005-10-13  Simon Josefsson  <jas@extundo.com>
10521
10522         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10523         Move memory allocation outside of loop.
10524
10525 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10528         intermediate directory is in a read-only file system.  Problem
10529         reported by Eric Blake.
10530
10531 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10532
10533         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10534
10535 2005-10-12  Simon Josefsson  <jas@extundo.com>
10536
10537         * tests/test-hmac-sha1.c: New file.
10538
10539         * modules/hmac-sha1-tests: New file.
10540
10541         * modules/hmac-sha1: New file.
10542
10543 2005-10-12  Simon Josefsson  <jas@extundo.com>
10544
10545         * modules/gc-sha1: New file.
10546
10547 2005-10-12  Simon Josefsson  <jas@extundo.com>
10548
10549         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10550
10551         * tests/test-gc-pbkdf2-sha1.c: New file.
10552
10553 2005-10-12  Simon Josefsson  <jas@extundo.com>
10554
10555         * modules/gc-md5, modules/gc-hmac-md5: New files.
10556
10557         * modules/gc (Files): Remove md5, memxor and hmac files.
10558
10559 2005-10-12  Simon Josefsson  <jas@extundo.com>
10560
10561         * m4/gc-pbkdf2-sha1.m4: New file.
10562
10563         * m4/gc-hmac-sha1.m4: New file.
10564
10565         * m4/gc-sha1: New file.
10566
10567         * m4/hmac-sha1.m4: New file.
10568
10569 2005-10-12  Simon Josefsson  <jas@extundo.com>
10570
10571         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10572
10573         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10574
10575 2005-10-12  Simon Josefsson  <jas@extundo.com>
10576
10577         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10578         suggested by Bruno Haible <bruno@clisp.org>.
10579
10580 2005-10-12  Simon Josefsson  <jas@extundo.com>
10581
10582         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10583
10584 2005-10-12  Simon Josefsson  <jas@extundo.com>
10585
10586         * lib/gc-pbkdf2-sha1.c: New file.
10587
10588         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10589
10590 2005-10-12  Simon Josefsson  <jas@extundo.com>
10591
10592         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10593
10594         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10595
10596 2005-10-12  Simon Josefsson  <jas@extundo.com>
10597
10598         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10599         GC_USE_HMAC_MD5, respectively.
10600
10601         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10602         (gc_md5): Fix typo.
10603
10604         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10605
10606         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10607
10608         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10609
10610 2005-10-12  Bruno Haible  <bruno@clisp.org>
10611
10612         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10613         Reported by Stepan Kasal <kasal@ucw.cz>.
10614
10615 2005-10-11  Simon Josefsson  <jas@extundo.com>
10616
10617         * tests/test-crc.c: New file.
10618
10619         * modules/crc, modules/crc-tests: New files.
10620
10621 2005-10-11  Simon Josefsson  <jas@extundo.com>
10622
10623         * m4/crc.m4: New file.
10624
10625 2005-10-11  Simon Josefsson  <jas@extundo.com>
10626
10627         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10628
10629         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10630
10631         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10632
10633 2005-10-11  Simon Josefsson  <jas@extundo.com>
10634
10635         * lib/crc.h, lib/crc.c: New files.
10636
10637         * lib/gc.h (gc_hash_buffer): Add doc.
10638
10639 2005-10-11  Bruno Haible  <bruno@clisp.org>
10640
10641         * modules/c-strcasestr: New file.
10642         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10643
10644 2005-10-11  Bruno Haible  <bruno@clisp.org>
10645
10646         * modules/c-strcase: New file.
10647         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10648
10649 2005-10-11  Bruno Haible  <bruno@clisp.org>
10650
10651         * lib/strcasecmp.c: Include limits.h.
10652         (strcasecmp): Avoid integer overflow on exotic platforms.
10653         * lib/strncasecmp.c: Include limits.h.
10654         (strncasecmp): Avoid integer overflow on exotic platforms.
10655         Reported by Paul Eggert.
10656
10657 2005-10-11  Bruno Haible  <bruno@clisp.org>
10658
10659         * lib/c-strcasestr.h: New file, from GNU gettext.
10660         * lib/c-strcasestr.c: New file, from GNU gettext.
10661
10662 2005-10-11  Bruno Haible  <bruno@clisp.org>
10663
10664         * lib/c-strcase.h: New file, from GNU gettext.
10665         * lib/c-strcasecmp.c: New file, from GNU gettext.
10666         * lib/c-strncasecmp.c: New file, from GNU gettext.
10667
10668 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         * modules/mempcpy (License): GPL -> LGPL.
10671         * modules/strchrnul (License): Likewise.
10672         * modules/sysexits (License): Likewise.
10673
10674 2005-10-08  Simon Josefsson  <jas@extundo.com>
10675
10676         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10677
10678 2005-10-07  Simon Josefsson  <jas@extundo.com>
10679
10680         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10681
10682 2005-10-06  Simon Josefsson  <jas@extundo.com>
10683
10684         * tests/test-hmac-md5.c: New file.
10685
10686         * modules/hmac-md5-tests: New file.
10687
10688         * modules/hmac-md5: New file.
10689
10690 2005-10-06  Simon Josefsson  <jas@extundo.com>
10691
10692         * m4/hmac-md5.m4: New file.
10693
10694         * m4/memxor.m4: Require gl_C_RESTRICT.
10695
10696 2005-10-06  Simon Josefsson  <jas@extundo.com>
10697
10698         * lib/memxor.c (memxor): Avoid casts and warnings.
10699
10700 2005-10-06  Simon Josefsson  <jas@extundo.com>
10701
10702         * lib/hmac-md5.c: New file.
10703
10704         * lib/hmac.h: New file.
10705
10706 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10709         promotes to int, not unsigned int, to catch the AIX 5.3
10710         compiler bug.
10711
10712 2005-10-05  Simon Josefsson  <jas@extundo.com>
10713
10714         * modules/memxor: New file.
10715
10716         * modules/iconv (Files): Move config.rpath to havelib, it is used
10717         there.
10718
10719         * modules/havelib (Files): Add config.rpath.
10720
10721 2005-10-05  Simon Josefsson  <jas@extundo.com>
10722
10723         * m4/memxor.m4: New file.
10724
10725 2005-10-05  Simon Josefsson  <jas@extundo.com>
10726
10727         * lib/memxor.c (memxor): Fix compiler error.
10728
10729         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10730         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10731
10732         * lib/memxor.h, lib/memxor.c: New files.
10733
10734         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10735         we assume all systems have it, suggested by Jim Meyering
10736         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10737         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10738         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10739         same reasons.
10740
10741 2005-10-05  Simon Josefsson  <jas@extundo.com>
10742
10743         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10744
10745 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10746
10747         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10748         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10749         needed, since the source code now assumes these .h files.
10750
10751 2005-10-05  Derek Price  <derek@ximbiot.com>
10752
10753         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10754
10755 2005-10-05  Bruno Haible  <bruno@clisp.org>
10756
10757         * modules/stdint (License): Change to LGPL.
10758
10759 2005-10-04  Simon Josefsson  <jas@extundo.com>
10760
10761         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10762         D. Baushke" <mdb@gnu.org>.
10763
10764 2005-10-04  Bruno Haible  <bruno@clisp.org>
10765
10766         * lib/verify.h (verify_true): Provide alternative definition for C++.
10767
10768 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10769
10770         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10771         (SSIZE_MAX): New macro, if not already defined.
10772         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10773         than 2 GiB.
10774
10775 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10776
10777         Sync from coreutils.
10778         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10779         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10780         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10781         ULLONG_MAX doesn't work with 2.7.2.1.
10782
10783 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10786         From Ben Pfaff.
10787
10788         * modules/exclude (Depends-on): Depend on verify.
10789         * modules/strtoimax (Depends-on): Likewise.
10790         * modules/utimecmp (Depends-on): Likewise.
10791
10792 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10793
10794         * lib/exclude.c: Include verify.h.
10795         (verify): Remove.  All callers changed to use verify.h's version.
10796         * lib/strtoimax.c: Likewise.
10797         * lib/utimecmp.c: Likewis.e
10798
10799         Sync from coreutils.
10800         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10801         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10802         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10803         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10804         bother returning ENOSYS if settimeofday or stime fails; just let
10805         them return whatever errno they want to return.
10806         * lib/utimens.c: Include unistd.h, for dup2.
10807         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10808         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10809
10810 2005-10-02  Jim Meyering  <jim@meyering.net>
10811
10812         Sync from coreutils.
10813         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10814         from glibc-2.2.5 that fails for read-only files.
10815
10816 2005-10-02  Jim Meyering  <jim@meyering.net>
10817
10818         Sync from coreutils.
10819         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10820         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10821         `#if HAVE_CONFIG_H'.
10822         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10823         Remove AT_FDCWD test.
10824         Do not consume the fd unless successful.
10825         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10826         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10827         block, so that we don't even try to compile it if settimeofday is
10828         available.  This works around a compilation failure on OSF1 V5.1,
10829         due to stime requiring a `long int*' while tv_sec is `int'.
10830
10831 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10832
10833         Sync from coreutils.
10834         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10835         against `yes', rather than just testing for nonempty.
10836
10837 2005-10-01  Simon Josefsson  <jas@extundo.com>
10838
10839         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10840         and Darwin.
10841
10842         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10843         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10844         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10845         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10846         Check if struct addrinfo is declared.
10847
10848 2005-10-01  Simon Josefsson  <jas@extundo.com>
10849
10850         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10851         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10852         AI_* and EAI_* definitions.  Protect function declarations.
10853
10854 2005-10-01  Jim Meyering  <jim@meyering.net>
10855
10856         Sync from coreutils.
10857
10858         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10859         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10860         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10861         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10862         in the inet and nsl libraries.  Required on Solaris 5.7.
10863
10864 2005-10-01  Jim Meyering  <jim@meyering.net>
10865
10866         Sync from coreutils.
10867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10868         in the inet and nsl libraries.  Required on Solaris 5.7.
10869
10870 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10871
10872         * lib/getdelim.c (getdelim): Remove unused variables.
10873
10874 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10875
10876         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10877         so that the code works even with ancient cpp.  Portability problem
10878         with GCC 2.7.2.1 reported by Thomas M.Ott.
10879
10880 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * modules/regex (Depends-on): Add strcase.
10883
10884         * modules/gethostname (Licence): Change from GPL to LGPL, since
10885         gethostname.c is a trivial implementation of a standard library
10886         function.
10887         * modules/poll (License): Change from GPL to LGPL, since it's
10888         derived from LGPL code.
10889
10890 2005-09-27  Jim Meyering  <jim@meyering.net>
10891
10892         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10893         HAVE_CONFIG_H.
10894
10895         * lib/intprops.h (signed_type_or_expr__): Define.
10896         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10897         for unsigned types.
10898
10899 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * lib/verify.h (verify_expr): Remove, replacing with:
10902         (verify_true): New macro that returns true instead of void.
10903         (verify_type__): Remove.
10904         (verify): Use verify_true rather than verify_type__.
10905
10906 2005-09-26  Bruno Haible  <bruno@clisp.org>
10907
10908         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10909         is necessary.
10910         (lib_SOURCES): Remove mbchar.c.
10911         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10912         (Files): Add m4/mbrtowc.m4.
10913         * modules/mbiter: Likewise.
10914         * modules/mbuiter: Likewise.
10915
10916 2005-09-26  Bruno Haible  <bruno@clisp.org>
10917
10918         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10919         compile mbchar.c if they are not both present.
10920         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10921         * m4/mbiter.m4 (gl_MBITER): Likewise.
10922         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10923         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10924         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10925
10926 2005-09-25  Jim Meyering  <jim@meyering.net>
10927
10928         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10929         also uses socklen_t.
10930
10931 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10932
10933         * lib/utimens.c (ENOSYS): Define if not already defined.
10934         (futimens): Support having a null PATH if the file descriptor
10935         is nonnegative.
10936
10937         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10938         Remove.
10939         (__attribute): Define to empty unless GCC 3.1 or later.
10940         This works around a core dump on OpenBSD 3.4, which has GCC
10941         2.95.3, which dumps core when given __attribute__(()).  It also
10942         simplifies other tests, since we really don't want to bother with
10943         worrying about which ancient version of GCC supported what.
10944         Original problem reported by Yoann Vandoorselaere, with part of
10945         the fix suggested by Derek Price.
10946
10947 2005-09-24  Jim Meyering  <jim@meyering.net>
10948
10949         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10950         so we can once again use a positive bitfield width of 1 -- now we
10951         don't have to explain why we were using a bitfield width of 2.
10952
10953 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10954
10955         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10956         and similarly for the other external symbols.  Problem reported
10957         by James Gallager.
10958
10959         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10960         bug reported by Jim Meyering.
10961
10962         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10963         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10964         not needed, since socklen is a prerequisite module.
10965
10966 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10967
10968         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10969         Problem reported by Eric Blake.
10970         (getaddrinfo): Initialize se so that it's not garbage.
10971         Redo internal storage allocation so that it doesn't make unportable
10972         assumptions about alignment.
10973         Fix a memory leak.
10974
10975         * lib/utimens.c (futimens): Use futimesat if available.
10976         Prefer it to futimes since it doesn't have the futimes bug.
10977
10978         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10979         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10980         Instead, declare a function that returns a pointer to an array,
10981         and use verify_type__ to declare the size of the array.
10982         Problem and germ of a solution reported by Bruno Haible.
10983         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10984         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10985
10986 2005-09-23  Jim Meyering  <jim@meyering.net>
10987
10988         Sync from coreutils.
10989         Correct build failure (socklen_t not defined) on at least
10990         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10991         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10992
10993 2005-09-23  Jim Meyering  <jim@meyering.net>
10994
10995         * modules/getaddrinfo (Depends-on): Add socklen.
10996
10997 2005-09-23  Bruno Haible  <bruno@clisp.org>
10998
10999         * tests/test-verify.c: New file.
11000
11001 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11002
11003         Sync from coreutils.
11004
11005         * modules/argmatch (Depends-on): Add verify.
11006         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11007         unistd-safer.
11008         * modules/save-cwd (Depends-on): Likewise.
11009
11010         * modules/openat (Files): Add lib/openat-die.c.
11011         (Depends-on): Remove error, exitfail.
11012         Add dirname.
11013
11014         * modules/verify: New file.
11015         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11016         with "verify" module.
11017
11018 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11019
11020         Sync from coreutils.
11021
11022         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11023         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11024         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11025         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11026         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11027         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11028         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11029         Don't bother checking for string.h, stdlib.h, unistd.h.
11030         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11031         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11032         module's job.
11033         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11034         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11035
11036         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11037         (gl_GETDATE): Use it.
11038
11039         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11040
11041 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         Sync from coreutils.
11044
11045         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11046         stat-time.h.
11047         * lib/argmatch.h: Include verify.h
11048         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11049         (ARGMATCH_ASSERT): Remove; unused.
11050         * lib/canonicalize.c: Assume STDC_HEADERS.
11051         * lib/exclude.c: Include "strcase.h".
11052         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11053         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11054         and stdio-safer.h.
11055         (getusershell): Call fopen, not fopen_safer.
11056         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11057         Do not include unistd-safer.h.
11058         (save_cwd): Don't call fd_safer; no longer needed
11059         now that we include fcntl--.h.
11060
11061         * lib/getdate.y (relative_time): New type.
11062         (RELATIVE_TIME_0): New constant.
11063         (parser_control): Use relative_time instead of doing it ourselves.
11064         (%union): Add new relative_time rel member.
11065         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11066         Now typeless.
11067         (relunit, relunit_snumber): Now of type rel.
11068         (zone, rel, relunit, get_date): Adjust to above changes.
11069
11070         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11071         Do not include unistd-safer.h.
11072         (getloadavg): Don't call fd_safer; no longer needed
11073         now that we include fcntl--.h.
11074
11075         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11076         (make_dir_parents): Treat ENOSYS like EEXIST.
11077
11078         Improve quality of diagnostics on restore_cwd failure.
11079         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11080         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11081         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11082         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11083         each time through the loop.  Do not diagnose restore_cwd failure;
11084         that is the caller's job (and perhaps the caller does not care).
11085
11086         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11087         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11088         If the file already exists but is not a directory, don't bother
11089         to try to make its parents.
11090         Close potential file descriptor leak if we can't chdir("/") (!).
11091         Don't always return true if chdir($PWD) fails; return true only
11092         if the requested action was done successfully (except for the
11093         chdir($PWD)).
11094         Don't log final directory unless we actually made it.
11095         Refactor to avoid duplicate code to fix up permissions.
11096         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11097
11098         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11099         to make it a bit faster and (I hope) clearer.
11100         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11101         Fix bug in formats like %2N.
11102
11103         * lib/verify.h: New file.
11104
11105 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         Sync from coreutils.
11108         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11109
11110 2005-09-22  Jim Meyering  <jim@meyering.net>
11111
11112         Sync from coreutils.
11113
11114         * m4/lstat.m4 (gl_FUNC_LSTAT):
11115         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11116         Remove obsolete comment.
11117         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11118         * m4/xstrtod.m4: Likewise.
11119
11120         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11121
11122 2005-09-22  Jim Meyering  <jim@meyering.net>
11123
11124         Sync from coreutils.
11125
11126         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11127
11128         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11129         the .tm_year member, since otherwise gcc-4.0 would now warn about
11130         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11131
11132         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11133         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11134
11135         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11136         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11137         when run in a time zone for which daylight savings time is in effect
11138         for the starting date.
11139
11140         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11141         stop us from restricting permissions of just-created absolute-named
11142         directories.
11143         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11144         to restore initial working directory.
11145         * lib/mkdir-p.c (make_dir_parents): New parameter:
11146         different_working_dir, to tell caller if/when we change the working
11147         directory and are unable to return to the initial one.
11148         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11149         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11150         `return false'.  This fixes a bug introduced on 2004-07-30.
11151
11152         * lib/openat.c (fdopendir): Be sure to close the supplied
11153         file descriptor before returning.  This makes our replacement
11154         implementation a little closer to Solaris's, where fdopendir
11155         ties the file descriptor to the returned DIR* pointer.
11156         * lib/openat.c (unlinkat): New function.
11157         * lib/openat.h (unlinkat): Add prototype.
11158         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11159         (openat_restore_fail): Rename from openat_restore_die.
11160         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11161
11162         Provide an alternative to exiting immediately upon save_cwd or
11163         restore_cwd failure.  Now, an application can arrange e.g.,
11164         to perform a longjump in that case.
11165         * lib/openat.c: Include dirname.h.
11166         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11167         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11168         and openat_restore_die rather than calling error directly.
11169         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11170
11171         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11172         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11173         define.
11174
11175         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11176         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11177                             int utc, int nanoseconds);
11178         Background:
11179         date should not have to allocate a megabyte of virtual memory to
11180         handle a format argument like +%1048575T.  When implemented with
11181         strftime, it must allocate such a buffer, use strftime to fill it
11182         in, print it, then free it.
11183         With fprintftime, it simply prints everything and exits.
11184         With no need for memory allocation, that's one fewer way to fail.
11185         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11186         optional field width, not before, so we accept %9:z, not %:9z.
11187         (my_strftime): Be sure to use L_('x') for literals.
11188
11189         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11190         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11191         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11192         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11193         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11194         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11195         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11196         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11197         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11198         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11199         * lib/xgethostname.c, lib/xreadlink.c:
11200         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11201
11202         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11203         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11204         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11205         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11206         and don't include <sys/file.h>).
11207
11208 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11209
11210         Sync from coreutils.
11211
11212         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11213         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11214         [!LDAV_DONE]: Avoid unused variable warning.
11215
11216 2005-09-21  Bruno Haible  <bruno@clisp.org>
11217
11218         * lib/unicodeio.h (unicode_to_mb): New declaration.
11219
11220 2005-09-20  Derek Price  <derek@ximbiot.com>
11221
11222         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11223         getaddrinfo.h.
11224
11225 2005-09-20  Bruno Haible  <bruno@clisp.org>
11226
11227         * gnulib-tool: Remove trailing slashes from the values specified for
11228         --source-base, --m4-base, --tests-base, --aux-dir.
11229         Suggested by Simon Josefsson <jas@extundo.com>.
11230
11231 2005-09-20  Bruno Haible  <bruno@clisp.org>
11232
11233         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11234         func_modules_to_filelist, func_import, func_create_testdir): Make all
11235         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11236         change when gnulib-tool is invoked in a different locale.
11237
11238 2005-09-19  Simon Josefsson  <jas@extundo.com>
11239
11240         * m4/socklen.m4: Fix typo.
11241
11242 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11243
11244         Use a consistent style for including <config.h>.
11245         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11246         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11247         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11248         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11249         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11250         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11251         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11252         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11253         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11254         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11255         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11256         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11257         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11258         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11259         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11260         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11261         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11262         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11263         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11264         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11265         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11266         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11267         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11268         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11269         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11270         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11271         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11272         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11273         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11274         lib/xstrtoumax.c, lib/yesno.c:
11275         Standardize inclusion of config.h.
11276         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11277         lib/inttostr.h:  Removed inclusion of config.h from header files.
11278         * lib/inttostr.c:  Adjusted in-tree users.
11279         * lib/timespec.h: Remove superfluous warning to include config.h.
11280         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11281         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11282         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11283         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11284         config.h with HAVE_CONFIG_H.
11285
11286 2005-09-19  Jim Meyering  <jim@meyering.net>
11287
11288         * modules/pathmax (License): Change to LGPL.
11289
11290 2005-09-19  Derek Price  <derek@ximbiot.com>
11291
11292         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11293
11294 2005-09-19  Bruno Haible  <bruno@clisp.org>
11295
11296         * gnulib-tool (import): Provide default for --tests-base.
11297
11298 2005-09-19  Bruno Haible  <bruno@clisp.org>
11299
11300         * doc/quote.texi: New file, extracted from gnulib.texi.
11301         * doc/ctime.texi: New file, extracted from gnulib.texi.
11302         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11303         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11304         * doc/gnulib.texi: Include them.
11305
11306 2005-09-18  Bruno Haible  <bruno@clisp.org>
11307
11308         Portability fix.
11309         * gnulib-tool (func_readlink): New function.
11310         (func_ln_if_changed): Use it.
11311
11312 2005-09-18  Bruno Haible  <bruno@clisp.org>
11313
11314         * gnulib-tool: Support --with-tests also with --import.
11315         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11316         (func_import): Use variables $testsbase and $inctests. Emit a
11317         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11318         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11319         SUBDIRS += $testsdir.
11320         (func_create_testdir): Update.
11321
11322 2005-09-18  Bruno Haible  <bruno@clisp.org>
11323
11324         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11325         instead of $dry_run.
11326         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11327         (func_ln_if_changed): Don't handle dry-run here.
11328         (func_import): In dry-run mode, detect more precisely which actions
11329         would be performed, and don't use "...ing" verbs.
11330
11331 2005-09-18  Bruno Haible  <bruno@clisp.org>
11332
11333         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11334         (func_import): Use join on two temporary files instead of three nested
11335         loops, in order to determine which files are new or old.
11336
11337 2005-09-18  Bruno Haible  <bruno@clisp.org>
11338
11339         * gnulib-tool (func_import): Comment out code that spits out the
11340         new files with --dry-run.
11341
11342 2005-09-18  Bruno Haible  <bruno@clisp.org>
11343
11344         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11345
11346 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         * lib/stat-time.h: New file.
11349         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11350         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11351         in a different way.
11352         (timespec_cmp): New function.
11353         * lib/utimecmp.c: Include stat-time.h.
11354         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11355         members exist, not on the obsolescent ST_MTIM_NSEC.
11356         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11357
11358 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11359
11360         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11361
11362 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         * MODULES.html.sh (File system functions): Add stat-time.
11365         * modules/stat-time: New file.
11366         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11367         is now done in a different way, by the stat-time module.
11368         * modules/utimecmp (Depends-on): Add stat-time.
11369
11370 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11371
11372         * m4/st_mtim.m4: Remove.  Superseded by...
11373         * m4/stat-time.m4: New file.
11374         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11375         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11376
11377 2005-09-15  Derek Price  <derek@ximbiot.com>
11378
11379         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11380
11381 2005-09-15  Derek Price  <derek@ximbiot.com>
11382
11383         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11384         * lib/regex_internal.c: Ditto, using this...
11385         (__GNUC_PREREQ): ...new macro.
11386         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11387         using...
11388         (__GNUC_PREREQ): ...this new macro.
11389
11390         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11391
11392 2005-09-15  Derek Price  <derek@ximbiot.com>
11393             Paul Eggert  <eggert@cs.ucla.edu>
11394
11395         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11396         changes, consolidating in...
11397         * lib/regex_internal.h: ...this file.
11398
11399 2005-09-13  Jim Meyering  <jim@meyering.net>
11400
11401         * lib/canon-host.c: Filter through gnu indent and reword comments
11402         slightly.
11403         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11404
11405 2005-09-13  Derek Price  <derek@ximbiot.com>
11406
11407         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11408         failure.
11409         Reported by Jim Meyering  <jim@meyering.net>.
11410
11411 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11412
11413         * lib/base64.c: Typo.
11414         (base64_encode): Put b64str in initialized data section.
11415
11416 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11417
11418         Merge glibc and coreutils changes into gnulib, plus a few
11419         extra fixes.
11420         * lib/md5.c: Use #error rather than a string.
11421         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11422         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11423         (__attribute__): Define to empty for non recent-GCC.
11424         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11425         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11426         Renamed from their non-__ counterparts, with new macros replacing
11427         them if not _LIBC.  Add __THROW attribute.
11428         (rol): Remove.
11429         (struct md5_ctx): Align buffer if using GCC.
11430         * lib/sha1.h (struct sha1_ctx): Likewise.
11431         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11432         The old name was backwards.
11433         (NOTSWAP): Remove; not used.
11434         (rol): New macro, moved here from md5.h.
11435         (sha1_process_block): Remove a FIXME that doesn't make sense.
11436
11437 2005-09-12  Derek Price  <derek@ximbiot.com>
11438
11439         Return usable errors from canon-host.
11440         * lib/canon-host.h: New file.
11441         * lib/canon-host.c (canon_host): Wrap...
11442         (canon_host_r): ...this new function, which now relies exclusively on
11443         getaddrinfo.
11444         (ch_strerror): New function.
11445         (last_cherror): New global.
11446         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11447         interface.
11448         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11449         void *.
11450         (freeaddrinfo): Free ai->ai_canonname when set.
11451
11452 2005-09-12  Derek Price  <derek@ximbiot.com>
11453
11454         Make canon-host require getaddrinfo.
11455         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11456         AC_LIBSOURCE canon-host.h.  Call...
11457         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11458         gl_GETADDRINFO.
11459         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11460
11461 2005-09-12  Derek Price  <derek@ximbiot.com>
11462
11463         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11464         LGPL.
11465         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11466
11467 2005-09-12  Derek Price  <derek@ximbiot.com>
11468
11469         * lib/gai_strerror.c: Include config.h when available.  Include
11470         getaddrinfo.h before other headers to test interface.
11471         Reported by Larry Jones <lawrence.jones@ugs.com>.
11472
11473 2005-09-12  Derek Price  <derek@ximbiot.com>
11474             Paul Eggert  <eggert@cs.ucla.edu>
11475
11476         * modules/glob (Files): Add glob-libc.h.
11477
11478 2005-09-12  Derek Price  <derek@ximbiot.com>
11479             Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11482         glob_.h, glob-libc.h.
11483         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11484
11485 2005-09-12  Derek Price  <derek@ximbiot.com>
11486             Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11489         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11490         protecting things that should be done only in gnulib contexts.
11491         * lib/glob_.h: New file, containing only the glob things needed for
11492         gnulib.
11493         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11494         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11495         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11496         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11497         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11498         and to respect the namespace rules better.
11499
11500 2005-09-08  Simon Josefsson  <jas@extundo.com>
11501
11502         * modules/socklen: New file.
11503
11504 2005-09-08  Simon Josefsson  <jas@extundo.com>
11505
11506         * m4/socklen.m4: New file.
11507
11508 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11509
11510         * modules/utimens (Files): Add m4/utimbuf.m4, since
11511         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11512         Reported by Sergey Poznyakoff.
11513
11514 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11517         definitions, since that's the preferred style in glibc.
11518         Fix a minor spacing issue, and update copyright notice to match
11519         glibc's.
11520
11521 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11522
11523         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11524
11525 2005-09-06  Simon Josefsson  <jas@extundo.com>
11526
11527         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11528         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11529
11530 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11531
11532         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11533         warning.
11534
11535 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * config/srclist.txt: Add glibc bug 1302.
11538
11539 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11540
11541         Change bitset word type from unsigned int to unsigned long int,
11542         as this has better performance on typical 64-bit hosts.
11543         Port bitset code to hosts with unusual word sizes.
11544         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11545         (build_collating_symbol):
11546         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11547         argument is a bitset.  This is merely a style issue, but it makes
11548         it clearer that an entire array is expected.
11549         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11550         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11551         Port to the case where bitset_word is not the same as unsigned int.
11552         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11553         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11554         Likewise.
11555         * lib/regexec.c (check_dst_limits_calc_pos_1,
11556         check_subexp_matching_top):
11557         (build_trtable, group_nodes_into_DFAstates):
11558         Likewise.
11559         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11560         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11561         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11562         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11563         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11564         * lib/regcomp.c (optimize_subexps, lower_subexp):
11565         Work even if bitset_word has holes in its bitwise representation.
11566         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11567         * lib/regexec.c (check_dst_limits_calc_pos_1,
11568         check_subexp_matching_top):
11569         Likewise.
11570         * lib/regex_internal.c (re_string_reconstruct):
11571         Don't assume UCHAR_MAX == 255.
11572         * lib/regex_internal.h (bitset_set_all): Likewise.
11573         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11574         All uses changed.
11575         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11576         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11577         All uses changed.
11578         (BITSET_WORD_MAX): New macro.
11579         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11580         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11581         (bitset_empty, bitset_copy):
11582         Prefer sizeof (bitset) to multiplying it out ourselves.
11583         (bitset_not_merge): Remove; unused.
11584         (bitset_contain): Return bool, not unsigned int with one bit on.
11585         All callers changed.
11586         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11587         alignment than re_node_set; do this by defining a new internal
11588         type struct dests_alloc and using it to allocate memory.
11589
11590 2005-09-05  Bruno Haible  <bruno@clisp.org>
11591
11592         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11593         links.
11594
11595 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11596
11597         * modules/size_max (Makefile.am): Add size_max.h
11598
11599 2005-09-04  Derek Price  <derek@ximbiot.com>
11600
11601         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11602
11603 2005-09-03  Simon Josefsson  <jas@extundo.com>
11604
11605         * gnulib-tool: Fix typo.
11606
11607 2005-09-03  Simon Josefsson  <jas@extundo.com>
11608
11609         * config/srclist.txt: Add glibc bug 1293.
11610
11611 2005-09-03  Derek Price  <derek@ximbiot.com>
11612
11613         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11614         From Larry Jones <lawrence.jones@ugs.com>.
11615
11616 2005-09-02  Simon Josefsson  <jas@extundo.com>
11617
11618         * modules/socklen: New file.
11619
11620 2005-09-02  Simon Josefsson  <jas@extundo.com>
11621
11622         * modules/havelib: New module.
11623
11624         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11625         Use havelib.
11626
11627 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11628
11629         Check for arithmetic overflow when calculating sizes, to prevent
11630         some buffer-overflow issues.  These patches are conservative, in the
11631         sense that when I couldn't determine whether an overflow was possible,
11632         I inserted a run-time check.
11633         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11634         macros.
11635         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11636         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11637         (re_xnrealloc, re_x2nrealloc): New inline functions.
11638         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11639         parse_bracket_exp):
11640         (build_equiv_class, build_charclass): Check for arithmetic overflow
11641         in size expression calculations.
11642         * lib/regex_internal.c (re_string_realloc_buffers):
11643         (build_wcs_upper_buffer, re_node_set_add_intersect):
11644         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11645         (re_dfa_add_node, register_state): Likewise.
11646         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11647         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11648         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11649         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11650
11651 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11654         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11655
11656 2005-09-02  Bruno Haible  <bruno@clisp.org>
11657
11658         Support for lib vs. lib64 distinction on biarch platforms.
11659         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11660         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11661         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11662
11663 2005-09-02  Bruno Haible  <bruno@clisp.org>
11664
11665         * gnulib-tool (import): In the other first-use case, provide defaults
11666         as well.
11667
11668 2005-09-02  Bruno Haible  <bruno@clisp.org>
11669
11670         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11671         patches not yet found in the latest gettext release.
11672
11673 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11674
11675         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11676         to avoid a collision with bits/local_lim.h in glibc.
11677         All uses changed.  Problem reported by Dmitry V. Levin in
11678         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11679
11680         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11681         bugs in int versus size_t comparisons.
11682         (re_string_context_at): Fix bug where the code assumed that
11683         Idx is signed.
11684
11685         Use bool where appropriate.
11686         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11687         All callers changed.
11688         (calc_eclosure_iter): Likewise, for ROOT arg.
11689         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11690         (build_charclass_op): Likewise, for NON_MATCH arg.
11691         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11692         (re_string_construct_common): Likewise, for ICASE arg.
11693         * lib/regexec.c (re_search_2_stub, re_search_stub):
11694         Likewise, for RET_LEN arg.
11695         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11696         (set_regs): Likewise, for FL_BACKTRACK arg.
11697         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11698         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11699         (calc_eclosure_iter, parse_bracket_exp):
11700         Use bool for internal variables that are booleans.
11701         * lib/regexec.c (re_search_internal, check_matching,
11702         proceed_next_node):
11703         (set_regs, build_sifted_states, sift_states_bkref):
11704         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11705         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11706         (find_collation_sequence_value):
11707         Likewise.
11708         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11709         (re_node_set_compare):
11710         Return bool, not int. All callers changed.
11711         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11712         (build_trtable, check_node_accept): Likewise.
11713         * lib/regex_internal.h: Include stdbool.h.
11714
11715         Fix bugs uncovered when converting to bool.
11716         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11717         failure instead of charging ahead blindly.
11718         * lib/regex_internal.c (register_state): Likewise.
11719         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11720         for freeing internal storage.
11721         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11722         bitset pieces used as boolean, to avoid undefined behavior
11723         on hosts that do int overflow checking.
11724
11725 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11726
11727         * config/srclist.txt: Add glibc bugs 1285-1287.
11728
11729 2005-09-01  Jim Meyering  <jim@meyering.net>
11730
11731         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11732         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11733         Require gl_STAT_MACROS, too.
11734
11735 2005-09-01  Bruno Haible  <bruno@clisp.org>
11736
11737         * gnulib-tool (import): In the first-use case, provide defaults.
11738
11739 2005-09-01  Bruno Haible  <bruno@clisp.org>
11740
11741         * gnulib-tool (func_import): Remove the .tmp files.
11742
11743 2005-09-01  Bruno Haible  <bruno@clisp.org>
11744
11745         * gnulib-tool (func_import): Fix handling of symbolic links.
11746
11747 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11748
11749         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11750         old glibc regex code mishandles strings longer than 2**31 bytes.
11751         This patch fixes this when the regex code is used in gnulib
11752         (i.e., outside glibc).
11753
11754         This patch should not affect the use of the regex code inside
11755         glibc.  No doubt this problem also needs to be handled for glibc
11756         as well, but the result will be an incompatible change to the
11757         glibc ABI, and the old ABI will have to be supported too.  That
11758         can be the the subject for another patch.
11759
11760         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11761         governing whether the rest of this patch is active.  By default,
11762         the macro is disabled and the patch has no effect.
11763         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11764         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11765         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11766         (re_match_2, re_set_registers): Use the new types.
11767         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11768         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11769         New macros.
11770         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11771         (re_string_context_at, bin_tree_t, re_dfastate_t):
11772         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11773         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11774         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11775         (re_string_char_size_at, re_string_wchar_at):
11776         (re_string_elem_size_at):
11777         Use the new types and macros to port to 64-bit hosts.
11778         Use unsigned types for internal values, so that the code
11779         mostly works even for arrays larger than SSIZE_MAX.
11780         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11781         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11782         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11783         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11784         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11785         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11786         (calc_inveclosure, parse_dup_op, build_range_exp):
11787         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11788         (fetch_number, create_token_tree, mark_opt_subexp):
11789         Likewise.
11790         * lib/regex_internal.c (re_string_construct_common,
11791         create_ci_newstate):
11792         (create_cd_newstate, re_string_allocate, re_string_construct):
11793         (re_string_realloc_buffers, build_wcs_upper_buffer):
11794         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11795         (re_string_reconstruct, re_string_peek_byte_case):
11796         (re_string_fetch_byte_case, re_string_context_at):
11797         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11798         (re_node_set_init_copy, re_node_set_add_intersect):
11799         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11800         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11801         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11802         (re_acquire_state, re_acquire_state_context, register_state):
11803         Likewise.
11804         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11805         search_cur_bkref_entry):
11806         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11807         (re_search_internal, re_search_2_stub, re_search_stub)
11808         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11809         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11810         (update_cur_sifted_state, check_dst_limits):
11811         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11812         (check_subexp_limits, sift_states_bkref, merge_state_array):
11813         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11814         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11815         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11816         (expand_bkref_cache, check_node_accept_bytes):
11817         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11818         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11819         (acquire_init_state_context, check_halt_node_context):
11820         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11821         (sift_states_backward, clean_state_log_if_needed):
11822         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11823         (find_recover_state, transit_state_sb, transit_state_mb):
11824         (transit_state_bkref, build_trtable, match_ctx_clean):
11825         Likewise.
11826         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11827         to work around an assumption that REG_MISSING is negative.
11828
11829         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11830         (seek_collating_symbol_entry) [defined _LIBC]:
11831         (lookup_collation_sequence_value) [defined _LIBC]:
11832         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11833         Use prototypes rather than old-style function definitions.
11834         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11835         (transit_state_sb) [0]:
11836         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11837
11838         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11839         rm_eo.
11840
11841         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11842         (optimize_subexps, lower_subexp):
11843         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11844         since the signed shift might overflow.  Use 1u<<31 instead.
11845         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11846         Likewise.
11847         * lib/regexec.c (check_dst_limits_calc_pos_1,
11848         check_subexp_matching_top): Likewise.
11849
11850         * lib/regcomp.c (optimize_subexps, lower_subexp):
11851         Use CHAR_BIT rather than 8, for clarity.
11852         * lib/regexec.c (check_dst_limits_calc_pos_1):
11853         (check_subexp_matching_top): Likewise.
11854         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11855         have to worry about portability issues when shifting it left.
11856         Remove no-longer-needed test for table_size > 0.
11857         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11858         in a word, as the resulting behavior is undefined.
11859         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11860         in one case, a <= should have been an <, and in another case the
11861         whole test was missing.
11862         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11863         the standard name CHAR_BIT.
11864         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11865         this is not true on one's complement and signed-magnitude hosts.
11866
11867         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11868         next_last_offset.
11869         (struct re_dfa_t): Remove unused member states_alloc.
11870         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11871
11872 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11873
11874         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11875         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11876         and large-file glibc and in 32-bit large-file Solaris.
11877
11878 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11879
11880         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11881         lengths fit in regoff_t; this isn't true if regoff_t is the same
11882         width as size_t.
11883         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11884         (= START + RANGE) instead of RANGE.  This avoids overflow
11885         problems when regoff_t is the same width as size_t.
11886         All callers changed.
11887         (re_search_2_stub): Check for overflow when adding the
11888         sizes of the two strings.
11889         (re_search_stub): Check for overflow when adding START
11890         to RANGE; if it occurs, substitute the extreme value.
11891
11892 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11893
11894         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11895
11896 2005-08-31  Jim Meyering  <jim@meyering.net>
11897
11898         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11899         a pointer-to-const.
11900         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11901         (register_state): Likewise.
11902         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11903         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11904         (group_nodes_into_DFAstates): Likewise.
11905
11906 2005-08-31  Jim Meyering  <jim@meyering.net>
11907
11908         * check-module: Add a FIXME comment.
11909
11910 2005-08-31  Eric Blake  <ebb9@byu.net>
11911
11912         * modules/unistd-safer (Files): Add unistd--.h.
11913         * modules/stdio-safer (Files): Add stdio--.h.
11914
11915 2005-08-31  Derek Price  <derek@ximbiot.com>
11916
11917         * lib/getdelim.c (getdelim): Return EOF on EOF.
11918         Reported by Larry Jones <lawrence.jones@ugs.com>.
11919
11920 2005-08-31  Bruno Haible  <bruno@clisp.org>
11921
11922         Avoid unnecessary diffs in the generated lib/Makefile.am.
11923         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11924         the generated files.
11925         (func_import): Don't set cmd.
11926
11927 2005-08-31  Bruno Haible  <bruno@clisp.org>
11928
11929         * lib/strstr.c: Include <stddef.h>, for NULL.
11930         * lib/strcasestr.c: Likewise.
11931         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11932
11933 2005-08-31  Bruno Haible  <bruno@clisp.org>
11934
11935         * gnulib-tool: New option --macro-prefix.
11936         (func_import): Use macro_prefix.
11937         (import): Handle option --macro-prefix.
11938
11939 2005-08-31  Bruno Haible  <bruno@clisp.org>
11940
11941         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11942         Also use new variables cached_lgpl, cached_libtool.
11943
11944 2005-08-31  Bruno Haible  <bruno@clisp.org>
11945
11946         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11947         always instantiating them.
11948
11949 2005-08-31  Bruno Haible  <bruno@clisp.org>
11950
11951         * gnulib-tool (func_import): Read the previous cached settings
11952         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11953         earlier added by gnulib but are now dropped. Warn when a gnulib file
11954         overwrites a non-gnulib file.
11955
11956 2005-08-31  Bruno Haible  <bruno@clisp.org>
11957
11958         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11959         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11960         projects that don't keep autogenerated files in CVS. Put into
11961         actioncmd only the specified modules, not the transitive closure.
11962
11963 2005-08-31  Bruno Haible  <bruno@clisp.org>
11964
11965         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11966         Create directories that shall be filled.
11967         (import): Don't look for gl_* macros in configure.ac. Recurse across
11968         all directories containing a gnulib-cache.m4 files, if meaningful.
11969
11970 2005-08-31  Bruno Haible  <bruno@clisp.org>
11971
11972         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11973         (import): Set seen_libtool when we see gl_LIBTOOL.
11974
11975 2005-08-31  Bruno Haible  <bruno@clisp.org>
11976
11977         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11978         declaration macro definitions from generated gnulib.m4.
11979
11980 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11981
11982         * lib/iconvme.h: Add prototype for iconv_alloc.
11983
11984 2005-08-29  Simon Josefsson  <jas@extundo.com>
11985
11986         * lib/iconvme.c: Fix errno.
11987
11988 2005-08-29  Bruno Haible  <bruno@clisp.org>
11989
11990         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11991         that it works when the directory contains spaces.
11992
11993 2005-08-29  Bruno Haible  <bruno@clisp.org>
11994
11995         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11996
11997 2005-08-29  Bruno Haible  <bruno@clisp.org>
11998
11999         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12000         Emit more advice.
12001
12002 2005-08-29  Bruno Haible  <bruno@clisp.org>
12003         and Stepan Kasal  <kasal@ucw.cz>
12004
12005         * check-module: If more parameters are given, check each of them
12006         separately; add more exceptions, as noted by Jim Meyering.
12007         (check_module): New procedure.
12008         (%exempt_header): Now contains all exceptions.
12009
12010 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12011
12012         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12013
12014 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12015
12016         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12017
12018 2005-08-28  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/gnulib-tool.m4: New file.
12021
12022 2005-08-27  Jim Meyering  <jim@meyering.net>
12023
12024         * modules/unistd-safer (Files): Add pipe-safer.c.
12025         * modules/fcntl-safer (Files): Add creat-safer.c.
12026
12027 2005-08-27  Jim Meyering  <jim@meyering.net>
12028
12029         * m4/stdlib-safer.m4: New file.  From coreutils.
12030         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12031         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12032         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12033         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12034         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12035
12036 2005-08-27  Jim Meyering  <jim@meyering.net>
12037
12038         * lib/fopen-safer.c: Merge minor changes from coreutils.
12039         * lib/dup-safer.c: Likewise.
12040         * lib/fd-safer.c: Likewise.
12041
12042         Merge from coreutils.
12043         * lib/stdio--.h: New file.
12044         * lib/stdlib--.h: New file.
12045         * lib/mkstemp-safer.c: New file.
12046
12047         GNU tar needs these.
12048         * lib/pipe-safer.c: New file.
12049         * lib/creat-safer.c: New file.
12050         * lib/fcntl--.h (creat): Define to creat_safer.
12051         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12052         * lib/unistd--.h (pipe): Define to pipe_safer.
12053         * lib/unistd-safer.h: Declare pipe_safer.
12054
12055 2005-08-26  Simon Josefsson  <jas@extundo.com>
12056
12057         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12058         Haible <bruno@clisp.org>.
12059
12060 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12061
12062         * lib/regex_internal.h: Remove all references to
12063         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12064         or better.
12065         (bitset_not, bitset_merge, bitset_not_merge):
12066         (bitset_mask, re_string_allocate, re_string_construct):
12067         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12068         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12069         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12070         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12071         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12072         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12073         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12074         (re_acquire_state_context):
12075         Remove unnecessary forward decls.
12076         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12077         Put __attribute at function definition,
12078         now that the function decl has been removed.
12079         * lib/regex_internal.c (re_string_peek_byte_case):
12080         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12081         Likewise.
12082
12083 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12084
12085         * m4/regex.m4: Add AC_PREREQ(2.50).
12086         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12087
12088 2005-08-25  Simon Josefsson  <jas@extundo.com>
12089
12090         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12091         __fsetlocking.
12092
12093 2005-08-25  Simon Josefsson  <jas@extundo.com>
12094
12095         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12096         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12097         GLIBC specific code.
12098
12099 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         Make regex safe for g++.  This fixes one real bug (an "err"
12102         that should have been "*err").  g++ problem reported by
12103         Sam Steingold.
12104         * lib/regex_internal.h (re_calloc): New macro, consistent with
12105         re_malloc etc.  All callers of calloc changed to use re_calloc.
12106         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12107         not int.  All callers changed.
12108         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12109         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12110         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12111         (find_recover_state): Change "err" to "*err"; this fixes what
12112         appears to be a real bug.
12113         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12114         versus int.
12115
12116 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * modules/regex (Depends-on): Add malloc, since the code
12119         assumes that !malloc(0) means failure.
12120
12121 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12124
12125         alloca modernization/simplification for regex.
12126         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12127         needs to be at the start of the file, and can be moved into
12128         regex_internal.h and simplified.
12129         * lib/regex_internal.h: Include <alloca.h>.
12130         (__libc_use_alloca) [!defined _LIBC]: New macro.
12131         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12132         now works outside glibc.
12133
12134 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12135
12136         * config/srclist.txt: Add glibc bugs 1241, 1245.
12137
12138 2005-08-25  Jim Meyering  <jim@meyering.net>
12139
12140         * lib/open-safer.c: Include <config.h>.
12141         Otherwise, we'd lose LARGEFILE support in any file using
12142         e.g. "fcntl--.h"
12143
12144 2005-08-25  Bruno Haible  <bruno@clisp.org>
12145
12146         * m4/minmax.m4: Require autoconf 2.52.
12147         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12148         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12149         alternatives of translit over the alphabet.
12150         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12151
12152 2005-08-24  Simon Josefsson  <jas@extundo.com>
12153
12154         * tests/test-getpass.c: New file.
12155
12156 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12157
12158         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12159         for GNU regex features.
12160
12161 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12164         * lib/regex.h (regerror): Likewise.
12165
12166         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12167         requires this.  (The code never needed it.)
12168
12169         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12170         All uses of recently-renamed identifiers changed to use the new,
12171         POSIX-compliant names.  The code will build and run just fine
12172         without these changes, but it's better to eat our own dog food
12173         and use the standard-conforming names.
12174
12175         * lib/regex.h: Fix a multitude of POSIX name space violations.
12176         These changes have an effect only for programs that define
12177         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12178         do not change anything for programs compiled in the normal way.
12179         Also, there is no effect on the ABI.
12180
12181         (_REGEX_SOURCE): New macro.
12182         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12183         defined and _GNU_SOURCE is not; this fixes a name space violation.
12184
12185         Rename the following macros to obey POSIX requirements.
12186         The old names are still visible as macros if _REGEX_SOURCE is defined.
12187         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12188         RE_BACKSLASH_ESCAPE_IN_LISTS.
12189         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12190         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12191         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12192         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12193         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12194         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12195         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12196         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12197         (REG_INTERVALS): renamed from RE_INTERVALS.
12198         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12199         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12200         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12201         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12202         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12203         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12204         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12205         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12206         RE_UNMATCHED_RIGHT_PAREN_ORD.
12207         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12208         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12209         (REG_DEBUG): renamed from RE_DEBUG.
12210         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12211         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12212         unusual, since we can't clash with the POSIX REG_ICASE.
12213         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12214         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12215         (REG_NO_SUB): renamed from RE_NO_SUB.
12216         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12217         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12218         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12219         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12220         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12221         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12222         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12223         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12224         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12225         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12226         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12227         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12228         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12229         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12230         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12231         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12232         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12233         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12234         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12235         (REG_FIXED): Renamed from REGS_FIXED.
12236         (REG_NREGS): Renamed from RE_NREGS.
12237
12238         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12239         of other REG_* macros, since POSIX says the user is allowed to
12240         #undef these macros selectively.
12241
12242         (reg_errcode_t): Update comment stating what other tables need
12243         to be consistent.
12244
12245         Rename the following enum values to obey POSIX requirements.
12246         The old names are still visible as macros.
12247         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12248         is not defined, since GNU is supposed to be a superset of POSIX as
12249         much as possible, and since we want reg_errcode_t to be a signed
12250         type for implementation consistency.
12251         (_REG_NOERROR): Renamed from REG_NOERROR.
12252         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12253         (_REG_BADPAT): Renamed from REG_BADPAT.
12254         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12255         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12256         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12257         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12258         (_REG_EBRACK): Renamed from REG_EBRACK.
12259         (_REG_EPAREN): Renamed from REG_EPAREN.
12260         (_REG_EBRACE): Renamed from REG_EBRACE.
12261         (_REG_BADBR): Renamed from REG_BADBR.
12262         (_REG_ERANGE): Renamed from REG_ERANGE.
12263         (_REG_ESPACE): Renamed from REG_ESPACE.
12264         (_REG_BADRPT): Renamed from REG_BADRPT.
12265         (_REG_EEND): Renamed from REG_EEND.
12266         (_REG_ESIZE): Renamed from REG_ESIZE.
12267         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12268         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12269         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12270         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12271         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12272
12273         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12274         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12275         changed.  But support the old name if the new one is not defined
12276         and if _REGEX_SOURCE.
12277
12278         Change the following member names in struct re_pattern_buffer.
12279         The old names are still supported if !_REGEX_SOURCE.
12280         The new names are always supported, regardless of _REGEX_SOURCE.
12281         (re_buffer): Renamed from buffer.
12282         (re_allocated): Renamed from allocated.
12283         (re_used): Renamed from used.
12284         (re_syntax): Renamed from syntax.
12285         (re_fastmap): Renamed from fastmap.
12286         (re_translate): Renamed from translate.
12287         (re_can_be_null): Renamed from can_be_null.
12288         (re_regs_allocated): Renamed from regs_allocated.
12289         (re_fastmap_accurate): Renamed from fastmap_accurate.
12290         (re_no_sub): Renamed from no_sub.
12291         (re_not_bol): Renamed from not_bol.
12292         (re_not_eol): Renamed from not_eol.
12293         (re_newline_anchor): Renamed from newline_anchor.
12294
12295         Change the following member names in struct re_registers.
12296         The old names are still supported if !_REGEX_SOURCE.
12297         The new names are always supported, regardless of _REGEX_SOURCE.
12298         (rm_num_regs): Renamed from num_regs.
12299         (rm_start): Renamed from start.
12300         (rm_end): Renamed from end.
12301
12302         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12303         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12304         Prepend __ to parameter names.
12305
12306         Undo yesterday's changes.
12307
12308 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12309
12310         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12311         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12312         lib/regex.c.
12313
12314 2005-08-24  Jim Meyering  <jim@meyering.net>
12315
12316         Sync from coreutils.
12317         * m4/fcntl-safer.m4: New file.
12318
12319         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12320         and object files for this module.
12321
12322 2005-08-24  Jim Meyering  <jim@meyering.net>
12323
12324         Sync from coreutils.
12325         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12326
12327 2005-08-24  Jim Meyering  <jim@meyering.net>
12328
12329         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12330         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12331
12332 2005-08-24  Jim Meyering  <jim@meyering.net>
12333
12334         * modules/fcntl-safer: New module.
12335         * modules/fts (Depends-on): Add fcntl-safer.
12336         * MODULES.html.sh (File descriptor based Input/Output):
12337         Add fcntl-safer.
12338
12339 2005-08-24  Bruno Haible  <bruno@clisp.org>
12340
12341         Support for unit test modules.
12342         * modules/README: Mention tests modules.
12343         * modules/TEMPLATE-TESTS: New file.
12344         * gnulib-tool: New options --extract-tests-module, --with-tests and
12345         --tests-base (unused for the moment).
12346         (testsbase, inctests): New variables.
12347         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12348         (func_verify_module): Exclude TEMPLATE-TESTS.
12349         (func_verify_nontests_module, func_verify_tests_module): New functions.
12350         (func_get_dependencies): Add implicit dependency for tests modules.
12351         (func_get_tests_module): New function.
12352         (func_modules_transitive_closure): When --with-tests was specified,
12353         include the unit tests as well, unless explicitly avoided.
12354         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12355         (func_emit_tests_Makefile_am): New function.
12356         (func_create_testdir): When --with-tests was specified, emit a
12357         tests/ directory.
12358         * MODULES.html.sh (Future developments): Update.
12359
12360 2005-08-24  Bruno Haible  <bruno@clisp.org>
12361
12362         * modules/tls-tests: New file.
12363         * tests/test-tls.c: New file, from GNU gettext.
12364
12365 2005-08-24  Bruno Haible  <bruno@clisp.org>
12366
12367         * modules/lock-tests: New file.
12368         * tests/test-lock.c: New file, from GNU gettext.
12369
12370 2005-08-24  Bruno Haible  <bruno@clisp.org>
12371
12372         * lib/lock.h: Add multiple inclusion guard.
12373         * lib/tls.h: Add multiple inclusion guard.
12374
12375 2005-08-24  Bruno Haible  <bruno@clisp.org>
12376
12377         * gnulib-tool: Add support for the --aux-dir option to
12378         --create-testdir, --create-megatestdir, --test, --megatest.
12379         (func_create_testdir, func_create_megatestdir): Optionally emit a
12380         AC_CONFIG_AUX_DIR directive.
12381         (create-testdir, create-megatestdir, test, megatest): Provide a
12382         default value for $auxdir.
12383
12384 2005-08-24  Bruno Haible  <bruno@clisp.org>
12385
12386         * gnulib-tool (import): Use compound statement instead of subshell
12387         where possible.
12388
12389 2005-08-24  Bruno Haible  <bruno@clisp.org>
12390
12391         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12392
12393 2005-08-24  Bruno Haible  <bruno@clisp.org>
12394
12395         * gnulib-tool (func_version): Update.
12396
12397 2005-08-24  Bruno Haible  <bruno@clisp.org>
12398
12399         * gnulib-tool (func_import, func_create_testdir,
12400         func_create_megatestdir): Quote all autoconf macro arguments.
12401
12402 2005-08-24  Bruno Haible  <bruno@clisp.org>
12403
12404         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12405         option --force, because --force causes the aclocal.m4 of each
12406         subdirectory to be newer than the corresponding config.h.in.
12407
12408 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12411         All contents moved to gl_REGEX.
12412         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12413         assume that it does.
12414
12415 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12416
12417         * lib/regex.h (REG_NOSYS)
12418         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12419         Define, since POSIX requires it as of 2001.
12420         (_REG_ENOSYS)
12421         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12422         New private symbol, used to keep the enum signed in all cases.
12423         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12424         Youngman in
12425         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12426
12427         * lib/regex_internal.c (re_string_skip_chars, register_state):
12428         (calc_state_hash):
12429         Remove forward decls; no longer needed now that we use prototypes.
12430         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12431         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12432         (clean_state_log_if_needed): Likewise.
12433
12434 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * config/srclist.txt: Add glibc bugs 1231-1233.
12437
12438 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12439
12440         Fix problems reported by Sam Steingold in
12441         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12442         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12443         assumed that reg_errcode_t is a signed type, which is not
12444         necessarily true if _XOPEN_SOURCE is not defined.
12445         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12446         since some compilers warn about it otherwise.
12447
12448 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12449
12450         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12451         (init_word_char, create_initial_state, duplicate_node_closure):
12452         (fetch_token, peek_token_bracket, build_range_exp):
12453         (build_collating_symbol): Remove forward decls; no longer needed
12454         now that we use prototypes.
12455
12456         * lib/regcomp.c:
12457         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12458         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12459         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12460         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12461         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12462         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12463         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12464         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12465         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12466         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12467         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12468         (build_charclass, build_charclass_op, fetch_number, create_tree):
12469         (create_token_tree, mark_opt_subexp, duplicate_tree):
12470         Use prototypes rather than old-style definitions.
12471
12472         * lib/regex_internal.c:
12473         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12474         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12475         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12476         (re_string_reconstruct, re_string_peek_byte_case):
12477         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12478         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12479         (re_node_set_init_copy, re_node_set_add_intersect):
12480         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12481         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12482         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12483         (re_acquire_state, re_acquire_state_context, register_state):
12484         (create_ci_newstate, create_cd_newstate, free_state):
12485         Likewise.
12486         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12487         re_search_2):
12488         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12489         (re_search_internal, prune_impossible_nodes):
12490         (acquire_init_state_context, check_matching, static):
12491         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12492         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12493         (update_regs, sift_states_backward, build_sifted_states):
12494         (clean_state_log_if_needed, merge_state_array):
12495         (update_cur_sifted_state, add_epsilon_src_nodes):
12496         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12497         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12498         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12499         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12500         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12501         (check_arrival, check_arrival_add_next_nodes):
12502         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12503         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12504         (check_node_accept_bytes, check_node_accept, extend_buffers):
12505         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12506         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12507         (sift_ctx_init):
12508         Likewise.
12509
12510         * lib/regex_internal.h:
12511         (re_string_allocate, re_string_construct, re_string_reconstruct):
12512         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12513         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12514         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12515         (re_string_context_at, re_string_peek_byte_case):
12516         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12517         is defined, since we now use prototypes always.
12518
12519         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12520         C89 or better.  All uses removed.
12521
12522 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12523
12524         * config/srclist.txt: Add glibc bugs 1220-1227.
12525
12526 2005-08-20  Jim Meyering  <jim@meyering.net>
12527
12528         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12529         of unused local, dfa.
12530
12531 2005-08-20  Bruno Haible  <bruno@clisp.org>
12532
12533         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12534
12535 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12538         (re_node_set_insert_last, re_dfa_add_node):
12539         Rename local variables to avoid GCC shadowing warnings.
12540
12541 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12542
12543         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12544         [defined lint]: Suppress bogus uninitialized-variable warnings.
12545
12546         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12547         and let the caller return REG_ESPACE if out of space.  This
12548         removes an uninitialied-variable warning with GCC 4.0.1, and also
12549         avoids taking the address of a local variable.  All callers
12550         changed.
12551
12552 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12553
12554         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12555         $LIBCSRC/posix/regexec.c.
12556         Add glibc bug 1217 for regcomp.c.
12557
12558 2005-08-19  Jim Meyering  <jim@meyering.net>
12559
12560         * lib/regexec.c (proceed_next_node): Redo local variables to
12561         avoid GCC shadowing warnings.
12562
12563 2005-08-18  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/strstr.c (strstr): Fix return value in multibyte case.
12566         * lib/strcasestr.c (strcasestr): Likewise.
12567
12568 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12569
12570         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12571
12572 2005-08-17  Jim Meyering  <jim@meyering.net>
12573
12574         Make the %s format (seconds since the epoch) work for a negative
12575         number and when used with a zero-padded field width, e.g. %015s.
12576
12577         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12578         label so that it precedes the code to set `digits'.  Otherwise,
12579         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12580         print `00-22'.  Now, it prints `-0022', as it should.
12581
12582 2005-08-17  Bruno Haible  <bruno@clisp.org>
12583
12584         * modules/strstr (Files): Add m4/mbrtowc.m4.
12585         (Depends-on): Add mbuiter.
12586
12587 2005-08-17  Bruno Haible  <bruno@clisp.org>
12588
12589         * modules/strcasestr: New file.
12590         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12591         strcasestr.
12592
12593 2005-08-17  Bruno Haible  <bruno@clisp.org>
12594
12595         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12596
12597 2005-08-17  Bruno Haible  <bruno@clisp.org>
12598
12599         * modules/mbuiter: New file.
12600         * MODULES.html.sh (Extended multibyte and wide character utilities):
12601         Add mbuiter.
12602
12603 2005-08-17  Bruno Haible  <bruno@clisp.org>
12604
12605         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12606         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12607
12608 2005-08-17  Bruno Haible  <bruno@clisp.org>
12609
12610         * m4/strcasestr.m4: New file.
12611
12612 2005-08-17  Bruno Haible  <bruno@clisp.org>
12613
12614         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12615         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12616
12617 2005-08-17  Bruno Haible  <bruno@clisp.org>
12618
12619         * lib/strcasestr.h: New file.
12620         * lib/strcasestr.c: New file.
12621
12622 2005-08-17  Bruno Haible  <bruno@clisp.org>
12623
12624         * lib/strcasecmp.c: Use mbuiter.h.
12625
12626 2005-08-17  Bruno Haible  <bruno@clisp.org>
12627
12628         * lib/mbuiter.h: New file.
12629
12630 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12633         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12634         and gl_GETOPT are both invoked via different paths (as happens
12635         with GNU tar CVS because it uses both argp and getopt), the former
12636         wins.
12637
12638 2005-08-16  Bruno Haible  <bruno@clisp.org>
12639
12640         * modules/tls: New file.
12641         * MODULES.html.sh (Multithreading): Add tls.
12642
12643 2005-08-16  Bruno Haible  <bruno@clisp.org>
12644
12645         * modules/strnlen1: New file.
12646         * MODULES.html.sh (String handling): Add strnlen1.
12647
12648 2005-08-16  Bruno Haible  <bruno@clisp.org>
12649
12650         * modules/strcase (Files): Add m4/mbrtowc.m4.
12651         (Depends-on): Add strnlen1, mbchar.
12652
12653 2005-08-16  Bruno Haible  <bruno@clisp.org>
12654
12655         * modules/mbiter: New file.
12656         * MODULES.html.sh (Extended multibyte and wide character utilities):
12657         Add mbiter.
12658
12659 2005-08-16  Bruno Haible  <bruno@clisp.org>
12660
12661         * modules/mbfile: New file.
12662         * MODULES.html.sh (Extended multibyte and wide character utilities):
12663         Add mbfile.
12664
12665 2005-08-16  Bruno Haible  <bruno@clisp.org>
12666
12667         * modules/mbchar: New file.
12668         * MODULES.html.sh (Extended multibyte and wide character utilities):
12669         New section.
12670
12671 2005-08-16  Bruno Haible  <bruno@clisp.org>
12672
12673         * m4/tls.m4: New file, from GNU gettext.
12674
12675 2005-08-16  Bruno Haible  <bruno@clisp.org>
12676
12677         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12678         always.
12679         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12680
12681 2005-08-16  Bruno Haible  <bruno@clisp.org>
12682
12683         * m4/mbiter.m4: New file.
12684
12685 2005-08-16  Bruno Haible  <bruno@clisp.org>
12686
12687         * m4/mbfile.m4: New file.
12688
12689 2005-08-16  Bruno Haible  <bruno@clisp.org>
12690
12691         * m4/mbchar.m4: New file.
12692
12693 2005-08-16  Bruno Haible  <bruno@clisp.org>
12694
12695         * lib/tls.h: New file, from GNU gettext.
12696         * lib/tls.c: New file, from GNU gettext.
12697
12698 2005-08-16  Bruno Haible  <bruno@clisp.org>
12699
12700         * lib/strnlen1.h: New file.
12701         * lib/strnlen1.c: New file.
12702
12703 2005-08-16  Bruno Haible  <bruno@clisp.org>
12704
12705         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12706         (mbi_init): Update.
12707         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12708         NUL byte, not after it.
12709
12710 2005-08-16  Bruno Haible  <bruno@clisp.org>
12711
12712         * lib/strcase.h (strcasecmp): Add note in comments.
12713         * lib/strncasecmp.c: Use code from strcasecmp.c.
12714         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12715         (strcasecmp): Work correctly in multibyte locales.
12716
12717 2005-08-16  Bruno Haible  <bruno@clisp.org>
12718
12719         * lib/mbiter.h: New file.
12720
12721 2005-08-16  Bruno Haible  <bruno@clisp.org>
12722
12723         * lib/mbfile.h: New file.
12724
12725 2005-08-16  Bruno Haible  <bruno@clisp.org>
12726
12727         * lib/mbchar.h: New file.
12728         * lib/mbchar.c: New file.
12729
12730 2005-08-16  Bruno Haible  <bruno@clisp.org>
12731
12732         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12733         the valid ones. Makes the comparison operations transitive:
12734         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12735         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12736
12737 2005-08-15  Simon Josefsson  <jas@extundo.com>
12738
12739         * modules/ssize_t (License): Change to 'unlimited'.
12740
12741         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12742
12743 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12746         Add comments for each pending glibc patch.
12747
12748 2005-08-15  Bruno Haible  <bruno@clisp.org>
12749
12750         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12751         __cplusplus is defined.
12752
12753 2005-08-14  Jim Meyering  <jim@meyering.net>
12754
12755         Sync from coreutils.
12756
12757         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12758         Use the hash-table-based cycle-detection code not just when
12759         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12760         Reported by James Youngman in
12761         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12762         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12763         FTS_TIGHT_CYCLE_CHECK.
12764         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12765         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12766         once again.
12767         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12768         * lib/fts.c (fd_safer): Remove decl.
12769         Include fcntl--.h rather than unistd-safer.h
12770         (fts_safe_changedir): Don't call fd_safer; no longer needed
12771         now that we include fcntl--.h.
12772
12773 2005-08-12  Simon Josefsson  <jas@extundo.com>
12774
12775         * modules/getndelim2: Use ssize_t module.
12776         * modules/getnline: Likewise.
12777         * modules/safe-read: Likewise.
12778         * modules/xreadlink: Likewise.
12779
12780         * modules/ssize_t: New file.
12781
12782 2005-08-12  Simon Josefsson  <jas@extundo.com>
12783
12784         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12785
12786 2005-08-12  Simon Josefsson  <jas@extundo.com>
12787
12788         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12789         ssize_t.
12790
12791 2005-08-12  Simon Josefsson  <jas@extundo.com>
12792
12793         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12794         readline, getdelim and check_version.
12795         (Support for systems lacking ISO C 99: Sizes of integer types):
12796         Add size_max.
12797
12798 2005-08-12  Bruno Haible  <bruno@clisp.org>
12799
12800         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12801
12802 2005-08-11  Simon Josefsson  <jas@extundo.com>
12803
12804         * modules/readline: New file.
12805
12806         * modules/strnlen (Files): Add strnlen.h.
12807
12808 2005-08-11  Simon Josefsson  <jas@extundo.com>
12809
12810         * m4/readline.m4: New file.
12811
12812 2005-08-11  Simon Josefsson  <jas@extundo.com>
12813
12814         * lib/readline.h, readline.c: New file.
12815
12816 2005-08-11  Simon Josefsson  <jas@extundo.com>
12817
12818         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12819         gl_AVOID.
12820
12821 2005-08-11  Bruno Haible  <bruno@clisp.org>
12822
12823         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12824
12825 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12826
12827         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12828
12829 2005-08-10  Simon Josefsson  <jas@extundo.com>
12830
12831         * tests/test-iconvme.c: New file.
12832
12833 2005-08-10  Simon Josefsson  <jas@extundo.com>
12834
12835         * m4/strnlen.m4: New file.
12836
12837         * m4/strndup.m4: Don't check for strnlen declaration, done in
12838         strnlen.m4.
12839
12840 2005-08-10  Simon Josefsson  <jas@extundo.com>
12841
12842         * lib/strndup.c: Use strnlen.h.
12843
12844         * lib/strnlen.h: New file.
12845
12846 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12847
12848         * README: Typos.
12849
12850 2005-08-02  Simon Josefsson  <jas@extundo.com>
12851
12852         * modules/readline: New file.
12853
12854 2005-08-02  Simon Josefsson  <jas@extundo.com>
12855
12856         * modules/getdelim: New file.
12857
12858         * modules/getline: Rewrite, don't use getndelim2.
12859
12860 2005-08-02  Simon Josefsson  <jas@extundo.com>
12861
12862         * m4/getline.m4: Separate out getdelim stuff into separate module.
12863
12864         * m4/getdelim.m4: New file.
12865
12866 2005-08-02  Simon Josefsson  <jas@extundo.com>
12867
12868         * lib/getline.h, getline.c: Rewrite.
12869
12870         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12871
12872 2005-07-31  Bruno Haible  <bruno@clisp.org>
12873
12874         * lib/lock.h (gl_lock_initializer): New macro.
12875         (gl_lock_define_initialized): Use it.
12876         (gl_rwlock_initializer): New macro.
12877         (gl_rwlock_define_initialized): Use it.
12878         (gl_recursive_lock_initializer): New macro.
12879         (gl_recursive_lock_define_initialized): Use it.
12880
12881 2005-07-30  Karl Berry  <karl@gnu.org>
12882
12883         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12884         Report from Ben Pfaff, regarding getopt.
12885
12886 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12887
12888         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12889         normal way.
12890         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12891         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12892         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12893         (gl_GETOPT): Use the new macros.  Most of the implementation
12894         is moved to the new macros.  This is for programs like Emacs
12895         that don't want all the functionality of gl_GETOPT.
12896
12897 2005-07-26  Bruno Haible  <bruno@clisp.org>
12898
12899         * m4/lock.m4: Update from GNU gettext.
12900
12901 2005-07-26  Bruno Haible  <bruno@clisp.org>
12902
12903         * lib/lock.h: Update from GNU gettext.
12904         * lib/lock.c: Update from GNU gettext.
12905
12906 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12909         obsolescent AC_TRY_RUN.  Include the default includes files, for
12910         'exit'.
12911
12912 2005-07-24  Bruno Haible  <bruno@clisp.org>
12913
12914         * modules/visibility: New file.
12915         * MODULES.html.sh (Misc): Add visibility.
12916
12917 2005-07-24  Bruno Haible  <bruno@clisp.org>
12918
12919         * m4/visibility.m4: New file.
12920
12921 2005-07-24  Bruno Haible  <bruno@clisp.org>
12922
12923         * doc/visibility.texi: New file.
12924
12925 2005-07-22  Bruno Haible  <bruno@clisp.org>
12926
12927         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12928         $(ALLOCA_H), redundant through BUILT_SOURCES.
12929         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12930         redundant through BUILT_SOURCES.
12931         * modules/byteswap (Makefile.am): Remove explicit dependency on
12932         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12933         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12934         $(FNMATCH_H), redundant through BUILT_SOURCES.
12935         * modules/getopt (Makefile.am): Remove explicit dependency on
12936         $(GETOPT_H), redundant through BUILT_SOURCES.
12937         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12938         redundant through BUILT_SOURCES.
12939         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12940         redundant through BUILT_SOURCES.
12941         * modules/stdbool (Makefile.am): Remove explicit dependency on
12942         $(STDBOOL_H), redundant through BUILT_SOURCES.
12943         * modules/stdint (Makefile.am): Remove explicit dependency on
12944         $(STDINT_H), redundant through BUILT_SOURCES.
12945         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12946         Remove explicit dependency on $(SYSEXITS_H).
12947         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12948
12949 2005-07-18  Simon Josefsson  <jas@extundo.com>
12950
12951         * lib/check-version.c (check_version): Accept identical versions too.
12952
12953 2005-07-18  Bruno Haible  <bruno@clisp.org>
12954
12955         * modules/lock: New file.
12956         * MODULES.html.sh (Multithreading): New section.
12957
12958 2005-07-18  Bruno Haible  <bruno@clisp.org>
12959
12960         * m4/lock.m4: New file, from GNU gettext.
12961
12962 2005-07-18  Bruno Haible  <bruno@clisp.org>
12963
12964         * lib/lock.h: New file, from GNU gettext.
12965         * lib/lock.c: New file, from GNU gettext.
12966
12967 2005-07-18  Bruno Haible  <bruno@clisp.org>
12968
12969         * lib/lock.h (gl_once_t): New type.
12970         (gl_once_define, gl_once): New macros.
12971         * lib/lock.c (fresh_once): New variable.
12972         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12973         functions.
12974
12975 2005-07-16  Simon Josefsson  <jas@extundo.com>
12976
12977         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12978         workaround, suggested by Bruno.
12979
12980 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12981
12982         * modules/xalloc (Depends-on): Add xalloc-die.
12983         * modules/xvasprintf (Depends-on): Add xalloc-die.
12984
12985 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12986
12987         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12988         with a minor change.
12989
12990 2005-07-15  Bruno Haible  <bruno@clisp.org>
12991
12992         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12993         When using lib/poll.c, define poll as rpl_poll.
12994
12995 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12996
12997         * modules/argp (Depends-on): Remove unlocked-io.
12998
12999 2005-07-14  Derek Price  <derek@ximbiot.com>
13000
13001         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13002         for glob symlink bug.
13003
13004 2005-07-14  Bruno Haible  <bruno@clisp.org>
13005
13006         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13007         Instead, test for *_unlocked function declarations directly.
13008
13009 2005-07-11  Simon Josefsson  <jas@extundo.com>
13010
13011         * modules/size_max: New file.
13012
13013         * modules/xsize: Depend on size_max module for size_max.m4.
13014
13015 2005-07-11  Simon Josefsson  <jas@extundo.com>
13016
13017         * lib/size_max.h: New file.
13018
13019 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13020
13021         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13022         copyright symbol and the year.
13023         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13024         (version_etc_va): Use parameterized copyright notice.
13025         Reword to conform to the current GNU coding standards.
13026
13027 2005-07-11  Karl Berry  <karl@gnu.org>
13028
13029         * doc/gnulib.texi (Quoting): new node.
13030         (Initial import): more info, from Patrice.
13031
13032 2005-07-11  Bruno Haible  <bruno@clisp.org>
13033
13034         * gnulib-tool (func_usage): Document option --avoid.
13035         (Command line options): Handle --avoid.
13036         (func_acceptable): New function.
13037         (func_modules_transitive_closure): Use it.
13038
13039 2005-07-11  Bruno Haible  <bruno@clisp.org>
13040
13041         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13042         Reported by Jim Meyering.
13043
13044 2005-07-10  Bruno Haible  <bruno@clisp.org>
13045
13046         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13047         Needed when size_t is smaller than 'unsigned int'.
13048         Reported by Paul Eggert.
13049
13050 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13051
13052         * modules/argp (Depends-on): Add unlocked-io
13053
13054 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13055
13056         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13057         block of defines.
13058
13059 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13060
13061         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13062         fix now.
13063
13064 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13065         and Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13068         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13069
13070 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13071
13072         * modules/regex (Files): Add lib/regex_internal.c,
13073         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13074         (Depends-on): Add extensions.
13075         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13076
13077 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13078
13079         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13080         pathconf.
13081         * m4/same.m4 (gl_SAME): Likewise.
13082         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13083
13084         * m4/regex.m4: Adjust to new libc regex implementation.
13085         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13086         all the .c and .h parts of (the new) regex.
13087         Quote the m4 stuff better.
13088         Check for RE_ICASE bug of old gnulib.
13089         Check for REG_STARTEND of recent libc.
13090         Rename local variables from jm_* to gl_*.
13091         Quote operand of "test -f".
13092         Say "recent enough" version of libc, not "version 2".
13093         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13094         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13095         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13096         Remove check for btowc, isascii.
13097         Require AM_LANGINFO_CODESET.
13098
13099 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13100
13101         * lib/regex.c, regex.h: Sync from libc.
13102         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13103         * lib/regexec.c:
13104         New files, synced from libc, except that regex_internal.h
13105         currently has a small porting fix.
13106
13107 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13108
13109         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13110         regex_internal.c, regexec.c.
13111         Add regex_internal.h too, but as a comment, since the libc version
13112         is currently broken in gnulib mode.
13113
13114 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         Support programs like Emacs that use gnulib but not gettext.
13117         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13118         * modules/gettext-h: New file.
13119         * modules/gettext (Files): Remove lib/gettext.h.
13120         (Depends-on): Add gettext-h.
13121         (Makefile.am): Remove lib_SOURCES.
13122         * modules/argmatch, modules/c-stack, modules/closeout:
13123         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13124         * modules/execute, modules/file-type, modules/getaddrinfo:
13125         * modules/getopt, modules/human, modules/javacomp:
13126         * modules/javaexec, modules/mkdir-p, modules/obstack:
13127         * modules/openat, modules/pagealign_alloc, modules/pipe:
13128         * modules/quotearg, modules/regex, modules/rpmatch:
13129         * modules/unicodeio, modules/userspec, modules/version-etc:
13130         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13131         * modules/xsetenv:
13132         Depend on gettext-h, not gettext.
13133
13134 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13135
13136         * gnulib-tool (func_import): Add support for 'public domain' license.
13137         * modules/alloca, modules/atexit, modules/memmove:
13138         Now public domain, not GPL.
13139         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13140         * modules/realloc, modules/strerror, modules/strtod:
13141         Now LGPL, not GPL.
13142
13143 2005-07-05  Bruno Haible  <bruno@clisp.org>
13144
13145         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13146         autoconf CVS. Needed for mingw.
13147
13148 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13149
13150         Remove the dependency of the strftime module on the tzset module.
13151         * modules/strftime (Depends-on): Remove dependency on tzset.
13152
13153 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13154
13155         Remove the dependency of the strftime module on the tzset module.
13156         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13157         gl_FUNC_TZSET_CLOBBER.
13158
13159 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13160
13161         Remove the dependency of the strftime module on the tzset module.
13162         * lib/strftime.c (my_strftime)
13163         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13164         Copy the input structure, to work around some of the bug with
13165         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13166         Solaris releases, you should also use the tzset module, but we won't
13167         require it as a dependency any more since we don't want LGPLed code
13168         to depend on GPLed code.
13169
13170 2005-07-02  Jim Meyering  <jim@meyering.net>
13171
13172         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13173         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13174         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13175         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13176
13177 2005-07-02  Jim Meyering  <jim@meyering.net>
13178
13179         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13180
13181 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13182
13183         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13184         declares only 'struct timespec;' (!).
13185
13186 2005-07-01  Jim Meyering  <jim@meyering.net>
13187
13188         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13189         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13190         * lib/save-cwd.c, tempname.c:
13191         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13192         and don't include <sys/file.h>).
13193
13194 2005-06-29  Jim Meyering  <jim@meyering.net>
13195
13196         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13197         type name.  Use the variable name instead.
13198         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13199         Likewise.
13200
13201 2005-06-28  Simon Josefsson  <jas@extundo.com>
13202
13203         * modules/check-version (Files): Add check-version.m4.
13204
13205 2005-06-28  Simon Josefsson  <jas@extundo.com>
13206
13207         * m4/check-version.m4: New file, suggested by Jim Meyering
13208         <jim@meyering.net>.
13209
13210 2005-06-28  Simon Josefsson  <jas@extundo.com>
13211
13212         * lib/check-version.h, lib/check-version.c: New files.
13213
13214 2005-06-28  Simon Josefsson  <jas@extundo.com>
13215
13216         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13217         collision with global variable.  Better indentation.  Don't
13218         increment buffer pointer beyond buffer end.  Based on comments
13219         from Paul Eggert <eggert@cs.ucla.edu>.
13220
13221         * lib/base64.h: Indent.
13222
13223 2005-06-28  Simon Josefsson  <jas@extundo.com>
13224
13225         * doc/gnulib.texi (Library version handling): New section.
13226
13227 2005-06-28  Jim Meyering  <jim@meyering.net>
13228
13229         * check-module (find_included_lib_files): Hard-code another
13230         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13231         but modules/fts-lgpl (correctly) does not list those files.
13232
13233         * modules/canonicalize (Files): Add lib/pathmax.h.
13234
13235 2005-06-25  Simon Josefsson  <jas@extundo.com>
13236
13237         * modules/check-version: New file.
13238
13239 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13240
13241         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13242         initializer of struct addrinfo, as an indication that we don't
13243         care how many members the structure has.
13244
13245 2005-06-24  Derek Price  <derek@ximbiot.com>
13246         and Bruno Haible  <bruno@clisp.org>
13247
13248         Remove stat module & update lstat.
13249         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13250         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13251         * m4/stat.m4: Remove this file.
13252
13253 2005-06-24  Derek Price  <derek@ximbiot.com>
13254         and Bruno Haible  <bruno@clisp.org>
13255
13256         Remove stat module & update lstat.
13257         * lib/stat.c: Remove this file...
13258         (slash_aware_lstat): ...moving this content and its support...
13259         * lib/lstat.c (rpl_lstat): ...into here.
13260         * lib/lstat.h: New file.
13261
13262 2005-06-24  Derek Price  <derek@ximbiot.com>
13263         and Bruno Haible  <bruno@clisp.org>
13264
13265         Remove stat module & update lstat.
13266         * config/srclist.txt (libc sources): Remove stat.
13267
13268 2005-06-24  Derek Price  <derek@ximbiot.com>
13269         and Bruno Haible  <bruno@clisp.org>
13270
13271         Remove stat module & update lstat.
13272         * MODULES.html.sh (stat): Remove.
13273         * MODULES.html: Regenerated.
13274         * modules/lstat (Description): Correct function name.
13275         (Files): Add "lstat.h".
13276         (Depends-on): Remove stat, add xalloc, stat-macros.
13277         * modules/stat: Remove this file.
13278         (Include): Add "lstat.h", remove <sys/stat.h>.
13279
13280 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13281
13282         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13283         (ranged_convert): Don't save conversion in a temporary struct.
13284         This causes a warning with GCC 4.0.0, and anyway in the typical
13285         case it's not worth the extra 100 bytes or so of code.
13286         (ranged_convert, __mktime_internal): When calling a function via a
13287         pointer P, use P () rather than (*P) (), as we now assume C89 or
13288         better.
13289
13290 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13293         "who -r" failed to give output.  Problem reported by Tim Waugh.
13294
13295         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13296         (xcalloc): Use it to avoid needless tests.
13297         Problem reported by Jim Meyering.
13298
13299 2005-06-20  Derek Price  <derek@ximbiot.com>
13300
13301         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13302         unnecessary for Autoconfs > 2.59c.
13303
13304 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13305
13306         * lib/argp.h (__option_is_short): Check upper limit of
13307         __key. Isprint() requires its argument to have the value
13308         of an unsigned char or EOF.
13309
13310 2005-06-16  Jim Meyering  <jim@meyering.net>
13311
13312         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13313         when either N or S is zero.
13314
13315 2005-06-16  Derek Price  <derek@ximbiot.com>
13316
13317         * m4/bison.m4: Declare YACC & YFLAGS precious.
13318
13319 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13320
13321         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13322         multibyte string or pattern, fall back on unibyte matching.
13323         Problem reported by James Youngman.
13324
13325 2005-06-08  Bruno Haible  <bruno@clisp.org>
13326
13327         * modules/csharpcomp: New file.
13328         * MODULES.html.sh (C#): Add csharpcomp.
13329
13330 2005-06-08  Bruno Haible  <bruno@clisp.org>
13331
13332         * m4/csharpcomp.m4: New file, from GNU gettext.
13333
13334 2005-06-08  Bruno Haible  <bruno@clisp.org>
13335
13336         * lib/csharpcomp.h: New file, from GNU gettext.
13337         * lib/csharpcomp.c: New file, from GNU gettext.
13338         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13339
13340 2005-06-08  Bruno Haible  <bruno@clisp.org>
13341
13342         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13343         warning on mingw.
13344
13345 2005-06-07  Derek Price  <derek@ximbiot.com>
13346
13347         Sync from CVS.
13348         * lib/glob_.h: Indent nested #ifdef.
13349
13350 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13351
13352         Sync from coreutils.
13353         Use "file name" when talking about file names, instead of "filename"
13354         or "path", as per the GNU coding standards.
13355         * lib/mkdir-p.c: Renamed from makepath.c.
13356         (make_dir_parents): Renamed from make_path.  All callers changed.
13357         * lib/mkdir-p.h: Likewise.  All includers changed.
13358         * lib/filenamecat.c: Renamed from path-concat.c.
13359         (file_name_concat): Renamed from path_concat.  All callers changed.
13360         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13361         * lib/filenamecat.h: Likewise.  All includers changed.
13362         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13363         in comments or local variable names.
13364         * lib/basename.c: Likewise.
13365         * lib/canonicalize.c, canonicalize.h: Likewise.
13366         * lib/dirname.c, dirname.h: Likewise.
13367         * lib/euidaccess.c: Likewise.
13368         * lib/exclude.c: Likewise
13369         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13370         * lib/fsusage.c, fsuage.h: Likewise.
13371         * lib/fts.c, fts_.h: Likewise.
13372         * lib/getcwd.c: Likewise.
13373         * lib/getloadavg.c: Likewise.
13374         * lib/mkstemp.c: Likewise.
13375         * lib/mountlist.c, mountlist.h: Likewise.
13376         * lib/openat.c, openat.h: Likewise.
13377         * lib/readlink-stub.c: Likewise.
13378         * lib/readutmp.c, readutmp.h: Likewise.
13379         * lib/rename.c: Likewise.
13380         * lib/rmdir.c: Likewise.
13381         * lib/same.c: Likewise.
13382         * lib/savedir.c: Likewise.
13383         * lib/stripslash.c: Likewise.
13384         * lib/tempname.c: Likewise.
13385         * lib/xreadlink.c: Likewise.
13386         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13387         All uses changed.
13388         * lib/exclude.h: Likewise.
13389
13390         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13391         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13392         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13393         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13394         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13395         files have been getting away with it for years (MORE/BSD 4.3
13396         is extinct now).
13397         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13398         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13399
13400         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13401         Define to 256, not 255, as per modern POSIX.
13402
13403 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13404
13405         Sync from coreutils.
13406         Use "file name" when talking about file names, instead of "filename"
13407         or "path", as per the GNU coding standards.
13408         * MODULES.html.sh: mkdir-p renamed from makepath.
13409         filenamecat renamed from path-concat.
13410         * modules/filenamecat: Renamed from modules/path-concat.
13411         (Files): filenamecat.h and filenamecat.c renamed from
13412         path-concat.h and path-concat.c.
13413         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13414         (Include): filenamecat.h, not path-concat.h.
13415         * modules/mkdir-p: Renamed from modules/makepath.
13416         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13417         makepath.c.
13418         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13419         (Include): mkdir-p.h, not makepath.h.
13420
13421 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         Sync from coreutils.
13424         * m4/mkdir-p.m4: Renamed from makepath.m4.
13425         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13426         Rename files from makepath.c to mkdir-p.c, and from
13427         makepath.h to mkdir-p.h.
13428         * m4/filenamecat.m4: Renamed from path-concat.m4.
13429         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13430         Rename files from path-concat.c to filenamecat.c,
13431         and from path-concat.h to filenamecat.h.
13432         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13433         "file name" in local variables or comments.
13434         * m4/rename.m4: Likewise.
13435
13436 2005-06-01  Bruno Haible  <bruno@clisp.org>
13437
13438         * modules/csharpexec: New file.
13439         * MODULES.html.sh (C#): New section.
13440
13441 2005-06-01  Bruno Haible  <bruno@clisp.org>
13442
13443         * m4/csharp.m4: New file, from GNU gettext.
13444         * m4/csharpexec.m4: New file, from GNU gettext.
13445
13446 2005-06-01  Bruno Haible  <bruno@clisp.org>
13447
13448         * lib/csharpexec.h: New file, from GNU gettext.
13449         * lib/csharpexec.c: New file, from GNU gettext.
13450         * lib/csharpexec.sh.in: New file, from GNU gettext.
13451
13452 2005-05-31  Derek Price  <derek@ximbiot.com>
13453             Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         Sync from cvs.
13456         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13457
13458 2005-05-31  Derek Price  <derek@ximbiot.com>
13459             Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         Sync from cvs.
13462         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13463
13464 2005-05-29  Derek Price  <derek@ximbiot.com>
13465
13466         * config/srclist.txt (glob_.h, glob.c): Add these files.
13467
13468 2005-05-29  Derek Price  <derek@ximbiot.com>
13469
13470         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13471         * modules/glob: New file.
13472         * modules/getlogin_r: Add link to POSIX spec in description.
13473
13474 2005-05-29  Derek Price  <derek@ximbiot.com>
13475             Paul Eggert  <eggert@cs.ucla.edu>
13476
13477         * m4/glob.m4: New file.
13478
13479 2005-05-29  Derek Price  <derek@ximbiot.com>
13480             Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         * lib/glob_.h, lib/glob.c: New files.
13483
13484 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13487         * modules/fts-lgpl (Depends-on): Remove gettext.
13488
13489 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13490
13491         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13492         and don't require gt_INTTYPES_PRI.
13493
13494 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13495
13496         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13497
13498         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13499         the configuration hassle isn't worth it.
13500         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13501         (LONGEST_MODIFIER, PRIuMAX): Remove.
13502
13503 2005-05-27  Bruno Haible  <bruno@clisp.org>
13504
13505         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13506
13507 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13508
13509         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13510         _POSIX_PTHREAD_SEMANTICS for Solaris.
13511
13512 2005-05-25  Derek Price  <derek@ximbiot.com>
13513
13514         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13515
13516 2005-05-25  Derek Price  <derek@ximbiot.com>
13517             Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13520         * lib/getlogin_r.c, getlogin_r.h: New files.
13521
13522 2005-05-25  Bruno Haible  <bruno@clisp.org>
13523             Derek Price  <derek@ximbiot.com>
13524
13525         * lib/getlogin_r.h: Simplify API documentation.
13526
13527 2005-05-23  Derek Price  <derek@ximbiot.com>
13528
13529         * modules/minmax (Files): Add m4/minmax.m4.
13530         (configure.ac): Add gl_MINMAX.
13531
13532 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13533
13534         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13535         so that unistd-safer.h (GPL'ed code) need not be included.
13536
13537 2005-05-22  Bruno Haible  <bruno@clisp.org>
13538
13539         * m4/minmax.m4: New file.
13540         Based on a patch by Derek Price <derek@ximbiot.com>.
13541
13542 2005-05-22  Bruno Haible  <bruno@clisp.org>
13543
13544         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13545         (INT64_MIN): Fix definition.
13546         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13547
13548         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13549         NEED_SIGNED_INT_TYPES.
13550
13551         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13552         HAVE_SYSTEM_INTTYPES.
13553
13554 2005-05-22  Bruno Haible  <bruno@clisp.org>
13555
13556         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13557         Also include <sys/param.h> if it defines MIN, MAX.
13558         Based on a patch by Derek Price <derek@ximbiot.com>.
13559
13560 2005-05-21  Jim Meyering  <jim@meyering.net>
13561
13562         * modules/fts (Files): Add m4/inttypes-pri.m4.
13563         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13564
13565 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         New fts module.
13568         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13569         (setup_dir, free_dir): New functions.
13570         (enter_dir, leave_dir): Define trivial
13571         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13572         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13573         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13574         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13575         Move to fts-cycle.c.
13576         (fts_open): Use setup_dir.
13577         (fts_close): Use free_dir.
13578         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13579         This adds a label and some gotos, but the alternatives were messier.
13580         Check for memory allocation failure when entering a dir.
13581         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13582         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13583         (FTS): New member fts_cycle, that is a union that contains the
13584         old active_dir_ht and cycle_state.  All uses changed to mention
13585         fts_cycle.ht and fts_cycle.state.
13586         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13587         fts.c, with the following changes:
13588         (setup_dir, free_dir): New functions.
13589         (enter_dir): Now returns bool.  Return true if successful, false
13590         if memory exhausted.  All callers changed.
13591         Do not bother partly cleaning up on
13592         memory allocation failure; that is free_dir's job.
13593         However, free ad if hash_insert fails, to avoid memory leak.
13594         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13595         fts->fts_options to see which union member to use.
13596
13597 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13598
13599         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13600         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13601
13602 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13603
13604         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13605
13606 2005-05-20  Jim Meyering  <jim@meyering.net>
13607
13608         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13609         Now a macro, to pacify GCC.
13610
13611 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13612
13613         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13614         of -1.
13615
13616 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13617
13618         * lib/chown.c (rpl_chown): Return -1 on failure.
13619
13620 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13621
13622         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13623         Don't check for stddef.h.
13624         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13625         don't use its results.
13626         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13627         since we include them unconditionally.  Don't require
13628         AM_STDBOOL_H, since stdbool is a prerequisite.
13629         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13630         since we assume C89 or better.
13631         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13632         as we don't use their results.
13633         Don't check for fchdir, memmove, memset, strrchr, as we use
13634         them unconditionally.
13635         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13636         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13637
13638 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13641         Include <stddef.h> unconditionally, since we assume C89 now.
13642         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13643         * lib/fts.c: Include fts_.h first, to check interface.
13644         Do not include intprops.h; no longer needed.
13645         Include cycle-check.h and hash.h, since fts_.h no longer does.
13646         Remove unnecessary casts of closedir to void.
13647         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13648         decide whether to decrement nlinks.
13649         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13650         (FTS): Use struct hash_table * instead of Hash_table, so that
13651         we no longer need to include hash.h here.
13652
13653 2005-05-18  Jim Meyering  <jim@meyering.net>
13654
13655         * modules/dirfd (License): Change to LGPL.  Most of the code
13656         is already in the public domain.
13657
13658 2005-05-18  Jim Meyering  <jim@meyering.net>
13659
13660         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13661         Reported by Yoann Vandoorselaere.
13662
13663 2005-05-17  Jim Meyering  <jim@meyering.net>
13664
13665         * m4/fts.m4: New file, from coreutils.
13666
13667 2005-05-17  Jim Meyering  <jim@meyering.net>
13668
13669         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13670
13671 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13672
13673         Sync from coreutils.
13674         * m4/unlinkdir.m4: New file.
13675
13676 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         Sync from coreutils.
13679         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13680         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13681         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13682         White space changes only.
13683         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13684         special.
13685         * lib/yesno.c: Include getline.h, not ctype.h.
13686         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13687         Use getline to remove arbitrary restriction on response length.
13688
13689 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13690
13691         * config/srclist-update: Spell out "Street" in FSF postal
13692         mail address; this is the style the FSF seems to prefer.
13693
13694         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13695         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13696         this updates FSF postal mail address.
13697
13698         Sync from coreutils.
13699         * modules/unlinkdir: New file.
13700         * modules/yesno (Depends-on): Add getline.
13701         * MODULES.html.sh (File system functions): Add unlinkdir.
13702
13703 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13706         lib/strsep.h:
13707         Change the initial comment to refer to GPL, not LGPL.
13708         gnulib-tool will change it to LGPL as needed.
13709
13710         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13711         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13712         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13713         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13714         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13715         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13716         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13717         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13718         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13719         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13720         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13721         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13722         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13723         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13724         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13725         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13726         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13727         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13728         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13729         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13730         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13731         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13732         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13733         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13734         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13735         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13736         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13737         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13738         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13739         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13740         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13741         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13742         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13743         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13744         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13745         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13746         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13747         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13748         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13749         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13750         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13751         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13752         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13753         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13754         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13755         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13756         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13757         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13758         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13759         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13760         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13761         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13762         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13763         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13764         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13765         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13766         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13767         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13768         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13769         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13770         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13771         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13772         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13773         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13774         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13775         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13776         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13777         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13778         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13779         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13780         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13781         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13782         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13783         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13784         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13785         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13786         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13787         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13788         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13789         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13790         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13791         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13792         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13793         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13794         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13795         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13796         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13797         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13798         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13799         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13800         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13801         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13802         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13803         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13804         lib/yesno.c, lib/yesno.h:
13805         Update FSF postal mail address.
13806
13807 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13808
13809         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13810         tests/test-memmem.c, tests/test-stpncpy.c:
13811         Update FSF postal mail address.
13812
13813 2005-05-13  Bruno Haible  <bruno@clisp.org>
13814
13815         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13816         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13817         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13818         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13819         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13820         Add support for 64-bit integers in the MSVC compiler.
13821
13822 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13823
13824         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13825
13826 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13827
13828         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13829
13830 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13831
13832         * doc/getdate.texi (General date syntax): Don't say that date
13833         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13834         Problem reported by Nic Ferrier.
13835
13836 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13837
13838         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13839         specified in ai_socktype. Fix invalid ai_protocol
13840         check. ai_protocol is usually set to 0 or depending on
13841         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13842         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13843         ai_socktype / ai_protocol in the returned addrinfo structure.
13844
13845 2005-05-10  Simon Josefsson  <jas@extundo.com>
13846
13847         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13848         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13849
13850 2005-05-10  Karl Berry  <karl@gnu.org>
13851
13852         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13853         (from http://www.gnu.org/licenses).
13854         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13855         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13856         fdl.texi suffices.
13857
13858 2005-05-10  Karl Berry  <karl@gnu.org>
13859
13860         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13861         (COPYING.DOC): remove.
13862
13863         * config/srclist-update: new FSF address.
13864
13865 2005-05-10  Derek Price  <derek@ximbiot.com>
13866
13867         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13868         possible.
13869
13870 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13871             Bruno Haible  <bruno@clisp.org>
13872
13873         * modules/inet_ntop: New file.
13874         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13875         inet_ntop.
13876
13877 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13878             Bruno Haible  <bruno@clisp.org>
13879
13880         * m4/inet_ntop.m4: New file.
13881
13882 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13883             Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/inet_ntop.h: New file.
13886         * lib/inet_ntop.c: New file, from glibc with modifications.
13887
13888 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * modules/time_r (License): Change to LGPL.
13891         * modules/extensions (License): Change to LGPL.  Actually,
13892         the license is more permissive than that, but currently gnulib-tool
13893         doesn't know how to handle more-permissive licenses.
13894
13895         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13896         Problem reported by Dave Love.
13897
13898 2005-05-08  Jim Meyering  <jim@meyering.net>
13899
13900         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13901         blank.
13902
13903 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * modules/argmatch (Depends-on): Add stdbool.
13906         * modules/backupfile (Depends-on): Likewise.
13907         * modules/chdir-long (Depends-on): Likewise.
13908         * modules/closeout (Depends-on): Likewise.
13909         * modules/cycle-check (Depends-on): Likewise.
13910         * modules/dirname (Depends-on): Likewise.
13911         * modules/fnmatch (Depends-on): Likewise.
13912         * modules/fsusage (Depends-on): Likewise.
13913         * modules/fwriteerror (Depends-on): Likewise.
13914         * modules/getcwd (Depends-on): Likewise.
13915         * modules/getloadavg (Depends-on): Likewise.
13916         * modules/hard-locale (Depends-on): Likewise.
13917         * modules/makepath (Depends-on): Likewise.
13918         * modules/mountlist (Depends-on): Likewise.
13919         * modules/nanosleep (Depends-on): Likewise.
13920         * modules/posixtm (Depends-on): Likewise.
13921         * modules/quotearg (Depends-on): Likewise.
13922         * modules/readtokens (Depends-on): Likewise.
13923         * modules/readtokens0 (Depends-on): Likewise.
13924         * modules/readutmp (Depends-on): Likewise.
13925         * modules/save-cwd (Depends-on): Likewise.
13926         * modules/strftime (Depends-on): Likewise.
13927         * modules/userspec (Depends-on): Likewise.
13928         * modules/utimecmp (Depends-on): Likewise.
13929         * modules/xgetcwd (Depends-on): Likewise.
13930         * modules/xnanosleep (Depends-on): Likewise.
13931         * modules/xstrtod (Depends-on): Likewise.
13932         * modules/yesno (Depends-on): Likewise.
13933
13934 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13935
13936         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13937         needless checks.
13938
13939 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         Merge from coreutils.  Among other things,
13942         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13943         * lib/fd-safer.c: New file.
13944         * lib/fcntl-safer.h, open-safer.c: Remove.
13945         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13946         * lib/dup-safer.c: Include unistd-safer.h first.
13947         Don't include errno.h.
13948         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13949         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13950         * lib/file-type.c: Rely on file-type.h change.
13951         * lib/getloadavg.c: Include unistd-safer.h.
13952         (getloadavg): Use safer open.
13953         * lib/getusershell.c: Include "stdio-safer.h".
13954         (getusershell): Use safer fopen.
13955         * lib/long-options.c (long_options): Use NULL rather than 0.
13956         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13957         'free'.
13958         * lib/modechange.c: Likewise.
13959         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13960         (MODE_DONE): New constant.
13961         (struct mode_change): Remove 'next' member.
13962         (make_node_op_equals): New function; like the old one of the
13963         same name, except it allocates an array.
13964         (mode_compile, mode_create_from_ref): Use it.
13965         (mode_compile): Allocate result as an array, not a linked list.
13966         Parse octal string ourself, so that we catch mistakes like "+0".
13967         (mode_adjust): Arg is an array, not a linked list.
13968         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13969         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13970         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13971         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13972         Remove.  This is now stat-macros.h's job.
13973         (talloc): Remove.  All callers replaced by xalloc, so that
13974         our invokers don't have to worry about reporting memory failures.
13975         (make_node_op_equals): Remove.
13976         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13977         New constants.
13978         (struct mode_change): Moved here from modechange.h.
13979         (mode_append_entry): Remove.
13980         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13981         apps to have incorrect behavior.  Use simpler algorithm for head
13982         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13983         Detect more invalid usages rather than having somewhat-random behavior.
13984         Don't insert an "a=" action, as that leads to incorrect behavior.
13985         (mode_compile, mode_create_from_ref): Return NULL on error instead
13986         of an enum, since now there's only one way to have an error.  All
13987         callers changed.
13988         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13989         at the correct time.  Simplify calculation of "+u" and its ilk.
13990         Don't mishandle "+X".
13991         (mode_free): Remove "register" and localize decls.
13992         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13993         (struct mode_change): Move to modechange.c; callers don't
13994         need to see this stuff.
13995         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13996         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13997         (mode_change, mode_adjust): Reflect the new signatures noted above.
13998         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13999         that might redefine system include files.
14000         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14001         (my_usleep): Use NULL rather than (void *) 0.
14002         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14003         Use siginterrupt to specify that system calls should be interrupted.
14004         (rpl_nanosleep): Move initialization of suspended closer to call of
14005         my_usleep.
14006         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14007         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14008         (desirable_utmp_entry): New function.
14009         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14010         using x2nrealloc, to simplify logic.
14011         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14012         size calculation.  Do not assume utmp file is a regular file.
14013         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14014         (READ_UTMP_CHECK_PIDS): New constant.
14015         * lib/save-cwd.c: Include unistd-safer.h.
14016         (save_cwd): Use fd_safer.
14017         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14018         [!_LIBC] Include "stat-macros.h" instead.
14019         * lib/unistd-safer.h (fd_safer): New decl.
14020
14021 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14022
14023         * modules/getloadavg (Depends-on): Add unistd-safer.
14024         * modules/getusershell (Depends-on): Add stdio-safer.
14025         * modules/lstat (Depends-on): Remove xalloc.
14026         * modules/mkstemp (Depends-on): Add stat-macros.
14027         * modules/modechange (Depends-on): Remove xstrtol.
14028         Add stat-macros, xalloc.
14029         * modules/save-cwd (Depends-on): Add unistd-safer.
14030         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14031         * modules/unistd-safer (Files): Add lib/fd-safer.c
14032         (Makefile.am): Remove lib_SOURCES.
14033
14034         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14035         Remove fcntl-safer; unistd-safer supersedes it.
14036
14037 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14040         AC_HEADER_STAT.
14041         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14042         (gl_PREREQ_CHOWN): Remove.
14043         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14044         it.  Don't require AC_HEADER_STAT.
14045         (gl_PREREQ_LSTAT): Remove.
14046         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14047         Don't require AC_HEADER_STAT.
14048         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14049         (gl_PREREQ_RMDIR): Remove.
14050         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14051         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14052         the stat-macros module a prerequisite.
14053         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14054         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14055         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14056         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14057         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14058         variable names.
14059         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14060         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14061         variable prefixes.
14062         * m4/fcntl-safer.m4: Remove.
14063         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14064         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14065         Invoke gl_PREREQ_FD_SAFER.
14066         (gl_PREREQ_FD_SAFER): New macro.
14067         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14068         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14069         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14070         Remove duplicate call to AC_LIBOBJ(readutmp).
14071         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14072
14073         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14074         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14075
14076 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14077
14078         * MODULES.html.sh (Misc): Add byteswap.
14079
14080 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14081
14082         * modules/getcwd (Depends-on): Add extensions.
14083         * modules/openat (Depends-on): Likewise.
14084
14085 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14086
14087         * modules/byteswap: New file.
14088
14089 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14090
14091         * m4/byteswap.m4: New file.
14092
14093 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14094
14095         * lib/byteswap_.h: New file.
14096
14097 2005-04-25  Karl Berry  <karl@gnu.org>
14098
14099         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14100
14101 2005-04-25  Albert Chin  <china@thewrittenword.com>
14102
14103         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14104         Toolkit C bug.
14105
14106 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14107
14108         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14109         (func_ln_if_changed) Remove forcibly for no error message
14110         in case file does not exist.
14111
14112 2005-04-19  Simon Josefsson  <jas@extundo.com>
14113
14114         * gnulib-tool (Options): Make --symlink mean --symbolic.
14115
14116 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14117
14118         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14119
14120 2005-04-16  Simon Josefsson  <jas@extundo.com>
14121
14122         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14123
14124 2005-04-15  Simon Josefsson  <jas@extundo.com>
14125
14126         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14127
14128 2005-04-15  Simon Josefsson  <jas@extundo.com>
14129
14130         * gnulib-tool: Rename --symlink to --symbolic.
14131
14132 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14133
14134         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14135         symbolic links to files instead of copying/moving.  Add --aux-dir,
14136         specifying directory relative --dir where auxiliary build tools
14137         are placed.
14138
14139 2005-04-14  Bruno Haible  <bruno@clisp.org>
14140
14141         * modules/allocsa (License): Change to LGPL.
14142         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14143
14144 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14145
14146         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14147         that "UTC +1 second" continues to work.  Problem reported
14148         by Dmitry V. Levin.
14149         (relunit_snumber): New rule.
14150         (relunit): Use it.
14151
14152 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14153
14154         * lib/getdate.y (universal_time_zone_table): New constant.
14155         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14156         universal_time_zone_table.
14157         (lookup_zone): Prefer universal_time_zone_table to
14158         local_time_zone_table, so that "GMT" time stamps are allowed in
14159         London during the summer.  Problem reported by Ian Abbott.
14160
14161 2005-04-12  Jim Meyering  <jim@meyering.net>
14162
14163         * lib/human.c (humblock): Set *options even when returning due to
14164         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14165         warning from gcc-4.
14166
14167 2005-04-09  Jim Meyering  <jim@meyering.net>
14168
14169         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14170         -Wuninitialized: initialize tm0.tm_year.
14171
14172 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14175         count, since there's no maximum.  All uses changed.
14176         Add member dsts_seen.
14177         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14178         not being INT_MAX.
14179         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14180         Use pc_rels_seen to decide whther a date is absolute.
14181
14182         * lib/getdate.y (number): Don't overwrite year.
14183         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14184         check.
14185
14186 2005-04-02  Simon Josefsson  <jas@extundo.com>
14187
14188         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14189         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14190
14191 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14192
14193         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14194         where no absolute path name can be longer than PATH_MAX.
14195
14196 2005-03-27  Jim Meyering  <jim@meyering.net>
14197
14198         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14199
14200 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14203         "one's complement" -> "ones' complement" in comment, as per Knuth.
14204         "value of type" -> "type or expression" in comment.
14205         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14206
14207 2005-03-26  Jim Meyering  <jim@meyering.net>
14208
14209         Comment nits.
14210         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14211         Correct typos: s/or/of/.
14212
14213 2005-03-26  Jim Meyering  <jim@meyering.net>
14214
14215         * modules/check-include-files: Move to ../ and rename to...
14216         * check-module: ...this.
14217
14218 2005-03-25  Jim Meyering  <jim@meyering.net>
14219
14220         * modules/xvasprintf (Files): Add xalloc.h.
14221
14222 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * modules/gettext (Files): config/config.rpath ->
14225         build-aux/config.rpath
14226         * modules/iconv (Files): Likewise.
14227         Problem reported by Oskar Liljeblad.
14228
14229 2005-03-23  Jim Meyering  <jim@meyering.net>
14230
14231         * modules/check-include-files: New script to check for
14232         missing dependencies, multiple includes, etc.
14233
14234         * modules/c-strtold (Depends-on): Add xalloc.
14235         * modules/c-strtod (Depends-on): Add xalloc.
14236         * modules/hash (Depends-on): Add xalloc.
14237         (Files): Remove lib/xalloc.h.
14238
14239         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14240         * modules/userspec (Files): Add lib/inttostr.h.
14241
14242 2005-03-23  Jim Meyering  <jim@meyering.net>
14243
14244         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14245
14246 2005-03-22  Jim Meyering  <jim@meyering.net>
14247
14248         * modules/stat-macros: New module.
14249         * modules/canonicalize, modules/euidaccess, modules/file-type,
14250         * modules/filemode, modules/lchown, modules/makepath,
14251         * modules/rmdir, modules/stat: Depend on new stat-macros module
14252         rather than listing lib/stat-macros.h manually.
14253         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14254
14255 2005-03-22  Jim Meyering  <jim@meyering.net>
14256
14257         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14258
14259 2005-03-22  Bruno Haible  <bruno@clisp.org>
14260
14261         * config/srclist.txt: Replace target directory 'config' with
14262         'build-aux'.
14263         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14264         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14265         ../build-aux/.
14266
14267 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * modules/chdir-long (Depends-on): Add mempcpy.
14270
14271         * modules/acl, modules/backupfile, modules/c-strtod,
14272         modules/c-strtold, modules/canon-host, modules/canonicalize,
14273         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14274         modules/exclude, modules/exitfail, modules/file-type,
14275         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14276         modules/getdate, modules/getline, modules/getpagesize,
14277         modules/getpass, modules/getugroups, modules/group-member,
14278         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14279         modules/inttostr, modules/long-options, modules/makepath,
14280         modules/md5, modules/memcasecmp, modules/memcoll,
14281         modules/modechange, modules/mountlist, modules/path-concat,
14282         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14283         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14284         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14285         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14286         modules/strftime, modules/strndup, modules/strverscmp,
14287         modules/timespec, modules/unlocked-io, modules/userspec,
14288         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14289         modules/yesno:
14290         Remove lib_SOURCES line from Makefile.am section, as this is now
14291         done automatically by the corresponding Autoconf macro.
14292
14293 2005-03-21  Jim Meyering  <jim@meyering.net>
14294
14295         Changes imported from coreutils.
14296
14297         * lib/cycle-check.c: Don't include xalloc.h.
14298
14299         * lib/path-concat.c: Don't include assert.h.
14300         (path_concat): Remove assertion that would have triggered
14301         for ABASE starting with more than one slash.
14302         Reported by Andreas Schwab.
14303
14304         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14305         properly when ABASE is an absolute file name.
14306         Correct the description of this function.
14307         Include <assert.h>.
14308         Add an assertion and a test driver.
14309         This fixes a bug introduced on 2004-07-02.
14310         Andreas Schwab reported the resulting failure of cp --parents:
14311         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14312
14313 2005-03-21  Jim Meyering  <jim@meyering.net>
14314
14315         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14316         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14317
14318 2005-03-21  Jim Meyering  <jim@meyering.net>
14319         and  Paul Eggert  <eggert@cs.ucla.edu>
14320
14321         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14322         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14323         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14324         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14325         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14326         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14327         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14328         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14329         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14330         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14331         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14332         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14333         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14334         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14335         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14336         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14337         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14338         for these modules.
14339
14340 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14341
14342         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14343         (which shouldn't happen), generate nothing instead of returning 0
14344         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14345
14346 2005-03-16  Bruno Haible  <bruno@clisp.org>
14347
14348         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14349         HAVE_LONGLONG_64BIT.
14350
14351 2005-03-16  Bruno Haible  <bruno@clisp.org>
14352
14353         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14354         HAVE_LONGLONG_64BIT.
14355
14356 2005-03-16  Bruno Haible  <bruno@clisp.org>
14357
14358         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14359         HAVE_LONGLONG_64BIT.
14360
14361 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14362
14363         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14364         reliably distinguish strftime failure from empty output on POSIX
14365         hosts.
14366
14367 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14368
14369         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14370         (iconv_string): Don't guess a size-zero buffer, as that might cause
14371         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14372         result would be 'too large', where 'too large' is (heuristically)
14373         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14374         overflow concerns.  This will prevent some unwanted malloc failures
14375         when the inputs are very large.
14376
14377 2005-03-15  Karl Berry  <karl@gnu.org>
14378
14379         * config/srclist.txt (config.rpath): from gettext.
14380         * config/config.rpath: update.
14381
14382 2005-03-15  Bruno Haible  <bruno@clisp.org>
14383
14384         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14385         to 'negate'.
14386
14387         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14388         variable.
14389
14390         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14391         results.
14392
14393 2005-03-14  Simon Josefsson  <jas@extundo.com>
14394
14395         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14396         <fx@gnu.org>.
14397
14398 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14401         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14402         intprops.h.
14403         * lib/strtol.c: Likewise.
14404
14405 2005-03-14  Jim Meyering  <jim@meyering.net>
14406
14407         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14408         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14409         to be nonzero so that we (and caller) can detect the difference
14410         between a valid zero-length expansion and an error return, even
14411         when the underlying strftime fails before writing anything into
14412         that location.
14413
14414 2005-03-14  Bruno Haible  <bruno@clisp.org>
14415
14416         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14417         Update from GNU gettext 0.14.3.
14418
14419 2005-03-10  Jim Meyering  <jim@meyering.net>
14420
14421         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14422
14423 2005-03-10  Jim Meyering  <jim@meyering.net>
14424
14425         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14426         so that this module works on systems without fchdir.
14427
14428 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         Factor int-properties macros into a single file, except for
14431         glibc-related files.
14432         * lib/intprops.h: New file.
14433         * lib/getloadavg.c: Include it instead of limits.h.
14434         (INT_STRLEN_BOUND): Remove.
14435         * lib/human.c: Include intprops.h.
14436         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14437         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14438         302/1000.
14439         * lib/inttostr.h: Include intprops.h instead of limits.h.
14440         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14441         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14442         for consistency with intprops.h.
14443         (time_t_is_integer, twos_complement_arithmetic): Use them.
14444         * lib/sig2str.h: Include <signal.h>, intprops.h.
14445         (INT_STRLEN_BOUND): Remove.
14446         * lib/strftime.c (TYPE_SIGNED): Remove.
14447         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14448         * lib/strtol.c: Adjust comments to match intprops.h.
14449         * lib/userspec.c: Include intprops.h.
14450         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14451         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14452         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14453         instead of rolling our own expressions.
14454         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14455
14456         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14457         instead of int.
14458         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14459         the right thing even if adding 1900 would overflow.  Similarly
14460         for tm_mon + 1 and tm_yday + 1.
14461         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14462         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14463         (DO_SIGNED_NUMBER): New macro.
14464         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14465
14466 2005-03-07  Bruno Haible  <bruno@clisp.org>
14467
14468         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14469
14470 2005-03-07  Bruno Haible  <bruno@clisp.org>
14471
14472         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14473
14474 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14475
14476         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14477         (func_import): Only replace files via --import when they have actually
14478         changed.
14479
14480 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14481
14482         * m4/mmap-anon.m4: New file.
14483         * m4/pagealign_alloc.m4: New file.
14484
14485 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14486             Bruno Haible  <bruno@clisp.org>
14487
14488         * modules/pagealign_alloc: New file.
14489         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14490
14491 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14492             Bruno Haible  <bruno@clisp.org>
14493
14494         * lib/pagealign_alloc.h: New file.
14495         * lib/pagealign_alloc.c: New file.
14496
14497 2005-03-03  Bruno Haible  <bruno@clisp.org>
14498
14499         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14500         Use an all-permissive copyright notice, recommended by RMS.
14501
14502 2005-03-02  Bruno Haible  <bruno@clisp.org>
14503
14504         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14505         of AIX, the replacement has to be done only after <string.h> is
14506         included, therefore not in config.h. stpncpy.h does the replacement,
14507         and stpncpy.c uses it.
14508
14509 2005-03-02  Bruno Haible  <bruno@clisp.org>
14510
14511         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14512         stpncpy.c uses it.
14513
14514 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14515
14516         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14517         The workaround isn't strictly needed for POSIX conformance, and
14518         it's too much of a pain to configure and maintain.  We'll ask
14519         people to fix their kernels instead.
14520         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14521         (NANOSLEEP_BUG_WORKAROUND): Remove.
14522         (xnanosleep): Remove the workaround.
14523
14524 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14527         Reported by Derek Price.
14528         (Include): Add "timespec.h".
14529
14530         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14531
14532 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14535         to detect nanosleep bug.
14536
14537 2005-03-01  Bruno Haible  <bruno@clisp.org>
14538
14539         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14540
14541 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * modules/gethrxtime: New file.
14544         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14545         (Depends-on): Add gethrxtime.
14546         (configure.ac): Add gl_XNANOSLEEP.
14547         (Makefile.am): Remove lib_SOURCES line.
14548
14549 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14550
14551         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14552         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14553
14554 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14557         * lib/timespec.h (gettime): Return void, since it always
14558         succeeds now.  All uses changed.
14559         * lib/gettime.c (gettime) Likewise.
14560         [HAVE_NANOTIME]: Prefer nanotime.
14561         Assume gettimeofday succeeds, as POSIX requires.
14562         Assime time () succeeds, since other code already does.
14563         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14564         (timespec_subtract): Remove.
14565         (NANOSLEEP_BUG_WORKAROUND): New constant.
14566         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14567         things considerably.  Use it only on GNU/Linux hosts, since the
14568         workaround shouldn't be needed elsewhere.
14569
14570 2005-02-24  Bruno Haible  <bruno@clisp.org>
14571
14572         * modules/gettext (Files): Add m4/glibc2.m4.
14573
14574 2005-02-24  Bruno Haible  <bruno@clisp.org>
14575
14576         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14577         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14578         * m4/progtest.m4:
14579         Update from GNU gettext 0.14.2.
14580         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14581
14582 2005-02-24  Bruno Haible  <bruno@clisp.org>
14583
14584         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14585         * lib/config.charset: Update from GNU gettext 0.14.2.
14586
14587 2005-02-24  Bruno Haible  <bruno@clisp.org>
14588
14589         * lib/gettext.h: Update from GNU gettext 0.14.2.
14590
14591 2005-02-23  Simon Josefsson  <jas@extundo.com>
14592
14593         * m4/iconvme.m4: New file.
14594
14595 2005-02-23  Jim Meyering  <jim@meyering.net>
14596
14597         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14598         change.
14599         Thanks to Bruno Haible for catching it.
14600
14601 2005-02-22  Simon Josefsson  <jas@extundo.com>
14602
14603         * modules/iconvme: New file.
14604
14605         * MODULES.html.sh: Add iconvme.
14606
14607 2005-02-22  Simon Josefsson  <jas@extundo.com>
14608
14609         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14610
14611 2005-02-22  Simon Josefsson  <jas@extundo.com>
14612
14613         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14614
14615 2005-02-22  Jim Meyering  <jim@meyering.net>
14616
14617         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14618         s/ifndef/ifdef/.
14619
14620 2005-02-20  Neil Conway  <neilc@samurai.com>
14621
14622         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14623         returned by OSX/Darwin if the specified buffer is not large
14624         enough for the hostname.
14625
14626 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14627
14628         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14629         pass it to _help, otherwise the latter coredumps trying to
14630         dereference state.root_argp.
14631
14632 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         * modules/chdir-long (Depends-on): Add memrchr.
14635         * modules/memrchr (Files): Add lib/memrchr.h.
14636         (Include): "memrchr.h".
14637
14638 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14641
14642 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14643
14644         * lib/memrchr.h: New file.
14645         * lib/chdir-long.c: Include it.
14646         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14647         Don't bother including stddef.h.
14648
14649 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14650
14651         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14652         inclusion.
14653         Include <sys/types.h>, for dev_t.
14654         (ME_DUMMY, ME_REMOTE): Move from here....
14655         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14656         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14657         Dmitry V. Levin.
14658         Include mountlist.h first, to test the interface.
14659
14660 2005-01-29  Bruno Haible  <bruno@clisp.org>
14661
14662         * lib/progname.c (program_name): Initialize.
14663         Needed when linking statically on MacOS X.
14664
14665 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         Sync from coreutils.
14668         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14669         (Depends-on): Add c-strtod.
14670         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14671
14672 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14673
14674         Sync from coreutils.
14675         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14676
14677         Remove files that are specific to coreutils.
14678         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14679
14680 2005-01-28  Bruno Haible  <bruno@clisp.org>
14681
14682         * modules/javacomp: New file.
14683         * MODULES.html.sh (Java): Add javacomp.
14684
14685 2005-01-28  Bruno Haible  <bruno@clisp.org>
14686
14687         * m4/javacomp.m4: New file, from GNU gettext.
14688
14689 2005-01-28  Bruno Haible  <bruno@clisp.org>
14690
14691         * lib/javacomp.sh.in: New file, from GNU gettext.
14692         * lib/javacomp.h: New file, from GNU gettext.
14693         * lib/javacomp.c: New file, from GNU gettext.
14694
14695 2005-01-26  Simon Josefsson  <jas@extundo.com>
14696
14697         * lib/gai_strerror.c: Use GPL in header.
14698
14699 2005-01-26  Bruno Haible  <bruno@clisp.org>
14700
14701         * modules/javaexec: New file.
14702         * MODULES.html.sh (Java): Add javaexec.
14703
14704 2005-01-26  Bruno Haible  <bruno@clisp.org>
14705
14706         * m4/javaexec.m4: New file, from GNU gettext.
14707
14708 2005-01-26  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/javaexec.sh.in: New file, from GNU gettext.
14711         * lib/javaexec.h: New file, from GNU gettext.
14712         * lib/javaexec.c: New file, from GNU gettext.
14713
14714 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14715
14716         * modules/lchown (Depends-on): Remove lchown.h
14717
14718 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14719
14720         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14721         must be defined if the header file was not found, in order
14722         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14723
14724 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14725
14726         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14727         initializers for struct pentry_state.
14728         (__argp_error): Check return value of __asprintf
14729         (__argp_failure): Translate error message
14730
14731         * lib/argp-parse.c: Removed braces around the expansion of N_()
14732
14733 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14734
14735         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14736         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14737         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14738         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14739         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14740         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14741         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14742         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14743         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14744         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14745         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14746         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14747         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14748         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14749         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14750         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14751         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14752         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14753         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14754         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14755         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14756         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14757         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14758         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14759         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14760         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14761         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14762         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14763         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14764         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14765         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14766         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14767         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14768         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14769         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14770         Use an all-permissive copyright notice, recommended by RMS.
14771
14772 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * modules/chdir-long (Depends-on): Remove mempcpy.
14775
14776 2005-01-21  Jim Meyering  <jim@meyering.net>
14777
14778         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14779         same value as for Solaris 9.
14780
14781         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14782         component length.  This included changing the parameter to be
14783         of type `char *' rather than `char const *'.
14784         * lib/chdir-long.h (chdir_long): Update prototype.
14785
14786         * lib/openat.c (fdopendir, fstatat): New functions.
14787         * lib/openat.h: Include headers required for use of DIR and struct
14788         stat.
14789         [AT_SYMLINK_NOFOLLOW]: Define.
14790         (fdopendir, fstatat): Add prototypes.
14791
14792 2005-01-21  Bruno Haible  <bruno@clisp.org>
14793
14794         * modules/classpath: New file.
14795         * MODULES.html.sh (Java): Add classpath.
14796
14797 2005-01-21  Bruno Haible  <bruno@clisp.org>
14798
14799         * lib/classpath.h: New file, from GNU gettext.
14800         * lib/classpath.c: New file, from GNU gettext.
14801
14802 2005-01-20  Simon Josefsson  <jas@extundo.com>
14803
14804         * modules/version-etc-fsf: New file.
14805
14806 2005-01-20  Simon Josefsson  <jas@extundo.com>
14807
14808         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14809         * lib/version-etc.c: Remove version_etc_copyright.
14810         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14811         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14812
14813 2005-01-20  Simon Josefsson  <jas@extundo.com>
14814
14815         * lib/base64.h (isbase64): Add.
14816
14817         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14818         using a unsigned prototype, don't inline.
14819         (base64_decode): Use it.
14820
14821 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14822
14823         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14824         it.
14825
14826 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * lib/save-cwd.c (save_cwd): Remove code to support the case
14829         where fchdir is missing or flaky.
14830
14831 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14834
14835 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14838         AC_LIBSOURCES now does this.
14839         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14840         with new ullong_max module.
14841
14842 2005-01-19  Bruno Haible  <bruno@clisp.org>
14843
14844         * modules/sh-quote: New file.
14845         * MODULES.html.sh (Executing programs): Add sh-quote.
14846
14847 2005-01-19  Bruno Haible  <bruno@clisp.org>
14848
14849         * lib/sh-quote.h: New file, from GNU gettext.
14850         * lib/sh-quote.c: New file, from GNU gettext.
14851
14852 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         Merge from coreutils.
14855         * m4/ullong_max.m4: New file.
14856         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14857         (gl_MACROS): Assume localeconv exists.
14858
14859 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         Merge changes from coreutils, as described below in several
14862         changelogs dated today.
14863
14864         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14865         (O_DIRECTORY): Remove; not needed here, since "." must be
14866         a directory.  All uses removed.
14867         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14868         universal on Suns, and we also need to test for IRIX.
14869         Revamp code to use 'if' rather than '#if'.
14870         Avoid unnecessary comparison of cwd->desc to 0.
14871
14872         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14873         for known valid error numbers rather than observed invalid ones.
14874
14875 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14876
14877         * modules/ullong_max: New file.
14878
14879         * modules/chdir-long, modules/openat: New files.
14880         * modules/save-cwd (Depends-on): Depend on chdir-long.
14881         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14882
14883 2005-01-18  Jim Meyering  <jim@meyering.net>
14884
14885         Merge from coreutils.
14886         * m4/chdir-long.m4, m4/openat.m4: New files.
14887         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14888         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14889         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14890         is sane and DOES follow symlinks.  Besides, testing 20 different
14891         systems found no broken chown implementations.
14892         Prompted by a change in rsync's copy of this macro.
14893         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14894
14895         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14896
14897         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14898         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14899         NULL-means-set-to-current-time semantics.
14900         Remove temporary file immediately, rather than waiting
14901         for configure's at-exit trap code to do it.
14902
14903 2005-01-18  Jim Meyering  <jim@meyering.net>
14904
14905         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14906
14907         * lib/utimens.c (futimens): Account for the fact that futimes
14908         can also fail with errno == ENOSYS or errno == ENOENT.
14909         Patch from Dmitry V. Levin.
14910
14911         Change the name of the robust chdir function from chdir to chdir_long.
14912         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14913         (restore_cwd): Use chdir_long, not chdir.
14914         * lib/chdir-long.c: Renamed from chdir.c.
14915         * lib/chdir-long.h: Renamed from chdir.h.
14916         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14917         Hurd.
14918
14919 2005-01-18  Bruno Haible  <bruno@clisp.org>
14920
14921         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14922         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14923         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14924         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14925         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14926         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14927         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14928         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14929         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14930         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14931         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14932         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14933         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14934         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14935         Use an all-permissive copyright notice, recommended by RMS.
14936
14937 2005-01-18  Bob Proulx  <bob@proulx.com>
14938
14939         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14940         simplify offsetof() macro construct to avoid compile failure with
14941         native HP-UX 11.0 ANSI C compiler.
14942
14943 2005-01-17  Bruno Haible  <bruno@clisp.org>
14944
14945         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14946         redundant because stpncpy.m4 takes care of it.
14947
14948 2005-01-17  Bruno Haible  <bruno@clisp.org>
14949
14950         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14951
14952 2005-01-17  Bruno Haible  <bruno@clisp.org>
14953
14954         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14955         used.
14956
14957 2005-01-17  Bruno Haible  <bruno@clisp.org>
14958
14959         * lib/fwriteerror.h (fwriteerror): Change specification to include
14960         fclose.
14961         * lib/fwriteerror.c: Include <stdbool.h>.
14962         (fwriteerror): At the end, close the file stream. Record whether
14963         stdout was already closed.
14964
14965 2005-01-17  Bruno Haible  <bruno@clisp.org>
14966
14967         * lib/execute.c (environ): Declare if needed.
14968         * lib/pipe.c (environ): Likewise.
14969         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14970
14971 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14972
14973         * modules/argp: Depend on vsnprintf
14974
14975 2005-01-10  Jim Meyering  <jim@meyering.net>
14976
14977         * modules/closeout (Depends-on): Add atexit.
14978
14979 2005-01-06  Bruno Haible  <bruno@clisp.org>
14980
14981         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14982
14983 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14986         definitions to be after all include files, to avoid collisions.
14987         Problem reported by Bob Proulx.
14988
14989 2005-01-04  Jim Meyering  <jim@meyering.net>
14990
14991         Changes imported from coreutils.
14992         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14993         as the mkstemp template, use a temporary directory and an
14994         8.3-friendly template to avoid trouble on systems like DJGPP.
14995         Reported by Juan M. Guerrero via Stepan Kasal.
14996         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14997         close. Remove the temporary directory right away, rather than waiting
14998         for configure's at-exit trap code to do it.
14999         Suggestion from Stepan Kasal.
15000
15001 2005-01-01  Simon Josefsson  <jas@extundo.com>
15002
15003         * gnulib-tool: Print #include directives when --import'ing.
15004
15005 2004-12-28  Simon Josefsson  <jas@extundo.com>
15006
15007         * tests/test-base64.c: Include required header files.  Remove
15008         unused variables.
15009
15010 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * modules/error (Depends-on): Remove gettext.
15013
15014 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15015
15016         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15017         not needed.  This removes a dependency on the gettext module.
15018         [defined _LIBC]: Do not include <libintl.h>; not needed.
15019
15020 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15021
15022         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15023         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15024
15025 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15026
15027         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15028         HAVE_DECL_STRTOLD.
15029
15030 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15031
15032         * modules/getdate (Depends-on): Remove alloca-opt.
15033
15034 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15037
15038 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15039
15040         * lib/argp-parse.c: Include <stddef.h>.
15041         (alignof, alignto): New macros.
15042         (parser_init): Don't assume that void * is aligned sufficiently
15043         for struct option.
15044
15045         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15046         need to extend the stack.
15047         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15048         large.
15049
15050 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15051
15052         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15053
15054 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15055
15056         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15057         (2004-10-24) change.  Apparently this was a false alarm.
15058
15059         * modules/getdate: Depend on alloca-opt, not alloca.
15060
15061 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15062
15063         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15064         Remove now-obsolete comment about AIX.
15065         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15066         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15067         (YYMAXDEPTH): New macro.
15068
15069 2004-12-18  Simon Josefsson  <jas@extundo.com>
15070
15071         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15072
15073 2004-12-18  Bruno Haible  <bruno@clisp.org>
15074
15075         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15076
15077 2004-12-18  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/fatal-signal.c (fatal_signals): Make non-const.
15080         (init_fatal_signals): New function.
15081         (uninstall_handlers, install_handlers): Ignore signals that were set to
15082         SIG_IGN.
15083         (at_fatal_signal): Call init_fatal_signals.
15084         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15085         SIG_IGN.
15086         Reported by Paul Eggert.
15087
15088 2004-12-18  Bruno Haible  <bruno@clisp.org>
15089
15090         * doc/alloca.texi: New file.
15091         * doc/alloca-opt.texi: New file.
15092
15093 2004-12-17  Jim Meyering  <jim@meyering.net>
15094
15095         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15096         Otherwise, install-sh could exit with improper exit status when
15097         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15098
15099 2004-12-16  Simon Josefsson  <jas@extundo.com>
15100
15101         * tests/test-base64.c: Add license.
15102
15103 2004-12-15  Stepan Kasal  <address@hidden>
15104
15105         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15106
15107 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * modules/getcwd (Files): Add m4/d-ino.m4.
15110         Suggested by Mark D. Baushke.
15111
15112 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15113
15114         * lib/getdate.y (textint): New member "negative".
15115         (time_zone_hhmm): New function.
15116         Expect 14 shift-reduce conflicts, not 13.
15117         (o_colon_minutes): New rule.
15118         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15119         (yylex): Set the "negative" member of signed numbers.
15120
15121 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15122
15123         * doc/getdate.texi (Time of day items, Time zone items):
15124         Describe new formats +00:00, UTC+00:00.
15125
15126 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15129         spurious "-l"s.  Problem reported by Stepan Kasal.
15130
15131 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15134         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15135
15136 2004-12-04  Simon Josefsson  <jas@extundo.com>
15137
15138         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15139         Vandoorselaere <yoann@prelude-ids.org>.
15140
15141 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15142
15143         Changes imported from coreutils.
15144         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15145         exist.
15146         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15147
15148 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         Changes imported from coreutils.
15151         * lib/hard-locale.c: Assume <locale.h> exists.
15152         Include "strdup.h".
15153         (GLIBC_VERSION): New macro.
15154         (hard_locale): Assume setlocale exists.
15155         Rewrite to avoid #ifdef.
15156         Use strdup rather than malloc + strcpy.
15157         * lib/human.c: Assume <locale.h> exists.
15158         (human_readable): Assume localeconv exists.
15159
15160 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15161
15162         * modules/hard-locale (Depends-on): Add strdup.
15163
15164 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15165
15166         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15167         convert T2, not T.  (Imported from libc.)
15168
15169 2004-11-30  Simon Josefsson  <jas@extundo.com>
15170
15171         * modules/restrict (License): Change to LGPL.
15172
15173 2004-11-30  Simon Josefsson  <jas@extundo.com>
15174
15175         * m4/restrict.m4: Add copyright and copying conditions.
15176
15177 2004-11-30  Simon Josefsson  <jas@extundo.com>
15178
15179         * m4/base64.m4: New file.
15180
15181 2004-11-30  Simon Josefsson  <jas@extundo.com>
15182
15183         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15184         base64.
15185
15186         * tests/test-base64.c: New file.
15187
15188         * modules/base64: New file.
15189
15190 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15193         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15194
15195         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15196
15197 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15198
15199         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15200         (__getcwd.c): Don't restore errno; glibc doesn't.
15201         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15202         first, falling back to our code only if its results look suspicious.
15203         Ensure that the resulting buffer is only as large as necessary.
15204
15205         * lib/readutmp.c: Include readutmp.h first.
15206         Include <errno.h>, since readutmp.h no longer does that.
15207         * lib/readutmp.h: Don't include <errno.h>,
15208         <sys/param.h>, <time.h>; not needed to establish interface.
15209         (errno): Remove decl.
15210         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15211         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15212         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15213
15214 2004-11-28  Simon Josefsson  <jas@extundo.com>
15215
15216         * lib/base64.h, base64.c: New file.
15217
15218 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15221
15222 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15223
15224         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15225         (Depends-on): Remove pathmax, same.  Add mempcpy.
15226         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15227         (Makefile.am): Append getcwd.h to lib_SOURCES.
15228         (Include): Add getcwd.h.
15229         (Maintainer): Change from Jim Meyering to "all, glibc",
15230         since getdate now uses intended-for-glibc code.
15231         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15232         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15233
15234 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15235
15236         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15237         HP's ANSI C compiler.
15238         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15239         Declaring int functions causes warnings on some modern systems and
15240         shouldn't be needed to compile on ancient ones.
15241         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15242         defined.
15243
15244         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15245         with the following changes.
15246         (__set_errno): Parenthesize properly.
15247         Include <stdbool.h>.
15248         (MIN, MAX, MATCHING_INO): New macros.
15249         (__getcwd): Define with prototype, not K&R form.
15250         Use heuristics to allocate default buffer on stack if possible.
15251         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15252         behavior, and to avoid the PATH_MAX limit when computing
15253         ../../../../...
15254         Use MATCHING_INO to compare inode number to file.
15255         Check for arithmetic overflow in size calculations.
15256         Fix bug in reallocation of dot array that caused getcwd to fail
15257         on directories nested deeper than 75.
15258         Be more careful about saving errno on error.
15259         Do not use realloc; use only free+malloc, as this is a bit
15260         more flexible and avoids a needless copy operation.
15261         Do not inspect st_dev and st_ino for symbolic links; POSIX
15262         doesn't specify the latter.
15263         Check for closedir errors.
15264         Avoid needless casts.
15265         Use "#ifdef weak_alias" around weak_alias, to be like other
15266         glibc code.
15267         The following changes to getcwd.c have effect only when used in
15268         gnulib; they have no effect inside glibc proper.
15269         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15270         as alloca isn't used.
15271         (alloca, __alloca): Likewise.
15272         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15273         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15274         unconditionally, as gnulib assumes C89 or better.
15275         Do not include <sys/param.h>.
15276         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15277         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15278         better.
15279         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15280         Include <dirent.h> in a way that is compatible with modern Autoconf.
15281         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15282         New macros, if not already defined.
15283         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15284         Use "_LIBC", not "defined _LIBC", for consistency.
15285         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15286         a mempcpy module.
15287         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15288         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15289         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15290         credit only to Jim Meyering and adjust the copyright dates.
15291         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15292         <stdlib.h>, <unistd.h>, "pathmax.h".
15293         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15294         (INITIAL_BUFFER_SIZE): Remove.
15295         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15296
15297 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15300         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15301         Use the _ONCE methods, for efficiency.
15302         Check for fcntl.h.  In test program, include <errno.h>
15303         and <fcntl.h> if available.  Remove old K&R cruft from
15304         test program.  Check for common errors in GNU/Linux,
15305         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15306         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15307         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15308         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15309         name accordingly.
15310         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15311         accommodate new getcwd.c.
15312         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15313         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15314         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15315         that's all we need now.
15316
15317 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15318
15319         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15320         argp-parse.c depends on getopt internals, that means we should
15321         always use our getopt, to be on the safe side.
15322         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15323         order not to spoil the result of an eventual previous invocation
15324         of gl_GETOPT_SUBSTITUTE.
15325
15326 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15327
15328         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15329         redefinition warnings. To avoid them, include the defines
15330         in `#if !defined __need_getopt ... #endif'. The only place
15331         where __getopt_argv_const is used is in definitions
15332         of getopt_long and getopt_long_only below, which are as well
15333         protected by `#ifndef __need_getopt'.
15334         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15335         __need_getopt after including <stdio.h> and <unistd.h> These
15336         headers might have defined it.
15337
15338 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15341
15342 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15345         (futimens): New function, which uses futimes if available.
15346         (futimens, utimens): Support timespec==NULL, with same semantics
15347         as utime and utimens.
15348         * lib/utimens.h (futimens): New decl.
15349
15350 2004-11-23  Jim Meyering  <jim@meyering.net>
15351
15352         * lib/getopt_.h: Remove trailing blanks.
15353
15354 2004-11-23  Jim Meyering  <jim@meyering.net>
15355
15356         * lib/__fpending.c: Add comment.
15357
15358 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15359
15360         * modules/canonicalize (Depends-on): Add xreadlink.
15361         Problem reported by James Youngman.
15362
15363 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15366         New macros.
15367         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15368         optopt): Use them instead of invoking ## directly; otherwise, the
15369         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15370
15371 2004-11-19  Bruno Haible  <bruno@clisp.org>
15372
15373         * lib/strtok_r.c: Move comments from here...
15374         * lib/strtok_r.h: ... to here.
15375
15376 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15379         implementations that mishandle size_t overflow.
15380
15381 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15384         might fail.  Problem reported by Yoann Vandoorselaere.
15385         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15386         implementations that mishandle size_t overflow.
15387
15388 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15389
15390         * modules/canon-host (Depends-on): Add strdup.
15391
15392 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15393
15394         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15395
15396 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         * lib/canon-host.c: Include "strdup.h".
15399         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15400         Use strdup instead of malloc/strcpy to duplicate strings.
15401
15402         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15403         (human_space_before_unit): New constant.
15404         * lib/human.c (human_readable): Support it.
15405
15406         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15407         (xgetcwd): Set errno correctly when failing.
15408         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15409         the failure is actually due to a PATH_MAX problem.
15410
15411         Further getopt changes to make it more likely that glibc will
15412         buy the changes back.
15413         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15414         (getopt): Use it, so to preserve glibc semantic
15415         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15416         when compiling for libc.
15417         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15418         (getopt_long, getopt_long_only): Use it.
15419
15420         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15421         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15422         (getopt): Argv is now char * const *, as per standard.
15423         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15424         not char *__getopt_argv_const *.
15425         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15426         _getopt_long_only_r): Likewise.
15427         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15428         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15429         _getopt_long_r, _getopt_long_only_r): Likewise.
15430         * lib/getopt_.h (__getopt_argv_const): Remove.
15431         (getopt): Argv is now char * const *, as per standard.
15432
15433         * lib/getdate.y (tORDINAL): New token.
15434         (day, relunit): Allow it for relative times.
15435         (relative_time_table): Use tORDINAL for ordinals.
15436
15437 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15440         Document that "second" isn't allowed as an ordinal number.
15441
15442 2004-11-16  Jim Meyering  <jim@meyering.net>
15443
15444         * modules/closeout (Depends-on): Add fpending.
15445
15446 2004-11-15  Jim Meyering  <jim@meyering.net>
15447
15448         * lib/closeout.c: Include "__fpending.h" once again.
15449         Include <stdbool.h>.
15450         (close_stdout): Don't fail just because stdout was closed initially,
15451         since some programs don't write to stdout in the normal course of
15452         operation (other than --version and --help), and we don't want this
15453         function to make e.g. `touch file >&-' fail.
15454         But do fail if it was closed and someone has tried to write to it.
15455         E.g., `printf foo >&-' must fail.
15456
15457 2004-11-13  Jim Meyering  <jim@meyering.net>
15458
15459         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15460
15461 2004-11-12  Simon Josefsson  <jas@extundo.com>
15462
15463         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15464         small doc fix is still pending.
15465
15466 2004-11-11  Simon Josefsson  <jas@extundo.com>
15467
15468         * modules/strtok_r: New file.
15469
15470         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15471         strtok_r.
15472
15473 2004-11-11  Simon Josefsson  <jas@extundo.com>
15474
15475         * m4/strtok_r.m4: New file.
15476
15477         * m4/getopt.m4: Replace opterr.
15478
15479 2004-11-11  Simon Josefsson  <jas@extundo.com>
15480
15481         * lib/strtok_r.h, strtok_r.c: New file.
15482
15483 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15486         of replacing opterr, getopt, etc.  This should handle the
15487         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15488
15489 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15490
15491         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15492         we can stop lying to compilers about the constness of argv when we
15493         are compiled outside glibc.
15494         (getopt, getopt_long, getopt_long_only): Use it.
15495         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15496         _getopt_internal, getopt): Likewise.
15497         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15498         _getopt_long_only_r): Likewise.
15499         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15500         _getopt_long_r, _getopt_long_only_r): Likewise.
15501
15502         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15503         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15504         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15505         the other external symbols.
15506         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15507         declaration, since the above renaming now works around collisions.
15508
15509 2004-11-11  Jim Meyering  <jim@meyering.net>
15510
15511         * lib/linebreak.c: Remove trailing blanks.
15512         * lib/alloca_.h: Likewise.
15513         * lib/acosl.c: Likewise.
15514         * lib/euidaccess.c: Likewise.
15515         * lib/allocsa.h: Likewise.
15516
15517 2004-11-10  Simon Josefsson  <jas@extundo.com>
15518
15519         * m4/getaddrinfo.m4: New file.
15520
15521 2004-11-10  Simon Josefsson  <jas@extundo.com>
15522
15523         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15524
15525 2004-11-10  Simon Josefsson  <jas@extundo.com>
15526
15527         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15528         getaddrinfo.
15529
15530         * modules/getaddrinfo: New file.
15531
15532 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15533
15534         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15535
15536 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * lib/mktime.c (SHR): New macro, which is a portable
15539         substitute for >> that should work even on Crays.
15540         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15541         Problem reported by Mark D. Baushke in
15542         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15543         * lib/getdate.y (SHR): Likewise.
15544         (tm_diff): Use it.
15545         * lib/strftime.c (SHR): Likewise.
15546         (tm_diff): Use it.
15547         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15548         quote_these_too, so that right shifts are well defined.  All uses
15549         changed.
15550
15551 2004-11-10  Jim Meyering  <jim@meyering.net>
15552
15553         Ensure that no close failure goes unreported.
15554         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15555         return early when it seems there's nothing to flush.
15556         Don't include __fpending.h.
15557
15558 2004-11-10  Jim Meyering  <jim@meyering.net>
15559
15560         * modules/closeout (Depends-on): Remove fpending.
15561
15562 2004-11-10  Jim Meyering  <jim@meyering.net>
15563
15564         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15565
15566 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15569         gl_FUNC_STRFTIME.
15570         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15571         and AC_REQUIRE when possible, to avoid duplicate checks.
15572         Check for <wchar.h>.
15573
15574 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15577
15578 2004-11-09  Bruno Haible  <bruno@clisp.org>
15579
15580         * m4/sockpfaf.m4: New file.
15581
15582 2004-11-05  Bruno Haible  <bruno@clisp.org>
15583
15584         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15585         Reported by Mark D. Baushke <mdb@cvshome.org>.
15586
15587 2004-11-04  Bruno Haible  <bruno@clisp.org>
15588
15589         2004-09-11  Bruno Haible  <bruno@clisp.org>
15590                 * allocsa.valgrind: New file.
15591         2004-02-06  Bruno Haible  <bruno@clisp.org>
15592                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15593                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15594                 Reported by Christopher Seip <chris.seip@hp.com>.
15595
15596 2004-11-04  Bruno Haible  <bruno@clisp.org>
15597
15598         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15599         (Makefile.am): Distribute it.
15600
15601 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15604         with errno == ERANGE if the buffer is too small.
15605         Problem reported by Mark D. Baushke.
15606
15607 2004-11-03  Albert Chin  <china@thewrittenword.com>
15608             Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15611         equivalent, substitute $ac_type for equivalent type rather than
15612         blindly using uint32_t *always* which won't work if uint32_t is not
15613         available.  Define _UINT32_T to work around typedef of uint32_t if
15614         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15615         2.5.1.
15616
15617 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15618
15619         * m4/jm-macros.m4: Sync from coreutils.
15620         (gl_MACROS): Check for mbrlen, for pathchk.
15621         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15622
15623 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * lib/xreadlink.c (MAXSIZE): New macro.
15626         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15627         size does not exceed MAXSIZE.  Avoid cast.
15628         As suggested by Mark D. Baushke in
15629         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15630         if readlink fails with buffer size just under MAXSIZE, try again
15631         with MAXSIZE.
15632
15633 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15634
15635         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15636
15637 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15638         and  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15641         (get_date): Overparenthesize to avoid GCC warning.
15642
15643 2004-11-02  Bruno Haible  <bruno@clisp.org>
15644
15645         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15646         returns void.
15647
15648 2004-11-02  Bruno Haible  <bruno@clisp.org>
15649
15650         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15651         function returns void.
15652
15653 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15656         fflush_unlocked, flockfile, funlockfile, funlockfile,
15657         fputs_unlocked, putc_unlocked.
15658
15659 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15660
15661         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15662         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15663         already declared.
15664
15665 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15666
15667         * modules/getdate (Files): Add doc/getdate.texi.
15668         (Depends-on): Add setenv, xalloc.
15669
15670 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * lib/getdate.y: Add support for TZ="foo" within a date string.
15673         Fix some bugs near time_t boundaries.  Reject dates with
15674         out-of-range components, e.g., "Sept 31".
15675         Include <stdlib.h>, "setenv.h", "xalloc.h".
15676         (ISDIGIT_LOCALE): Remove; unused.
15677         Note that the TZ and time functions used here are not reentrant.
15678         (mktime_ok, get_tz): New functions.
15679         (TZBUFSIZE): New constant.
15680         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15681         This requires that we sometimes generate our own TZ="XXX..." setting.
15682
15683 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * doc/getdate.texi: New file, from coreutils with modifications for
15686         the new TZ parsing.
15687
15688 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15689
15690         * lib/mktime.c (not_equal_tm): Remove redundant check.
15691
15692 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15693
15694         * modules/regex (lib_SOURCES): Add regex.c.
15695         Reported by James Youngman in
15696         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15697
15698 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * lib/getdate.y: Use Bison 1.875 features, and some minor
15701         code cleanups.  This change does not affect semantics.
15702         Don't include <stdlib.h>; no longer needed.
15703         Don't include unlocked-io.h; only the "#if TEST" code uses
15704         stdio, and performance isn't crucial there.
15705         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15706         Bison 1.875 features as described below.
15707         All uses of "PC." replaced by "pc->".
15708         (YYSTYPE): Add a forward declaration.
15709         (yylex, yyerror): Use full prototypes in forward decls.
15710         Use "%pure-parser" rather than obsolescent "%pure_parser".
15711         Use %parse-param and %lex-param instead of obsolescent
15712         YYPARSE_PARAM and YYLEX_PARAM.
15713         (meridian_table, month_and_day_table, time_units_table,
15714         relative_time_table, time_zone_table, military_table,
15715         lookup_zone, lookup_word, get_date):
15716         Use NULL instead of 0 where appropriate.
15717         (to_hour): Avoid abort (), to avoid a dependency on
15718         stdlib.h.
15719         (yyerror, yylex): Now accepts parser_control * arg.
15720         (main) [TEST]: Use '\0' rather than 0 for char.
15721
15722 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15723
15724         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15725
15726 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15729         It's now the caller's responsibility to handle the case where
15730         !HAVE_GETPAGESIZE && !defined getpagesize.
15731
15732         * lib/mktime.c (leapyear): Arg is long int, not int.
15733
15734 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15737
15738 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15741         missing.  Problem reported by James Youngman.
15742
15743 2004-10-16  Simon Josefsson  <jas@extundo.com>
15744
15745         * gnulib-tool: Fix comments.  Fix parse problem.
15746         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15747
15748 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15751         implementation of getopt_long.  Problem reported by Alexander Taler in:
15752         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15753
15754 2004-10-15  Bruno Haible  <bruno@clisp.org>
15755
15756         * gnulib-tool: Untabify. Initialize supplied_libname.
15757         (func_usage): More homogenous output.
15758         (func_modules_transitive_closure, func_modules_to_filelist,
15759         func_emit_lib_Makefile_am): New functions.
15760         (func_import): New function, extracted from big case statement. Use
15761         func_get_license, func_modules_transitive_closure,
15762         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15763         opt_lgpl. Don't use test -a, as it's not portable.
15764         (func_create_testdir): Use func_modules_transitive_closure,
15765         func_modules_to_filelist, func_emit_lib_Makefile_am.
15766
15767 2004-10-15  Bruno Haible  <bruno@clisp.org>
15768
15769         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15770
15771 2004-10-15  Bruno Haible  <bruno@clisp.org>
15772
15773         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15774         the portions belonging to each module.
15775         Suggested by Derek Robert Price <derek@ximbiot.com>.
15776
15777 2004-10-12  Simon Josefsson  <jas@extundo.com>
15778
15779         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15780         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15781         to real functions.
15782
15783 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15784
15785         * modules/vsnprintf: New file.
15786
15787 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15788
15789         * m4/vsnprintf.m4: New file.
15790
15791 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15792
15793         * lib/vsnprintf.h: New file.
15794         * lib/vsnprintf.c: New file.
15795
15796 2004-10-11  Bruno Haible  <bruno@clisp.org>
15797
15798         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15799         vsnprintf.
15800
15801 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15804
15805 2004-10-07  Bruno Haible  <bruno@clisp.org>
15806
15807         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15808         fits into the provided buffer.
15809
15810 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15811
15812         * lib/diacrit.c, diacrit.h: Add GPL notice.
15813
15814         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15815         notice.
15816         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15817         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15818         This avoids a potential constant-folding bug.
15819
15820 2004-10-05  Bruno Haible  <bruno@clisp.org>
15821
15822         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15823         for the declaration of strsep.
15824
15825 2004-10-05  Bruno Haible  <bruno@clisp.org>
15826
15827         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15828
15829 2004-10-04  Simon Josefsson  <jas@extundo.com>
15830
15831         * modules/memmem: New file.
15832         * tests/test-memmem.c: New file.
15833         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15834
15835 2004-10-04  Simon Josefsson  <jas@extundo.com>
15836
15837         * m4/memmem.m4: New file.
15838
15839 2004-10-04  Simon Josefsson  <jas@extundo.com>
15840
15841         * lib/memmem.h: New file.
15842         * lib/memmem.c: New file, taken from glibc.
15843
15844 2004-10-04  Simon Josefsson  <jas@extundo.com>
15845
15846         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15847         '#ifdef USE_UNLOCKED_IO'.
15848
15849 2004-10-04  Simon Josefsson  <jas@extundo.com>
15850
15851         * config/srclist.txt: Add memmem from glibc.
15852
15853 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15854
15855         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15856
15857         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15858         modules/exclude, modules/getdate, modules/getline,
15859         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15860         modules/getusershell, modules/linebuffer, modules/md5,
15861         modules/mountlist, modules/posixtm, modules/readtokens,
15862         modules/readutmp, modules/regex, modules/sha1,
15863         modules/version-etc, modules/yesno:
15864         Remove dependency on unlocked-io.
15865
15866 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15867
15868         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15869
15870         * m4/unlocked-io.m4: Add copyright notice.
15871         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15872
15873 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15874
15875         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15876         * lib/xmalloc.c (xmemdup): Likewise.
15877         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15878         XFREE): Remove these long-obsolescent macros.
15879         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15880         * lib/xstrdup.c: Remove.
15881
15882         * lib/regex.c (re_comp): Cast gettext return value to char *,
15883         Problem reported by Martin Neitzel via Mark D. Baushke.
15884
15885 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15886
15887         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15888         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15889         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15890         regex.c, sha1.c, version-etc.c, yesno.c:
15891         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15892         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15893         the includer's responsibility.
15894
15895         Sync from coreutils.
15896
15897         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15898         points to the start of a string, as the C Standard says the
15899         resulting behavior is undefined.
15900
15901         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15902         simple -> simple_backups, numbered_existing ->
15903         numbered_existing_backups, numbered -> numbered_backups
15904         to avoid shadowing problems.  All uses changed.
15905         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15906         * lib/backupfile.c (check_extension, numbered_backup):
15907         Rename locals to avoid shadowing 'basename'.
15908         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15909         once.
15910
15911         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15912         * lib/.cvsignore: Add getopt.h.
15913
15914 2004-10-04  Bruno Haible  <bruno@clisp.org>
15915
15916         * modules/README: New file.
15917         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15918         not a module.
15919
15920 2004-10-02  Jim Meyering  <jim@meyering.net>
15921
15922         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15923
15924 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15925
15926         * modules/strsep: New file.
15927
15928 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15929
15930         * m4/strsep.m4: New file.
15931
15932 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15933
15934         * lib/strsep.h: New file.
15935         * lib/strsep.c: New file.
15936
15937 2004-10-01  Simon Josefsson  <jas@extundo.com>
15938
15939         * lib/snprintf.c (snprintf): Handle size==0.
15940
15941 2004-10-01  Simon Josefsson  <jas@extundo.com>
15942             Bruno Haible  <bruno@clisp.org>
15943
15944         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15945         (snprintf): Declare 'args'.
15946
15947 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15948
15949         * lib/snprintf.c: Remove comments as to why each header is needed.
15950
15951 2004-10-01  Bruno Haible  <bruno@clisp.org>
15952
15953         * MODULES.html.sh: Add strsep.
15954
15955 2004-09-30  Simon Josefsson  <jas@extundo.com>
15956
15957         * modules/snprintf: New file.
15958
15959 2004-09-30  Simon Josefsson  <jas@extundo.com>
15960
15961         * m4/snprintf.m4: New file.
15962
15963 2004-09-30  Simon Josefsson  <jas@extundo.com>
15964
15965         * lib/snprintf.h, lib/snprintf.c: New files.
15966
15967 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15968
15969         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15970         (hol_entry_help): Never translate an empty string.
15971         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15972         * lib/argp.h (OPTION_NO_TRANS): New option.
15973
15974 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15975
15976         * modules/argp (Maintainer): Replace Simon Josefsson
15977         by Sergey Poznyakoff.
15978
15979 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15980
15981         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15982         changes merged back into glibc.
15983
15984 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15985
15986         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15987
15988 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15989
15990         * lib/xvasprintf.c: Include xalloc.h.
15991         (xvasprintf): Use xalloc_die, not xmalloc_die.
15992
15993 2004-09-29  Bruno Haible  <bruno@clisp.org>
15994
15995         * modules/alloca-opt: New file, derived from modules/alloca.
15996         * modules/allocsa: Depend on alloca-opt instead of alloca.
15997         * modules/setenv: Likewise.
15998         * modules/vasnprintf: Likewise.
15999         * MODULES.html.sh: Add alloca-opt.
16000
16001 2004-09-28  Simon Josefsson  <jas@extundo.com>
16002
16003         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16004         LGPL, and to replace license template from GPL to LGPL.
16005
16006 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * modules/dummy: Change license to LGPL.
16009
16010 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16013
16014 2004-09-24  Simon Josefsson  <jas@extundo.com>
16015
16016         * modules/minmax (License): Change from GPL to LGPL.
16017
16018 2004-09-23  Simon Josefsson  <jas@extundo.com>
16019
16020         * gnulib-tool (--import): Typo.
16021
16022 2004-09-23  Simon Josefsson  <jas@extundo.com>
16023
16024         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16025
16026 2004-09-22  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/*: Add 'License' field.
16029         * gnulib-tool: Accept --extract-license option.
16030         (func_get_license): New function.
16031
16032 2004-09-21  Bruno Haible  <bruno@clisp.org>
16033
16034         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16035         Reported by Simon Josefsson.
16036
16037 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16038
16039         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16040         gl_AC_TYPE_LONG_LONG.
16041
16042 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16043
16044         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16045
16046 2004-09-18  Simon Josefsson  <jas@extundo.com>
16047         and  Paul Eggert  <eggert@cs.ucla.edu>
16048
16049         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16050         calls with autoreconf.  Define GL_LIB.
16051
16052 2004-09-14  Karl Berry  <karl@gnu.org>
16053
16054         * config/srclist.txt: unsync setenv.c, sigh.
16055
16056 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16057
16058         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16059         Problem reported by Bruno Haible in:
16060         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16061
16062 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16063
16064         * config/srclist.txt: Comment out argp-pvh.c.
16065
16066 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16069         in case some system header has #define'd it.  Problem reported by
16070         Soeren D. Schulze in
16071         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16072
16073 2004-09-09  Karl Berry  <karl@gnu.org>
16074
16075         * regex.[ch]: delete from the root.  These were supposed to be
16076                 synced with emacs cvs, but this has not happened for about
16077                 a year, and anyway nothing else uses emacs regex.[ch].
16078                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16079                 lib/regex[.ch] is untouched.
16080
16081 2004-09-09  Bruno Haible  <bruno@clisp.org>
16082
16083         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16084
16085 2004-09-09  Bruno Haible  <bruno@clisp.org>
16086
16087         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16088         modifications.
16089         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16090
16091 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16092
16093         * modules/xvasprintf: New file.
16094         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16095
16096 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16097
16098         * lib/xvasprintf.h: New file.
16099         * lib/xvasprintf.c: New file.
16100         * lib/xasprintf.c: New file.
16101
16102 2004-09-08  Bruno Haible  <bruno@clisp.org>
16103
16104         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16105
16106 2004-09-08  Bruno Haible  <bruno@clisp.org>
16107
16108         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16109         length is > INT_MAX.
16110         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16111         more.
16112
16113 2004-09-08  Bruno Haible  <bruno@clisp.org>
16114
16115         * lib/stdint_.h: New file, taken from GNU clisp.
16116
16117 2004-09-08  Bruno Haible  <bruno@clisp.org>
16118             Oskar Liljeblad  <oskar@osk.mine.nu>
16119
16120         * modules/stdint: New file.
16121         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16122
16123 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16124
16125         Import from coreutils.
16126         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16127         strings on unbounded length.  alloca's performance benefits aren't
16128         that important here.
16129         (V_STRDUP): Remove.
16130         (parse_with_separator): New function, with most of the internals
16131         of the old parse_user_spec.  Allow user to omit both user and group,
16132         for compatibility with FreeBSD.
16133         Clone only the user name, not the entire spec.
16134         Do not set *uid, *gid unless entirely successful.
16135         Avoid memory leak in some failing cases.
16136         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16137         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16138         (parse_user_spec): Rewrite to use parse_with_separator.
16139
16140 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * modules/userspec: Don't depend on alloca.
16143
16144 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16145
16146         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16147
16148 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16149
16150         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16151         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16152         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16153
16154 2004-08-16  Simon Josefsson  <jas@extundo.com>
16155
16156         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16157         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16158         Add --dry-run for --import.
16159         Let user provided command line parameters override configure.ac
16160         settings.
16161
16162 2004-08-12  Simon Josefsson  <jas@extundo.com>
16163
16164         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16165         as discussed with Paul Eggert in threads rooted at
16166         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16167         and
16168         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16169         Before, the test was empty, and relied on ELIDE_CODE in source
16170         code.)
16171         (gl_PREREQ_GETOPT): New macro.
16172         (gl_GETOPT): Use them.
16173
16174 2004-08-12  Simon Josefsson  <jas@extundo.com>
16175
16176         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16177         * lib/getopt_.h: Renamed from getopt.h.
16178
16179 2004-08-12  Simon Josefsson  <jas@extundo.com>
16180
16181         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16182         Change default library name from libfoo to libgnu.
16183         Now, if you have a configure.ac that says:
16184                 gl_SOURCE_BASE(gl)
16185                 gl_M4_BASE(gl/m4)
16186                 gl_MODULES(error getopt etcetera)
16187                 gl_INIT
16188         you can import all you need by running:
16189                 ../gnulib/gnulib-tool --import
16190
16191         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16192         (Makefile.am): Rewrite, use logic from argz.
16193         (Include): Use <getopt.h> instead of "getopt.h".
16194
16195 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16196
16197         * modules/argp (Files): Add m4/unlocked-io.m4.
16198         (Depends-on): Add extensions.
16199
16200 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16203         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16204         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16205         Check for program_invocation_name, program_invocation_short_name,
16206         flockfile, funlockfile, features.h, _getopt_long_only_r.
16207
16208 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16209
16210         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16211         its complicated substitute.
16212         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16213         and program_invocation_name.
16214         (__argp_basename) [!_LIBC]: Remove; the only use was
16215         replaced by its body.
16216         (__argp_short_program_name): Change condition from
16217         !defined __argp_short_program_name to
16218         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16219         to match argp-namefrob.h.
16220         (__argp_failure): Don't assume strerror_r returns char *.
16221         * lib/argp-parse.c (N_): Define unconditionally.
16222         (argp_default_options): Fill out initializers with 0 to avoid
16223         gcc warnings.
16224
16225 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16226
16227         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16228         getopt1.c.
16229
16230 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         Merge from coreutils.
16233
16234         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16235
16236         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16237         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16238
16239 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16240
16241         Merge from coreutils.
16242
16243         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16244         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16245         for Reliant Unix 5.43.
16246
16247         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16248         (union fooround): Use uintmax_t, not long int.
16249         The rest is a merge from libc:
16250         [defined _LIBC]: Include <shlib-compat.h>.
16251         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16252
16253         * lib/settime.c (settime): Recode to avoid warning with
16254         Sun Forte C 6U2.
16255
16256         * lib/strverscmp.c: Convert to UTF-8.
16257
16258 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16261         m4/uintmax_t.m4.
16262
16263 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16264
16265         * modules/xalloc-die: New file.
16266         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16267
16268         * modules/md5 (Files): Add m4/uint32_t.m4.
16269         * modules/sha1: Renamed from modules/sha.
16270         (Files):
16271         Rename lib/sha.h to lib/sha1.h.
16272         Rename lib/sha.c to lib/sha1.c.
16273         Rename m4/sha.m4 to m4/sha1.m4.
16274         (lib_SOURCES): Likewise.
16275         (configure.ac): Rename gl_SHA to gl_SHA1.
16276         (Include): sha.h -> sha1.h.
16277
16278 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16281         * m4/sha1.m4: Renamed from sha.m4.
16282         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16283
16284 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         * lib/obstack.h (obstack_empty_p):
16287         Don't assume that chunk->contents is suitably aligned.
16288         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16289         Likewise. Problem reported by Benno in
16290         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16291
16292         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16293         readable.  This could be improved further but it'd take some work.
16294
16295 2004-08-08  Simon Josefsson  <jas@extundo.com>
16296
16297         * modules/xgethostname (Depends-on): Remove exit and error (not
16298         used).
16299
16300         * modules/getpass-gnu: Add getpass.h.
16301         (Depends-on): Add stdbool.
16302         * modules/getpass: Add getpass.h.
16303
16304 2004-08-08  Simon Josefsson  <jas@extundo.com>
16305
16306         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16307         Check getpass declaration.
16308
16309 2004-08-08  Simon Josefsson  <jas@extundo.com>
16310
16311         * lib/xgethostname.c: Don't include error.h (not used).
16312
16313         * lib/getpass.h: Add.
16314         * lib/getpass.c: Include getpass.h first.
16315
16316 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * lib/xalloc-die.c: New file.
16319         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16320         All uses removed.
16321         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16322         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16323         xalloc-die.c.
16324         (_, N_, xalloc_die): Move to xalloc-die.c.
16325         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16326         so that we needn't mess with xalloc_msg_memory_exhausted.
16327
16328         * lib/sha1.h: Renamed from sha.h.
16329         (SHA1_H): Renamed from _SHA_H.
16330         (sha1_ctx): Renamed from sha_ctx.
16331         (sha1_init_ctx): Renamed from sha_init_ctx.
16332         (sha1_process_block): Renamed from sha_process_block.
16333         (sha1_process_bytes): Renamed from sha_process_bytes.
16334         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16335         (sha1_read_ctx): Renamed from sha_read_ctx.
16336         (sha1_stream): Renamed from sha_stream.
16337         (sha1_buffer): Renamed from sha_buffer.
16338         * lib/sha1.c: Likewise; renamed from sha.c.
16339         Do not include <sys/types.h>.
16340         Include <stddef.h> rather than <stdlib.h>.
16341
16342 2004-08-08  Bruno Haible  <bruno@clisp.org>
16343
16344         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16345         FILESYSTEM_PREFIX_LEN.
16346         * lib/progreloc.c: Likewise.
16347         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16348
16349 2004-08-06  Simon Josefsson  <jas@extundo.com>
16350
16351         * modules/progname (Depends-on): Don't depend on stdbool.
16352
16353 2004-08-06  Simon Josefsson  <jas@extundo.com>
16354
16355         * modules/getsubopt: New file.
16356         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16357         getsubopt.
16358
16359 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16360
16361         More merge from coreutils.
16362
16363         * m4/utimens.m4, m4/utimecmp.m4: New files.
16364         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16365         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16366         prereq.m4, sha.m4: Import changes from coreutils.
16367
16368 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16369
16370         More merge from coreutils.
16371         * modules/raise, modules/readtokens0, modules/utimens:
16372         * modules/utimecmp, module/xnanosleep: New files.
16373         * modules/strftime: Add lib/strftime.h.
16374         Change include from <time.h> to "strftime.h".
16375         * modules/yesno: Add lib/yesno.h.
16376         * modules/backupfile: Remove lib/addext.c.
16377         * modules/euidaccess: Add stat-macros.h.
16378         * modules/canonicalize, modules/euidaccess,
16379         modules/filemode, modules/lchown, modules/makepath,
16380         modules/rmdir, modules/stat: Likewise.
16381
16382 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         Merge from tar.
16385         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16386         SIZE_MAX is a valid preprocessor constant.
16387         (__argp_basename): Change from "#ifndef _LIBC"
16388         to "#ifndef __argp_short_program_name", so that
16389         we don't compile these functions for tar.
16390
16391         More merges from coreutils.
16392         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16393         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16394         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16395         * lib/addext.c: Remove; no longer needed.
16396         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16397         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16398         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16399         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16400         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16401         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16402         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16403         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16404         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16405         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16406         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16407         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16408         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16409         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16410         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16411         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16412         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16413         Import changes from coreutils.
16414
16415 2004-08-05  Simon Josefsson  <jas@extundo.com>
16416
16417         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16418
16419 2004-08-05  Simon Josefsson  <jas@extundo.com>
16420
16421         * m4/getsubopt.m4: New file.
16422
16423 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         Merge from coreutils.
16426
16427         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16428         * m4/getcwd-path-max.m4: New files.
16429
16430         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16431         FILESYSTEM_PREFIX_LEN ->
16432         FILE_SYSTEM_PREFIX_LEN.
16433         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16434         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16435         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16436         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16437
16438         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16439         prerequisite modules now handle the DOS stuff.
16440         Don't check for unistd.h.
16441
16442 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16443
16444         Merge from coreutils.
16445
16446         * lib/.gdb-history: Remove; this doesn't belong here.
16447
16448         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16449         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16450         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16451         * lib/getcwd.c: New files.
16452
16453         * lib/dirname.h: Include <stdbool.h>.
16454         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16455         for consistency with POSIX terminology.  All uses changed.
16456         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16457         (strip_trailing_slashes): Use bool for booleans.
16458         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16459
16460         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16461         sometimes returns a positive errno value even when it succeeds.
16462         (print_errno_message) [!LIBC]: Fall back on strerror if
16463         __strerror_r fails.
16464
16465         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16466         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16467         (longest_relative_suffix): New function.
16468         (path_concat): Use it.  Assume first argument is not NULL.
16469         Port to DOS.  Omit redundant separators.
16470         Report an error instead of returning NULL.
16471         Use mempcpy instead of memcpy.
16472         (xpath_concat): Remove: not declared or used.
16473
16474         * lib/same.h: Include <stdbool.h>
16475         (same_name): Return bool, not int.
16476         * lib/same.c (same_name): Likewise.
16477         (errno): Don't declare; we assume C89 or better now.
16478
16479         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16480         if not already defined.
16481
16482         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16483         * lib/dup-safer.c (errno): Likewise.
16484
16485 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16486
16487         Merge from coreutils.
16488         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16489         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16490         * modules/path-concat: Don't depend on strdup.
16491
16492 2004-08-03  Simon Josefsson  <jas@extundo.com>
16493
16494         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16495         * lib/progname.h: Don't include stdbool.h.
16496
16497 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16498
16499         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16500         * MODULES.html.sh (func_all_modules): Remove fatal.
16501
16502 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16505
16506 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16509         working.
16510
16511 2004-08-02  Simon Josefsson  <jas@extundo.com>
16512
16513         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16514         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16515         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16516
16517 2004-08-01  Simon Josefsson  <jas@extundo.com>
16518
16519         * lib/xgetdomainname.c: Include stdlib.h, for free().
16520
16521 2004-07-19  Bruno Haible  <bruno@clisp.org>
16522
16523         * MODULES.html.sh (func_all_modules): Add dummy.
16524
16525 2004-07-16  Simon Josefsson  <jas@extundo.com>
16526
16527         * modules/dummy: New file.
16528
16529 2004-07-16  Simon Josefsson  <jas@extundo.com>
16530
16531         * lib/dummy.c: New file.
16532
16533 2004-07-16  Bruno Haible  <bruno@clisp.org>
16534
16535         * lib/backupfile.h: Add extern "C" for C++.
16536         * lib/closeout.h: Likewise.
16537         * lib/copy-file.h: Likewise.
16538         * lib/findprog.h: Likewise.
16539         * lib/full-write.h: Likewise.
16540         * lib/pathname.h: Likewise.
16541         * lib/progname.h: Likewise.
16542         * lib/stpcpy.h: Likewise.
16543         * lib/stpncpy.h: Likewise.
16544         * lib/strcase.h: Likewise.
16545         * lib/strstr.h: Likewise.
16546         * lib/xalloc.h: Likewise.
16547
16548         * lib/mbswidth.h: Add extern "C" for C++.
16549         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16550
16551 2004-07-13  Robert Millan  <robertmh@gnu.org>
16552
16553         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16554
16555 2004-07-09  Simon Josefsson  <jas@extundo.com>
16556
16557         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16558         failed without this.)
16559
16560 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16561
16562         * modules/chown (Files): Add lib/fchown-stub.c, since
16563         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16564
16565 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * lib/fchown-stub.c: New file.
16568
16569 2004-06-24  Jim Meyering  <jim@meyering.net>
16570
16571         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16572
16573 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16574
16575         * modules/argz: Omit "#include".
16576
16577         * MODULES.html.sh (func_all_modules): Add calloc, to match
16578         2004-06-01 addition of calloc module.
16579
16580 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16581
16582         * m4/argz.m4: New file, which is autoupdated from libtool.
16583
16584 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16585
16586         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16587         libtool.
16588
16589 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16590
16591         * config/srclist-update: Don't insist on "USA." before the
16592         close-comment, as libtool omits the period and puts the */ on a
16593         separate line.
16594         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16595         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16596
16597 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16598
16599         * modules/argz: New file.
16600         * MODULES.html.sh (func_all_modules): Add argz.
16601
16602 2004-06-12  Jim Meyering  <jim@meyering.net>
16603         and  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * modules/hash (Files): Add lib/xalloc.h.
16606         * modules/pipe (Depends-on): Add wait-process.
16607         * modules/stat (Depends-on): Add xalloc.
16608         * modules/userspec (Files): Add lib/userspec.h.
16609         * modules/xstrto
16610
16611         Upgrade from gettext-0.13.
16612         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16613         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16614         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16615
16616 2004-06-10  Jim Meyering  <jim@meyering.net>
16617
16618         * lib/calloc.c: New file.
16619
16620 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16621
16622         * lib/getdate.y (yylex): Allow space between sign and number.
16623         Problem reported by Dan Jacobson.
16624
16625 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         Merge from coreutils CVS.
16628
16629         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16630         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16631         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16632         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16633         xstrtol.m4: Fix copyright date and/or serial number.
16634
16635         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16636         See if we need an fchown replacement.
16637         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16638         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16639         and use the replacement function if we detect either defect.
16640
16641         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16642         gl_UTIMECMP.
16643
16644 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16645         and  Jim Meyering  <jim@meyering.net>
16646
16647         Merge from coreutils CVS.
16648
16649         * lib/stat-macros.h: New file, with contents from file-type.h
16650         and coreutils' system.h.
16651         * lib/file-type.c: Include "stat-macros.h".
16652         * lib/file-type.h (file_type): Move all macro definitions to new file,
16653         stat-macros.h.
16654
16655         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16656         Wrap old code with this conditional.
16657         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16658         function that does not dereference symlinks.
16659         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16660
16661         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16662         dependency problems.
16663         (xreadlink): Accept new arg SIZE, for efficiency.
16664         All decls and uses changed.
16665         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16666
16667         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16668         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16669
16670         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16671         sysexits.h.
16672
16673 2004-06-01  Jim Meyering  <jim@meyering.net>
16674
16675         * m4/calloc.m4: New file.
16676
16677 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16678
16679         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16680         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16681         Also, fix a typo in a diagnostic.
16682
16683 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16684
16685         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16686         or AC_FUNC_REALLOC.
16687
16688 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16689
16690         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16691         macros to be defined.
16692         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16693         the allocator returns NULL because the requested size is zero.
16694
16695 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16696
16697         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16698         var.  Add comment explaining why libc still defines it.  This
16699         merges the following patch from glibc:
16700         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16701
16702 2004-05-20  Andreas Schwab  <schwab@suse.de>
16703
16704         * m4/free.m4: Replace free if it not known to work, not the other
16705         way round.
16706
16707 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16708
16709         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16710         present in glibc since revision 1.1 of this file.
16711         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16712         obstack_alignment_mask, obstack_alloc, obstack_base,
16713         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16714         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16715         obstack_grow0, obstack_init, obstack_int_grow,
16716         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16717         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16718         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16719         nonexistent functions.
16720
16721 2004-05-18  Karl Berry  <karl@gnu.org>
16722
16723         * config/srclist.txt: break link for vasnprintf.c.
16724
16725 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16726
16727         Port obstack to the AS/400, where pointers are 16 bytes wide and
16728         you cannot cast an integer to a valid pointer.  This patch is
16729         currently waiting to be integrated into glibc; see
16730         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16731
16732         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16733         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16734         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16735         (struct obstack): temp member is now a union of a pointer and
16736         an integer, instead of an integer.  All integer uses changed.
16737         This does not affect the physical layout of struct obstack,
16738         except on hosts (like the AS/400) where the size or alignment of
16739         void * is greater than that of ptrdiff_t.
16740         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16741         __STDC__)]: Store temporary in pointer member of union, not
16742         integer member.
16743         * lib/obstack.c: Include <stddef.h>, for offsetof.
16744         (struct fooalign): Remove; it doesn't need a name.
16745         (union fooround): Change double to long double, and add void *.
16746         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16747         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16748         not a macro.  Hence the values are always int; so remove all
16749         casts-to-int in uses.
16750
16751 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16754         we can get this patch merged into glibc.
16755
16756 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16757             Paul Eggert  <eggert@cs.ucla.edu>
16758
16759         * m4/argp: Depend on alloca.
16760
16761 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16762             Paul Eggert  <eggert@cs.ucla.edu>
16763
16764         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16765         freecoding.
16766
16767 2004-05-17  Bruno Haible  <bruno@clisp.org>
16768
16769         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16770         precision that consists of a '.' followed by an empty digit string.
16771         Patch by Tor Lillqvist <tml@iki.fi>.
16772
16773 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16774
16775         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16776         for backward compatibility with older code.  We need our own
16777         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16778         it under some other name, and our alloca.h will define it.
16779
16780 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16781             Derek Price  <derek@ximbiot.com>
16782
16783         * lib/alloca.c: Include <alloca.h>, to get our interface.
16784         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16785         include <alloca.h> first.  Use C89 prototype for alloca; this
16786         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16787         Use #elif for simplicity, since we can assume C89 now.
16788         Don't try to source the system alloca.h since it will not be found
16789         and to prevent recursively including its replacement.
16790         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16791         * lib/regex.c: Likewise.
16792
16793 2004-05-16  Derek Price  <derek@ximbiot.com>
16794             Paul Eggert  <eggert@cs.ucla.edu>
16795
16796         getline cleanup.  This changes the getndelim2 API: both order of
16797         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16798         no delimiter).
16799
16800         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16801         interface does that.
16802         (getline): Always use getdelim, so that we don't have two
16803         copies of this code.
16804         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16805         if available.
16806         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16807         (GETNDELIM2_MAXIMUM): New macro.
16808         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16809         instead of the old practice of delim2==0.  All callers changed.
16810         Return -1 on overflow, instead of returning junk.
16811         Do not set *linesize unless allocation succeeds.
16812         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16813         that we include sys/types.h.
16814         * lib/getnline.h: Likewise.
16815         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16816         (getndelim2): Reorder arguments.
16817         * lib/getnline.c (getnline, getndelim):
16818         Don't discard the NMAX argument.
16819         (getnline): Invoke getndelim, to avoid code duplication.
16820         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16821         of (size_t) -1 by callers of the getnline family.
16822
16823 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16824
16825         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16826         Check for gettimeofday.
16827         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16828         Check for settimeofday, stime.
16829
16830 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         * lib/nanosleep.c (suspended): Change its type from int to
16833         sig_atomic_t volatile.
16834         (first_call): Make it private to rpl_nanosleep, and have it
16835         be zero initially as that's a bit faster.
16836         (my_usleep): Round up fractional times instead of truncating them,
16837         as this is the usual meaning for 'sleep'.
16838
16839         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16840         doesn't work.
16841         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16842         (ENOSYS): Define if not defined.
16843         (settime): Fall back on stime if it exists and settimeofday fails.
16844         But don't bother with fallbacks if a method fails with errno == EPERM.
16845
16846 2004-05-11  Jim Meyering  <jim@meyering.net>
16847
16848         Prior to this change, the save_cwd caller required read access to the
16849         current directory on most systems (ones with the fchdir function).
16850
16851         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16852         fails, try write-only, and finally, resort to using xgetcwd.
16853
16854 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * lib/obstack.c, obstack.h: Import changes from libc.
16857
16858 2004-04-28  Bruno Haible  <bruno@clisp.org>
16859
16860         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16861         also implicitly appends .exe to executables.
16862         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16863         accepts Windows pathnames.
16864         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16865         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16866         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16867         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16868         Reported by Derek Robert Price <derek@ximbiot.com>.
16869
16870 2004-04-21  Karl Berry  <karl@gnu.org>
16871
16872         * config/srclist.txt (localcharset.c): break sync.
16873
16874 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16875
16876         * m4/host-os.m4: Add a copyright notice.
16877
16878 2004-04-20  Jim Meyering  <jim@meyering.net>
16879
16880         Change UTILS_ to gl_ in AC_DEFINE'd names.
16881         Change utils_- and jm_-prefixed variables, too.
16882         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16883         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16884         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16885
16886         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16887         Don't emit trailing blanks.
16888         Also rename jm_-prefixed variables to have gl_ prefix.
16889
16890         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16891         Also rename jm_-prefixed variables to have gl_ prefix.
16892
16893         * m4/jm-macros.m4: Reflect the renamings.
16894         * m4/prereq.m4: Likewise.
16895
16896 2004-04-20  Jim Meyering  <jim@meyering.net>
16897
16898         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16899         memory.
16900
16901 2004-04-20  Jim Meyering  <jim@meyering.net>
16902             Bruno Haible  <bruno@clisp.org>
16903
16904         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16905         memory when realloc fails.
16906
16907 2004-04-19  Jim Meyering  <jim@meyering.net>
16908
16909         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16910         now that readutmp.c may call `free (0)'.
16911
16912 2004-04-19  Bruno Haible  <bruno@clisp.org>
16913
16914         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16915         * m4/inttypes_h.m4: Likewise.
16916         * m4/stdint_h.m4: Likewise.
16917         * m4/intmax_t.m4: Likewise.
16918         * m4/uintmax_t.m4: Likewise.
16919
16920 2004-04-18  Jim Meyering  <jim@meyering.net>
16921
16922         * m4/prereq.m4: Don't forbid jm_ prefix.
16923
16924         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16925         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16926         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16927         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16928         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16929         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16930         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16931         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16932         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16933         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16934         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16935         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16936         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16937         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16938         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16939         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16940         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16941         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16942         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16943
16944 2004-04-18  Jim Meyering  <jim@meyering.net>
16945
16946         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16947         failure, don't leak memory and do call END_UTMP_ENT.
16948
16949 2004-04-16  Jim Meyering  <jim@meyering.net>
16950
16951         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16952         coreutils' stat program.
16953         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16954
16955 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16956
16957         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16958         C89.
16959         (CHAR_BIT): Remove, since we assume C89.
16960         Include <stdint.h> if available, as per current Autoconf CVS advice.
16961
16962 2004-03-31  Jim Meyering  <jim@meyering.net>
16963
16964         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16965         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16966         * m4/xalloc.m4: Likewise.
16967
16968 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16969
16970         Merge from coreutils.
16971
16972         * m4/inttostr.m4: New file.
16973         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16974         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16975         Require gl_CLOCK_TIME.
16976         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16977
16978 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16979
16980         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16981         not bool, to be more consistent with Unix conventions.
16982         Suggested by Bruno Haible.
16983
16984         Merge from coreutils.
16985
16986         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16987         * lib/umaxtostr.c: New files.
16988
16989         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16990         the usual <time.h> dance.
16991         (get_date): Change signature to support fractional time stamps.
16992         All callers changed.
16993         * lib/getdate.y: Include "getdate.h" first, as we can now
16994         assume C89 and don't need to worry about 'const'.
16995         Similarly, include "unlocked-io.h" near start, not in middle.
16996         Include <limits.h>.
16997         (textint.value): Use long int rather than int.
16998         (textint.digits): Use size_t rather than int.
16999         (BILLION, LOG10_BILLION): New constants.
17000         (parser_control): New member rel_ns.  Members day_ordinal,
17001         time_zone, month, day, hour, minutes, rel_year, rel_month,
17002         rel_day, rel_hour, rel_minutes, rel_seconds
17003         are now long int, not int.  Member seconds is now struct timespec,
17004         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17005         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17006         not int.
17007         (%union.intval): Now long int, not int.
17008         New member timespec.
17009         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17010         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17011         (spec): Now is a timespec or an item list.
17012         (timespec, items): New nonterminals.
17013         (time, rel, relunit, number, get_date):
17014         Add support for fractional seconds.
17015         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17016         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17017         (to_hour): First arg is now long int, not int.
17018         (to_year): Returns long int, not int.
17019         Don't treat year -70 like 70.
17020         (tm_diff): Returns long int, not int.
17021         (lookup_word): Use bool instead of int when appropriate.
17022         (yylex): Use size_t for count, not int.
17023         Detect overflow when parsing large integer constants.
17024         Add support for fractions.
17025         (get_date): Make pointers 'const' if possible.
17026         Use more-portable code to detect integer overflow.
17027         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17028         Don't use ctime; it's not reliable if the year has >4 digits.
17029
17030         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17031         This is for compatibility with BSD.
17032
17033         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17034         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17035         From coreutils' system.h.
17036
17037         * lib/userspec.c: Don't include "posixver.h".
17038         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17039         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17040         compatible extension.  Simplify code by removing a boolean int
17041         that was always nonzero if a string was nonnull.
17042
17043 2004-03-30  Jim Meyering  <jim@meyering.net>
17044
17045         Merge from coreutils.
17046
17047         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17048         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17049         on some systems one must include <grp.h> before it.
17050         Reported by Christian Krackowizer.
17051
17052 2004-03-30  Jim Meyering  <jim@meyering.net>
17053
17054         Merge from coreutils.
17055
17056         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17057
17058         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17059         an empty input stream.
17060
17061         * lib/readtokens.c: Include <stdbool.h>.
17062         (readtoken): Use `size_t' rather than int/long.
17063         All callers adjusted.
17064         Use `bool' rather than `int' where appropriate.
17065         Use memset rather than an explicit loop.
17066         Use x2nrealloc rather than xrealloc.
17067         Allow the use of `\0' as a delimiter.
17068         (readtokens): Likewise.
17069         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17070
17071 2004-03-30  Jim Meyering  <jim@meyering.net>
17072
17073         * m4/realloc.m4: Remove file, since now it does no more than
17074         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17075         the `configure.ac' section of module/realloc.
17076         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17077
17078 2004-03-30  Bruno Haible  <bruno@clisp.org>
17079
17080         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17081         nonnull.
17082
17083 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17084
17085         Merge changes to getloadavg.c from coreutils and Emacs.
17086
17087         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17088         Define to an expression, not to the empty string.
17089         Include cloexec.h and xalloc.h.
17090         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17091         Use set_cloexec_flag rather than rolling our own.
17092         * lib/cloexec.c, lib/cloexec.h: New files.
17093
17094 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17095
17096         * m4/cloexec.m4: New file.
17097
17098 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17099
17100         * lib/getopt.h: Sync with libc CVS.
17101
17102 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17103             Bruno Haible  <bruno@clisp.org>
17104
17105         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17106         mbswidth.
17107
17108 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17109             Bruno Haible  <bruno@clisp.org>
17110
17111         * lib/mbswidth.h: Include <wchar.h> only if
17112         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17113         <wchar.h>.
17114         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17115
17116 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17117
17118         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17119         Sync with libc CVS.
17120         * lib/getopt_int.h: New file, also synced from libc.
17121
17122 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17123
17124         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17125         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17126         Bring back getopt.c, getopt.h, getopt1.c.
17127
17128 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17129
17130         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17131         All uses changed.  Check for sa_sigaction member; this fixes
17132         a bug first reported by Jason Andrade in
17133         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17134
17135 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17136
17137         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17138         '#if' expressions.  Unlike the code it replaces, it does not
17139         depend on (defined _SC_PAGESIZE).  However, it does depend on
17140         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17141         first reported by Jason Andrade in
17142         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17143
17144 2004-02-25  Simon Josefsson  <jas@extundo.com>
17145
17146         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17147
17148 2004-02-25  Simon Josefsson  <jas@extundo.com>
17149
17150         * lib/strdup.h: New file.
17151         * lib/strdup.c: Include it.
17152         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17153         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17154
17155 2004-02-23  Karl Berry  <karl@gnu.org>
17156
17157         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17158         (from fencepost.gnu.org:/gd/gnuorg).
17159
17160 2004-02-23  Karl Berry  <karl@gnu.org>
17161
17162         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17163         * config/srclist.txt: add maintain/standards documents.
17164
17165 2004-02-18  Bruno Haible  <bruno@clisp.org>
17166
17167         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17168         Reported by Derek Robert Price <derek@ximbiot.com>.
17169
17170 2004-02-16  Karl Berry  <karl@gnu.org>
17171
17172         * config/mkinstalldirs, install-sh: update from automake.
17173
17174 2004-02-06  Karl Berry  <karl@gnu.org>
17175
17176         * m4/po.m4: update from gettext 0.14.1.
17177
17178 2004-02-06  Karl Berry  <karl@gnu.org>
17179
17180         * lib/config.charset: update from gettext 0.14.1.
17181
17182 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17183
17184         Add comments and code, prompted by suggestions from Bruno Haible
17185         for sh-quote.
17186         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17187         describing the enum quoting_style values.
17188         * lib/quotearg.c (quotearg_alloc): New function.
17189         (quotearg_buffer_restyled): Treat lone { and } as special.
17190         Treat = as special.  Work around bug with older shells
17191         that "see" a '\' that is really the 2nd byte of a multibyte char.
17192         Quote empty string with shell_quoting_style.
17193
17194 2004-02-03  Bruno Haible  <bruno@clisp.org>
17195
17196         * m4/pipe.m4: New file, from GNU gettext.
17197
17198 2004-02-03  Bruno Haible  <bruno@clisp.org>
17199
17200         * lib/pipe.h: New file, from GNU gettext.
17201         * lib/pipe.c: New file, from GNU gettext.
17202
17203 2004-01-27  Bruno Haible  <bruno@clisp.org>
17204
17205         * m4/execute.m4: New file, from GNU gettext.
17206
17207 2004-01-27  Bruno Haible  <bruno@clisp.org>
17208
17209         * lib/execute.h: New file, from GNU gettext.
17210         * lib/execute.c: New file, from GNU gettext.
17211         * lib/w32spawn.h: New file, from GNU gettext.
17212
17213 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17214
17215         Merge from diffutils.
17216
17217         * lib/file-type.c (file_type): Add typed memory objects.
17218         * lib/file-type.h (S_TYPEISTMO): New macro.
17219
17220         * lib/c-stack.h (c_stack_action): Remove argv argument.
17221         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17222         (die): Don't calculate message unless segv_action returns.
17223         (get_stack_location, min_address_from_argv, max_address_from_argv,
17224         volatile stack_base, volatile_stack_size): Remove.
17225         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17226         that every segmentation violation is a stack overflow.  (Ouch!)
17227         See Debian bug 136249 (still outstanding) for more info about why
17228         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17229
17230 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17231
17232         Exit-status fix from coreutils.
17233
17234         Use exit_failure consistently in place of EXIT_FAILURE,
17235         so that program exit statuses are consistent on failure.
17236
17237         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17238         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17239         * lib/argmatch.h: Comment fix to match the above.
17240         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17241         Now a macro referring to exit_failure, instead of a separate
17242         variable.  Include "exitfail.h" to get it.
17243         * lib/xstrtol.h: Include "exitfail.h".
17244         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17245
17246         * lib/long-options.c (parse_long_options): Use prototype
17247         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17248         for clarity.
17249
17250 2004-01-21  Jim Meyering  <jim@meyering.net>
17251
17252         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17253         so as not to conflict with a different-sized __mktime_internal
17254         function in GNU libc.
17255         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17256         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17257
17258 2004-01-20  Karl Berry  <karl@gnu.org>
17259
17260         * config/config.guess: update from config.
17261
17262         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17263
17264 2004-01-20  Bruno Haible  <bruno@clisp.org>
17265
17266         Safer stack allocation.
17267         * lib/setenv.c: Include allocsa.h.
17268         (alloca): Remove fallback definition.
17269         (freea): Remove macro.
17270         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17271         instead of freea.
17272
17273 2004-01-20  Bruno Haible  <bruno@clisp.org>
17274
17275         * m4/eealloc.m4: New file, from GNU gettext.
17276
17277 2004-01-20  Bruno Haible  <bruno@clisp.org>
17278
17279         * m4/allocsa.m4: New file, from GNU gettext.
17280
17281 2004-01-20  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/xallocsa.h: New file, from GNU gettext.
17284         * lib/xallocsa.c: New file, from GNU gettext.
17285
17286 2004-01-20  Bruno Haible  <bruno@clisp.org>
17287
17288         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17289
17290 2004-01-20  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17293         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17294         specially.
17295
17296 2004-01-20  Bruno Haible  <bruno@clisp.org>
17297
17298         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17299         patch.
17300
17301 2004-01-20  Bruno Haible  <bruno@clisp.org>
17302
17303         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17304
17305 2004-01-20  Bruno Haible  <bruno@clisp.org>
17306
17307         * lib/eealloc.h: New file.
17308
17309 2004-01-20  Bruno Haible  <bruno@clisp.org>
17310
17311         * lib/binary-io.h: Avoid warnings on Cygwin.
17312
17313 2004-01-20  Bruno Haible  <bruno@clisp.org>
17314
17315         * lib/allocsa.h: New file, from GNU gettext.
17316         * lib/allocsa.c: New file, from GNU gettext.
17317
17318 2004-01-18  Karl Berry  <karl@gnu.org>
17319
17320         * doc/gpl.texi, doc/lgpl.texi: new files.
17321
17322 2004-01-18  Karl Berry  <karl@gnu.org>
17323
17324         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17325         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17326
17327 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17328
17329         Merge from coreutils.
17330
17331         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17332         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17333         (gl_DEFAULT_POSIX2_VERSION): Move
17334         the documentation from 'configure' into 'config.hin',
17335         so that 'configure --help' isn't burdened by it and
17336         we don't have to worry about its formatting there.
17337         Reword the documentation so that it's more succinct
17338         and can be run together into a single paragraph.
17339         * m4/same.m4 (gl_SAME): Check for pathconf.
17340
17341 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17342
17343         Merge from coreutils.
17344
17345         * lib/posixver.c: Include posixver.h.
17346
17347         * lib/same.c: Include <stdbool.h>, <limits.h>.
17348         (_POSIX_NAME_MAX): Define if not defined.
17349         (MIN): New macro.
17350         (same_name): If file names are silently truncated, report
17351         that the file names are the same if they are the same after
17352         the silent truncation.
17353
17354         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17355         conversion function.
17356         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17357         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17358         longer needed.
17359
17360 2004-01-15  Jim Meyering  <jim@meyering.net>
17361
17362         Merge from coreutils.
17363
17364         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17365         if no library is required.
17366         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17367         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17368         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17369         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17370         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17371         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17372         value, $ac_cv_search_crypt, if it's "none required".
17373         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17374         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17375         not gl_FUNC_GETLOADAVG.
17376         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17377         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17378
17379 2004-01-15  Jim Meyering  <jim@meyering.net>
17380
17381         Merge from coreutils.
17382
17383         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17384         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17385         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17386
17387         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17388         optional configure-time default.
17389
17390         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17391
17392         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17393
17394 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17395
17396         Merge from coreutils.
17397
17398         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17399         value, $ac_cv_search_nanosleep, if it's "none required".
17400
17401 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17402
17403         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17404         with like-named macro in fnmatch.c.
17405         (EXT): Use an internal constant instead.
17406
17407         Merge fnmatch patches from glibc.
17408         * lib/fnmatch.c (mbsinit): Remove define.
17409         Add libc_hidden_ver (__fnmatch, fnmatch).
17410         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17411         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17412
17413 2004-01-14  Karl Berry  <karl@gnu.org>
17414
17415         * config/install-sh: update from automake.
17416
17417 2004-01-13  Karl Berry  <karl@gnu.org>
17418
17419         * config/install-sh: update from automake.
17420
17421 2004-01-09  Karl Berry  <karl@gnu.org>
17422
17423         * config/install-sh: update from automake.
17424
17425 2004-01-05  Karl Berry  <karl@gnu.org>
17426
17427         * config/config.{sub,guess}: update from config.
17428
17429 2003-12-31  Karl Berry  <karl@gnu.org>
17430
17431         * config/depcomp: update from automake.
17432
17433 2003-12-14  Karl Berry  <karl@gnu.org>
17434
17435         * lib/config.charset: update from gettext-runtime.
17436
17437 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17438
17439         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17440         Bug reported by Alfred M. Szmidt.
17441
17442 2003-12-03  Bruno Haible  <bruno@clisp.org>
17443
17444         * m4/gettext.m4: Upgrade from gettext-0.13.
17445         * m4/po.m4: Upgrade from gettext-0.13.
17446         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17447         * m4/intmax.m4: New file, from gettext-0.13.
17448         * m4/printf-posix.m4: New file, from gettext-0.13.
17449
17450 2003-11-29  Karl Berry  <karl@gnu.org>
17451
17452         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17453
17454 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17455             Bruno Haible  <bruno@clisp.org>
17456
17457         * lib/printf-parse.h: Don't include sys/types.h.
17458         (ARG_NONE): New macro.
17459         (char_directive): Change type of *arg_index fields to size_t.
17460         * lib/printf-parse.c: Don't include sys/types.h.
17461         (SSIZE_MAX): Remove macro.
17462         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17463         Remove unnecessary overflow check.
17464         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17465         fields.
17466
17467 2003-11-25  Bruno Haible  <bruno@clisp.org>
17468
17469         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17470
17471 2003-11-25  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17474         gt_TYPE_SSIZE_T.
17475
17476 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17477
17478         * modules/alloca: Remove dependency on xalloc.
17479
17480 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17481
17482         * lib/alloca.c: Remove dependency on xalloc module.
17483         (xalloc_die): Remove.
17484         (memory_full) [!defined emacs]: New macro.
17485         [!defined emacs]: Don't include xalloc.h.
17486         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17487         address arithmetic overflows.  Change datatypes a bit to avoid
17488         unnecessary casts.
17489
17490 2003-11-22  Jim Meyering  <jim@meyering.net>
17491
17492         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17493         s/size/size_t/.
17494
17495 2003-11-21  Karl Berry  <karl@gnu.org>
17496
17497         * config/config.{sub,guess}: update from config.
17498
17499 2003-11-18  Karl Berry  <karl@gnu.org>
17500
17501         * config/config.{sub,guess}: update from config.
17502
17503         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17504
17505 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17506
17507         * README: Mention that S+T cannot overflow if S is the size of
17508         an existing object and T is sufficiently small.
17509
17510 2003-11-17  Jim Meyering  <jim@meyering.net>
17511
17512         On systems without utime and without a utimes function capable of
17513         dealing with a NULL struct utimbuf* argument, this utime replacement
17514         could -- in unusual circumstances -- leak a file descriptor.
17515         * lib/utime.c: Include <unistd.h> and <errno.h>.
17516         (utime_null): Be sure to close `fd' and to preserve errno.
17517         Reported by Geoff Collyer via Arnold Robbins.
17518
17519 2003-11-17  Bruno Haible  <bruno@clisp.org>
17520
17521         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17522         (Depends-on): Add xsize.
17523
17524 2003-11-17  Bruno Haible  <bruno@clisp.org>
17525
17526         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17527
17528 2003-11-17  Bruno Haible  <bruno@clisp.org>
17529
17530         * lib/vasnprintf.c (alloca): Remove fallback definition.
17531         (freea): Remove definition.
17532         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17533         Reported by Paul Eggert.
17534
17535 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17536             Bruno Haible  <bruno@clisp.org>
17537
17538         Protect against address arithmetic overflow.
17539         * lib/printf-args.h: Include stddef.h.
17540         (arguments): Change type of field 'count' to size_t.
17541         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17542         'unsigned int' where appropriate.
17543         * lib/printf-parse.h: Include sys/types.h.
17544         (char_directive): Change type of *arg_index fields to ssize_t.
17545         (char_directives): Change type of fields 'count', max_*_length to
17546         size_t.
17547         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17548         (SSIZE_MAX): Define fallback value.
17549         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17550         instead of 'int' where appropriate. Check a_allocated, d_allocated
17551         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17552         * lib/vasnprintf.c: Include xsize.h.
17553         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17554         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17555         overflow. Avoid wraparound when converting a width or precision from
17556         decimal to binary.
17557
17558 2003-11-16  Bruno Haible  <bruno@clisp.org>
17559
17560         Update from GNU gettext.
17561         * lib/printf-parse.c: Generalize to it can be compiled for wide
17562         strings.
17563         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17564         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17565         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17566         SNPRINTF): New macros.
17567         Don't include <alloca.h> if the file is used inside libintl.
17568         (local_wcslen): New function, for Solaris 2.5.1.
17569         (VASNPRINTF): Use it instead of wcslen.
17570
17571 2003-11-16  Bruno Haible  <bruno@clisp.org>
17572
17573         * lib/xsize.h (xmax): New function.
17574         (xsum, xsum3, xsum4): Declare as "pure" functions.
17575
17576 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17577
17578         * modules/xalloc (Files): Undo latest change, since xalloc.h
17579         no longer needs SIZE_MAX or PTRDIFF_MAX.
17580
17581 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17582
17583         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17584         gl_PTRDIFF_MAX.
17585
17586 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17587
17588         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17589         "return", to pacify some unknown compiler.  Problem reported
17590         by Joerg Schilling.
17591
17592 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17593
17594         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17595         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17596         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17597         heuristic is just as accurate as far as we know, and it removes a
17598         dependency on size_max.m4 and ptrdiff_max.m4.
17599
17600 2003-11-11  Bruno Haible  <bruno@clisp.org>
17601
17602         * modules/xsize (Files): Add m4/size_max.m4.
17603         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17604
17605 2003-11-11  Bruno Haible  <bruno@clisp.org>
17606
17607         * m4/size_max.m4: New file.
17608         * m4/ptrdiff_max.m4: New file.
17609         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17610         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17611         (gl_XALLOC): Invoke it.
17612
17613 2003-11-11  Bruno Haible  <bruno@clisp.org>
17614
17615         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17616         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17617         defined.
17618
17619 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17620
17621         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17622         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17623         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17624         From Bruno Haible.
17625         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17626         not (size_t) -1, since it's defined here.
17627
17628 2003-11-09  Karl Berry  <karl@gnu.org>
17629
17630         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17631
17632 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17633
17634         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17635         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17636         Reject sizes of exactly SIZE_MAX bytes.
17637         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17638         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17639
17640 2003-11-05  Bruno Haible  <bruno@clisp.org>
17641
17642         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17643         SIZE_MAX defined in <limits.h> on Solaris.
17644
17645 2003-11-04  Jim Meyering  <jim@meyering.net>
17646
17647         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17648         variable names, rather than @VAR@.
17649         * modules/poll: Likewise.
17650
17651 2003-11-04  Bruno Haible  <bruno@clisp.org>
17652
17653         * modules/xsize: New file.
17654         * modules/linebreak: Depend on xsize.
17655         * MODULES.html.sh (func_all_modules): Add xsize.
17656
17657 2003-11-04  Bruno Haible  <bruno@clisp.org>
17658
17659         * m4/xsize.m4: New file.
17660
17661 2003-11-04  Bruno Haible  <bruno@clisp.org>
17662
17663         * lib/xsize.h: New file.
17664         * lib/linebreak.c: Include xsize.h.
17665         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17666         argument for overflow.
17667         Suggested by Paul Eggert.
17668
17669 2003-11-03  Karl Berry  <karl@gnu.org>
17670
17671         * config/config.{guess,sub}: update from config.
17672
17673 2003-11-03  Jim Meyering  <jim@meyering.net>
17674
17675         * modules/userspec (lib_SOURCES): Add userspec.h.
17676         (Include): Add "userspec.h".
17677         Improve description.
17678
17679 2003-11-03  Jim Meyering  <jim@meyering.net>
17680
17681         * lib/userspec.c: Include "userspec.h".
17682         * lib/userspec.h: New file.
17683
17684 2003-11-03  Bruno Haible  <bruno@clisp.org>
17685
17686         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17687
17688 2003-11-03  Bruno Haible  <bruno@clisp.org>
17689
17690         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17691         available, to avoid (extremely rare) race condition.
17692         Suggested by Paul Eggert.
17693
17694 2003-11-02  Karl Berry  <karl@gnu.org>
17695
17696         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17697
17698 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17699
17700         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17701         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17702         (read_filesystem_list): Set and use me_type_malloced.
17703         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17704         whatever the type happens to be), for brevity and consistency.
17705         Check for size calculation overflow on Alphas running OSF/1.
17706
17707 2003-10-31  Jim Meyering  <jim@meyering.net>
17708
17709         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17710
17711         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17712
17713 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17714             Bruno Haible  <bruno@clisp.org>
17715
17716         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17717         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17718
17719 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17720
17721         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17722         netbsd*-gnu*.  Suggested by Robert Millan.
17723
17724 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17725
17726         * modules/group-member: Depend on stdbool.
17727
17728 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17729
17730         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17731
17732 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17733
17734         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17735         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17736         after the 'gnu' in these cases.  This fixes some bugs in the
17737         previous change, and is based on suggestions by Robert Millan.
17738
17739 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17740
17741         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17742         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17743         no longer needed.
17744         * lib/quotearg.c (quotearg_n_options): Use it.
17745         * lib/group-member.c: Include <stdbool.h>.
17746         (free_group_info): Arg is now const *; don't free arg.
17747         (get_group_info): Now returns bool and accepts struct group_info *,
17748         rather than returning a malloc'ed struct group_info *.
17749         All uses changed.  Check for overflow in internal size calculation.
17750
17751         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17752         rather than xmalloc/xrealloc.
17753         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17754         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17755         conformance bug: the old code used a pointer after freeing the
17756         storage that it addressed.
17757         * lib/hash.c (hash_initialize): Simplify the code by using
17758         xalloc_oversized rather than doing it by hand.
17759         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17760         the buffer preserved.  Use free and xmalloc instead.
17761         * lib/quotearg.c (quotearg_n_options): Likewise.
17762         Use a simpler test for size overflow.  Don't use xalloc_oversized
17763         because unsigned int might be wider than size_t (!); this suggests
17764         that we should switch from unsigned int to size_t for slot numbers.
17765
17766 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17767
17768         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17769         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17770         NetBSD kernels.  Requested by Richard Stallman.
17771
17772 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17773
17774         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17775         to allocate the returned structure.  Do not allocate a subarray,
17776         as x2nrealloc will do that.
17777         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17778         instead of xnrealloc.
17779         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17780
17781 2003-10-27  Bruno Haible  <bruno@clisp.org>
17782
17783         * lib/stdbool_.h: Better support for BeOS.
17784
17785 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17786
17787         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17788         now uses inline.
17789
17790 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17791
17792         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17793         callers that want to do their own size-overflow checking.  Include
17794         <stdbool.h>, since xalloc_oversized returns bool.
17795         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17796         to use xalloc_oversized.
17797
17798         Add two functions x2realloc, x2nrealloc, for programs that grow
17799         arrays dynamically by doubling their sizes.
17800         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17801         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17802         New functions.
17803
17804         Port to C99 semantics for 'inline' of external functions.
17805         Bug reported by Bruno Haible.
17806         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17807         with the old contents of xnmalloc.
17808         (xnmalloc, xmalloc): Use it.
17809         (xnrealloc_inline): New static inline function,
17810         with the old contents of xnrealloc.
17811         (xnrealloc, xrealloc): Use it.
17812
17813         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17814         that.
17815
17816 2003-10-26  Karl Berry  <karl@gnu.org>
17817
17818         * config/srclist.txt (COPYING.DOC): no longer available from
17819         /gd/gnuorg; don't know where the ultimate source is.
17820
17821 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17822
17823         Fix several address-calculation bugs in the hash modules,
17824         plus some minor code cleanup.
17825
17826         * lib/hash.h: Include <stdbool.h>, for bool.
17827         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17828         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17829         hash_get_n_entries, hash_get_max_bucket_length,
17830         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17831         hash_rehash): Use size_t rather than unsigned.
17832         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17833         hash_get_n_buckets_used, hash_get_n_entries,
17834         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17835         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17836         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17837         Likewise.
17838         (SIZE_MAX): Define if not defined.
17839         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17840         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17841         hash_print):
17842         Use const * when possible.
17843         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17844         (check_tuning): Fix bug: if tuning parameters were very close to
17845         0 or 1, rounding errors could have caused subscript violations.
17846         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17847         (hash_initialize): Add 'fail:' label
17848         to free table and return NULL, and use it to simplify code.
17849         Use calloc rather than clearing the storage ourself.
17850         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17851         buffer size calculations.
17852         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17853         Include <stddef.h>, for size_t.
17854         * lib/hash-pjw.c (hash_pjw): Likewise.
17855         Switch to method described by Bruno Haible.
17856         Include <limits.h>, for CHAR_BIT.
17857         (SIZE_BITS): New macro.
17858
17859 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17860
17861         * m4/getline.m4 (AM_FUNC_GETLINE):
17862         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17863         hosts.  Problem reported by Derek Robert Price in
17864         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17865         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17866         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17867
17868 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17869
17870         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17871         ceiling the allocation at NMAX bytes rather than silently
17872         discarding input bytes before NMAX is reached.  This makes
17873         a difference only if NMAX exceeds SIZE_MAX / 2.
17874
17875         * lib/obstack.c: Merge from glibc.
17876         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17877         Add libc_hidden_def (_obstack_newchunk).
17878         (_obstack_free) [! defined _LIBC]: Remove.
17879         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17880         a clone of the function body.
17881         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17882         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17883
17884         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17885         glibc.
17886         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17887         arg to memcpy.
17888
17889         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17890         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17891         Don't use lvalue casts, as GCC plans to remove support for them
17892         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17893         was also present in the non-GCC version, indicating that this
17894         code had always been buggy and had never been widely used.
17895         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17896         Use the fast variant of each macro, rather than copying the
17897         definiens of the fast variant; that way, we'll be more likely to
17898         catch future bugs in the fast variants.
17899
17900 2003-10-20  Bruno Haible  <bruno@clisp.org>
17901
17902         * modules/wait-process: New file.
17903         * MODULES.html.sh (func_all_modules): Add wait-process.
17904
17905 2003-10-20  Bruno Haible  <bruno@clisp.org>
17906
17907         * m4/wait-process.m4: New file.
17908
17909 2003-10-20  Bruno Haible  <bruno@clisp.org>
17910
17911         * lib/wait-process.h: New file, from GNU gettext.
17912         * lib/wait-process.c: New file, from GNU gettext.
17913
17914 2003-10-19  Jim Meyering  <jim@meyering.net>
17915
17916         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17917         HPUX 10.20.
17918
17919 2003-10-18  Karl Berry  <karl@gnu.org>
17920
17921         * config/config.guess: update from config.
17922
17923 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17924
17925         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17926         (getgroups): First arg is int, not size_t.
17927         Don't let 'free' mangle errno.
17928
17929 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17930
17931         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17932
17933 2003-10-16  Karl Berry  <karl@gnu.org>
17934
17935         * config/config.{guess,sub}: update from config.
17936
17937 2003-10-16  Jim Meyering  <jim@meyering.net>
17938
17939         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17940         memcpy.
17941
17942 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17943
17944         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17945         (SIZE_MAX): Remove.
17946         (new_exclude, add_exclude_file): Initial size no longer needs to
17947         be a power of 2.
17948         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17949         our own address arithmetic overflow checking.
17950
17951         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17952         (fnmatch): Do not alloca more than 2000 wide characters;
17953         instead, use malloc for large buffers.
17954         Check for address arithmetic overflow, and return -1
17955         with errno set to ENOMEM in that case.
17956         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17957         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17958         instead, return -1.  Check for address arithmetic overflow.
17959
17960 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17961
17962         Handle invalid suffixes and overflow independently, so that
17963         callers can treat them independently as needed.  Fix some bugs in
17964         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17965         suffix for a human-readable blocksize.  The major caller-visible
17966         change is the addition of a new
17967         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17968         that both overflow and suffix chars were found.
17969
17970         * lib/human.c (humblock): Don't check separately for invalid suffix
17971         char; that is xstrtoumax's job (now that its bug is fixed).
17972         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17973         INTMAX_MAX]: New macros.
17974         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17975         TYPE_MAXIMUM): New macros.
17976         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17977         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17978         if overflow occurs, as it's what __strtol does and it's more useful
17979         in practice.
17980         (__xstrtol): If __strtol reports some error other than ERANGE,
17981         reflect it to the caller as LONGINT_INVALID.  If it reports
17982         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17983         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17984         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17985         value.
17986         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17987         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17988         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17989         [defined UINTMAX_MAX]: New macros.
17990
17991 2003-10-14  Bruno Haible  <bruno@clisp.org>
17992
17993         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17994
17995 2003-10-14  Bruno Haible  <bruno@clisp.org>
17996
17997         * m4/sig_atomic_t: New file, from GNU gettext.
17998         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17999
18000 2003-10-14  Bruno Haible  <bruno@clisp.org>
18001
18002         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18003         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18004         Also use volatile where needed.
18005
18006 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18007
18008         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18009         Change maintainer from Bruno Haible to 'all'.
18010
18011 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18012
18013         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18014
18015 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18016
18017         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18018         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18019         and define in terms of the other primitives.
18020         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18021         (SIZE_MAX): Define if not already defined.
18022         (array_size_overflow): New function.
18023         (xalloc_die): Abort instead of exiting if 'error' returns.
18024         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18025         (xmalloc, xrealloc): Use them.
18026         (xcalloc): Check for address arithmetic overflow.
18027         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18028         a bit faster than strcpy.
18029
18030 2003-10-10  Simon Josefsson  <jas@extundo.com>
18031
18032         * modules/argp (Depends-on): Add restrict and strcase.
18033
18034 2003-10-10  Simon Josefsson  <jas@extundo.com>
18035
18036         * m4/argp.m4: Add AC_C_INLINE.
18037
18038 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18039
18040         Merge getpass from libc, plus a few fixes.
18041
18042         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18043         Include <stdbool.h>.
18044         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18045         __fsetlocking to empty.
18046         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18047         do include <bits/libc-lock.h>.
18048         Do not include <fcntl.h>; not needed.
18049         [_LIBC]: Include <wchar.h>.
18050         (NOTCANCEL_MODE): New macro.
18051         (flockfile, funlockfile) [_LIBC]: New macros.
18052         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18053         [!_LIBC]: New macros.
18054         (call_fclose): New function.
18055         (getpass): Use it.  Save tty stream separately; this simplifies the
18056         code and makes it more reliable if stdin happens to equal stdout.
18057         Invoke __fsetlocking on tty.
18058         Handle thread cancellation if needed.
18059         Namespace cleanup (use __tcgetattr, __getline).
18060         Use bool for Booleans.
18061         [USE_IN_LIBIO]: Handle wide streams.
18062         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18063         stream might go where.
18064
18065         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18066         doesn't have to include <stdio.h> before us.
18067         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18068         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18069         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18070         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18071         if not declared, so that we can use getpass.c code from libc without
18072         rewriting it.
18073         (flockfile, ftrylockfile, funlockfile): New macros.
18074
18075 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18076
18077         * modules/getpass: Depend on stdbool.
18078
18079 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18080
18081         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18082
18083 2003-10-07  Karl Berry  <karl@gnu.org>
18084
18085         * config/config.{guess,sub}: update from config.
18086
18087 2003-10-06  Jim Meyering  <jim@meyering.net>
18088             Bruno Haible  <bruno@clisp.org>
18089
18090         This lets translators provide better translations for the
18091         "Written by ..." part of --version output.
18092         * lib/version-etc.h: Include stdarg.h.
18093         (version_etc_copyright): Declare as readonly.
18094         (version_etc): Make this function variadic with a NULL-terminated list
18095         of author name strings.
18096         (version_etc_va): New declaration.
18097         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18098         (version_etc_copyright): Declare as readonly.
18099         (version_etc_va): New function. Provide a different translatable string
18100         for each possible number of authors < 10. Abbreviate when there are 10
18101         authors or more.
18102         (version_etc): Make this function variadic. Call version_etc_va.
18103         Suggestion from Gary V. Vaughan.
18104
18105         * lib/long-options.h (parse_long_options): Change prototype: the
18106         authors string is moved to the end and becomes variadic.
18107         * lib/long-options.c: Include stdarg.h.
18108         (parse_long_options): Make this function variadic, too.
18109         Call version_etc_va, not version_etc.
18110
18111 2003-10-06  Bruno Haible  <bruno@clisp.org>
18112
18113         * modules/version-etc-2: Remove file.
18114         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18115
18116 2003-10-06  Bruno Haible  <bruno@clisp.org>
18117
18118         * modules/fatal-signal: New file.
18119         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18120
18121 2003-10-06  Bruno Haible  <bruno@clisp.org>
18122
18123         * m4/fatal-signal.m4: New file.
18124         * m4/signalblocking.m4: New file, from GNU gettext.
18125
18126 2003-10-06  Bruno Haible  <bruno@clisp.org>
18127
18128         * lib/version-etc-2.h: Remove file.
18129         * lib/version-etc-2.c: Remove file.
18130
18131 2003-10-06  Bruno Haible  <bruno@clisp.org>
18132
18133         * lib/fatal-signal.h: New file, from GNU gettext.
18134         * lib/fatal-signal.c: New file, from GNU gettext.
18135
18136 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18137
18138         * README: Rework advice for preventing empty .o files.
18139         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18140         not <sys/types.h>.
18141
18142 2003-10-04  Karl Berry  <karl@gnu.org>
18143
18144         * lib/argp*: update from libc.
18145
18146 2003-10-04  Karl Berry  <karl@gnu.org>
18147
18148         * config/config.{guess,sub}: update from config.
18149
18150 2003-10-02  Bruno Haible  <bruno@clisp.org>
18151
18152         * modules/lchown (Include): Add lchown.h.
18153         * modules/time_r (Include): Use "..." syntax.
18154         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18155
18156 2003-10-01  Simon Josefsson  <jas@extundo.com>
18157
18158         * MODULES.html.sh (func_all_modules): Move gethostname from section
18159         'based on' to section 'lacking' POSIX:2001.
18160
18161 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18162
18163         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18164         to output mode on the same stream.
18165
18166 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18167
18168         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18169         Fix arg typo in previous patch.
18170
18171 2003-09-28  Jim Meyering  <jim@meyering.net>
18172
18173         * lib/error.c: Correct cpp indentation.
18174
18175 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18176
18177         * modules/free: New file.
18178
18179 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18180
18181         * m4/free.m4: New file.
18182
18183 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18184
18185         * lib/minmax.h (MIN, MAX)
18186         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18187         Omit the special code that used __typeof__, since we worry that
18188         it could be more trouble than it's worth.  See:
18189         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18190         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18191
18192         * lib/free.c: New file.
18193
18194 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18195
18196         Trivial fixes to Makefile.am parts of module listings.
18197         * modules/strstr: Append strstr.h to lib_SOURCES.
18198         * modules/strcase: Likewise, for strcase.h.
18199
18200 2003-09-27  Karl Berry  <karl@gnu.org>
18201
18202         * config/mkinstalldirs: update from automake.
18203
18204 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18205
18206         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18207         (error_tail): Do not loop, reallocating temporary buffer, since
18208         the output cannot contain more wide characters than the input
18209         contains bytes, the size must be big enough already.  This avoids
18210         one potential size overflow calculation.  Check for size overflow
18211         when calculating temporary buffer size.  Free temporary buffer
18212         when done, if it was allocated with malloc; this plugs a memory
18213         leak.  Remove casts from void * to pointers, that are no longer
18214         needed now that we're assuming C89 or better.
18215
18216         Merge error changes from glibc.
18217
18218         * lib/error.c, error.h: Update copyright notice header to match glibc.
18219         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18220         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18221         Disable cancellation while printing error.
18222         * lib/error.h: Prepend __ to parameter names.
18223
18224 2003-09-26  Jim Meyering  <jim@meyering.net>
18225
18226         * lib/error.c (error_tail): Move some declarations
18227         into inner scope where the local variables are used.
18228
18229 2003-09-26  Bruno Haible  <bruno@clisp.org>
18230
18231         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18232         stpncpy().
18233         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18234
18235 2003-09-26  Bruno Haible  <bruno@clisp.org>
18236
18237         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18238         (stpncpy): Define as alias for gnu_stpncpy.
18239         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18240
18241 2003-09-25  Simon Josefsson  <jas@extundo.com>
18242
18243         * lib/xgetdomainname.h: New file.
18244         * lib/xgetdomainname.c: New file.
18245
18246 2003-09-25  Simon Josefsson  <jas@extundo.com>
18247             Bruno Haible  <bruno@clisp.org>
18248
18249         * modules/getdomainname: New file.
18250         * modules/xgetdomainname: New file.
18251         * MODULES.html.sh (func_all_modules): Add getdomainname,
18252         xgetdomainname.
18253
18254 2003-09-25  Simon Josefsson  <jas@extundo.com>
18255             Bruno Haible  <bruno@clisp.org>
18256
18257         * m4/getdomainname.m4: New file.
18258
18259 2003-09-25  Simon Josefsson  <jas@extundo.com>
18260             Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/getdomainname.h: New file.
18263         * lib/getdomainname.c: New file.
18264
18265 2003-09-25  Karl Berry  <karl@gnu.org>
18266
18267         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18268
18269 2003-09-25  Karl Berry  <karl@gnu.org>
18270
18271         * config/install-sh: update from automake.
18272
18273 2003-09-25  Bruno Haible  <bruno@clisp.org>
18274
18275         * modules/version-etc-2: New file, from modules/version-etc with
18276         modifications.
18277         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18278
18279 2003-09-25  Bruno Haible  <bruno@clisp.org>
18280
18281         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18282         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18283
18284 2003-09-24  Simon Josefsson  <jas@extundo.com>
18285
18286         * modules/xgethostname: Add xgethostname.h.
18287
18288 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18289
18290         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18291         the buffer associated with the argument.  Bug reported by
18292         Simon Josefsson.
18293
18294 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18295
18296         * README: Document assumptions that 'int' is at least 32 bits
18297         wide, that integer arithmetic is 2's complement without overflow,
18298         that there are no holes in integer values, that adding sizes of
18299         two nonoverlapping objects can't overflow, and that all-bits-zero
18300         yields scalar zero.  Fix spelling and capitalization typos.
18301
18302 2003-09-19  Karl Berry  <karl@gnu.org>
18303
18304         * lib/argp.h: update from libc.
18305
18306 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18307
18308         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18309         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18310         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18311
18312 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18313
18314         * gnulib-tool: Use "test -h", not "test -L", for portability
18315         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18316         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18317         (sed_extract_prog): Issue s commands one-by-one, rather than
18318         using \| in one s command.
18319
18320 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18321
18322         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18323         input error, instead of returning NULL the next time we are called
18324         (and therefore losing track of errno).
18325
18326 2003-09-16  Bruno Haible  <bruno@clisp.org>
18327
18328         * gnulib-tool (func_create_testdir): Warn about duplicated
18329         dependencies.
18330
18331 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18332
18333         * modules/argmatch, modules/fatal, modules/obstack,
18334         modules/xalloc, modules/xgethostname: Sort dependencies by
18335         importance, not alphabetically.
18336
18337 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18338
18339         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18340         fails, so that the caller gets the proper errno.
18341
18342         * lib/readutmp.c (read_utmp): Likewise.
18343         Check for fstat error.  Close stream and free storage
18344         when failing.
18345
18346 2003-09-14  Karl Berry  <karl@gnu.org>
18347
18348         * config/srclist.txt (strdup.c): disable for c89 changes.
18349
18350 2003-09-14  Jim Meyering  <jim@meyering.net>
18351
18352         * lib/getloadavg.c: Correct cpp indentation.
18353         * lib/strdup.c: Likewise.
18354         * lib/vasnprintf.c: Likewise.
18355
18356 2003-09-14  Bruno Haible  <bruno@clisp.org>
18357
18358         * modules/fwriteerror: New file.
18359         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18360
18361 2003-09-14  Bruno Haible  <bruno@clisp.org>
18362
18363         * lib/fwriteerror.h: New file.
18364         * lib/fwriteerror.c: New file.
18365
18366 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18367
18368         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18369         modules/xgethostname, modules/xalloc: Depend on exit.
18370
18371 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18372
18373         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18374
18375         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18376         and AC_MINIX, too, so that their extensions are available.
18377
18378         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18379         This macro has been superseded by gl_BACKUPFILE.
18380
18381         More patches to assume C89 or better.
18382
18383         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18384
18385         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18386         unconditionally.
18387         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18388         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18389         Include <string.h>, <stdlib.h> unconditionally.
18390         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18391         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18392         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18393         headers or for string.h.
18394         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18395         or strtoul.
18396
18397         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18398         headers.
18399         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18400         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18401         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18402         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18403         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18404         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18405         memcpy, memset.
18406         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18407         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18408         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18409         strtol.
18410         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18411         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18412         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18413         strtoul.
18414
18415 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18416
18417         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18418         * lib/obstack.c [!defined _LIBC]: Likewise.
18419         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18420         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18421         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18422
18423         More changes to assume C89 or better.
18424
18425         * lib/error.c (error_tail): Assume vprintf.
18426
18427         * lib/argmatch.c (getenv): Remove decl.
18428         * lib/progreloc.c (get_full_program_name): Define via prototype.
18429         * lib/setenv.c (clearenv): Likewise.
18430         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18431         needed.
18432         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18433         (malloc, memcpy): Remove decls.
18434         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18435         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18436         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18437         (memcpy): Remove macro.
18438         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18439         (__P): Remove.  All uses removed.
18440         (PTR): Remove.  All uses changed to void *.
18441         (CHAR_BIT, NULL): Remove.
18442         (spaces, zeros, memset_space, memset_zero)
18443         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18444         Remove.
18445         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18446         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18447         Define with prototype.
18448         Remove now-unnecessary prototype decl.
18449         (extra_args_spec): Assume ANSI C.  All uses changed.
18450         (extra_args_spec_iso): Remove.
18451         (my_strftime, emacs_strftimeu): Define via prototype.
18452         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18453         unconditionally.
18454         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18455         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18456         (strtoul, strtol): Remove decls.
18457         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18458         LONG_MAX): Remove.
18459         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18460         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18461         (LOCALE_PARAM_PROTO): New macro.
18462         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18463         (INTERNAL (strtol), strtol): Define with a prototype.
18464         (PARAMS): Remove.  All uses removed.
18465         * lib/tempname.c: Include <string.h> unconditionally.
18466         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18467         * lib/xgethostname.c (main): Define with a prototype.
18468         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18469         Include <stdlib.h> unconditionally.
18470         (calloc, malloc, realloc, free): Remove decls.
18471         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18472         Include <stdlib.h> unconditionally.  Sort include file names.
18473         (strtod): Remove.
18474         (xstrtod): Define with a prototype.
18475         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18476         (strtol, strtoul): Remove decls.
18477
18478 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18479
18480         More patches to assume C89 or better.
18481         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18482         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18483         string.h, memchr, STDC_HEADERS.
18484
18485 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18486
18487         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18488         Include <stdlib.h>, <string.h> unconditionally.
18489         Remove now-unnecessary cast to char *.
18490         * lib/strnlen.c: Include <string.h> unconditionally.
18491         * lib/yesno.c (yesno): Define with a prototype.
18492
18493 2003-09-11  Bruno Haible  <bruno@clisp.org>
18494
18495         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18496
18497 2003-09-10  Jim Meyering  <jim@meyering.net>
18498
18499         * lib/error.c: Correct indentation of cpp directives.
18500
18501 2003-09-10  Bruno Haible  <bruno@clisp.org>
18502
18503         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18504         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18505         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18506         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18507         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18508         <stdlib.h> and <string.h> checks.
18509         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18510         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18511
18512 2003-09-10  Bruno Haible  <bruno@clisp.org>
18513
18514         * lib/strcspn.c: Include <string.h> unconditionally.
18515         * lib/strpbrk.c: Include <string.h> unconditionally.
18516         * lib/strstr.c: Include <string.h> unconditionally.
18517         * lib/unicodeio.c: Include <string.h> unconditionally.
18518         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18519         * lib/unsetenv.c: Likewise.
18520         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18521         * lib/yesno.c: Include <stdlib.h> unconditionally.
18522         (rpmatch): Add prototype.
18523
18524 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18525
18526         More patches to assume C89 or better.
18527         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18528         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18529         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18530         or for string.h.
18531         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18532         stdlib.h.
18533         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18534         C headers.
18535         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18536         string.h.
18537         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18538         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18539         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18540         or for string.h.
18541         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18542         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18543         C headers.
18544         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18545         memcpy.
18546         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18547         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18548         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18549         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18550         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18551         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18552         string.h, free.
18553         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18554         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18555         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18556         C headers, or for string.h.
18557         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18558         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18559         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18560         headers, memory.h, stdlib.h, string.h, strings.h.
18561         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18562         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18563         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18564         strchr.
18565         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18566         headers, memory.h, string.h.
18567         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18568         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18569         free.
18570         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18571         headers.
18572         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18573         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18574         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18575         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18576         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18577
18578 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18579
18580         More K&R removal.
18581
18582         * lib/acosl.c (main): Use a prototype.
18583         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18584         tanl.c: Likewise.
18585
18586         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18587
18588         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18589         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18590         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18591         with a prototype.
18592         * lib/getopt.c (const): Remove macro.
18593         Include <string.h> unconditionally.
18594         (my_index): Remove; all uses changed to strchr.
18595         (strlen): Remove decl.
18596         (exchange): Remove forward decl; no longer needed.
18597         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18598         Define with prototype.
18599         * lib/getopt1.c (const): Remove macro.
18600         (getopt_long, getopt_long_only, main): Define with prototype.
18601
18602         * lib/getugroups.c: Include <string.h> unconditionally.
18603
18604         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18605         (getusershell, setusershell, endusershell, readname, main):
18606         Define with prototypes.
18607
18608         * lib/group-member.c: Include group-member.h first.
18609         Include <stdlib.h> unconditionally.
18610
18611         * lib/hard-locale.c: Include hard-locale.h first.
18612         Include <stdlib.h>, <string.h> unconditionally.
18613
18614         * lib/hash.c (free, malloc): Remove decls.
18615         Include <stdlib.h> unconditionally.
18616
18617         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18618         (getenv): Do not declare.
18619
18620         * lib/idcache.c: Include <string.h> unconditionally.
18621
18622         * lib/long-options.c: Include long-options.h first, to test interface.
18623         Include <stdlib.h> unconditionally.
18624
18625         * lib/makepath.c: Include makepath.h first, to test interface.
18626         Include <stdlib.h> and <string.h> unconditionally.
18627
18628         * lib/linebuffer.c: Include <stdlib.h>.
18629         (free): Remove decl.
18630
18631         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18632         stddef.h. rpl_malloc returns void *, not char *.
18633         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18634         prototype.
18635
18636         * lib/md5.h: Include <limits.h> unconditionally.
18637         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18638         (__P): Remove; all uses removed.
18639         * lib/md5.c: Include "md5.h" first.
18640         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18641         md5_buffer, md5_process_bytes, md5_process_block):
18642         Define with prototypes.
18643         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18644         * lib/sha.c: Include "sha.h" first.
18645         Include <stdlib.h>, <string.h> unconditionally.
18646
18647         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18648         * lib/memcmp.c (__ptr_t): Likewise.
18649         * lib/memrchr.c (__ptr_t): Likewise.
18650         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18651         Include <string.h> unconditionally.
18652         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18653         * lib/memchr.c: Include <stdlib.h> unconditionally.
18654         * lib/memchr.c (LONG_MAX): Remove.
18655         * lib/memrchr.c (LONG_MAX): Likewise.
18656         * lib/memchr.c (__memchr): Define via a prototype.
18657         * lib/memrchr.c (__memrchr): Likewise.
18658         * lib/memcmp.c (__P): Remove, and remove all uses.
18659         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18660         Remove forward decls; no longer needed.
18661         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18662         Use types required by C89 in prototype.
18663
18664         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18665         * lib/savedir.c: Likewise.
18666         * lib/mkdir.c (free): Remove decl.
18667         * lib/rmdir.c (rmdir): Define with a prototype.
18668         * lib/savedir.c: Include savedir.h first, to test interface.
18669
18670         * lib/mktime.c (STDC_HEADERS): Remove.
18671         Include <stdlib.h>, <string.h> unconditionally.
18672
18673         * lib/modechange.c: Include <stdlib.h> unconditionally.
18674         (malloc): Remove decl.
18675
18676         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18677         (free): Remove decl.
18678
18679         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18680         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18681         (This type really should be intptr_t, but that's a C99ism.)
18682         (_obstack_memcpy): Remove: all uses changed to memcpy.
18683         Include <string.h> unconditionally.
18684         (struct obstack): Assume __STDC__ for types of members
18685         chunkfun, freefun, extra_arg.
18686         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18687         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18688         obstack_begin, obstack_specify_allocation,
18689         obstack_specify_allocation_with_arg, obstack_chunkfun,
18690         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18691         Remove unprototyped decls and the macros that use them.
18692         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18693         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18694         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18695         (defined __STDC__ && __STDC__)]:
18696         Remove nonprototyped code.
18697         Include <stdlib.h> unconditionally.
18698         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18699         _obstack_allocated_p, _obstack_free, obstack_free,
18700         _obstack_memory_used, print_and_abort):
18701         Define using prototypes.
18702         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18703         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18704         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18705         obstack_next_free, obstack_object_size, obstack_room) [0]:
18706         Remove unused, unprototyped code.
18707
18708         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18709
18710         * lib/physmem.c (physmem_total, physmem_available, main): Define
18711         with prototypes.
18712
18713         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18714         (main): Define with a prototype.
18715
18716         * lib/posixver.c (getenv): Remove decl.
18717
18718         * lib/putenv.c (malloc): Returns void *, not char *.
18719         Include <string.h> unconditionally.
18720         (strchr, memcpy, NULL): Do not define.
18721
18722         * lib/readtokens.c: Include readtokens.h first, to test interface.
18723         Include <stdlib.h>, <string.h> unconditionally.
18724         (init_tokenbuffer): Define with a prototype.
18725
18726         * lib/regex.c (PARAMS): Remove.  All uses removed.
18727         All uses of _RE_ARGS removed, too.
18728         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18729         unconditionally.
18730         (bzero): Assume memset exists.
18731         (memcmp, memcpy, NULL): Remove.
18732         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18733         char, or assignments to local vars of type signed char.
18734         (init_syntax_once, PREFIX(extract_number_and_incr),
18735         PREFIX(print_partial_compiled_pattern),
18736         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18737         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18738         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18739         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18740         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18741         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18742         wcs_compile_range, byte_compile_range, truncate_wchar,
18743         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18744         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18745         count_mbs_length, wcs_re_match_2_internal,
18746         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18747         PREFIX(alt_match_null_string_p),
18748         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18749         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18750         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18751         now-unnecessary declaration, if any.
18752         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18753         regcomp, regexec):
18754         Remove now-unnecessary casts among pointer types.
18755         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18756
18757         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18758         (free): Remove decl.
18759
18760         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18761
18762         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18763         (free): Remove decl.
18764
18765         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18766         * lib/xgetcwd.c: Likewise.
18767
18768         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18769         (free): Remove decl.
18770
18771         * lib/strchrnul.c (strchrnul): Define with a prototype.
18772         Fix bug: c_in was not converted to char before searching.
18773
18774         The following changes are not K&R related:
18775
18776         * lib/group-member.h: Include <sys/types.h>, so that this file is
18777         self-contained.
18778         * lib/makepath.h: Likewise.
18779
18780         * lib/getusershell.c (readname, default_index, line_size, readname):
18781         Use size_t, not int, for sizes.
18782         (readname): If the size overflows, report an error instead of
18783         looping forever.
18784
18785 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18786
18787         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18788         libc.
18789
18790 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18791
18792         * README: New section: portability guidelines.
18793
18794 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18795
18796         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18797         C89 spec.
18798
18799 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18800
18801         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18802
18803 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18804
18805         Assume C89 or better; remove K&R cruft.
18806         A few of these changes were first proposed by Derek Robert Price
18807         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18808
18809         * lib/addext.c: Include <string.h> unconditionally.
18810         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18811         Don't declare getenv or malloc.
18812
18813         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18814         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18815         (NULL): Remove.
18816         (find_stack_direction, alloca): Use prototypes.
18817
18818         * lib/atexit.c (atexit): Define using a prototype.
18819
18820         * lib/basename.c, dirname.c, stripslash.c:
18821         Include <string.h> unconditionally.
18822
18823         * lib/bcopy.c: Include <stddef.h>.
18824         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18825
18826         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18827
18828         * lib/error.h (error, error_at_line, error_print_progname)
18829         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18830         * lib/error.c: Include error.h first, to check interface.
18831         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18832         (VA_START): Remove; all uses changeed to va_start.
18833         (exit, strerror): Remove decls.
18834         (error_print_progname): Prototype uncondionally.
18835         Don't include <errno.h>; no longer needed.
18836         (private_strerror): Remove.
18837         (error_tail): Always define.
18838         (error, error_at_line): Assume C89 or better; always use prototypes.
18839         * lib/fatal.c: Include "fatal.h" first, to test interface.
18840         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18841         (VA_START): Remove; all uses changed to va_start.
18842         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18843         this case.
18844         (exit): Remove decl.
18845         (fatal): Prototype unconditionally.  Assume va_start works.
18846         Abort at end, to pacify gcc.
18847
18848         * lib/euidaccess.c (main): Define with a prototype.
18849
18850         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18851
18852         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18853
18854         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18855         prototypes.
18856         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18857         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18858         (getenv): Remove decl.
18859         (fnmatch): Define using a prototype.
18860         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18861         (FCT): Define using a prototype.
18862
18863         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18864
18865         * lib/gethostname.c: Include <stddef.h>.
18866         (gethostname): Define with prototype.  Length is size_t, not int.
18867
18868 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18869
18870         Assume C89 or better; remove K&R cruft.
18871         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18872         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18873         string.h, getenv, malloc.
18874         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18875         headers.
18876         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18877         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18878         do not check for strerror.
18879         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18880         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18881         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18882         do not check for doprnt or vprintf.
18883         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18884         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18885
18886 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18887
18888         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18889         getversion.c should have been removed then, but was accidentally
18890         preserved.
18891
18892         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18893         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18894
18895 2003-09-08  Karl Berry  <karl@gnu.org>
18896
18897         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18898                 config, forget about prep.
18899
18900         * config/depcomp, missing: update from automake.
18901
18902 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18903
18904         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18905         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18906
18907 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18908
18909         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18910         copy_tm_result.  Bug reported by Simon Josefsson in
18911         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18912
18913 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18914
18915         * m4/time_r.m4: New file.
18916         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18917         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18918         is. Check for timegm declaration.
18919         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18920         Do not check for gmtime_r.
18921         Replace mktime if __mktime_internal does not exist and if mktime
18922         hasn't been replaced already.
18923
18924 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18925
18926         * lib/time_r.c, lib/time_r.h: New files.
18927
18928         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18929         __localtime_r.
18930         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18931         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18932
18933         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18934         __gmtime_r.
18935         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18936         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18937         Include <time_r.h>.
18938
18939         * lib/timegm.c: Switch to glibc implementation, with the following
18940         changes:
18941         [defined HAVE_CONFIG_H]: Include <config.h>.
18942         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18943         (__mktime_internal) [!defined _LIBC]: New decl.
18944         (__gmtime_r) [!defined _LIBC]: New macro and function.
18945         (timegm): Use a prototype, since gnulib assumes C89.
18946         Do not bother declaring tmp to be const, as it's not really usefu.
18947         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18948         (timegm): Declare only if HAVE_DECL_TIMEGM.
18949
18950 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18951
18952         * MODULES.html.sh (func_all_modules): Add time_r.
18953         * modules/time_r: New file.
18954         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18955         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18956
18957 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18958
18959         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18960         Bug reported by Lute Kamstra in
18961         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18962
18963         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18964         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18965         course with correspondingly smaller numbers for tomorrow and
18966         yesterday.  From Tadayoshi Funaba.  Originally installed into
18967         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18968         coreutils merge?).
18969
18970 2003-08-31  Simon Josefsson  <jas@extundo.com>
18971
18972         * modules/timegm: New file.
18973         * MODULES.html.sh (func_all_modules): Add timegm.
18974
18975 2003-08-31  Simon Josefsson  <jas@extundo.com>
18976
18977         * m4/timegm.m4: New file.
18978
18979 2003-08-31  Simon Josefsson  <jas@extundo.com>
18980
18981         * lib/timegm.h: New file.
18982         * lib/timegm.c: New file.  Based on
18983         wget-1.8.2/src/http.c:mktime_from_utc.
18984
18985 2003-08-31  Karl Berry  <karl@gnu.org>
18986
18987         * lib/argp.h: update from libc.
18988
18989 2003-08-28  Bruno Haible  <bruno@clisp.org>
18990
18991         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18992         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18993         followed by '#define fnmatch fnmatch_posix' gives an error.
18994
18995 2003-08-28  Bruno Haible  <bruno@clisp.org>
18996
18997         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18998         warning on QNX, which defines O_BINARY to 000000.
18999
19000 2003-08-27  Jim Meyering  <jim@meyering.net>
19001
19002         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19003         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19004         would fail after 32.  Reported by Danny Levinson.  Details here:
19005         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19006
19007 2003-08-24  Bruno Haible  <bruno@clisp.org>
19008
19009         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19010         MSVC7 <stdio.h> is included later.
19011
19012 2003-08-22  Simon Josefsson  <jas@extundo.com>
19013
19014         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19015
19016 2003-08-20  Karl Berry  <karl@gnu.org>
19017
19018         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19019
19020 2003-08-20  Bruno Haible  <bruno@clisp.org>
19021
19022         * modules/progname: New file.
19023         * MODULES.html.sh (func_all_modules): Add progname.
19024
19025 2003-08-20  Bruno Haible  <bruno@clisp.org>
19026
19027         * lib/progname.h: New file, from GNU gettext.
19028         * lib/progname.c: New file, from GNU gettext.
19029         * lib/progreloc.c: New file, from GNU gettext.
19030
19031 2003-08-19  Jim Meyering  <jim@meyering.net>
19032
19033         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19034         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19035
19036 2003-08-19  Bruno Haible  <bruno@clisp.org>
19037
19038         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19039         more.
19040
19041 2003-08-19  Bruno Haible  <bruno@clisp.org>
19042
19043         * lib/xstrdup.c: Assume <string.h> exists.
19044
19045 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19046
19047         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19048         in makefile rules.
19049
19050 2003-08-18  Jim Meyering  <jim@meyering.net>
19051
19052         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19053         * m4/lib-ld.m4: Likewise.
19054
19055 2003-08-18  Jim Meyering  <jim@meyering.net>
19056
19057         * lib/setenv.h: Indent nested cpp directive.
19058         * lib/vasnprintf.c: Remove trailing blanks.
19059
19060 2003-08-17  Simon Josefsson  <jas@extundo.com>
19061
19062         * modules/xstrndup: New file.
19063         * MODULES.html.sh (func_all_modules): Add xstrndup.
19064
19065 2003-08-17  Simon Josefsson  <jas@extundo.com>
19066
19067         * modules/argp: Fix autoconf macro name. Add more dependencies.
19068
19069 2003-08-17  Simon Josefsson  <jas@extundo.com>
19070
19071         * m4/xstrndup.m4: New file.
19072
19073 2003-08-17  Simon Josefsson  <jas@extundo.com>
19074
19075         * m4/argp.m4: New file.
19076
19077 2003-08-17  Simon Josefsson  <jas@extundo.com>
19078             Bruno Haible  <bruno@clisp.org>
19079
19080         * lib/xstrndup.h: New file.
19081         * lib/xstrndup.c: New file.
19082
19083 2003-08-17  Bruno Haible  <bruno@clisp.org>
19084
19085         * modules/strndup (Files, Include): Add lib/strndup.h.
19086
19087 2003-08-17  Bruno Haible  <bruno@clisp.org>
19088
19089         * modules/euidaccess (Files): Add lib/euidaccess.h.
19090
19091 2003-08-17  Bruno Haible  <bruno@clisp.org>
19092
19093         * lib/strndup.h: New file.
19094
19095 2003-08-17  Bruno Haible  <bruno@clisp.org>
19096
19097         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19098         like AC_GNU_SOURCE.
19099         * modules/extensions (configure.ac): Comment out the invocation of
19100         gl_USE_SYSTEM_EXTENSIONS.
19101
19102 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19103
19104         Merges from coreutils, etc.
19105         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19106         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19107         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19108         fixing a typo.
19109         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19110         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19111
19112 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19113
19114         Document merge from coreutils.
19115         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19116         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19117         * modules/utime: Add m4/utimes-null.m4.
19118
19119 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19120
19121         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19122         space, undoing this 2003-08-12 change:
19123         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19124
19125 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19126
19127         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19128         strtoul.c from libc, undoing this 2003-08-12 change:
19129         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19130
19131 2003-08-16  Jim Meyering  <jim@meyering.net>
19132
19133         Merges from coreutils.
19134         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19135         prefix.  Adjust cache variables similarly.  Create 500 rather than
19136         just 300 files, to exercise bug on Darwin6.5, too.
19137         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19138         $missing_dir.
19139         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19140         AM_SYS_POSIX_TERMIOS.
19141         Reported by mkc@mathdogs.com.
19142         Also change use of $am_cv_sys_posix_termios
19143         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19144         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19145         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19146         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19147         in /proc/mounts until it finds one with matching device number.  This
19148         is unnecessary when the FILE argument *is* a mount point.  No stat call
19149         is necessary in that case.  So, disable the statvfs-testing code on
19150         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19151         as RedHat bug# 84846.
19152         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19153         to 1MB, so as not to render systems with no stack size limit (e.g.,
19154         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19155         Include <unistd.h>.  On some systems,
19156         it is required for the definition of _SC_PAGESIZE.
19157
19158 2003-08-16  Jim Meyering  <jim@meyering.net>
19159
19160         Merge from coreutils.
19161         * lib/xstrtoimax.c: #else #if -> #elif.
19162         * lib/xstrtoumax.c: Likewise.
19163
19164 2003-08-16  Jim Meyering  <jim@meyering.net>
19165
19166         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19167         * m4/utimes.m4: Removed.
19168         * m4/utimes-null.m4: Renamed from utimes.m4.
19169
19170         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19171         to 1MB, so as not to render systems with no stack size limit (e.g.,
19172         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19173         Include <unistd.h>.  On some systems,
19174         it is required for the definition of _SC_PAGESIZE.
19175
19176 2003-08-16  Jim Meyering  <jim@meyering.net>
19177         and Paul Eggert  <eggert@cs.ucla.edu>
19178
19179         Merges from coreutils, etc.
19180
19181         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19182         using the latest version from cvs.  This avoids problems with #line
19183         directives using a vendor (Sun) compiler.
19184         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19185         Don't set GETGROUPS_LIB here; now it's
19186         done via getgroups.m4's wrapper function.
19187         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19188         rather than just in sh-util/configure.in, so that the
19189         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19190         same.
19191         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19192         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19193         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19194         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19195         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19196         Remove code that is now done by the newly-required macros.
19197         Append $(EXEEXT) to DF_PROG.
19198         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19199         Do not invoke or require the following here,
19200         since prereq.m4 or some gnulib .m4 now does this for us:
19201         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19202         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19203         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19204         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19205         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19206         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19207         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19208         AC_FUNC_OBSTACK.
19209         Do not replace the following functions, as this is now the job
19210         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19211         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19212         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19213         atexit getpass, strdup, getpagesize.
19214         Replace 'raise'.
19215         Do not check for the following functions, as this is now the job
19216         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19217         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19218         setregid.
19219         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19220         Check for sys/sysctl.h.
19221         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19222         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19223         of checking for ssize_t ourselves.
19224
19225         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19226         Require every macro that gnulib/modules/* suggests for us.
19227         (jm_PREREQ_ADDEXT): New macro.
19228         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19229         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19230
19231         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19232         (gl_PHYSMEM): Use it.
19233         Also check for `table' function.
19234         Check for new headers and functions.
19235         Add check for sys/sysmp.h.
19236         With suggestions from Kaveh Ghazi.
19237         Ignore headers that are present but cannot be compiled.  This
19238         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19239         C 5.4.
19240
19241 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19242
19243         Document merge from coreutils.
19244         * modules/userspec: Depend on posixver.
19245         * modules/strftime: Depend on tzset.
19246
19247 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19248
19249         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19250         rather than tab, after '#' in shell-script copyright notices.
19251         Suggested by Bruno Haible.
19252
19253 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19254
19255         * config/srclist-update: Use three spaces, rather than tab, after '#'
19256         in shell-script copyright notices.  Suggested by Bruno Haible.
19257         Remove unnecessary parenthesization in regular expression.
19258
19259 2003-08-15  Jim Meyering  <jim@meyering.net>
19260
19261         Merge from coreutils.
19262         * lib/xgethostname.c: Include <stdlib.h>.
19263         (xghostname): Don't exit for anything other than memory-related
19264         failure; just return NULL.
19265         * lib/userspec.c: Include "posixver.h".
19266         (parse_user_spec): Accept `.' as a separator only
19267         in pre-POSIX-200112 mode.
19268         * lib/strtoimax.c: Use #elif rather than #else #if.
19269         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19270         Remove function, now that we can rely on a working tzset function.
19271         [!_LIBC]: Ensure that the required autoconf test has been run.
19272         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19273         Use underlying_strftime for %r.
19274         * lib/sha.c: Merge in some clean-up and optimization changes from
19275         glibc.
19276         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19277         Ensure that it is a multiple of 64.
19278         Rearrange loop exit tests so as to avoid performing an
19279         additional fread after encountering an error or EOF.
19280         * lib/realloc.c: Update copyright date.
19281
19282 2003-08-15  Jim Meyering  <jim@meyering.net>
19283         and Paul Eggert  <eggert@twinsun.com>
19284
19285         Merge from coreutils.
19286         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19287         member but strut utmpx does not.  Needed for AIX 4.3.3.
19288         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19289
19290 2003-08-15  Jim Meyering  <jim@meyering.net>
19291         and Paul Eggert  <eggert@cs.ucla.edu>
19292
19293         Merges from coreutils, etc.
19294         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19295         Require gl_FUNC_TZSET_CLOBBER.
19296         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19297         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19298         members.
19299
19300 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19301
19302         Help the merge from coreutils.
19303         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19304         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19305         * m4/tzset.m4: Use it too.
19306
19307 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19308
19309         * modules/tzset: New file.
19310
19311 2003-08-14  Jim Meyering  <jim@meyering.net>
19312
19313         Merges from coreutils.
19314         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19315         variable names, rather than @FNMATCH_H@.
19316         * modules/alloca: Likewise for $(ALLOCA_H).
19317
19318         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19319         the three copies of the literal target, `fnmatch.h'.
19320         * modules/alloca (alloca.h): Likewise.
19321
19322 2003-08-14  Jim Meyering  <jim@meyering.net>
19323
19324         Merge from coreutils.
19325         * m4/tzset.m4: New file.
19326         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19327         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19328         otherwise, AIX 5.1 systems would end up using the latter.
19329         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19330         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19331         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19332         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19333
19334 2003-08-14  Jim Meyering  <jim@meyering.net>
19335
19336         Merge from coreutils.
19337         * lib/obstack.h: Whitespace changes.
19338         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19339         and xcalloc return values.
19340         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19341         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19342         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19343         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19344         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19345         error from mntctl.
19346         Use mntctl's return value to drive the entry-processing loop, since
19347         we can't rely on the value of the vmt_length member in the last
19348         entry.  On some systems doing so could result in exhausting
19349         virtual memory.  Based in part on a patch from Mike Jetzer.
19350
19351 2003-08-14  Jim Meyering  <jim@meyering.net>
19352         and Paul Eggert  <eggert@twinsun.com>
19353
19354         Merges from coreutils, plus other fixes.
19355         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19356         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19357         for credits and details.  Thanks to Kaveh Ghazi for helping
19358         to keep these files in sync.
19359         (ARRAY_SIZE): Define it.
19360         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19361         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19362         (memcasecmp): Don't assume size_t fits in unsigned int.
19363         Remove casts and duplicate code.
19364         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19365         (memcpy): Remove definition.
19366         Merge in some clean-up and optimization changes from glibc.
19367         [BLOCKSIZE]: Move definition to top of file.
19368         Ensure that it is a multiple of 64.
19369         Rearrange loop exit tests so as to avoid performing an
19370         additional fread after encountering an error or EOF.
19371         * lib/md5.h (md5_uintptr): Define.
19372         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19373         return to the initial working directory.  Preserve errno
19374         for caller.
19375         * lib/idcache.c: Include "xalloc.h".
19376         (xmalloc, xrealloc): Remove decls.
19377         (getuser): Remove casts no longer required in C89.
19378         * lib/human.c: Include stdio.h, for sprintf.
19379         * lib/group-member.c: Include "xalloc.h".
19380         (xmalloc, xrealloc): Remove decls.
19381         (get_group_info): Remove casts no longer required in C89.
19382         * lib/getusershell.c (readname): Remove casts no longer required in
19383         C89.
19384         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19385         * lib/getline.c: Whitespace fix, from coreutils.
19386
19387 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19388
19389         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19390         Check for isascii.
19391
19392         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19393         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19394         Undo previous (whitespace-only) change.
19395
19396 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19397
19398         * lib/exclude.c: Include <ctype.h>
19399         (IN_CTYPE_DOMAIN): New macro.
19400         (is_space): New fn.
19401         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19402         and empty lines.
19403
19404         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19405         Undo previous (whitespace-only) change.
19406
19407 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19408
19409         * config/srclist-update: Change update back to the old behavior,
19410         leaving whitespace alone.  Use one 'sed' command rather than a
19411         pipeline.
19412         (fixlicense): Now a variable, not a function.
19413         (remove_trailing_blanks): Remove.
19414         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19415         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19416         Undo previous (whitespace-only) change.
19417
19418 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19419
19420         Merge from coreutils.
19421         * modules/euidaccess: Add lib_SOURCES, include for new
19422         file euidaccess.h
19423
19424 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19425
19426         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19427         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19428         Normalize leading white space and remove trailing white space.
19429
19430         Merge from coreutils
19431         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19432
19433         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19434         0.12.1.  These files are now being upgraded automatically by
19435         ../config/srclist-update.
19436
19437 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19438
19439         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19440         Normalize leading white space and remove trailing white space.
19441         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19442         notice, as per ../config/srclist-update.
19443
19444         Merge from coreutils.
19445         * lib/euidaccess.h: New file.
19446         * lib/euidaccess.c: Include it.
19447         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19448         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19449         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19450
19451 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19452
19453         * config/srclist-update: Add copyright notice.
19454         (remove_id_lines, remove_trailing_blanks): New constants.
19455         (fixfile): Use them to normalize spacing a bit in copied files.
19456         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19457         Normalize leading white space and remove trailing white space.
19458
19459         * config/texinfo.tex: Sync with texinfo.
19460
19461         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19462         strtoul.c from libc, to merge coreutils whitespace changes.
19463
19464         * config/srclist.txt: Get the following m4 files from gettext:
19465         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19466         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19467         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19468         wint_t.m4.
19469
19470 2003-08-12  Karl Berry  <karl@gnu.org>
19471
19472         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19473         been made.
19474
19475 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19476
19477         * modules/gnu-source, m4/gnu-source.m4:
19478         Remove; we're assuming Autoconf 2.54 or later now.
19479         Suggested by Bruno Haible.
19480         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19481
19482 2003-08-11  Bruno Haible  <bruno@clisp.org>
19483
19484         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19485
19486 2003-08-11  Bruno Haible  <bruno@clisp.org>
19487
19488         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19489         (vasnprintf): Use it instead of wcslen.
19490
19491 2003-08-11  Bruno Haible  <bruno@clisp.org>
19492
19493         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19494         value to ensure that _Bool promotes to int. Use #define for _Bool when
19495         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19496
19497 2003-08-10  Karl Berry  <karl@gnu.org>
19498
19499         * lib/regex.h: update from libc (whitespace fix).
19500
19501 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19502
19503         Merge some files from coreutils.  These changes were
19504         originally made by Jim Meyering.
19505         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19506         many older Unixes require this.
19507         * lib/alloca.c (alloca): Remove cast to argument of free;
19508         no longer needed in C89.
19509         * lib/alloca_.h, regex.h: Fix white space to match
19510         what GNU indent does.
19511
19512 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19513
19514         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19515         apparently Emacs's Unicode mode got confused before my 2003-08-05
19516         checkin.
19517
19518 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19519
19520         * m4/extensions.m4: New file.
19521         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19522         Require gl_USE_SYSTEM_EXTENSIONS.
19523         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19524         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19525
19526 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19527
19528         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19529         * modules/extensions, modules/gnu-source: New files.
19530         * modules/timespec, modules/unlocked-io: Depend on extensions.
19531
19532 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19533
19534         * modules/restrict: New file.
19535         * MODULES.html.sh (func_all_modules): Add restrict.
19536         * modules/regex: Depend on restrict.
19537
19538 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19539
19540         * m4/restrict.m4: New file.
19541         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19542
19543 2003-08-07  Bruno Haible  <bruno@clisp.org>
19544
19545         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19546         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19547
19548 2003-08-07  Bruno Haible  <bruno@clisp.org>
19549
19550         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19551         makes the module 'getndelim2' compatible with the module 'getline'.
19552
19553 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19554
19555         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19556         byte with "\201" to avoid glitches when editing that source file
19557         with multi-gnome-terminal.
19558
19559 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19560
19561         * lib/bumpalloc.h: Remove.
19562
19563 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19564
19565         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19566         * modules/bumpalloc: Remove.
19567
19568 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19569
19570         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19571         GNU coding style.
19572
19573         Merge from coreutils.
19574         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19575         1. From glibc.
19576         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19577         from Karl Berry, implemented by Jim Meyering.
19578         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19579         from Dmitry V. Levin.
19580         Remove anachronistic cast of xrealloc.
19581         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19582         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19583         type. Otherwise, it wouldn't compile with at least /bin/cc on
19584         ymp-cray-unicos9.0.2.X.
19585         Combine two mostly-identical uses of alloca into one.
19586         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19587
19588 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19589
19590         [From Emacs.]
19591
19592         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19593         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19594         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19595         obsolete NLIST_NAME_UNION.
19596         [__GNU__]: Undef BSD and FSCALE.
19597         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19598
19599 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19600
19601         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19602         an enum type, so that it's guaranteed to promote to int.  See:
19603         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19604
19605 2003-08-03  Karl Berry  <karl@gnu.org>
19606
19607         * config/depcomp: update from automake.
19608
19609 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19610
19611         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19612         (strerror): Don't assume that a printable int fits in 14 bytes.
19613
19614 2003-07-31  Bruno Haible  <bruno@clisp.org>
19615
19616         * modules/getpass-gnu: New file.
19617         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19618
19619 2003-07-31  Bruno Haible  <bruno@clisp.org>
19620
19621         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19622
19623 2003-07-24  Karl Berry  <karl@gnu.org>
19624
19625         * config/missing: update from automake.
19626
19627 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19628             Bruno Haible  <bruno@clisp.org>
19629
19630         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19631         * lib/getline.c (getline, getdelim): Likewise.
19632         Remove _GNU_SOURCE define; now it's defined in config.h through
19633         m4/getline.m4.
19634
19635 2003-07-23  Karl Berry  <karl@gnu.org>
19636
19637         * config/config.sub: update from prep.
19638
19639 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19640
19641         * modules/xalloc (Depends-on): Add exitfail.
19642         * modules/xmemcoll: Likewise.
19643
19644 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19645
19646         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19647         over-parenthesization in macros.
19648
19649         Sync with coreutils.
19650
19651         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19652         required by C99.
19653
19654         Use `exit_failure' for xalloc and xmemcoll instead of their own
19655         private exit-failure variables.
19656         * lib/xalloc.h (xalloc_exit_failure): Remove.
19657         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19658         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19659         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19660         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19661         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19662
19663 2003-07-20  Jim Meyering  <jim@meyering.net>
19664
19665         * modules/closeout (Depends-on): Add exitfail.
19666         Suggestion from Bruno Haible.
19667
19668 2003-07-19  Karl Berry  <karl@gnu.org>
19669
19670         * config/config.sub: update from prep.
19671
19672 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19673
19674         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19675         Remove.
19676         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19677         to test that it can stand by itself.  Include "exitfail.h".
19678         Clients should set exit_failure instead.
19679         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19680
19681 2003-07-18  Bruno Haible  <bruno@clisp.org>
19682
19683         * modules/getndelim2: New file.
19684         * modules/getline: Share files with module getndelim2.
19685         * modules/getnline: Depend on getndelim2 instead of sharing files with
19686         it. Add getnline.c to lib_SOURCES.
19687         * MODULES.html.sh (func_all_modules): Add getndelim2.
19688
19689 2003-07-18  Bruno Haible  <bruno@clisp.org>
19690
19691         * m4/getndelim2.m4: New file.
19692         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19693         invoke gl_PREREQ_GETNDELIM2.
19694         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19695         gl_PREREQ_GETNDELIM2.
19696         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19697         gl_GETNDELIM2.
19698
19699 2003-07-18  Bruno Haible  <bruno@clisp.org>
19700
19701         * lib/getndelim2.h: New file.
19702         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19703         getndelim2.h.
19704         (getndelim2): Make non-static. Change return type to ssize_t.
19705         * lib/getline.h: Change argument names.
19706         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19707         * lib/getnline.c: Include getndelim2.h.
19708
19709 2003-07-18  Andreas Schwab  <schwab@suse.de>
19710
19711         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19712
19713 2003-07-17  Karl Berry  <karl@gnu.org>
19714
19715         * config/config.sub: update from prep.
19716
19717 2003-07-17  Bruno Haible  <bruno@clisp.org>
19718
19719         * modules/getnline: New file.
19720         * modules/getline: Add lib/getndelim2.c to source file list.
19721         * MODULES.html.sh (func_all_modules): Add getnline.
19722
19723 2003-07-17  Bruno Haible  <bruno@clisp.org>
19724
19725         * m4/getnline.m4: New file.
19726
19727 2003-07-17  Bruno Haible  <bruno@clisp.org>
19728
19729         * m4/Makefile.am.in: Remove file.
19730         * m4/Makefile.am: Remove file.
19731         * m4/Makefile.in: Remove file.
19732
19733 2003-07-17  Bruno Haible  <bruno@clisp.org>
19734
19735         * lib/getnline.h: New file.
19736         * lib/getnline.c: New file.
19737         * lib/getndelim2.c: New file, extracted from getline.c.
19738         (getndelim2): Renamed from getdelim2, with added nmax argument.
19739         * lib/getline.c: Include getndelim2.c.
19740         (getdelim2): Moved out to getndelim2.c.
19741         (getline, getdelim): Update.
19742
19743 2003-07-17  Bruno Haible  <bruno@clisp.org>
19744
19745         * lib/Makefile.am: Remove file.
19746         * lib/Makefile.in: Remove file.
19747
19748 2003-07-17  Bruno Haible  <bruno@clisp.org>
19749
19750         * configure.in: Remove file.
19751         * Makefile.in: Remove file.
19752
19753 2003-07-17  Bruno Haible  <bruno@clisp.org>
19754
19755         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19756
19757 2003-07-16  Karl Berry  <karl@gnu.org>
19758
19759         * config/srclist-update: was running fixlicense twice, which caused
19760                 texinfo.tex to be nullified for some reason.  Simplify,
19761                 $gplsrc is no longer needed as far as I can see?
19762
19763 2003-07-16  Jim Meyering  <jim@meyering.net>
19764
19765         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19766
19767 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19768
19769         * config/srclist.txt: Get the following files from gettext-runtime/intl
19770         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19771         ref-del.sin.  From Bruno Haible.
19772         * config/srclist-update (fixfile): Change grep pattern again, since the
19773         previous fix didn't work (there was another trailing $).  Use
19774         '[$]' to escape the $s.
19775
19776 2003-07-15  Karl Berry  <karl@gnu.org>
19777
19778         * lib/vasnprintf.c: update from gettext.
19779
19780 2003-07-15  Karl Berry  <karl@gnu.org>
19781
19782         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19783         gets expanded when surrounded by '$'.
19784
19785 2003-07-15  Jim Meyering  <jim@meyering.net>
19786
19787         * modules/save-cwd: Don't depend on error.  From Derek Price.
19788
19789 2003-07-15  Jim Meyering  <jim@meyering.net>
19790
19791         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19792
19793 2003-07-14  Simon Josefsson  <jas@extundo.com>
19794
19795         * modules/mempcpy: New file.
19796         * MODULES.html.sh (func_all_modules): Add mempcpy.
19797
19798 2003-07-14  Simon Josefsson  <jas@extundo.com>
19799
19800         * m4/mempcpy.m4: New file.
19801
19802 2003-07-14  Simon Josefsson  <jas@extundo.com>
19803
19804         * lib/mempcpy.h: New file.
19805         * lib/mempcpy.c: New file.
19806
19807 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19808
19809         * modules/getdate, modules/posixtm: Depend on mktime.
19810
19811 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19812
19813         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19814         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19815         unicodeio.c, unicodeio.h, unlocked-io.h:
19816         Switch from LGPL to GPL.
19817
19818 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19819
19820         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19821         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19822         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19823         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19824         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19825         updated automatically by ../config/srclist-update.  This changes
19826         their license from LPGL to GPL.
19827
19828 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19829
19830         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19831         assumed to refer to the root of the most recent stable gettext version.
19832         * config/srclistvars.sh: Add defaults for eggert.
19833         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19834         Match "This program" as well as "The program".  This is needed
19835         for gettext.
19836
19837 2003-07-14  Jim Meyering  <jim@meyering.net>
19838
19839         Don't emit diagnostics.  Let callers do that.
19840         * lib/save-cwd.c: Don't include "error.h".
19841         (save_cwd): Don't call error.  Ensure that errno is valid
19842         when returning nonzero.
19843
19844         * lib/save-cwd.h (restore_cwd): Update prototype.
19845         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19846         Simplify.  Don't call error upon failure.  Let callers do that.
19847         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19848         when auditing is enabled.  But don't bother updating the #if.
19849
19850 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19851
19852         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19853         it breaks C++ compilation.
19854         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19855
19856 2003-07-10  Simon Josefsson  <jas@extundo.com>
19857
19858         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19859
19860 2003-07-10  Jim Meyering  <jim@meyering.net>
19861
19862         * m4/clock_time.m4: Remove trailing blank.
19863         * m4/intmax_t.m4: Likewise.
19864
19865 2003-07-10  Jim Meyering  <jim@meyering.net>
19866
19867         * lib/vasnprintf.c: Remove trailing blanks.
19868         Make cpp indentation consistent.
19869
19870 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19871
19872         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19873         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19874         Switch from LGPL to GPL.
19875
19876 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19877
19878         * config/srclist.txt: Sort sublists.  Add
19879         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19880         that differ from gnulib for one reason or another; we'd like this list
19881         to be smaller but for now let's document what we have.
19882
19883 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19884
19885         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19886         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19887         and sweeter "eval x=$x".
19888         * config/srclist.txt: Get lib/argp* from glibc.
19889
19890 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19891
19892         * lib/mktime.c: Fix some boundary cases and remove need for floating
19893         point.
19894
19895         Issue a compile-time diagnostic if time_t is floating point, or if
19896         two's complement arithmetic is not in effect, or if arithmetic
19897         right shift does not propagate the sign.  These assumptions were
19898         all in the original code but they weren't checked.
19899
19900         (TIME_T_MIDPOINT, verify): New macros.
19901         (__isleap): Remove; it has integer overflow problems.
19902         (leapyear): New function, without those problems.
19903         (ydhms_tm_diff): Remove; splitting into two parts.
19904         (ydhms_diff): New function, containing the arithmetic part of
19905         the old ydhms_tm_diff function.  Issue a compile-time
19906         diagnostic if we are not using C99 integer division.
19907         Avoid casts when possible.
19908         (guess_time_tm): New function, containing the checking part of
19909         the old ydhms_tm_diff function.  Return the new value, rather than
19910         the difference between it and the old.  Accept a new argument T
19911         so that *T specifies the old value.  Check for overflow in the result.
19912
19913         (__mktime_internal): Use a time_t offset, not a long int offset.
19914         This undoes the 2003-06-04 change, which is no longer needed now
19915         that we have better overflow checking.
19916         (localtime_offset): Likewise.
19917
19918         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19919         and long are 64-bit but int is only 32-bit.
19920         (ydhms_diff): Use long int to store year1 and yday1.
19921         Issue a compile-time diagnostic if long int is not wide enough.
19922
19923         (__mktime_internal): Use long int to store adjusted year and yday.
19924         Use plain C rather than preprocessor commands, if that doesn't
19925         affect efficiency.
19926         Check for overflow (and try to repair) after each probe
19927         rather than checking only at the very end.  This avoids some bugs
19928         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19929         does not equal GMT offset at maximum time).
19930         Use integer to check for overflow rather than floating point; this
19931         is more portable to non-IEEE hosts, and is a tad faster.
19932         When we detect that we are oscillating between two values,
19933         don't check whether tm_isdst has the requested value, since
19934         we already know the answer.  When tm_isdst has the wrong value,
19935         use a different heuristic to find the right one, based on the
19936         extreme values actually observed in practice in tz2003a,
19937         rather than the (overly optimistic) "previous 3 calendar quarters".
19938
19939         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19940         "T const" to accommodate glibc style.
19941         (check_result): Use less-confusing report format.  "long" -> "long int.
19942         (main): Likewise.
19943         Don't loop if the iteration overflows time_t.
19944         Allow a negative step in the iteration.
19945
19946 2003-07-06  Karl Berry  <karl@gnu.org>
19947
19948         * config/depcomp: update from automake.
19949         * config/config.sub: update from prep.
19950
19951 2003-07-03  Karl Berry  <karl@gnu.org>
19952
19953         * config/config.guess: update from prep.
19954
19955 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19956
19957         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19958         xreadlink.c now includes it unconditionally.
19959
19960 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19961
19962         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19963         having it depend on HAVE_SYS_TYPES_H.
19964
19965 2003-07-01  Bruno Haible  <bruno@clisp.org>
19966
19967         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19968         <sys/types.h> should be sufficient.
19969         Reported by Paul Eggert.
19970
19971 2003-06-26  Karl Berry  <karl@gnu.org>
19972
19973         * config/depcomp: update from automake.
19974
19975 2003-06-26  Bruno Haible  <bruno@clisp.org>
19976
19977         * modules/human: Depend on module stdbool.
19978
19979 2003-06-25  Bruno Haible  <bruno@clisp.org>
19980
19981         * modules/readlink: New file.
19982         * modules/xreadlink: Depend on it.
19983         * MODULES.html.sh (func_all_modules): Add readlink.
19984
19985 2003-06-25  Bruno Haible  <bruno@clisp.org>
19986
19987         * m4/readlink.m4: New file.
19988
19989 2003-06-25  Bruno Haible  <bruno@clisp.org>
19990
19991         * lib/readlink.c: New file.
19992
19993 2003-06-22  Karl Berry  <karl@gnu.org>
19994
19995         * config/srclist.txt: update mkinstalldirs from automake.
19996         * config/mkinstalldirs: update.
19997
19998 2003-06-22  Bruno Haible  <bruno@clisp.org>
19999
20000         Portability to mingw32.
20001         * m4/ssize_t.m4: New file, from GNU gettext.
20002         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20003         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20004
20005 2003-06-22  Bruno Haible  <bruno@clisp.org>
20006
20007         * modules/safe-read: Add m4/ssize_t.m4.
20008         * modules/xreadlink: Add m4/ssize_t.m4.
20009
20010 2003-06-20  Bruno Haible  <bruno@clisp.org>
20011
20012         Assume C89, so PARAMS isn't needed.
20013         * lib/unicodeio.h (PARAMS): Remove.
20014         * lib/unicodeio.c: Don't use PARAMS.
20015
20016 2003-06-18  Karl Berry  <karl@gnu.org>
20017
20018         * config/config.{guess,sub}: update from prep.
20019
20020 2003-06-18  Jim Meyering  <jim@meyering.net>
20021
20022         Merge changes from coreutils.
20023         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20024         Remove explicit declarations of xmalloc and realloc.
20025         Include xalloc.h.
20026         (read_utmp): Remove anachronistic cast of xmalloc.
20027
20028 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20029
20030         Assume C89, so PARAMS isn't needed.
20031         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20032         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20033         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20034         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20035         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20036         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20037         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20038         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20039         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20040         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20041         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20042         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20043         no longer needed. Anyway, config.h should always be included before any
20044         other file.
20045
20046 2003-06-11  Simon Josefsson  <jas@extundo.com>
20047
20048         * modules/sysexits: New file.
20049         * MODULES.html.sh (func_all_modules): Add sysexits.
20050
20051 2003-06-11  Simon Josefsson  <jas@extundo.com>
20052
20053         * lib/sysexit_.h: New file.
20054
20055 2003-06-11  Derek Price  <derek@ximbiot.com>
20056
20057         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20058         necessary.
20059
20060 2003-06-11  Bruno Haible  <bruno@clisp.org>
20061
20062         * m4/sysexits.m4: New file.
20063
20064 2003-06-10  Simon Josefsson  <jas@extundo.com>
20065
20066         * lib/argp.h: New file, from glibc.
20067         * lib/argp-ba.c: New file, from glibc.
20068         * lib/argp-eexst.c: New file, from glibc.
20069         * lib/argp-fmtstream.c: New file, from glibc.
20070         * lib/argp-fmtstream.h: New file, from glibc.
20071         * lib/argp-fs-xinl.c: New file, from glibc.
20072         * lib/argp-help.c: New file, from glibc.
20073         * lib/argp-namefrob.h: New file, from glibc.
20074         * lib/argp-parse.c: New file, from glibc.
20075         * lib/argp-pv.c: New file, from glibc.
20076         * lib/argp-pvh.c: New file, from glibc.
20077         * lib/argp-xinl.c: New file, from glibc.
20078
20079 2003-06-10  Simon Josefsson  <jas@extundo.com>
20080
20081         * modules/strchrnul: New file.
20082
20083 2003-06-10  Simon Josefsson  <jas@extundo.com>
20084
20085         * modules/argp: New file.
20086
20087 2003-06-10  Simon Josefsson  <jas@extundo.com>
20088
20089         * m4/strchrnul.m4: New file.
20090
20091 2003-06-10  Simon Josefsson  <jas@extundo.com>
20092
20093         * lib/strchrnul.h: New file.
20094         * lib/strchrnul.c: New file.
20095
20096 2003-06-10  Bruno Haible  <bruno@clisp.org>
20097
20098         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20099
20100 2003-06-07  Karl Berry  <karl@gnu.org>
20101
20102         * config/config.{guess,sub}: update from prep.
20103
20104 2003-06-07  Jim Meyering  <jim@meyering.net>
20105
20106         * modules/strtod: Use $(...) notation, not @...@ for
20107         AC_REPLACE'd variables.
20108         * modules/localcharset: Likewise.
20109
20110 2003-06-07  Jim Meyering  <jim@meyering.net>
20111
20112         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20113         in place of my name in the copyright comment.
20114         Remove definition and uses of __P.
20115
20116         From coreutils.
20117         * lib/stat.c: Don't declare xmalloc explicitly.
20118         Instead, include "xalloc.h".
20119         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20120         xrealloc, and xcalloc return values.
20121         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20122         Improve comment.
20123         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20124
20125 2003-06-07  Bruno Haible  <bruno@clisp.org>
20126
20127         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20128         avoid AC_CONFIG_LINKS.
20129         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20130         fnmatch.h, to avoid AC_CONFIG_LINKS.
20131         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20132
20133 2003-06-07  Bruno Haible  <bruno@clisp.org>
20134
20135         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20136         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20137         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20138         directory.
20139         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20140         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20141         directory.
20142
20143 2003-06-06  Jim Meyering  <jim@meyering.net>
20144
20145         Merge from coreutils.
20146         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20147         Consolidate declarations and initializations of *_base* locals.
20148
20149         Merge from coreutils.
20150         This avoids a core dump on systems without GNU putenv,
20151         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20152         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20153         (unsetenv): New static function, from GNU libc.
20154         (rpl_putenv): Use it.
20155
20156         * lib/modechange.c: Remove trailing blanks.
20157
20158         Merge from coreutils.
20159         * lib/fsusage.c: Remove declaration of statfs.
20160         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20161
20162         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20163
20164 2003-06-06  Jim Meyering  <jim@meyering.net>
20165
20166         * lib/stdbool_.h: Renamed from stdbool.h.in.
20167
20168 2003-06-06  Jim Meyering  <jim@meyering.net>
20169             Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20172         Adjust Makefile.am snippet not to redirect directly to target.
20173         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20174
20175 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20176
20177         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20178         mismatch, look in future quarters as well as past.  This fixes a
20179         bug when processing fall-backwards gaps immediately after a long
20180         period of daylight-saving time.
20181
20182         * lib/mktime.c: Assume freestanding C89 or better.
20183         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20184         (__P): Remove; not used.
20185         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20186         (mktime, not_equal_tm, print_tm, check_result,
20187         main): Use prototypes.  Use const * where appropriate.
20188         (main): Fix typo in testing code that uncovered by above changes.
20189         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20190
20191 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20192
20193         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20194         locale.h, localeconv.  This merges changes from coreutils.
20195
20196         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20197         It can be removed after the next Autoconf is released.
20198         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20199         needed.
20200
20201 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20202
20203         * lib/mktime.c: Fix Debian bug 177940
20204         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20205         (localtime_offset): Now long int, not time_t, because we want it
20206         to be guaranteed to be signed.  All uses changed.
20207         (__mktime_internal): If overflow would occur when adding offset,
20208         don't add it.
20209
20210         Merge 'human' changes from coreutils.  Rewrite to support
20211         locale-specific notations like thousands separators.
20212         * lib/human.c: Simplify authorship notice.
20213         Include human.h immediately after config.h.
20214         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20215         <limits.h>: Do not include, since human.h does.
20216         (SIZE_MAX, UINTMAX_MAX): New macros.
20217         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20218         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20219         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20220         (power_letter): Renamed from suffixes.
20221         (generate_suffix_backwards): Remove.
20222         (adjust_value): Now takes int style (because of human.h changes)
20223         and long double value (for greater precision on some platforms).
20224         (group_number): New function.
20225         (human_readable): Use it.  Use integer options, not enum.
20226         Put the options before the sizes in the arg list.
20227         Support all the new options.
20228         The old human_readable function has been removed;
20229         use inttostr.h instead.
20230         (human_readable, default_block_size, humblock):
20231         Use uintmax_t, not int, for block sizes.
20232         (human_readable_inexact, block_size_types): Remove.
20233         (block_size_opts): New constant.
20234         (human_options): Renamed from human_block_size, with new signature
20235         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20236         * lib/human.h: Add copyright and authorship notice.
20237         Include <limits.h> and <stdbool.h> unconditionally.
20238         (PARAMS): Remove.  All uses removed.
20239         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20240         (enum human_inexact_style): Remove tag; now a nameless enum.
20241         (human_floor, human_ceiling, human_round_to_even): Now have
20242         values 2, 0, 1 rather than -1, 1, 0.
20243         (human_group_digits, human_suppress_point_zero, human_autoscale,
20244         human_base_1024, human_SI, human_B): New constants.
20245         (human_readable_inexact, human_block_size): Remove.
20246         (human_readable): Size args are now uintmax_t, not int.
20247         (human_options): New decl.
20248
20249         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20250         unnecessary now that we assume C89 or better.  This change
20251         imported from coreutils.
20252
20253         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20254         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20255         in the 2003-05-30 sync from glibc.
20256
20257         .h files should stand alone, but we shouldn't include <sys/types.h>
20258         if we can get away with just <stddef.h>.
20259
20260         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20261         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20262         rather than <sys/types.h>, as we merely need size_t.
20263         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20264         to get size_t.
20265         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20266         Include <stdio.h>, to get FILE.
20267         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20268         memcasecmp.h has included <stddef.h> and all we need is size_t.
20269         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20270         our interface, instead of including <sys/types.h>
20271
20272 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20273
20274         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20275         now, as glibc mktime is buggy on non-glibc systems.
20276
20277 2003-06-03  Karl Berry  <karl@gnu.org>
20278
20279         * config/config.sub: update from prep.
20280
20281 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20282
20283         [from coreutils]
20284         Fix some minor time-related bugs with POSIX time arguments.
20285         Some valid time stamps were being rejected (notably -1, and
20286         time stamps before 1900 on 64-bit hosts).  And some invalid
20287         time stamps were being accepted, e.g. September 31.
20288
20289         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20290         that we can return (time_t) -1 successfully.
20291         * lib/posixtm.c: Likewise.
20292         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20293         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20294         (t): Remove static var.
20295         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20296         of static var.  All uses changed.
20297         (year): Do not reject years before 1900; they can occur with
20298         64-bit time_t.
20299         (posix_time_parse): Do not check for out-of-range components;
20300         that is now the caller's responsibility, since our checks were
20301         only approximations.
20302         (posixtime): Use mktime to check for out-of-range components,
20303         since it knows them exactly.
20304         If mktime returns (time_t) -1, check whether an error actually occurred
20305         by invoking localtime on -1.
20306         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20307         posixtime failures better.
20308         Improve the test data (in comments only).
20309
20310 2003-06-02  Karl Berry  <karl@gnu.org>
20311
20312         * config/mkinstalldirs (version): new variable.
20313         (--version): new option.
20314         (usage): improve message.
20315
20316 2003-05-30  Karl Berry  <karl@gnu.org>
20317
20318         * lib/mktime.c: update from libc.
20319
20320 2003-05-30  Bruno Haible  <bruno@clisp.org>
20321
20322         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20323         * config/config.rpath: Upgrade to gettext-0.12.1.
20324
20325 2003-05-30  Bruno Haible  <bruno@clisp.org>
20326
20327         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20328         * m4/nls.m4: New file, from gettext-0.12.1.
20329         * m4/po.m4: New file, from gettext-0.12.1.
20330         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20331
20332 2003-05-30  Bruno Haible  <bruno@clisp.org>
20333
20334         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20335         * lib/localcharset.h: Likewise.
20336         * lib/localcharset.c: Likewise.
20337
20338 2003-05-29  Karl Berry  <karl@gnu.org>
20339
20340         * config/config.rpath: update from gettext.
20341
20342 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20343
20344         Assume the headers required for C89 freestanding compilers.
20345         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20346         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20347         * m4/human.m4 (gl_HUMAN): Likewise.
20348         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20349         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20350         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20351         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20352         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20353         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20354
20355 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20356
20357         Assume the headers required for C89 freestanding compilers.
20358         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20359         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20360         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20361         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20362         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20363         define, since <limits.h> is guaranteed to do that.
20364         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20365         * lib/exclude.c: Include <stdbool.h> unconditionally.
20366         * lib/tempname.c: Include <stddef.h> unconditionally.
20367         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20368         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20369         <stddef.h> does that.
20370         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20371         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20372         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20373         needed.
20374         * lib/xstrtol.c: Likewise.
20375         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20376         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20377
20378         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20379         warnings on some platforms.
20380
20381         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20382         arbitrarily.
20383
20384 2003-05-26  Jim Meyering  <jim@meyering.net>
20385
20386         Merge in a change from coreutils:
20387         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20388         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20389         that condition, rather than `-1' which is slightly misleading.
20390         Change the name of the cache variable to have the gl_ prefix.
20391         Prompted by a patch from Richard Dawe for DJGPP.
20392
20393 2003-05-24  Karl Berry  <karl@gnu.org>
20394
20395         * config/config.guess: update from prep.
20396
20397 2003-05-22  Karl Berry  <karl@gnu.org>
20398
20399         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20400
20401 2003-05-20  Karl Berry  <karl@gnu.org>
20402
20403         * config/config.guess: update from prep.
20404
20405 2003-05-18  Karl Berry  <karl@gnu.org>
20406
20407         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20408         might actually be set by the user.
20409
20410         * config/depcomp, install-sh, mdate-sh: update from automake.
20411
20412 2003-05-17  Bruno Haible  <bruno@clisp.org>
20413
20414         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20415         invalid expansion for AC_EGREP_CPP.
20416         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20417         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20418         Suggested by Akim Demaille <akim@epita.fr> in
20419         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20420
20421 2003-05-12  Jim Meyering  <jim@meyering.net>
20422
20423         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20424         the space-padded-by-default conversion specifiers, %e, %k, %l.
20425
20426 2003-05-12  Bruno Haible  <bruno@clisp.org>
20427
20428         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20429         the string is longer than 4 KB.
20430
20431 2003-05-11  Karl Berry  <karl@gnu.org>
20432
20433         * config/config.{guess,sub}: update from prep.
20434
20435 2003-05-09  Bruno Haible  <bruno@clisp.org>
20436
20437         * modules/error: Add m4/strerror_r.m4 to file list.
20438
20439 2003-05-03  Bruno Haible  <bruno@clisp.org>
20440
20441         Upgrade to Unicode-4.0.
20442         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20443         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20444         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20445         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20446         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20447         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20448         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20449         Change width of U+E0100..U+E01EF from 1 to 0.
20450
20451 2003-04-25  Jim Meyering  <jim@meyering.net>
20452
20453         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20454         of type size_t, not int.
20455
20456 2003-04-25  Bruno Haible  <bruno@clisp.org>
20457
20458         * lib/copy-file.c: Include <stddef.h>, for size_t.
20459
20460 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20461
20462         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20463         code which expansion is under static control.  Patch imported from
20464         Akim Demaille's patch to Bison; see
20465         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20466
20467 2003-04-14  Bruno Haible  <bruno@clisp.org>
20468
20469         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20470
20471 2003-04-11  Jim Meyering  <jim@meyering.net>
20472
20473         Merge changes from Coreutils.
20474
20475         2003-03-22  Jim Meyering  <jim@meyering.net>
20476
20477         * lib/strftime.c (widen): Cast alloca return value to proper type.
20478
20479         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20480
20481         From GNU libc.
20482         * lib/strftime.c (my_strftime): Handle very large width
20483         specifications for numeric values correctly.  Improve checks for
20484         overflow.
20485
20486         2003-01-19  Jim Meyering  <jim@meyering.net>
20487
20488         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20489         definitions.
20490         (nl_get_alt_digit) [! defined my_strftime]: Define.
20491         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20492         _nl_get_alt_digit and _nl_get_walt_digit.
20493
20494         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20495         libc. These changes have no effect outside of _LIBC.
20496
20497 2003-04-10  Bruno Haible  <bruno@clisp.org>
20498
20499         * modules/findprog: New file.
20500         * MODULES.html.sh (func_all_modules): Add it.
20501
20502 2003-04-10  Bruno Haible  <bruno@clisp.org>
20503
20504         * m4/findprog.m4: New file.
20505         * m4/eaccess.m4: New file.
20506
20507 2003-04-10  Bruno Haible  <bruno@clisp.org>
20508
20509         * lib/findprog.h: New file, from GNU gettext.
20510         * lib/findprog.c: New file, from GNU gettext.
20511
20512 2003-04-05  Jim Meyering  <jim@meyering.net>
20513
20514         Merge changes from Coreutils.
20515
20516         * lib/exclude.h (PARAMS): Remove definition and uses.
20517         * lib/exclude.c: Remove uses of `PARAMS'.
20518
20519         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20520         Add test-cases for DOS filenames. Declare program_name.
20521         (main): Set up program_name.  Patch by Rich Dawe.
20522
20523         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20524         error from mntctl.
20525         Use mntctl's return value to drive the entry-processing loop, since
20526         we can't rely on the value of the vmt_length member in the last
20527         entry.  On some systems doing so could result in exhausting
20528         virtual memory.  Based in part on a patch from Mike Jetzer.
20529
20530 2003-04-04  Bruno Haible  <bruno@clisp.org>
20531
20532         * modules/linebreak: New file.
20533         * MODULES.html.sh (func_all_modules): Add it.
20534
20535 2003-04-04  Bruno Haible  <bruno@clisp.org>
20536
20537         * m4/linebreak.m4: New file.
20538
20539 2003-04-04  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/linebreak.h: New file, from GNU gettext.
20542         * lib/linebreak.c: New file, from GNU gettext with slight
20543         modifications.
20544         * lib/lbrkprop.h: New file, from GNU gettext.
20545
20546 2003-04-03  Bruno Haible  <bruno@clisp.org>
20547
20548         * modules/utf8-ucs4: New file.
20549         * modules/utf16-ucs4: New file.
20550         * modules/ucs4-utf8: New file.
20551         * modules/ucs4-utf16: New file.
20552         * MODULES.html.sh (func_all_modules): Add them.
20553
20554 2003-04-03  Bruno Haible  <bruno@clisp.org>
20555
20556         * m4/utf-ucs4.m4: New file.
20557         * m4/ucs4-utf.m4: New file.
20558
20559 2003-04-03  Bruno Haible  <bruno@clisp.org>
20560
20561         * lib/utf8-ucs4.h: New file, from GNU gettext.
20562         * lib/utf16-ucs4.h: New file, from GNU gettext.
20563         * lib/ucs4-utf8.h: New file, from GNU gettext.
20564         * lib/ucs4-utf16.h: New file, from GNU gettext.
20565
20566 2003-04-02  Bruno Haible  <bruno@clisp.org>
20567
20568         * modules/binary-io: New file.
20569         * MODULES.html.sh (func_all_modules): Add it.
20570
20571 2003-04-02  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/binary-io.h: New file, from GNU gettext.
20574
20575 2003-04-01  Bruno Haible  <bruno@clisp.org>
20576
20577         * modules/pathname: New file.
20578         * MODULES.html.sh (func_all_modules): Add it.
20579
20580 2003-04-01  Bruno Haible  <bruno@clisp.org>
20581
20582         * lib/pathname.h: New file, from GNU gettext.
20583         * lib/concatpath.c: New file, from GNU gettext.
20584
20585 2003-03-30  Bruno Haible  <bruno@clisp.org>
20586
20587         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20588
20589 2003-03-30  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20592         function chown() doesn't exist.
20593
20594 2003-03-28  Bruno Haible  <bruno@clisp.org>
20595
20596         * modules/copy-file: New file.
20597         * MODULES.html.sh (func_all_modules): Add it.
20598
20599 2003-03-28  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/copy-file.m4: New file.
20602
20603 2003-03-28  Bruno Haible  <bruno@clisp.org>
20604
20605         * lib/copy-file.h: New file, from GNU gettext.
20606         * lib/copy-file.c: New file, from GNU gettext.
20607
20608 2003-03-18  Jim Meyering  <jim@meyering.net>
20609
20610         * lib/quote.c (quote_n): Fix typo in comment.
20611
20612 2003-03-18  Bruno Haible  <bruno@clisp.org>
20613
20614         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20615         checking.
20616         * m4/onceonly_2_57.m4: Likewise.
20617
20618 2003-03-17  Bruno Haible  <bruno@clisp.org>
20619
20620         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20621         (m4_quote): Remove macro.
20622         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20623
20624 2003-03-14  Jim Meyering  <jim@meyering.net>
20625
20626         Merge changes from Coreutils.
20627         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20628         to be const, in order to avoid warnings.
20629         (obstack_room): Likewise.
20630         (obstack_empty_p): Likewise.
20631
20632 2003-03-14  Bruno Haible  <bruno@clisp.org>
20633
20634         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20635         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20636
20637 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20638
20639         Merge changes from Bison.
20640         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20641         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20642         when compiling Bison 1.875's `bitset bset = obstack_alloc
20643         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20644         * lib/hash.c: Include <stdbool.h> unconditionally.
20645
20646 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20647
20648         * m4/onceonly.m4 (m4_quote): New macro.
20649         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20650         Quote AC_FOREACH variable-expansions properly.
20651
20652 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20653
20654         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20655
20656 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20657
20658         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20659         Reported by Bruce Becker; see:
20660         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20661
20662 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20663             Bruno Haible  <bruno@clisp.org>
20664
20665         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20666         Reported by John Hughes, see
20667         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20668
20669 2003-02-20  Bruno Haible  <bruno@clisp.org>
20670
20671         * MODULES.html.sh (func_all_modules): Add poll.
20672
20673 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20674
20675         * modules/poll: New file.
20676
20677 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20678
20679         * lib/poll_.h: New file.
20680         * lib/poll.c: New file.
20681
20682 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20683
20684         * m4/poll.m4: New file.
20685
20686 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20687
20688         * modules/mathl: New file.
20689
20690 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20691
20692         * lib/mathl.h: New file.
20693         * lib/acosl.c: New file.
20694         * lib/asinl.c: New file.
20695         * lib/atanl.c: New file.
20696         * lib/ceill.c: New file.
20697         * lib/cosl.c: New file.
20698         * lib/expl.c: New file.
20699         * lib/floorl.c: New file.
20700         * lib/frexpl.c: New file.
20701         * lib/ldexpl.c: New file.
20702         * lib/logl.c: New file.
20703         * lib/sincosl.c: New file.
20704         * lib/sinl.c: New file.
20705         * lib/sqrtl.c: New file.
20706         * lib/tanl.c: New file.
20707         * lib/trigl.c: New file.
20708         * lib/trigl.h: New file.
20709
20710 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20711
20712         * m4/mathl.m4: New file.
20713
20714 2003-02-18  Bruno Haible  <bruno@clisp.org>
20715
20716         * MODULES.html.sh (func_all_modules): Add mathl.
20717
20718 2003-02-17  Bruno Haible  <bruno@clisp.org>
20719
20720         * modules/mkdtemp: New module.
20721         * MODULES.html.sh (func_all_modules): Add it.
20722
20723 2003-02-17  Bruno Haible  <bruno@clisp.org>
20724
20725         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20726
20727 2003-02-17  Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/mkdtemp.h: New file, from GNU gettext.
20730         * lib/mkdtemp.c: New file, from GNU gettext.
20731
20732 2003-02-02  Jim Meyering  <jim@meyering.net>
20733
20734         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20735         e.g. glibc-2.2.93.
20736
20737 2003-01-31  Bruno Haible  <bruno@clisp.org>
20738
20739         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20740         'rpl_rename'.
20741         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20742         'rpl_strnlen'.
20743         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20744         'rpl_strtod'.
20745         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20746         'rpl_utime'.
20747
20748 2003-01-31  Bruno Haible  <bruno@clisp.org>
20749
20750         * lib/rename.c: #undef rename before defining rpl_rename.
20751         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20752
20753 2003-01-30  Bruno Haible  <bruno@clisp.org>
20754
20755         * modules/vasnprintf, modules/vasprintf: New modules.
20756         * MODULES.html.sh (func_all_modules): Add them.
20757
20758 2003-01-30  Bruno Haible  <bruno@clisp.org>
20759
20760         * m4/signed.m4: New file, from GNU gettext.
20761         * m4/longdouble.m4: New file, from GNU gettext.
20762         * m4/wchar_t.m4: New file, from GNU gettext.
20763         * m4/wint_t.m4: New file, from GNU gettext.
20764         * m4/vasnprintf.m4: New file.
20765         * m4/vasprintf.m4: New file.
20766
20767 2003-01-30  Bruno Haible  <bruno@clisp.org>
20768
20769         * lib/printf-args.h: New file, from GNU gettext.
20770         * lib/printf-args.c: New file, from GNU gettext.
20771         * lib/printf-parse.h: New file, from GNU gettext.
20772         * lib/printf-parse.c: New file, from GNU gettext.
20773         * lib/vasnprintf.h: New file, from GNU gettext.
20774         * lib/vasnprintf.c: New file, from GNU gettext.
20775         * lib/asnprintf.c: New file, from GNU gettext.
20776         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20777         * lib/vasprintf.c: New file, from GNU gettext.
20778         * lib/asprintf.c: New file, from GNU gettext.
20779
20780 2003-01-29  Bruno Haible  <bruno@clisp.org>
20781
20782         * modules/stpncpy: New module.
20783         * MODULES.html.sh (func_all_modules): Add it.
20784
20785 2003-01-29  Bruno Haible  <bruno@clisp.org>
20786
20787         * m4/stpncpy.m4: New file.
20788
20789 2003-01-29  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20792         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20793
20794 2003-01-28  Bruno Haible  <bruno@clisp.org>
20795
20796         * modules/c-ctype: New module.
20797         * MODULES.html.sh (func_all_modules): Add it.
20798
20799 2003-01-28  Bruno Haible  <bruno@clisp.org>
20800
20801         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20802         Paul Eggert.
20803         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20804         Paul Eggert.
20805
20806 2003-01-27  Bruno Haible  <bruno@clisp.org>
20807
20808         * modules/xsetenv: New module.
20809         * MODULES.html.sh (func_all_modules): Add it.
20810
20811 2003-01-27  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/xsetenv.h: New file, from GNU gettext.
20814         * lib/xsetenv.c: New file, from GNU gettext.
20815
20816 2003-01-23  Jim Meyering  <jim@meyering.net>
20817
20818         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20819         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20820
20821 2003-01-23  Bruno Haible  <bruno@clisp.org>
20822
20823         * modules/minmax: New module.
20824         * MODULES.html.sh (func_all_modules): Add it.
20825
20826 2003-01-23  Bruno Haible  <bruno@clisp.org>
20827
20828         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20829         Eggert.
20830
20831 2003-01-22  Bruno Haible  <bruno@clisp.org>
20832
20833         * modules/exit: New module.
20834         * MODULES.html.sh (func_all_modules): Add it.
20835
20836 2003-01-22  Bruno Haible  <bruno@clisp.org>
20837
20838         * lib/exit.h: New file, from GNU gettext.
20839
20840 2003-01-19  Bruno Haible  <bruno@clisp.org>
20841
20842         * gnulib-tool: Recognize option --extract-maintainer.
20843         (func_get_maintainer): New function.
20844         * modules/*: Add Maintainer entry.
20845
20846 2003-01-16  Jim Meyering  <jim@meyering.net>
20847
20848         * m4/regex.m4: The `regex' struct is both input and output.
20849         Initialize it before each use.  Patch by Tim Waugh.
20850
20851 2003-01-16  Bruno Haible  <bruno@clisp.org>
20852
20853         * MODULES.html.sh: Add a table of contents. Add the module name as
20854         leftmost column. Add hyperlinks.
20855
20856 2003-01-15  Bruno Haible  <bruno@clisp.org>
20857
20858         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20859
20860 2003-01-15  Bruno Haible  <bruno@clisp.org>
20861
20862         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20863         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20864         suffix.
20865
20866 2003-01-15  Bruno Haible  <bruno@clisp.org>
20867
20868         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20869
20870 2003-01-15  Bruno Haible  <bruno@clisp.org>
20871
20872         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20873         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20874
20875 2003-01-14  Jim Meyering  <jim@meyering.net>
20876
20877         * lib/same.c (same_name): Tweak a comment.
20878
20879 2003-01-14  Bruno Haible  <bruno@clisp.org>
20880
20881         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20882         when a string comparison is sufficient.
20883
20884 2003-01-14  Bruno Haible  <bruno@clisp.org>
20885
20886         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20887         'unsigned int'.
20888
20889 2003-01-14  Bruno Haible  <bruno@clisp.org>
20890
20891         * lib/hash-pjw.c: Add comment about low quality of this function.
20892
20893 2003-01-13  Bruno Haible  <bruno@clisp.org>
20894
20895         * modules/stpcpy: Distribute lib/stpcpy.h.
20896         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20897
20898 2003-01-13  Bruno Haible  <bruno@clisp.org>
20899
20900         * modules/*: Add a description.
20901         * modules/strpbrk: Fix Makefile.am snippet.
20902         * modules/strtoimax: Fix dependencies.
20903         * modules/strtoumax: Likewise.
20904
20905 2003-01-13  Bruno Haible  <bruno@clisp.org>
20906
20907         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20908         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20909         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20910
20911 2003-01-13  Bruno Haible  <bruno@clisp.org>
20912
20913         * gnulib-tool (func_create_testdir): Store config/* files in the main
20914         directory.
20915         * config.rpath: Move to ...
20916         * config/config.rpath: ... here.
20917         * modules/gettext: Contains config/config.rpath, not config.rpath.
20918         * modules/iconv: Likewise.
20919
20920 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20921
20922         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20923         to avoid collisions with libcurses and libreadline.
20924
20925         * m4/getstr.m4: Remove.
20926         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20927
20928 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20929
20930         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20931         to avoid collisions with libcurses and libreadline.
20932
20933         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20934         * lib/getstr.h, getstr.c: Remove.
20935         * lib/getline.c: Include "getline.h", to check interface.
20936         Move body of old getstr.c here: this defines MIN_CHUNK and
20937         declares getdelim2, which is renamed from getstr.
20938         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20939
20940         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20941         All uses changed.
20942         * lib/linebuffer.h: Likewise.
20943         (readline): Remove backward-compatibility macro.
20944
20945 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20946
20947         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20948         to avoid collisions with libcurses and libreadline.
20949         * getstr: Remove.
20950         * MODULES.html.sh: Remove getstr.
20951         * modules/getline: Depend on unlocked-io, not getstr.
20952
20953 2003-01-12  Jim Meyering  <jim@meyering.net>
20954
20955         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20956
20957 2003-01-10  Bruno Haible  <bruno@clisp.org>
20958
20959         * modules/alloca: Change Makefile.am requirements. Simplify Include
20960         requirements. Add lib/alloca_.h to file list.
20961
20962 2003-01-10  Bruno Haible  <bruno@clisp.org>
20963
20964         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20965
20966 2003-01-10  Bruno Haible  <bruno@clisp.org>
20967
20968         * lib/alloca_.h: New file.
20969         * lib/getdate.y: Unconditionally include alloca.h.
20970         * lib/makepath.c: Likewise.
20971         * lib/setenv.c: Likewise.
20972         * lib/userspec.c: Likewise.
20973
20974 2003-01-09  Karl Berry  <karl@gnu.org>
20975
20976         * MODULES.html.sh: include `dirname $0` in PATH, to find
20977         gnulib-tool.
20978
20979 2003-01-09  Bruno Haible  <bruno@clisp.org>
20980
20981         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20982         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20983
20984 2003-01-09  Bruno Haible  <bruno@clisp.org>
20985
20986         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20987
20988 2003-01-09  Bruno Haible  <bruno@clisp.org>
20989
20990         * lib/stdbool.h.in: New file.
20991
20992 2003-01-09  Bruno Haible  <bruno@clisp.org>
20993
20994         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20995         * MODULES.html.sh: Likewise.
20996
20997 2003-01-08  Jim Meyering  <jim@meyering.net>
20998
20999         * lib/full-write.c: Undefine and define-away `const' after inclusion
21000         of errno.h, not before.  Suggestion from Bruno Haible.
21001
21002 2003-01-08  Bruno Haible  <bruno@clisp.org>
21003
21004         * modules/full-read: Depend on full-write.
21005
21006 2003-01-08  Bruno Haible  <bruno@clisp.org>
21007
21008         * lib/safe-read.c: Include specification header first, to ensure its
21009         selfcontainedness.
21010         * lib/full-write.c: Likewise.
21011
21012 2003-01-07  Jim Meyering  <jim@meyering.net>
21013
21014         * lib/full-write.c: Rework so that it may serve to define full_read,
21015         too.
21016         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21017
21018 2003-01-07  Bruno Haible  <bruno@clisp.org>
21019
21020         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21021         <inttypes.h>.
21022         * lib/xstrtol.h: Likewise.
21023         * lib/xstrtoimax.c: Likewise.
21024         * lib/xstrtoumax.c: Likewise.
21025         * lib/human.h: Likewise.
21026
21027         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21028         on systems that have <inttypes.h> but not <stdint.h>.
21029
21030 2003-01-07  Bruno Haible  <bruno@clisp.org>
21031
21032         * MODULES.html.sh: Add copyright notice.
21033         (missed_files): Omit CVS directory entries.
21034         (func_module): Make it work with sed-3.02.
21035         * MODULES.txt: Remove file.
21036
21037 2003-01-06  Jim Meyering  <jim@meyering.net>
21038
21039         * lib/version-etc.c: Update year in translatable copyright string.
21040
21041 2003-01-03  Karl Berry  <karl@gnu.org>
21042
21043         * config/config.{guess,sub}: update from prep.
21044
21045 2003-01-02  Karl Berry  <karl@gnu.org>
21046
21047         * doc/COPYING.DOC: belatedly updated to 1.2.
21048
21049 2003-01-01  Karl Berry  <karl@gnu.org>
21050
21051         * gnulib-tool (func_verify_module): report module name $module in
21052         error message, not $1.
21053         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21054         be created, only if it doesn't exist.
21055         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21056
21057 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21058
21059         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21060
21061 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21062
21063         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21064         memcmp if strcoll doesn't work.
21065
21066 2002-12-31  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21069         nonempty.
21070
21071 2002-12-31  Bruno Haible  <bruno@clisp.org>
21072
21073         * lib/memcoll.c (STRCOLL): New macro.
21074         (memcoll): Use it.
21075
21076 2002-12-31  Bruno Haible  <bruno@clisp.org>
21077
21078         * lib/localcharset.h: New file.
21079         * lib/localcharset.c: Include it.
21080         * lib/unicodeio.c: Likewise.
21081
21082 2002-12-31  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21085         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21086
21087 2002-12-31  Bruno Haible  <bruno@clisp.org>
21088
21089         * lib/getline.h: Include <stddef.h>, for size_t.
21090
21091         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21092         * lib/unicodeio.c: Don't include <stddef.h>.
21093
21094 2002-12-31  Bruno Haible  <bruno@clisp.org>
21095
21096         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21097         HAVE_TM_ZONE.
21098
21099 2002-12-24  Karl Berry  <karl@gnu.org>
21100
21101         * config/config.guess: update from prep.
21102
21103 2002-12-24  Bruno Haible  <bruno@clisp.org>
21104
21105         General infrasructure.
21106         * m4/README: Rewritten.
21107         * m4/onceonly.m4: New file.
21108         * m4/onceonly_2_57.m4: New file.
21109
21110         Module atexit.
21111         * m4/atexit.m4: New file.
21112
21113         Module strtod.
21114         * m4/strtod.m4: New file.
21115
21116         Module strtol.
21117         * m4/strtol.m4: New file.
21118
21119         Module strtoul.
21120         * m4/strtoul.m4: New file.
21121
21122         Module memchr.
21123         * m4/memchr.m4: New file.
21124
21125         Module memcmp.
21126         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21127         (jm_FUNC_MEMCMP): Invoke it.
21128
21129         Module memcpy.
21130         * m4/memcpy.m4: New file.
21131
21132         Module memmove.
21133         * m4/memmove.m4: New file.
21134
21135         Module memset.
21136         * m4/memset.m4: New file.
21137
21138         Module strcspn.
21139         * m4/strcspn.m4: New file.
21140
21141         Module strpbrk.
21142         * m4/strpbrk.m4: New file.
21143
21144         Module strstr.
21145         * m4/strstr.m4: New file.
21146
21147         Module strerror.
21148         * m4/strerror.m4: New file.
21149
21150         Module mktime.
21151         * m4/mktime.m4: Renamed from jm-mktime.m4.
21152         (gl_PREREQ_MKTIME): New macro.
21153         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21154
21155         Module malloc.
21156         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21157         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21158         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21159
21160         Module realloc.
21161         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21162         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21163         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21164
21165         Module strftime.
21166         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21167         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21168         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21169         gl_TM_GMTOFF.
21170         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21171
21172         Module xalloc.
21173         * m4/xalloc.m4: New file.
21174
21175         Module alloca.
21176         * m4/alloca.m4: New file.
21177
21178         Module putenv.
21179         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21180         (jm_FUNC_PUTENV): Invoke it.
21181
21182         Module setenv.
21183         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21184         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21185         when invoked twice.
21186         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21187         gt_FUNC_SETENV.
21188
21189         Module memrchr.
21190         * m4/memrchr.m4: New file.
21191
21192         Module stpcpy.
21193         * m4/stpcpy.m4: New file.
21194
21195         Module strcase.
21196         * m4/strcase.m4: New file.
21197
21198         Module strdup.
21199         * m4/strdup.m4: New file.
21200
21201         Module strnlen.
21202         * m4/strnlen.m4: New file.
21203
21204         Module strndup.
21205         * m4/strndup.m4: New file.
21206
21207         Module xstrtod.
21208         * m4/xstrtod.m4: New file.
21209
21210         Module xstrtol.
21211         * m4/xstrtol.m4: New file.
21212
21213         Module getdate.
21214         * m4/getdate.m4: New file.
21215
21216         Module unlocked-io.
21217         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21218         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21219         * m4/jm-glibc-io.m4n: Remove file.
21220
21221         Module long-options.
21222         * m4/long-options.m4: New file.
21223
21224         Module md5.
21225         * m4/md5.m4: New file.
21226
21227         Module sha.
21228         * m4/sha.m4: New file.
21229
21230         Module getstr.
21231         * m4/getstr.m4: New file.
21232
21233         Module getline.
21234         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21235         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21236         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21237         simply getline. Infoke gl_PREREQ_GETLINE.
21238
21239         Module obstack.
21240         * m4/obstack.m4: New file.
21241
21242         Module hash.
21243         * m4/hash.m4: New file.
21244
21245         Module readtokens.
21246         * m4/readtokens.m4: New file.
21247
21248         Module strverscmp.
21249         * m4/strverscmp.m4: New file.
21250
21251         Module stdbool.
21252         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21253         OSF/1.
21254
21255         Module strtoll.
21256         * m4/strtoll.m4: New file.
21257
21258         Module strtoull.
21259         * m4/strtoull.m4: New file.
21260
21261         Module strtoimax.
21262         * m4/strtoimax.m4: New file.
21263
21264         Module strtoumax.
21265         * m4/strtoumax.m4: New file.
21266
21267         Module xstrtoimax.
21268         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21269         jm_AC_PREREQ_XSTRTOIMAX.
21270         Moved the strtol prerequisites to strtol.m4.
21271         Moved the strtoll prerequisites to strtoll.m4.
21272         Moved the strtoimax prerequisites to strtoimax.m4.
21273
21274         Module xstrtoumax.
21275         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21276         jm_AC_PREREQ_XSTRTOUMAX.
21277         Moved the strtoul prerequisites to strtoul.m4.
21278         Moved the strtoull prerequisites to strtoull.m4.
21279         Moved the strtoumax prerequisites to strtoumax.m4.
21280
21281         Module chown.
21282         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21283         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21284
21285         Module dup2.
21286         * m4/dup2.m4: New file.
21287
21288         Module ftruncate.
21289         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21290         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21291
21292         Module getgroups.
21293         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21294         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21295
21296         Module gettimeofday.
21297         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21298         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21299         gl_PREREQ_GETTIMEOFDAY.
21300
21301         Module mkdir.
21302         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21303         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21304
21305         Module mkstemp.
21306         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21307         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21308         jm_AC_TYPE_UINTMAX_T.
21309         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21310
21311         Module stat.
21312         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21313         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21314
21315         Module lstat.
21316         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21317         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21318
21319         Module timespec.
21320         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21321         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21322         * m4/st_mtim.m4: Indentation.
21323
21324         Module nanosleep.
21325         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21326         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21327         gl_PREREQ_NANOSLEEP.
21328
21329         Module regex.
21330         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21331         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21332         (gl_REGEX): New macro.
21333
21334         Module rename.
21335         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21336         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21337
21338         Module rmdir.
21339         * m4/rmdir.m4: New file.
21340
21341         Module utime.
21342         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21343         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21344         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21345
21346         Module dirname.
21347         * m4/dirname.m4: New file.
21348
21349         Module getopt.
21350         * m4/getopt.m4: New file.
21351
21352         Module unistd-safer.
21353         * m4/unistd-safer.m4: New file.
21354
21355         Module fnmatch.
21356         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21357         declaration.
21358         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21359         (gl_FUNC_FNMATCH_POSIX): New macro.
21360         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21361         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21362         simply fnmatch.
21363
21364         Module exclude.
21365         * m4/exclude.m4: New file.
21366
21367         Module human.
21368         * m4/human.m4: New file.
21369
21370         Module acl.
21371         * m4/acl.m4: Nop.
21372
21373         Module backupfile.
21374         * m4/backupfile.m4: New file.
21375         * m4/d-ino.m4: Indentation.
21376
21377         Module fsusage.
21378         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21379         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21380         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21381
21382         Module dirfd.
21383         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21384         requirements.
21385
21386         Module euidaccess.
21387         * m4/euidaccess.m4: New file.
21388
21389         Module file-type.
21390         * m4/file-type.m4: New file.
21391
21392         Module fileblocks.
21393         * m4/fileblocks.m4: New file.
21394
21395         Module filemode.
21396         * m4/filemode.m4: New file.
21397
21398         Module isdir.
21399         * m4/isdir.m4: New file.
21400
21401         Module lchown.
21402         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21403         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21404
21405         Module makepath.
21406         * m4/makepath.m4: New file.
21407
21408         Module modechange.
21409         * m4/modechange.m4: New file.
21410
21411         Module mountlist.
21412         * m4/mountlist.m4: New file.
21413         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21414         Indentation.
21415
21416         Module path-concat.
21417         * m4/path-concat.m4: New file.
21418
21419         Module pathmax.
21420         * m4/pathmax.m4: New file.
21421
21422         Module same.
21423         * m4/same.m4: New file.
21424
21425         Module save-cwd.
21426         * m4/save-cwd.m4: New file.
21427
21428         Module savedir.
21429         * m4/savedir.m4: New file.
21430
21431         Module xgetcwd.
21432         * m4/xgetcwd.m4: New file.
21433         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21434
21435         Module xreadlink.
21436         * m4/xreadlink.m4: New file.
21437
21438         Module safe-read.
21439         * m4/safe-read.m4: New file.
21440
21441         Module safe-write.
21442         * m4/safe-write.m4: New file.
21443
21444         Module closeout.
21445         * m4/closeout.m4: New file.
21446
21447         Module stdio-safer.
21448         * m4/stdio-safer.m4: New file.
21449
21450         Module getpass.
21451         * m4/getpass.m4: New file.
21452
21453         Module getugroups.
21454         * m4/getugroups.m4: New file.
21455
21456         Module group-member.
21457         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21458         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21459
21460         Module idcache.
21461         * m4/idcache.m4: New file.
21462
21463         Module userspec.
21464         * m4/userspec.m4: New file.
21465
21466         Module gettime.
21467         * m4/clock_time.m4: New file.
21468         * m4/gettime.m4: New file.
21469
21470         Module settime.
21471         * m4/settime.m4: New file.
21472
21473         Module posixtm.
21474         * m4/posixtm.m4: New file.
21475
21476         Module gethostname.
21477         * m4/gethostname.m4: New file.
21478
21479         Module canon-host.
21480         * m4/canon-host.m4: New file.
21481
21482         Module gettext.
21483         * m4/codeset.m4: New file, from gettext-0.11.5.
21484         * m4/gettext.m4: New file, from gettext-0.11.5.
21485         * m4/glibc21.m4: New file, from gettext-0.11.5.
21486         * m4/iconv.m4: New file, from gettext-0.11.5.
21487         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21488         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21489         * m4/inttypes.m4: New file, from gettext-0.11.5.
21490         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21491         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21492         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21493         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21494         * m4/lib-link.m4: New file, from gettext-0.11.5.
21495         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21496         * m4/progtest.m4: New file, from gettext-0.11.5.
21497         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21498         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21499         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21500
21501         Module localcharset.
21502         * m4/localcharset.m4: New file.
21503
21504         Module hard-locale.
21505         * m4/hard-locale.m4: New file.
21506
21507         Module mbswidth.
21508         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21509         onceonly macros.
21510         * m4/mbrtowc.m4: Add comment.
21511
21512         Module memcasecmp.
21513         * m4/memcasecmp.m4: New file.
21514
21515         Module memcoll.
21516         * m4/memcoll.m4: New file.
21517
21518         Module unicodeio.
21519         * m4/unicodeio.m4: New file.
21520
21521         Module rpmatch.
21522         * m4/rpmatch.m4: New file.
21523
21524         Module yesno.
21525         * m4/yesno.m4: New file.
21526
21527         Module exitfail.
21528         * m4/exitfail.m4: New file.
21529
21530         Module c-stack.
21531         * m4/c-stack.m4 (gl_C_STACK): New macro.
21532         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21533
21534         Module error.
21535         * m4/error.m4 (gl_ERROR): New macro.
21536         (jm_PREREQ_ERROR): Use onceonly macros.
21537
21538         Module fatal.
21539         * m4/fatal.m4: New file.
21540
21541         Module getloadavg.
21542         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21543         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21544
21545         Module getpagesize.
21546         * m4/getpagesize.m4: New file.
21547
21548         Module getusershell.
21549         * m4/getusershell.m4: New file.
21550
21551         Module physmem.
21552         * m4/physmem.m4: New file.
21553
21554         Module posixver.
21555         * m4/posixver.m4: New file.
21556
21557         Module quotearg.
21558         * m4/quotearg.m4: New file.
21559
21560         Module quote.
21561         * m4/quote.m4: New file.
21562
21563         Module readutmp.
21564         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21565
21566         Module sig2str.
21567         * m4/sig2str.m4: New file.
21568
21569         Other.
21570         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21571         ulonglong.m4.
21572         * m4/intmax_t.m4: New file.
21573         * m4/d-type.m4: Indentation.
21574         * m4/jm-macros.m4: Update.
21575         * m4/prereq.m4 (jm_PREREQ): Update.
21576         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21577         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21578         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21579         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21580         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21581         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21582         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21583         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21584         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21585         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21586         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21587         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21588         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21589         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21590         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21591         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21592         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21593         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21594         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21595
21596 2002-12-24  Bruno Haible  <bruno@clisp.org>
21597
21598         * MODULES.txt: Update according to m4/ changes.
21599
21600         Module gettext.
21601         * config.rpath: New file, from gettext-0.11.5.
21602
21603         * modules/*: New module descriptions.
21604         * gnulib-tool: New file.
21605         * MODULES.html.sh: New file.
21606
21607 2002-12-21  Karl Berry  <karl@gnu.org>
21608
21609         * doc/fdl.texi: update to version 1.2.
21610
21611 2002-12-19  Karl Berry  <karl@gnu.org>
21612
21613         * config/config.guess: update from prep.
21614
21615 2002-12-18  Bruno Haible  <bruno@clisp.org>
21616
21617         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21618         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21619
21620 2002-12-17  Bruno Haible  <bruno@clisp.org>
21621
21622         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21623         stdlib.h, string.h.
21624
21625 2002-12-17  Bruno Haible  <bruno@clisp.org>
21626
21627         * lib/canon-host.c (strdup): Remove unused declaration.
21628
21629         * lib/fsusage.c: Include full_read.h.
21630         (get_fs_usage): Use full_read instead of safe_read.
21631
21632         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21633
21634 2002-12-12  Karl Berry  <karl@gnu.org>
21635
21636         * config/config.guess: update from prep.
21637
21638 2002-12-11  Bruno Haible  <bruno@clisp.org>
21639
21640         * m4/setenv.m4: New file, from gettext-0.11.5.
21641
21642 2002-12-11  Bruno Haible  <bruno@clisp.org>
21643
21644         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21645         not unsetenv().
21646         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21647         modifications:
21648
21649         2002-12-11  Bruno Haible  <bruno@clisp.org>
21650
21651                 * setenv.c (alloca): Fall back to malloc.
21652                 (freea): New macro.
21653                 (setenv): Use freea() to free memory allocated with alloca().
21654
21655         2002-11-13  Bruno Haible  <bruno@clisp.org>
21656
21657                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21658                 function declarations.
21659                 * unsetenv.c (unsetenv): Likewise.
21660
21661         2002-03-04  Bruno Haible  <bruno@clisp.org>
21662
21663                 Portability to AIX 4.3.3.
21664                 * unsetenv.c: New file, extracted from setenv.c.
21665                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21666
21667         2001-12-20  Bruno Haible  <bruno@clisp.org>
21668
21669                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21670                 use malloc instead. For SunOS 4.
21671
21672         2001-12-11  Bruno Haible  <bruno@clisp.org>
21673
21674                 * setenv.c: Declare alloca.
21675                 (compar_fn_t): New typedef.
21676                 (KNOWN_VALUE, STORE_VALUE): Use it.
21677
21678         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21679         setenv.h.
21680
21681 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21682
21683         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21684         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21685         Choose values that are less likely to collide with system fnmatch
21686         options.
21687         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21688         defined (e.g., a pure POSIX system).
21689         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21690         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21691
21692 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21693
21694         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21695         a pain in practice to deal with generated m4 files.  This change
21696         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21697
21698         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21699         and jm-glibc-io.m4, as they are no longer a special case.
21700         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21701         kludge and the auto-generation stuff.  Check only whether the
21702         functions are declared, not whether they exist, since older hosts
21703         that don't declare the functions can't use the optimization anyway.
21704
21705 2002-12-06  Jim Meyering  <jim@meyering.net>
21706
21707         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21708
21709         Merge in changes from libc's misc/error.c, in preparation
21710         for the merge of gnulib's changes back into libc.
21711
21712         * lib/error.c (_): Define only if not already defined.
21713         Move definition to follow all #include directives.
21714         Include unlocked-io.h only if !_LIBC.
21715         [_LIBC]: Include <libio/libioP.h>.
21716         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21717         (fflush): Tweak definition to use INTUSE.
21718         (putc): Define.
21719
21720 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21721
21722         * lib/alloca.c [defined emacs]: Include "lisp.h".
21723         (xalloc_die) [defined emacs]: New macro.
21724         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21725         [! defined emacs]: Include <xalloc.h>.
21726         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21727         (pointer): Typedef to POINTER_TYPE *.
21728         (malloc): Remove decl; we now always use xmalloc.
21729         (alloca): Use old-style definition, since Emacs needs this.
21730         Check for arithmetic overflow when computing combined size.
21731
21732 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21733
21734         Do not generate unlocked-io.h automatically, since it's easier to
21735         maintain it by hand.
21736
21737         * lib/unlocked-io.h: New file, from GNU diffutils,
21738         but with proper copyright notice and attribution.
21739         * lib/gen-uio: Remove.
21740         * lib/Makefile.am: Add copyright notice.
21741         (libfetish_a_SOURCES): Add unlocked-io.h.
21742         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21743         (DISTCLEANFILES, io_functions): Remove macros.
21744         (EXTRA_DIST): Remove gen_uio.
21745         (unlocked-io.h): Remove rule.
21746
21747 2002-12-04  Jim Meyering  <jim@meyering.net>
21748
21749         Reflect the fact that stat.c and lstat.c are no longer generated.
21750         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21751         (DISTCLEANFILES): Likewise.
21752         (EXTRA_DIST): Likewise.
21753         (all_local): Don't depend on stat.c or lstat.c.
21754         (stat.c, lstat.c): Remove rules.
21755         (EXTRA_DIST): Remove xstat.in.
21756
21757         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21758         * lib/stat.c: New file.  Contents mostly from xstat.in.
21759         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21760         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21761
21762         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21763         too.
21764         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21765
21766 2002-12-03  Jim Meyering  <jim@meyering.net>
21767
21768         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21769         but not semantics, to minimize the differences between these two files.
21770         (safe_read): Change comment to mention SAFE_READ_ERROR.
21771
21772         * lib/safe-read.c (IS_EINTR): Define.
21773         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21774
21775 2002-12-02  Jim Meyering  <jim@meyering.net>
21776
21777         * lib/safe-read.c (EINTR): Define.
21778         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21779         (INT_MAX): Provide fallback.
21780         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21781
21782         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21783
21784 2002-12-02  Bruno Haible  <bruno@clisp.org>
21785
21786         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21787         Define, taken from safe-read.c.
21788         (INT_MAX): Provide fallback.
21789         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21790         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21791
21792         * lib/safe-read.c (EINTR): Remove definition.
21793         (safe_read): Don't use EINTR if it is absent.
21794
21795 2002-12-01  Jim Meyering  <jim@meyering.net>
21796
21797         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21798         zero.
21799         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21800
21801 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21802
21803         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21804         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21805         with `if (! (value < limit)) abort ();', for readability.
21806
21807 2002-11-26  Karl Berry  <karl@gnu.org>
21808
21809         * lib/strdup.c: copy from libc again, with jim's ok.
21810         * lib/.cppi-disable: re-add strdup.c
21811
21812 2002-11-25  Karl Berry  <karl@gnu.org>
21813
21814         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21815         instead of "strtol.c".
21816
21817 2002-11-25  Karl Berry  <karl@gnu.org>
21818
21819         * config/install-sh: update from automake for variable quoting, $0 in
21820         error msgs, etc.
21821
21822         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21823         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21824         entry.
21825
21826 2002-11-25  Jim Meyering  <jim@meyering.net>
21827
21828         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21829
21830 2002-11-24  Karl Berry  <karl@gnu.org>
21831
21832         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21833         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21834
21835 2002-11-24  Jim Meyering  <jim@meyering.net>
21836
21837         Update from coreutils:
21838
21839         * lib/mktime.c: Merge in changes from libc.
21840
21841         Avoid a link-time failure on some Linux systems.
21842         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21843         (otherwise).
21844         (__mon_yday): Declare with the STATIC attribute.
21845         (__mktime_internal): Likewise.
21846         Based on a report from Greg Schafer.
21847
21848 2002-11-23  Jim Meyering  <jim@meyering.net>
21849
21850         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21851         Use `unsigned', not `int', as type of index.
21852
21853         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21854
21855         * lib/fsusage.c: Remove unneeded parentheses around operands of
21856         `defined'.
21857
21858 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21859
21860         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21861         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21862         so that we can be included first.
21863         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21864         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21865         No need to include stddef.h or sys/types.h any more.
21866         Surround local include files with "", not "<>".
21867         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21868         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21869         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21870         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21871         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21872         (ISPRINT): Remove; no longer needed now that we assume C89.
21873
21874         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21875         Preserve errno.
21876
21877         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21878         quotearg_char): Use SIZE_MAX rather than
21879         (size_t) -1 when we are talking about "infinity".
21880
21881         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21882
21883 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21884
21885         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21886         hint that one should use `if (! x) abort ();' rather than `assert
21887         (x);', and anyway it's one less thing to worry about configuring.
21888         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21889         hash_rehash, hash_insert): Use abort rather than assert.
21890
21891 2002-11-22  Bruno Haible  <bruno@clisp.org>
21892
21893         * lib/safe-read.h: Assume C89. Add comments.
21894         (safe_read): Change return type to size_t.
21895         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21896         byte counts > SSIZE_MAX correctly.
21897         * lib/safe-write.h: New file.
21898         * lib/safe-write.c: New file.
21899         * lib/full-read.h: New file.
21900         * lib/full-read.c: New file.
21901         * lib/full-write.h: Assume C89. Add comments.
21902         * lib/full-write.c: Include safe-write.h.
21903         (full_write): Rewritten to use safe_write.
21904         Suggested by Jim Meyering and Paul Eggert.
21905
21906 2002-11-21  Jim Meyering  <jim@meyering.net>
21907
21908         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21909
21910         Merge in changes from the coreutils.
21911
21912         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21913         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21914         <stdint.h>.
21915         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21916         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21917         int.  Work more efficiently if X is the same width as uintmax_t.
21918         Do not compare X to -1, to avoid bogus compiler warning.
21919         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21920         Don't assume that f_frsize and f_bsize are the same type.
21921
21922         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21923         warning on FreeBSD.
21924
21925         * lib/makepath.c (make_path): Restore umask *before* creating the final
21926         component.
21927         (make_path): Minor reformatting.
21928
21929         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21930         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21931         HAVE_MALLOC/HAVE_REALLOC.
21932
21933         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21934         dummy ones.  At least on GNU/Linux systems, `auto' means something
21935         else.
21936         From Michael Stone.
21937
21938 2002-11-21  Bruno Haible  <bruno@clisp.org>
21939
21940         Remove case insensitive option matching.
21941         * lib/argmatch.h (argcasematch): Remove declaration.
21942         (ARGCASEMATCH): Remove macro.
21943         (__xargmatch_internal): Remove case_sensitive argument.
21944         (XARGMATCH): Update.
21945         (XARGCASEMATCH): Remove macro.
21946         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21947         case_sensitive argument.
21948         (argcasematch): Remove function.
21949         (__xargmatch_internal): Remove case_sensitive argument.
21950         (main): Use XARGMATCH instead of XARGCASEMATCH.
21951
21952         * lib/xmalloc.c: Change compile-time error message. Add comment about
21953         required autoconf version.
21954
21955 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21956
21957         Merge argmatch cleanups from Bison.  Assume C89.
21958
21959         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21960         Include stdlib.h, for EXIT_FAILURE.
21961         Always include <string.h>, since we assume C89.
21962         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21963         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21964         Include <stddef.h> instead, since it's all we need for size_t.
21965         (PARAMS): Remove.  All uses removed.
21966         (ARRAY_CARDINALITY): Do not bother to #undef.
21967         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21968         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21969         Remove unnecessary parentheses.
21970         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21971         Insert necessary parentheses.
21972         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21973         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21974
21975 2002-11-19  Bruno Haible  <bruno@clisp.org>
21976
21977         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21978         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21979
21980         * lib/mbswidth.h (PARAMS): Remove macro.
21981         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21982         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21983
21984         * lib/gcd.h (PARAMS): Remove macro.
21985         (gcd): Use ANSI C function declarations.
21986         * lib/gcd.c (gcd): Likewise.
21987
21988 2002-11-15  Bruno Haible  <bruno@clisp.org>
21989
21990         * lib/strcspn.c: Include <stddef.h>.
21991         (strcspn): Use ANSI C function declaration. Change return type to
21992         size_t. Use NULL.
21993         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21994         (strpbrk): Use NULL.
21995         * lib/strpbrk.h (PARAMS): Remove macro.
21996         (strpbrk): Use ANSI C function declaration.
21997         * lib/strstr.c: Don't include <sys/types.h>.
21998         * lib/strstr.h (PARAMS): Remove macro.
21999         (strstr): Use ANSI C function declarations.
22000
22001 2002-11-14  Karl Berry  <karl@gnu.org>
22002
22003         * config/mkinstalldirs: `do' on separate line, instead of
22004         `for var; do'.
22005
22006 2002-11-06  Bruno Haible  <bruno@clisp.org>
22007
22008         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22009         * lib/gcd.c (gcd): Likewise.
22010
22011 2002-11-05  Bruno Haible  <bruno@clisp.org>
22012
22013         * lib/gcd.h: New file, from gettext-0.11.5.
22014         * lib/gcd.c: New file, from gettext-0.11.5.
22015
22016 2002-11-05  Bruno Haible  <bruno@clisp.org>
22017
22018         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22019         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22020         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22021         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22022
22023         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22024         <libintl.h>.
22025         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22026         <libintl.h>.
22027
22028         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22029         * lib/human.c: Include gettext.h instead of <libintl.h>.
22030         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22031         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22032         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22033         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22034         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22035         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22036         (textdomain): Remove definition.
22037         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22038
22039         * lib/long-options.c: Remove include of <libintl.h> and definition of
22040         _.
22041         * lib/same.c: Remove include of <libintl.h> and definition of _.
22042
22043 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22044
22045         * lib/config.charset: A few additions for Solaris.
22046
22047 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22048
22049         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22050         * lib/localcharset.c (locale_charset): Declare as extern "C".
22051
22052 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22053
22054         * lib/config.charset: msdos in uk_UA uses CP1125.
22055
22056 2002-11-04  Bruno Haible  <bruno@clisp.org>
22057
22058         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22059         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22060         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22061         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22062         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22063
22064 2002-11-04  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/localcharset.c (locale_charset): Don't return an empty string.
22067
22068 2002-11-04  Bruno Haible  <bruno@clisp.org>
22069
22070         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22071         aliases.
22072
22073 2002-11-04  Bruno Haible  <bruno@clisp.org>
22074
22075         * lib/config.charset: Update for newest glibc. Add canonical names
22076         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22077
22078 2002-11-04  Bruno Haible  <bruno@clisp.org>
22079
22080         * lib/config.charset: Add support for NetBSD.
22081
22082 2002-11-04  Bruno Haible  <bruno@clisp.org>
22083
22084         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22085
22086 2002-11-01  Bruno Haible  <bruno@clisp.org>
22087
22088         * configure.in: Add AC_CONFIG_AUX_DIR call.
22089         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22090         test/Makefile.
22091         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22092
22093 2002-09-28  Karl Berry  <karl@gnu.org>
22094
22095         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22096         installed automake until the next release, since changes have been
22097         made.
22098
22099 2002-09-25  Karl Berry  <karl@gnu.org>
22100
22101         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22102         * lib/getopt*: copy from libc/posix.
22103         * lib/gettext.h: copy from gettext.
22104         * lib/.cppi-disable: add strdup.c, gettext.h.
22105
22106 2002-09-25  Karl Berry  <karl@gnu.org>
22107
22108         * config/srclist.txt: enable gettext.h check.
22109         * config/config.{guess,sub}: update from prep.
22110         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22111                 from automake 1.6.3.
22112         See srclist*.
22113
22114 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22115
22116         * regex.c (PATFETCH): Remove the translating fetch.
22117         (PATFETCH_RAW): Rename to PATFETCH.
22118         (set_image_of_range): New fun.
22119         (SET_RANGE_TABLE_WORK_AREA): Use it.
22120         (regex_compile): Don't translate the pattern chars so eagerly.
22121         Only do it when inserting an `exactn' bytecode or when handling
22122         a char-range.
22123         (mutually_exclusive_p): Avoid empty statement.
22124
22125 2002-07-06  Jim Meyering  <meyering@lucent.com>
22126
22127         * m4/README: Don't mention Makefile.am.in.
22128         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22129
22130 2002-07-01  Jim Meyering  <meyering@lucent.com>
22131
22132         * lib/c-stack.c: Include sys/time.h.
22133         From Volker Borchert.
22134
22135 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22136
22137         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22138
22139 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22140
22141         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22142         New macro.  Use it uniformly instead of
22143         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22144         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22145         reported by Vin Shelton.
22146
22147 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22148
22149         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22150         Do not assume SA_SIGINFO behavior.
22151         Bug reported by Jim Meyering on NetBSD 1.5.2.
22152
22153 2002-06-22  Jim Meyering  <meyering@lucent.com>
22154
22155         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22156         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22157
22158         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22159         now that configure.ac uses AC_GNU_SOURCE.
22160         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22161         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22162
22163         Update to latest tools.  Suggestions from Paul Eggert.
22164         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22165         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22166         * m4/fnmatch.m4: Likewise.
22167         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22168         to AC_HEADER_STDBOOL
22169
22170 2002-06-22  Jim Meyering  <meyering@lucent.com>
22171
22172         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22173         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22174
22175 2002-06-22  Jim Meyering  <meyering@lucent.com>
22176
22177         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22178
22179         * lib/exitfail.c, exitfail.h: Likewise.
22180         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22181
22182         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22183         of fnmatch.h.
22184         (EXTRA_DIST): Add fnmatch_loop.c.
22185         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22186
22187         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22188         * lib/fnmatch.c: Update from diffutils-2.8.2.
22189         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22190         * lib/fnmatch.h: Remove file.
22191
22192 2002-06-21  Jim Meyering  <meyering@lucent.com>
22193
22194         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22195         * m4/mbrtowc.m4: Likewise.
22196
22197         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22198         * m4/mbswidth.m4: Reflect name change:
22199         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22200         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22201
22202         * m4/lib-link.m4: Update from gettext-0.11.2.
22203         * m4/gettext.m4: Likewise.
22204
22205         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22206         From Alfred M. Szmidt.
22207
22208 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22209
22210         * lib/file-type.h: Report an error if neither S_ISREG nor
22211         S_IFREG is defined, instead of using a test specific to glibc
22212         2.2.  This should be safe, since POSIX requires S_ISREG and
22213         Unix Version 7 had S_IFREG.  We don't need to check for
22214         <sys/types.h> since we don't use any symbols that it defines.
22215
22216 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22217
22218         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22219         $@-t, so that each temporary file name is unique and valid in the first
22220         8 characters, for operation under DOS.
22221
22222 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22223
22224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22225
22226 2002-06-15  Jim Meyering  <meyering@lucent.com>
22227
22228         Work even with DJGPP 2.03, which lacks support for symlinks.
22229         From Richard Dawe.
22230         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22231         is defined.
22232         * lib/lchown.c (S_ISLNK): Likewise.
22233
22234 2002-06-15  Jim Meyering  <meyering@lucent.com>
22235
22236         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22237         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22238         have been included before this file.
22239
22240 2002-06-14  Jim Meyering  <meyering@lucent.com>
22241
22242         * lib/file-type.h: Use the version from diffutils-2.8.2.
22243         * lib/file-type.c: Likewise.
22244
22245 2002-06-07  Jim Meyering  <meyering@lucent.com>
22246
22247         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22248         They're needed at least for NetBSD 1.5.2.
22249         ($statxfs_includes): Include those same headers.
22250         ($statxfs_includes): Include sys/vfs.h if available.
22251         ($statxfs_includes): Likewise for sys/statvfs.h.
22252         Check for the following members in both structs statfs and statvfs:
22253         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22254
22255 2002-06-01  Jim Meyering  <meyering@lucent.com>
22256
22257         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22258         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22259
22260 2002-05-28  Jim Meyering  <meyering@lucent.com>
22261
22262         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22263         Reported by Volker Borchert.
22264
22265 2002-05-27  Jim Meyering  <meyering@lucent.com>
22266
22267         Fix a problem seen only on nonconforming systems whereby ls.c's
22268         use of localtime, and then of gettimeofday would cause trouble:
22269         the localtime call used to initialize rpl_gettimeofday's save
22270         mechanism would clobber ls's current local time information so
22271         that in any long listing the first file would always be listed
22272         with date 1970-01-01.  Analysis by Volker Borchert.
22273
22274         * lib/gettimeofday.c (localtime): Undefine.
22275         (rpl_localtime): New function.
22276
22277 2002-05-27  Jim Meyering  <meyering@lucent.com>
22278
22279         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22280         localtime.
22281
22282         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22283         use the replacement function; it wouldn't resolve at link time.
22284         Reported by Volker Borchert.
22285
22286 2002-05-22  Jim Meyering  <meyering@lucent.com>
22287
22288         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22289         file-type.h.
22290         * lib/file-type.h: New file.
22291         * lib/file-type.c (file_type): New file/function.  Extracted from
22292         diffutils.
22293
22294 2002-04-30  Jim Meyering  <meyering@lucent.com>
22295
22296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22297
22298 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22299
22300         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22301
22302 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22303
22304         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22305         Do not check for alloca.h (no longer used) or stdbool.h (was never
22306         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22307
22308 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22309
22310         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22311
22312 2002-04-29  Jim Meyering  <meyering@lucent.com>
22313
22314         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22315         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22316         Use AC_FUNC_STRNLEN here instead.
22317
22318         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22319         With autoconf-2.53a, it's part of AC_PROG_CC.
22320
22321 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22322
22323         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22324         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22325
22326 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22327
22328         * lib/sig2str.h, lib/sig2str.c: New files.
22329         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22330
22331 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22332
22333         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22334         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22335         of 127, since 64 is the largest conceivable number for ancient
22336         nonstandard hosts.
22337         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22338
22339 2002-04-28  Jim Meyering  <meyering@lucent.com>
22340
22341         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22342
22343 2002-04-24  Jim Meyering  <meyering@lucent.com>
22344
22345         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22346         (jm_PREREQ): Use it.
22347
22348         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22349         mach/mach.h fcntl.h.
22350         Check for this function: setlocale.
22351
22352 2002-04-24  Jim Meyering  <meyering@lucent.com>
22353
22354         * lib/gettext.h: New file, from Gettext.
22355         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22356         (libfetish_a_SOURCES): Add gettext.h.
22357
22358 2002-04-16  Jim Meyering  <meyering@lucent.com>
22359
22360         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22361         ut_pid, ut_id, ut_exit.
22362
22363 2002-04-16  Jim Meyering  <meyering@lucent.com>
22364
22365         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22366         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22367         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22368
22369 2002-04-12  Jim Meyering  <meyering@lucent.com>
22370
22371         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22372         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22373         existence of the getmntinfo function.  Needed for Darwin 5.3.
22374
22375         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22376         This is necessary at least on Darwin 5.3.
22377
22378         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22379         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22380         strnlen.o in the library, and that makes some versions of ranlib
22381         object.
22382
22383 2002-04-12  Jim Meyering  <meyering@lucent.com>
22384
22385         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22386
22387 2002-04-09  Jim Meyering  <meyering@lucent.com>
22388
22389         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22390         to be more precise.  Rather than saying we're checking whether the
22391         function `works', say what we're testing.
22392         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22393         Reported by Bruno Haible.
22394
22395 2002-03-10  Jim Meyering  <meyering@lucent.com>
22396
22397         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22398         Suggestion from Santiago Vila.
22399
22400 2002-03-08  Jim Meyering  <meyering@lucent.com>
22401
22402         * lib/rename.c: Mention that this wrapper is needed also on
22403         mips-dec-ultrix4.4 systems.
22404
22405 2002-03-02  Jim Meyering  <meyering@lucent.com>
22406
22407         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22408         not HAVE_CLOCK_SETTIME.
22409
22410 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22411
22412         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22413         Check for clock_settime.
22414
22415 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22416
22417         * lib/nanosleep.h: Rename to....
22418         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22419
22420         * lib/gettime.c: New file.
22421         * lib/settime.c: New file.
22422         * lib/stime.c: Remove.
22423
22424         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22425         timespec.h.  Remove nanosleep.h.
22426
22427 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22428
22429         * m4/acl.m4: New file.
22430         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22431         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22432
22433 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22434
22435         * lib/acl.c, lib/acl.h: New files.
22436         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22437
22438 2002-02-24  Jim Meyering  <meyering@lucent.com>
22439
22440         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22441         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22442         cause trouble.  Reported by Nelson Beebe.
22443
22444 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22445
22446         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22447         compilers that don't know that xalloc_die never returns.
22448
22449 2002-02-20  Jim Meyering  <meyering@lucent.com>
22450
22451         * lib/getdate.c: Regenerate using bison-1.33.
22452
22453 2002-02-17  Jim Meyering  <meyering@lucent.com>
22454
22455         * config/config.guess (main): Don't use `head -1'; it's no longer
22456         portable. Use `sed 1q' instead.
22457
22458 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22459
22460         * m4/codeset.m4: Upgrade to gettext-0.11.
22461         * m4/gettext.m4: Upgrade to gettext-0.11.
22462         * m4/glibc21.m4: Upgrade to gettext-0.11.
22463         * m4/iconv.m4: Upgrade to gettext-0.11.
22464         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22465         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22466         * m4/lib-ld.m4: New file, from gettext-0.11.
22467         * m4/lib-link.m4: New file, from gettext-0.11.
22468         * m4/lib-prefix.m4: New file, from gettext-0.11.
22469         * m4/progtest.m4: Upgrade to gettext-0.11.
22470
22471 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22472
22473         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22474         (jm_PREREQ): Use it.
22475
22476 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22477
22478         * lib/posixver.c, lib/posixver.h: New files.
22479         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22480
22481 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22482             Bruno Haible  <bruno@clisp.org>
22483
22484         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22485         (fwrite_success_callback): New declaration.
22486         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22487         print_unicode_char. Call failure callback instead of error.
22488         (fwrite_success_callback): New function.
22489         (exit_failure_callback): New function.
22490         (fallback_failure_callback): New function.
22491         (print_unicode_char): Call unicode_to_mb.
22492
22493 2002-01-26  Jim Meyering  <meyering@lucent.com>
22494
22495         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22496         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22497
22498 2002-01-26  Jim Meyering  <meyering@lucent.com>
22499
22500         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22501
22502 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22503
22504         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22505
22506 2002-01-22  Jim Meyering  <meyering@lucent.com>
22507
22508         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22509         Otherwise, some versions of automake would omit the rule that makes
22510         Makefile from Makefile.in.
22511
22512 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22513
22514         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22515         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22516         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22517         (memcoll): Set errno to zero if there is no error.
22518
22519         * lib/quotearg.c (quotearg_buffer_restyled):
22520         Fix bug with quoting buffers containing NUL when backslashing escapes.
22521         This bug was exposed by the other changes in this patch.
22522         (quotearg_n_options): New arg ARGSIZE.
22523         All callers changed.
22524         (quoting_options_from_style): New function.
22525         (quotearg_n_style): Use it.
22526         (quotearg_n_style_mem): New function.
22527
22528         * lib/quotearg.h (quotearg_n_style_mem): New function.
22529
22530 2002-01-19  Jim Meyering  <meyering@lucent.com>
22531
22532         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22533         Remove useless quotes: DF_PROG="df".
22534         * m4/strnlen.m4: New file.
22535
22536 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22537
22538         * lib/backupfile.c (ISDIGIT): Comment fix.
22539         * lib/getdate.y (ISDIGIT): Likewise.
22540         * lib/posixtm.c (ISDIGIT, year): Likewise.
22541         * lib/strverscmp.c (ISDIGIT): Likewise.
22542         * lib/userspec.c (ISDIGIT): Likewise.
22543
22544 2002-01-16  Jim Meyering  <meyering@lucent.com>
22545
22546         * lib/getdate.y: Add three semicolons, each just before a closing
22547         brace. Bison (as of version 1.31) no longer papers over that mistake.
22548
22549 2002-01-05  Jim Meyering  <meyering@lucent.com>
22550
22551         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22552
22553 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22554
22555         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22556         not silently exit merely because the output buffer happens to
22557         have nothing pending.
22558
22559 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22560
22561         See the big note in ../ChangeLog.
22562         * lib/human.c (suffixes): Prefer K to k for 1024.
22563         (generate_suffix_backwards): New function.
22564         (human_readable_inexact): Use it.
22565         * lib/xstrtol.c (__xstrtol): If there is no number but there
22566         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22567         Accept 'K' as well as 'k'.
22568
22569 2001-12-15  Jim Meyering  <meyering@lucent.com>
22570
22571         * lib/regex.h (__restrict_arr): Update from libc.
22572
22573         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22574         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22575         (STREQ): Define.
22576
22577 2001-12-14  Jim Meyering  <meyering@lucent.com>
22578
22579         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22580         Suggestion from Bruno Haible.
22581
22582 2001-12-10  Jim Meyering  <meyering@lucent.com>
22583
22584         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22585         xrealloc, Instead, include "xalloc.h".
22586         (initbuffer): Don't cast xmalloc return value to char*.
22587         (readline): Reword comment.
22588         Don't cast xrealloc return value to char*
22589         Return NULL, not 0.
22590
22591 2001-12-09  Jim Meyering  <meyering@lucent.com>
22592
22593         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22594         about `signed and unsigned type in conditional expression'.
22595         * lib/posixtm.c (posix_time_parse): Likewise.
22596
22597         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22598
22599         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22600         to avoid a pedantic warning.
22601
22602         * lib/getstr.c: Don't include assert.h.
22603         (getstr): Remove warning-evoking assertions.
22604         Return -1 if offset parameter is out of bounds.
22605         Change the type of a local from int to size_t.
22606
22607         * lib/strftime.c (my_strftime_localtime_r): Include this function
22608         definition in the `#if ! HAVE_TM_GMTOFF' block.
22609
22610         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22611         Include xalloc.h instead.
22612
22613 2001-12-02  Jim Meyering  <meyering@lucent.com>
22614
22615         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22616         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22617         included.
22618
22619         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22620         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22621
22622 2001-11-30  Akim Demaille  <akim@epita.fr>
22623
22624         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22625         before being defined.
22626
22627 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22628
22629         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22630         First arg is int, not unsigned.
22631         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22632         (SIZE_MAX, UINT_MAX): New macros.
22633         (quotearg_n_options): Abort if N is negative.
22634         Avoid overflow check on hosts where size_t is 64 bits and int
22635         is 32 bits, as overflow is impossible there.
22636         Fix off-by-one typo that caused unnecessary reallocation.
22637
22638 2001-11-27  Jim Meyering  <meyering@lucent.com>
22639
22640         * lib/tempname.c: Merge with version from libc.
22641         * lib/regex.c: Likewise.
22642
22643         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22644         systems for which STDC_HEADERS is 0, it was not included, resulting in
22645         a warning about an integer-to-pointer conversion problem with getenv.
22646         Reported by Volker Borchert.
22647
22648 2001-11-26  Jim Meyering  <meyering@lucent.com>
22649
22650         * lib/gtod.h: Remove file.
22651         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22652         * lib/gettimeofday.c: Don't include gtod.h.
22653         (GTOD_init): Remove function.
22654         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22655         Suggestion from Volker Borchert.
22656
22657 2001-11-23  Jim Meyering  <meyering@lucent.com>
22658
22659         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22660         it.
22661         * lib/hash.c (struct hash_table): Define it here instead.
22662
22663 2001-11-22  Jim Meyering  <meyering@lucent.com>
22664
22665         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22666
22667 2001-11-20  Jim Meyering  <meyering@lucent.com>
22668
22669         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22670         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22671
22672 2001-11-19  Jim Meyering  <meyering@lucent.com>
22673
22674         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22675         directory.  Use "conftestXXXXXX" as the template.
22676         Suggestion from Paul Eggert.
22677
22678         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22679         immediately, so the test doesn't mistakenly hit the max-open-files
22680         limit.
22681
22682 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22683
22684         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22685         (TEMPORARIES): New macro.
22686         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22687         removes an artificial limitation (e.g. HP-UX 10.20, where
22688         TMP_MAX is 17576).
22689
22690 2001-11-18  Jim Meyering  <meyering@lucent.com>
22691
22692         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22693
22694 2001-11-18  Jim Meyering  <meyering@lucent.com>
22695
22696         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22697         on SunOS 4.
22698
22699         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22700         files will be created before anything else.
22701
22702 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22703
22704         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22705         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22706
22707 2001-11-17  Jim Meyering  <meyering@lucent.com>
22708
22709         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22710         Prompted by a report from Bob Proulx.
22711
22712         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22713         Instead, require UTILS_FUNC_MKSTEMP.
22714
22715 2001-11-17  Jim Meyering  <meyering@lucent.com>
22716
22717         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22718         Now, that's done as part of AC_FUNC_STRTOD.
22719
22720 2001-11-17  Jim Meyering  <meyering@lucent.com>
22721
22722         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22723         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22724         rather than group writable.  Patch by Juan F. Codagnone.
22725
22726         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22727         xrealloc, Instead, include "xalloc.h".
22728
22729         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22730         Remove explicit declarations of xmalloc, xrealloc,
22731         and xstrdup.  Instead, include "xalloc.h".
22732
22733         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22734         unlocked-io.h.
22735         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22736         Likewise.
22737         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22738
22739         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22740         Reported by Padraig Brady.
22741
22742         * lib/mkstemp.c: #undef mkstemp.
22743         Include config.h.
22744         (rpl_mkstemp): Rename from mkstemp.
22745         Protoize.
22746
22747 2001-11-16  Jim Meyering  <meyering@lucent.com>
22748
22749         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22750         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22751         determine the amount of total physical memory, use pstat_getstatic.
22752         HPUX-11 doesn't define _SC_PHYS_PAGES.
22753         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22754         If sysconf couldn't be used to determine the amount of available
22755         physical memory, use both pstat_getstatic and pstat_getdynamic.
22756         Based on a patch from Bob Proulx.
22757
22758 2001-11-10  Jim Meyering  <meyering@lucent.com>
22759
22760         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22761         (jm_PREREQ): Use it.
22762
22763 2001-11-09  Jim Meyering  <meyering@lucent.com>
22764
22765         * m4/jm-macros.m4: Require autoconf-2.52f.
22766         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22767         Use these AC_-prefixed names, not the AM_-prefixed ones.
22768
22769         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22770
22771 2001-11-05  Jim Meyering  <meyering@lucent.com>
22772
22773         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22774
22775 2001-11-04  Jim Meyering  <meyering@lucent.com>
22776
22777         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22778         $DEFS.
22779
22780 2001-11-03  Jim Meyering  <meyering@lucent.com>
22781
22782         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22783         of AC_DEFUN.
22784
22785         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22786         know the name of the variable in the macro definition.
22787
22788 2001-11-03  Jim Meyering  <meyering@lucent.com>
22789
22790         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22791         in argmatch_to_argument call.
22792
22793         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22794         argument.
22795
22796         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22797         e.g., a fault due to an attempt to free a NULL pointer.
22798
22799 2001-11-01  Jim Meyering  <meyering@lucent.com>
22800
22801         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22802         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22803
22804 2001-11-01  Jim Meyering  <meyering@lucent.com>
22805
22806         * lib/dirfd.c, lib/dirfd.h: New files.
22807         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22808
22809         * lib/hash.c (hash_print) [TESTING]: Clean up.
22810
22811 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22812
22813         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22814         to avoid a warning if -Wall.
22815
22816 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22817
22818         * README: New file
22819         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22820         (per RMS's instructions, this is now the canonical source)
22821         * lgpl/, gpl/: New directories.
22822
22823 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22824
22825         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22826
22827 2001-10-21  Jim Meyering  <meyering@lucent.com>
22828
22829         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22830         this code would end up calling gettext even in packages built
22831         with --disable-nls.
22832         * lib/getopt.c (_): Likewise.
22833         * lib/regex.c (_): Likewise.
22834
22835 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22836
22837         * m4/error.m4 (jm_PREREQ_ERROR):
22838         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22839         AC_FUNC_STRERROR_R does that.
22840         Check for strerror declaration.
22841
22842         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22843         are supposed to have them these days.
22844         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22845         Merge changes from latest Autoconf CVS.
22846         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22847         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22848         POSIX decided to standardize on the int flavor of strerror_r.
22849
22850 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22851
22852         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22853         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22854         Use strerror_r that is only a macro, even if it is not a function.
22855         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22856         (private_strerror): Use prototypes, not old-style function definition.
22857         (print_errno_message): New function.
22858         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22859         char*-flavored one.
22860         (error_tail, error, error_at_line): Use it.
22861
22862 2001-10-11  Jim Meyering  <meyering@lucent.com>
22863
22864         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22865         and quote_n (1, ... to avoid clobbering a buffer.
22866
22867 2001-10-05  Jim Meyering  <meyering@lucent.com>
22868
22869         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22870         hash-pjw.h.
22871         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22872         * lib/hash-pjw.h: New file.
22873
22874 2001-09-30  Jim Meyering  <meyering@lucent.com>
22875
22876         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22877         `struct fsstat' has the `f_fstypename' member.
22878         Use that to define FS_TYPE, which is now used to make
22879         the getfsstat link test tighter.
22880
22881 2001-09-30  Jim Meyering  <meyering@lucent.com>
22882
22883         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22884         Include <sys/ucred.h>, for Apple Darwin.
22885         Include sys/mount.h and sys/fs_types.h only if available.
22886         (FS_TYPE): Define.
22887         (read_filesystem_list): Use FS_TYPE.
22888
22889 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22890
22891         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22892         a boolean context.
22893
22894 2001-09-29  Jim Meyering  <meyering@lucent.com>
22895
22896         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22897         [one-argument getmntent function]): Include stdio.h before mntent.h.
22898         SunOS 4.1.x needs it for the declaration of `FILE'.
22899         Patch by Volker Borchert.
22900
22901         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22902         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22903         sys/fs_types.h, and make the link-test for getfsstat guard #include
22904         directives with appropriate #if HAVE_*_H tests so that we can
22905         detect getfsstat on Apple Darwin1.3.7 systems.
22906         Reported by Nelson Beebe.
22907         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22908
22909 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22910
22911         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22912         #defines strtoimax.  Also treat the other strto* functions
22913         like strtoimax.
22914
22915         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22916         Check for strtoul and strtoumax,
22917         as those declarations are made even in the signed case.
22918         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22919         Likewise, for strtol and strtoimax.
22920
22921 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22922
22923         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22924         #defines strtoimax.  Also treat the other strto* functions
22925         like strtoimax.
22926
22927         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22928         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22929         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22930
22931 2001-09-26  Jim Meyering  <meyering@lucent.com>
22932
22933         Most macros in unlocked-io.h had the wrong number of arguments.
22934         * lib/gen-uio: New script.
22935         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22936         * lib/unlocked-io.hin: Remove file.
22937         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22938         rather than trying to embed it here.
22939         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22940         Reported by Padraig Brady.
22941
22942 2001-09-25  Volker Borchert  <bt@teknon.de>
22943
22944         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22945         `result'.
22946
22947 2001-09-24  Jim Meyering  <meyering@lucent.com>
22948
22949         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22950
22951 2001-09-23  Jim Meyering  <meyering@lucent.com>
22952
22953         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22954         instead of the mere test for existence of mntent.h.  The latter
22955         would get a false-positive on AIX 3.4 systems.
22956         In the outer getmntent if-block, don't die if neither of the getmntent
22957         tests succeeds.  Instead, just fall through and continue with the
22958         remaining tests.
22959
22960 2001-09-23  Jim Meyering  <meyering@lucent.com>
22961
22962         * lib/mountlist.c: Remove useless parentheses in #if directives.
22963         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22964         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22965
22966 2001-09-22  Jim Meyering  <meyering@lucent.com>
22967
22968         * m4/gettext.m4: New file.  From gettext.
22969         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22970         * m4/progtest.m4: Likewise
22971         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22972         * m4/glibc21.m4: Likewise.
22973
22974         * m4/libintl.m4: Remove.  No longer used.
22975
22976 2001-09-22  Jim Meyering  <meyering@lucent.com>
22977
22978         * lib/localcharset.c: Update from latest gettext.
22979         * lib/config.charset: Likewise.
22980
22981 2001-09-20  Jim Meyering  <meyering@lucent.com>
22982
22983         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22984         strtoimax.
22985         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22986         strtoumax.
22987
22988 2001-09-20  Jim Meyering  <meyering@lucent.com>
22989
22990         * lib/xstrtol.c (strtoimax): Guard declaration with
22991         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22992         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22993         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22994         (strtoumax): Likewise, for completeness (it wasn't necessary).
22995
22996 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22997
22998         * lib/strtoimax.c (HAVE_LONG_LONG):
22999         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23000         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23001         to work around bug in IBM C compiler.
23002
23003 2001-09-17  Jim Meyering  <meyering@lucent.com>
23004
23005         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23006         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23007         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23008         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23009         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23010         whenever the right hand side need not be expanded by the shell.
23011
23012 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23013
23014         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23015         library.  It's not correct, as some older glibcs are buggy.
23016         fnmatch wasn't fixed until glibc 2.2.
23017
23018         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23019         special shell magic here.
23020
23021 2001-09-16  Jim Meyering  <meyering@lucent.com>
23022
23023         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23024         * m4/jm-macros.m4: Require it.
23025
23026 2001-09-16  Jim Meyering  <meyering@lucent.com>
23027
23028         * lib/mkdir.c: New file.
23029
23030 2001-09-15  Jim Meyering  <meyering@lucent.com>
23031
23032         * m4/jm-macros.m4: Check for help2man.
23033
23034 2001-09-11  Jim Meyering  <meyering@lucent.com>
23035
23036         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23037         The body, by Paul Eggert, was moved here from configure.in.
23038         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23039
23040 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23041
23042         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23043         (jm_PREREQ): Use it.
23044
23045 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23046
23047         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23048         Use ssize_t, not int, to store result of readlink.
23049         Check for ssize_t overflow as well as size_t overflow,
23050         as POSIX says the result of readlink is implementation-defined
23051         when ssize_t overflows.
23052         Remove unnecessary cast to char*.
23053         Use free+malloc instead of realloc, as the storage doesn't need
23054         to be preserved and it's clearer and can be more efficient that way.
23055         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23056         * lib/xreadlink.h (xreadlink): Update prototype.
23057
23058 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23059
23060         * lib/xgetcwd.c: Revert some of the previous change; intead,
23061         fix the HAVE_GETCWD_NULL code to behave more like the
23062         !HAVE_GETCWD_NULL code used to.
23063
23064         Include "xalloc.h".
23065         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23066         invoke xalloc_die.
23067
23068 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23069
23070         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23071         sys/param.h, as pathmax.h includes them.
23072
23073 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23074
23075         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23076         (jm_PREREQ_XGETCWD): New macro.
23077
23078         * m4/getcwd.m4: New file.
23079
23080 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23081
23082         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23083         like the HAVE_GETCWD_NULL code.
23084         Include pathmax.h if not HAVE_GETCWD.
23085         Do not include xalloc.h.
23086         (INITIAL_BUFFER_SIZE): New symbol.
23087         Do not use xmalloc / xrealloc, since the caller is responsible for
23088         handling errors.  Preserve errno around `free' during failure.
23089         Do not overrun buffer when using getwd.
23090
23091 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23092
23093         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23094         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23095         getcwd (NULL, 0).
23096
23097 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23098
23099         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23100         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23101         spotted by Jim Meyering.
23102
23103 2001-09-03  Jim Meyering  <meyering@lucent.com>
23104
23105         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23106         failure.
23107
23108 2001-09-02  Jim Meyering  <meyering@lucent.com>
23109
23110         * lib/error.c: Update from GNU libc.
23111
23112 2001-09-01  Jim Meyering  <meyering@lucent.com>
23113
23114         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23115         Used by df.
23116
23117 2001-09-01  Jim Meyering  <meyering@lucent.com>
23118
23119         * lib/xreadlink.c: New file.
23120         * lib/xreadlink.h: New file.
23121         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23122         xreadlink.h.
23123
23124         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23125         doesn't conflict with sparc Solaris 7's definition in
23126         /usr/include/sys/int_types.h.
23127
23128         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23129         files.
23130         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23131         and strncasecmp as r-values.  Unixware didn't have declarations.
23132
23133 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23134
23135         * lib/xstrtol.h: Add copyright notice.
23136         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23137         LONGINT_INVALID_SUFFIX_CHAR.
23138
23139 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23140
23141         * lib/xstrtol.c (strtoimax): New decl.
23142
23143 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23144
23145         * lib/xgetcwd.c: Don't include pathmax.h.
23146         Include stdlib.h and unistd.h if available.
23147         Include xalloc.h.
23148         (xmalloc, xstrdup, free): Remove decls.
23149         (xgetcwd): Don't assume sizes fit in unsigned.
23150         Check for overflow when computing sizes.
23151         Simplify reallocation code.
23152
23153 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23154
23155         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23156         a directory's st_size can have an arbitrary value, so the old
23157         usage could waste an arbitrary amount of memory.  All uses
23158         changed.
23159         * lib/savedir.h: Update prototype.
23160
23161 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23162
23163         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23164
23165         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23166         old strtoimax.c.
23167
23168         Also, make the following further changes to make this file's
23169         configuration more similar to that of strtol.c:
23170         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23171         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23172         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23173         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23174         changed to signed values.
23175
23176         And make the following changes as well:
23177         Fix copyright notice, as 1999 was missing.
23178         (verify): New macro.
23179         (strtoimax): Check sizes at compile-time, not run-time.
23180         Prefer strtol to strtoll if both work.
23181         (main): Remove; it was not that useful and was a pain to maintain.
23182
23183         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23184
23185 2001-08-31  Jim Meyering  <meyering@lucent.com>
23186
23187         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23188         Use an initial, malloc'd, buffer of length 128 rather than
23189         a statically allocated one of length 1024.
23190
23191 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23192
23193         Simplify code, partly by assuming autoconf 2.52 semantics.
23194
23195         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23196
23197         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23198         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23199         All uses removed.
23200         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23201         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23202         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23203         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23204         jm_AC_HEADER_INTTYPES_H.
23205         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23206
23207         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23208
23209         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23210         Quote first arg of AC_DEFUN.
23211         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23212         since they are needed to parse the include file even if we need
23213         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23214         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23215         but with opposite signedness.
23216
23217 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23218
23219         Merge 'exclude' changes from tar 1.13.22.
23220         This fixes one or two unlikely storage allocation overflow bugs,
23221         but doesn't change user-visible behavior otherwise.
23222
23223 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23224
23225         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23226         (jm_PREREQ_EXCLUDE): New macro.
23227
23228 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23229
23230         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23231         tm to be declared.
23232
23233 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23234
23235         * lib/hash.c: Remove '2001' from copyright notice.
23236
23237 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23238
23239         * lib/full-write.h: New file.
23240         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23241         * lib/full-write.c: Correct credits, as cccp.c no longer
23242         exists and anyway it was so heavily changed from the old cccp
23243         code as to be unrecognizable.  Include full-write.h.
23244         (full_write) Return size_t, with short writes meaning failure.
23245         All callers changed.  This fixes a bug with large buffers
23246         on 64-bit hosts.
23247         * lib/utime.c: Include full-write.h.
23248
23249 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23250
23251         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23252         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23253         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23254         Include if available.
23255         (<xalloc.h>): Include
23256         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23257         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23258         collide with FNM macros.
23259         (struct patopts): New struct.
23260         (struct exclude): Use it, as exclude patterns now come with options.
23261         (new_exclude): Support above changes.
23262         (new_exclude, add_exclude_file):
23263         Initial size must now be a power of two to simplify overflow checking.
23264         (free_exclude, fnmatch_no_wildcards): New function.
23265         (excluded_filename): No longer requires options arg, as the options
23266         are determined by add_exclude.  Now returns bool, not int.
23267         (excluded_filename, add_exclude):
23268         Add support for the fancy new exclusion options.
23269         (add_exclude, add_exclude_file): Now takes int options arg.
23270         Check for arithmetic overflow when computing sizes.
23271         (add_exclude_file): xrealloc might modify errno, so don't
23272         realloc until after errno might be used.
23273
23274         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23275         New macros.
23276         (free_exclude): New decl.
23277         (add_exclude, add_exclude_file): Now takes int options arg.
23278         (excluded_filename): No longer requires options arg, as the options
23279         are determined by add_exclude.  Now returns bool, not int.
23280
23281 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23282
23283         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23284
23285 2001-08-27  Jim Meyering  <meyering@lucent.com>
23286
23287         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23288
23289         * lib/version-etc.c (N_): Remove definition.
23290         Revert most of last change.
23291         Instead, simply don't mark the `Copyright...' string for translation.
23292         Based on advice from Paul Eggert.
23293
23294         * lib/strtoxmax.c: Tweak comment.
23295
23296 2001-08-26  Jim Meyering  <meyering@lucent.com>
23297
23298         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23299
23300         * m4/xstrtoimax.m4: New file.
23301         * m4/xstrtoumax.m4: Add comments explaining why we
23302         AC_REPLACE_FUNCS(strtol).
23303
23304 2001-08-26  Jim Meyering  <meyering@lucent.com>
23305
23306         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23307         of copyright with `%s' so translators don't get an untranslated
23308         message in 2002.
23309         (COPYRIGHT_YEAR): Define.
23310         (version_etc): Use fprintf rather than fputs.
23311         Suggestion from Ulrich Drepper.
23312
23313         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23314
23315         * lib/strtoll.c: New file, from GNU libc.
23316         * lib/xstrtoimax.c: New file.
23317
23318         * lib/xstrtol.h: Add xstrtoimax.
23319         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23320         * lib/strtoimax.c: New file.  Likewise, but first define
23321         STRTOUXMAX_SIGNED.
23322
23323         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23324         ...
23325         * lib/strtoxmax.c: ... then renamed to this.
23326
23327 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23328
23329         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23330         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23331         (jm_AC_TYPE_INTMAX_T): New macro.
23332         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23333
23334         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23335
23336         * m4/longlong.m4: Renamed from ulonglong.m4.
23337         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23338         * m4/uintmax_t.m4: Removed.
23339
23340 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23341
23342         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23343         Port to Solaris 8, where 'sed' requires a space after the 'r'
23344         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23345         Redirect output to $tmp just once.
23346
23347 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23348
23349         * lib/addext.c (<errno.h>): Include.
23350         (errno): Declare if not defined.
23351         (addext): Work correctly when pathconf returns -1 and leaves
23352         errno alone because there is no limit.  Also, work even if
23353         pathconf returns a value greater than SIZE_MAX.
23354
23355 2001-08-12  Jim Meyering  <meyering@lucent.com>
23356
23357         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23358         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23359         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23360         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23361         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23362         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23363         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23364         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23365         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23366         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23367         utime.m4, utimes.m4, xstrtoumax.m4:
23368         Quote the first argument in each use of AC_DEFUN.
23369
23370 2001-08-12  Jim Meyering  <meyering@lucent.com>
23371
23372         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23373         Simply `return getcwd (NULL, 0);'.
23374         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23375         Use 1300 as initial value for length, not PATH_MAX.
23376
23377         * lib/pathmax.h: Clean up cpp syntax.
23378
23379 2001-08-12  Jim Meyering  <meyering@lucent.com>
23380
23381         * lib/gettimeofday.c: New file.
23382         * lib/gtod.h: New file.
23383         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23384
23385 2001-08-05  Jim Meyering  <meyering@lucent.com>
23386
23387         * m4/jm-macros.m4: Require autoconf-2.52.
23388
23389 2001-08-04  Jim Meyering  <meyering@lucent.com>
23390
23391         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23392         stmt, to get in sync with glibc.
23393
23394 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23395
23396         The following changes are from gettext 0.10.39 as maintained by
23397         Bruno Haible.
23398
23399         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23400         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23401         with inverted sense.  All uses changed.
23402
23403         * lib/mbswidth.c: Don't include <limits.h>.
23404         Include <stdlib.h> and <string.h> unconditionally.
23405         (iswcntrl, mbsinit, ISCNTRL): New macros.
23406         (mbsnwidth): Use K&R style function declarations.
23407         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23408         can optimize it when MB_CUR_MAX == 1.
23409         The width of control characters is zero, not 1.
23410
23411 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23412
23413         The following changes are from gettext 0.10.39 as maintained by
23414         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23415
23416         * m4/codeset.m4: Upgrade to serial AM1.
23417         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23418         all uses changed.  Quote first arg of AC_DEFUN.
23419         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23420
23421         * m4/iconv.m4: Upgrade to serial AM2.
23422         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23423         Add --with-libconv-prefix.
23424         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23425         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23426         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23427         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23428         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23429
23430         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23431         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23432         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23433         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23434         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23435         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23436         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23437         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23438         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23439
23440         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23441         string.h any more.
23442
23443         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23444         not the default value.
23445
23446         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23447         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23448         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23449         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23450         Also check for iswcntrl, used for wcwidth fallback.
23451         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23452         to Autoconf 2.13.
23453
23454 2001-08-03  Jim Meyering  <meyering@lucent.com>
23455
23456         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23457         as it was in the original.  Reported by Paul Eggert.
23458
23459 2001-07-16  Jim Meyering  <meyering@lucent.com>
23460
23461         * m4/gettimeofday.m4: New file.
23462         Prompted by a report from Bernhard Baehr.
23463
23464 2001-07-15  Jim Meyering  <meyering@lucent.com>
23465
23466         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23467         stuff. Now it's in ../Makefile.cfg.
23468
23469 2001-07-15  Jim Meyering  <meyering@lucent.com>
23470
23471         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23472         (BUILT_SOURCES): Add unlocked-io.h.
23473         (io_functions): Define.
23474         (unlocked-io.h): New rule.
23475         (DISTCLEANFILES): Add unlocked-io.h.
23476         (all-local): Depend on unlocked-io.h, to ensure it is created.
23477
23478         * lib/unlocked-io.hin: New file
23479
23480         * lib/regex.c: Update from glibc.
23481
23482 2001-07-05  Jim Meyering  <meyering@lucent.com>
23483
23484         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23485         recommendation.
23486         (libfetish_a_SOURCES): Put all .h files here instead.
23487         Remove a thus-exposed (better checks in automake) duplicate and
23488         two unnecessary .h files.
23489
23490 2001-07-04  Jim Meyering  <meyering@lucent.com>
23491
23492         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23493         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23494         distcheck failure.
23495
23496 2001-07-02  Jim Meyering  <meyering@lucent.com>
23497
23498         The following changes were prompted by suggestions from Bruno Haible.
23499
23500         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23501         is now generated.
23502         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23503         definition of EXTRA_DIST.
23504         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23505         ensure that the generated file is created/updated whenever the list
23506         of $(unlocked_functions) is changed.
23507         (jm-glibc-io.m4): New rule.
23508         (unlocked-io.h): New rule -- currently unused.
23509
23510 2001-06-24  Jim Meyering  <meyering@lucent.com>
23511
23512         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23513         unmatched right bracket, rather than kludging it with an extra,
23514         falsely-matching quote in a comment.  Patch by Akim Demaille.
23515
23516 2001-06-11  Jim Meyering  <meyering@lucent.com>
23517
23518         * lib/regex.c: Update from GNU libc.
23519
23520 2001-05-27  Jim Meyering  <meyering@lucent.com>
23521
23522         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23523         Check for ut_type in struct utmp.
23524
23525 2001-05-27  Jim Meyering  <meyering@lucent.com>
23526
23527         * lib/readutmp.h (UT_TYPE): Define.
23528
23529 2001-05-24  Jim Meyering  <meyering@lucent.com>
23530
23531         * lib/argmatch.c: Include "quote.h".
23532         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23533         quote function.  Reported by Göran Uddeborg.
23534
23535 2001-05-22  Jim Meyering  <meyering@lucent.com>
23536
23537         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23538         now that we use the package-supplied version unconditionally.
23539         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23540
23541 2001-05-21  Jim Meyering  <meyering@lucent.com>
23542
23543         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23544         shell syntax errors.
23545
23546 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23547
23548         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23549
23550 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23551
23552         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23553         Don't bother to check library strftime, since
23554         we'll be using our own my_strftime function anyway.
23555         Define my_strftime instead of strftime.
23556
23557 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23558
23559         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23560         which is not yet declared.
23561
23562 2001-05-15  Jim Meyering  <meyering@lucent.com>
23563
23564         * m4/regex.m4: Use proper quoting so brackets appear in the test
23565         program.
23566         Reported by, and with help from, Bruno Haible.
23567
23568 2001-05-13  Jim Meyering  <meyering@lucent.com>
23569
23570         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23571         undefined.
23572
23573 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23574
23575         dirname code cleanup.  base_name now behaves more compatibly
23576         with POSIX basename when given file names that have trailing
23577         slashes, and similarly for dir_name.  Add new primitives
23578         base_len and dir_len.  Put the directory-name-related decls
23579         into dirname.h.
23580
23581         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23582         * lib/backupfile.c (base_name): Likewise.
23583         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23584         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23585         * lib/makepath.c (strip_trailing_slashes): Likewise.
23586         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23587         ISSLASH): Likewise.
23588         * lib/rename.c (strip_trailing_slashes): Likewise.
23589         * lib/same.c (base_name): Likewise.
23590         * lib/stripslash.c (ISSLASH): Likewise.
23591
23592         * lib/addext.c: Include <dirname.h> after size_t is defined.
23593         * lib/backupfile.c: Likewise.
23594
23595         * lib/addext.c (addext): Use base_len to trim redundant
23596         trailing slashes instead of doing it ourselves.
23597         But do not trim the last slash if it is not redundant.
23598
23599         * lib/backupfile.c (find_backup_file_name,
23600         max_backup_version): Use base_len instead of rolling it ourselves.
23601         Handle the case of "" and (on DOS) "C:" correctly.
23602
23603         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23604         needed. Include <string.h>, <dirname.h>.
23605         (base_name): Allow file names ending in slashes, other than names
23606         that are all slashes.  In this case, return the basename followed
23607         by the slashes.  This is more general, and can be used in places
23608         where the original base_name purposely had an assertion failure.
23609         (base_len): New function.
23610
23611         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23612         Do not include <assert.h>; no longer needed.
23613         Include xalloc.h.
23614         (memrchr): Remove decl.
23615         (dir_name_r): Remove.
23616         (dir_len): Renamed from dirlen.  All callers changed.
23617         Rewrite in terms of base_name, for simplicity and consistency.
23618         (dir_name): Never return NULL.  All callers changed.
23619         Do not include <stdlib.h> in test program; no longer needed.
23620         return 0; is fine for test program.
23621
23622         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23623         New macros.
23624         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23625
23626         * lib/path-concat.c (path_concat): Use base_len to compute
23627         base length, not strlen; this means we cannot rely on memcpy
23628         to null-terminate.
23629
23630         * lib/same.c (STREQ): Remove.
23631         (same_name): Handle the case where the basename ends in trailing '/'.
23632
23633         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23634         a slash was stripped.  Do not strip the last slash after a
23635         file system prefix.
23636
23637 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23638
23639         * lib/Makefile.am (libfetish_a_SOURCES):
23640         Add strftime.c, since we now compile it on all hosts.
23641
23642         * lib/strftime.c (my_strftime):
23643         Define to nstrftime if emacs, but only if my_strftime is not defined.
23644         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23645         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23646         Add one more extra argument: a nanoseconds value.
23647         All uses changed.
23648         (ns): New macro.
23649         (my_strftime function): Add %N format.
23650         (emacs_strftimeu): Renamed from emacs_strftime,
23651         with extra ut argument.
23652
23653 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23654
23655         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23656
23657 2001-04-21  Jim Meyering  <meyering@lucent.com>
23658
23659         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23660         doesn't interfere.
23661
23662 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23663
23664         * m4/ftruncate.m4: Check for chsize.
23665         Link with ftruncate.o unconditionally if ftruncate is missing.
23666         This was required when cross-compiling to i586-mingw32msvc.
23667
23668 2001-04-08  Jim Meyering  <meyering@lucent.com>
23669
23670         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23671         recomputed; that's necessary when the offset spans a DST transition.
23672         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23673
23674 2001-04-02  Jim Meyering  <meyering@lucent.com>
23675
23676         * lib/regex.h, regex.c: Update from GNU libc.
23677
23678 2001-03-24  Jim Meyering  <meyering@lucent.com>
23679
23680         * m4/jm-macros.m4: Require autoconf-2.49d.
23681
23682 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23683
23684         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23685
23686 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23687
23688         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23689
23690 2001-03-17  Jim Meyering  <meyering@lucent.com>
23691
23692         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23693         now that the version in autoconf is equivalent.
23694         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23695
23696         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23697         Suggestion from Akim Demaille.
23698
23699         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23700         (jm_PREREQ_TEMPNAME): New function.
23701
23702 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23703
23704         * lib/tempname.c (uint64_t): Define to uintmax_t if
23705         not defined, and if UINT64_MAX is not defined.
23706         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23707         Reported by John David Anglin.
23708
23709 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23710
23711         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23712         resolve alias if codeset is empty.
23713         * lib/config.charset (BeOS): Use wildcard syntax.
23714
23715 2001-03-13  Jim Meyering  <meyering@lucent.com>
23716
23717         * lib/path-concat.c (path_concat)
23718         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23719         concatenating e.g., `C:' and `foo'.
23720         From Bruno Haible.
23721
23722 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23723
23724         * lib/localcharset.c (locale_charset): Don't use
23725         setlocale(LC_CTYPE,NULL). Don't return NULL.
23726         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23727
23728 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23729
23730         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23731         support for DOS/DJGPP.
23732
23733 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23734
23735         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23736         lacks mkstemp.  Compile our own tempname.c if we compile our own
23737         mkstemp.c, as mkstemp relies on tempname.
23738
23739 2001-03-01  Jim Meyering  <meyering@lucent.com>
23740
23741         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23742         AH_VERBATIM really does output its argument verbatim.
23743
23744 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23745
23746         * lib/Makefile.am (libfetish_a_SOURCES):
23747         Add dup-safer.c, fopen-safer.c.
23748         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23749
23750         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23751         * lib/unistd-safer.h: New files.
23752
23753 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23754
23755         The mkstemp replacement is taken from glibc 2.2.2, with some
23756         portability fixes for use outside glibc, as follows:
23757
23758         * lib/tempname.c (struct_stat64): New macro.
23759         (direxists, __gen_tempname): Use it.
23760         This avoids a portability problem with Solaris 8.
23761
23762         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23763         (<stddef.h>, <stdint.h>, <string.h>):
23764         Include only if STDC_HEADERS || _LIBC.
23765         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23766         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23767         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23768         (__set_errno): Define this macro if <errno.h> doesn't.
23769         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23770         Define these macros if <stdio.h> doesn't.
23771         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23772         Define these macros if <sys/stat.h>
23773         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23774         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23775         __xstat64): Define if not _LIBC.
23776         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23777         (__gen_tempname): Invoke gettimeofday only if
23778         HAVE_GETTIMEOFDAY || _LIBC;
23779         otherwise, fall back on plain "time".
23780         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23781
23782         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23783
23784         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23785
23786 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23787
23788         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23789
23790 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23791
23792         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23793         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23794         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23795         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23796
23797 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23798
23799         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23800         Remove workaround macros for hosts that have mbrtowc but not
23801         mbstate_t, as we now insist on proper declarations for both
23802         before using mbrtowc.
23803
23804 2001-02-17  Jim Meyering  <meyering@lucent.com>
23805
23806         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23807         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23808         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23809         UnixWare 7.1.1.
23810
23811         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23812         rather than AC_CACHE_VAL.
23813
23814 2001-02-17  Jim Meyering  <meyering@lucent.com>
23815
23816         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23817         around included file name.
23818
23819         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23820
23821         * lib/strftime.c: Update from GNU libc (the only changes were to
23822         comments).
23823
23824 2001-02-17  Jim Meyering  <meyering@lucent.com>
23825
23826         * lib/regex.c: Update from libc.
23827
23828 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23829
23830         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23831         clash.
23832
23833 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23834
23835         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23836         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23837         Reported by Mark Hounschell via Paul Eggert.
23838
23839 2001-02-07  Jim Meyering  <meyering@lucent.com>
23840
23841         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23842
23843 2001-02-05  Jim Meyering  <meyering@lucent.com>
23844
23845         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23846         it includes the patch required for `large file' support with at least
23847         HP-UX's 10.20 /bin/cc.
23848
23849 2001-02-03  Jim Meyering  <meyering@lucent.com>
23850
23851         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23852         AS_IF, now that it works once again (mysteriously).
23853         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23854
23855 2001-01-30  Jim Meyering  <meyering@lucent.com>
23856
23857         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23858         * m4/chown.m4: Rename conftestchown to conftest.chown.
23859         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23860         s/conftestdir2/conftest.d2/.
23861         * m4/utimes.m4: s/conftestdata/conftest.data/
23862         Inspired by Pavel Roskin's change in autoconf.
23863
23864 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23865
23866         * lib/config.charset: Update for FreeBSD 4.2.
23867
23868 2001-01-27  Jim Meyering  <meyering@lucent.com>
23869
23870         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23871         a use of AS_IF.
23872         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23873
23874 2001-01-26  Jim Meyering  <meyering@lucent.com>
23875
23876         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23877         quotearg.c includes it.
23878
23879 2001-01-26  Jim Meyering  <meyering@lucent.com>
23880
23881         * lib/quotearg.c: Include stddef.h.
23882         * lib/quote.c: Include stddef.h.
23883         Reported by Axel Kittenberger.
23884
23885         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23886         line in double quotes so that it evokes a better diagnostic.
23887         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23888         Reported by Axel Kittenberger.
23889
23890 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23891
23892         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23893         as if it was a `charset'.
23894
23895 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23896
23897         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23898         has const.
23899
23900 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23901
23902         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23903         to avoid a warning.  Add back 'const' to inptr.
23904
23905 2001-01-20  Jim Meyering  <meyering@lucent.com>
23906
23907         Be sure that headers are checked before used in code compiled
23908         for the type checks.
23909         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23910         In place of that, invoke jm_CHECK_ALL_TYPES.
23911         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23912         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23913         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23914         The check for ssize_t was mistakenly run before the test for unistd.h.
23915
23916         The configure-time check for stdbool.h was missing.
23917         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23918         (jm_PREREQ_HASH): New function.
23919
23920 2001-01-17  Jim Meyering  <meyering@lucent.com>
23921
23922         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23923         for autoconf-2.49c.
23924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23925
23926 2001-01-16  Jim Meyering  <meyering@lucent.com>
23927
23928         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23929         From Bruno Haible.
23930
23931 2001-01-14  Jim Meyering  <meyering@lucent.com>
23932
23933         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23934         foo and bar.  Create conftestdir/ in the script, not in the C code.
23935         Remove directories in the script, not in the C code.
23936         Remove conftestdir{,2} before trying to create the directory.
23937         Make the entire configure script fail if the mkdir fails.
23938
23939 2001-01-14  Jim Meyering  <meyering@lucent.com>
23940
23941         * lib/rename.c: New file.  From Volker Borchert.
23942         Include stdlib.h, string.h or strings.h, and xalloc.h.
23943         Use strip_trailing_slashes rather than open-coding it.
23944
23945 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23946
23947         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23948
23949 2001-01-03  Jim Meyering  <meyering@lucent.com>
23950
23951         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23952         of local `inptr' to avoid warning with some system declarations of
23953         iconv.
23954
23955 2001-01-02  Volker Borchert  <bt@teknon.de>
23956
23957         * m4/rename.m4: New file.
23958         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23959
23960 2001-01-01  Jim Meyering  <meyering@lucent.com>
23961
23962         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23963         even on systems with utmpx.h.  It's necessary for the declaration of
23964         utmp's ut_user member.  Reported by Andreas Jaeger.
23965
23966         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23967         available. They are required for the declarations of getgrgid and
23968         getpwuid resp.
23969         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23970         Reported by Andreas Jaeger.
23971
23972 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23973
23974         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23975         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23976         so `make install' also works in VPATH builds.
23977
23978 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23979
23980         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23981         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23982         can be used in subdirectories.
23983
23984 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23985
23986         * lib/modechange.c: Do not assume that mode_t uses the
23987         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23988         the other-execute bit of FOO even if S_IXOTH != 1.
23989
23990         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23991         WOTH, XOTH, ALLM): New macros.
23992         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23993          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23994         Use them.
23995         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23996         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23997         (mode_compile):
23998         No need to use uintmax_t; unsigned long is long enough.
23999         Don't bother to get suffix since we don't use it.
24000
24001 2000-12-26  Jim Meyering  <meyering@lucent.com>
24002
24003         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24004         better with autoheader.
24005
24006 2000-12-24  Jim Meyering  <meyering@lucent.com>
24007
24008         * lib/hash.c (is_prime): Return explicit boolean values.
24009         (hash_get_first): Return NULL to appease Irix5.6's 89.
24010         Reported by Nelson Beebe.
24011
24012 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24013
24014         * lib/localcharset.c (locale_charset): Add support for Win32.
24015
24016 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24017
24018         * lib/physmem.h, lib/physmem.c: New files.
24019
24020         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24021         (noinst_HEADERS): Add physmem.h.
24022
24023         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24024         't' for compatibility with Solaris 8 sort.
24025
24026 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24027
24028         * lib/config.charset: Add support for BeOS.
24029
24030 2000-12-17  Jim Meyering  <meyering@lucent.com>
24031
24032         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24033         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24034
24035 2000-12-16  Jim Meyering  <meyering@lucent.com>
24036
24037         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24038         N and M) would have treated it like `chown N:N FILE'.
24039
24040         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24041
24042 2000-12-16  Jim Meyering  <meyering@lucent.com>
24043
24044         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24045         SHELLS_FILE to a file name that's useful on djgpp systems.
24046         Include stdlib.h.
24047         (ADDITIONAL_DEFAULT_SHELLS): Define.
24048         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24049         Based mostly on a patch from Prashant TR.
24050
24051 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24052
24053         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24054         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24055         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24056
24057 2000-12-08  Andreas Schwab  <schwab@suse.de>
24058
24059         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24060         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24061
24062 2000-12-07  Jim Meyering  <meyering@lucent.com>
24063
24064         * lib/stripslash.c (ISSLASH): Define.
24065         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24066         `/'.
24067         From Prashant TR.
24068
24069         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24070         (dir_name_r): Declare this function as static.
24071         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24072         manifest itself on a name containing a mix of slashes and
24073         backslashes.
24074         Make this function work with names starting with a DOS-style
24075         drive letter and colon prefix.
24076         (dir_name): Append `.' if necessary.
24077         Based mostly on patches from Prashant TR and Eli Zaretskii.
24078
24079         * lib/dirname.h (dir_name_r): Remove prototype.
24080
24081 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24082
24083         * m4/off_t-format.m4: Remove this file.
24084         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24085
24086 2000-12-06  Jim Meyering  <meyering@lucent.com>
24087
24088         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24089         replacement strtoull, we may well need the replacement strtoul, too.
24090         Check for declarations of strtoul and strtoull.
24091         Check for strtol.  Mainly as a cue to cause automake to include
24092         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24093         Check for limits.h -- strtol.c needs it.
24094
24095 2000-12-05  Jim Meyering  <meyering@lucent.com>
24096
24097         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24098
24099 2000-12-04  Jim Meyering  <meyering@lucent.com>
24100
24101         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24102         Also include memory.h, stdlib.h, unistd.h if appropriate.
24103         Reported by Andreas Jaeger (conflicting declaration of malloc).
24104
24105 2000-12-02  Jim Meyering  <meyering@lucent.com>
24106
24107         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24108         * m4/jm-macros.m4 (jm_MACROS): require it.
24109
24110 2000-12-02  Jim Meyering  <meyering@lucent.com>
24111
24112         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24113
24114 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24115
24116         * lib/memrchr.c: Include <config.h> before any system include file.
24117
24118 2000-11-30  Jim Meyering  <meyering@lucent.com>
24119
24120         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24121
24122 2000-11-30  Jim Meyering  <meyering@lucent.com>
24123
24124         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24125
24126 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24127
24128         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24129
24130 2000-11-26  Jim Meyering  <meyering@lucent.com>
24131
24132         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24133
24134 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24135
24136         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24137         size of (size_t) -1; it's not portable.
24138
24139 2000-11-17  Jim Meyering  <meyering@lucent.com>
24140
24141         * lib/strstr.c: Update from GNU libc.
24142
24143 2000-11-17  Akim Demaille  <akim@epita.fr>
24144
24145         * lib/obstack.h: Formatting changes.
24146         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24147         prevent type checking.
24148         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24149         cast the value to (void *): assigning a `foo *' to a `void *'
24150         variable is valid.
24151         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24152
24153 2000-11-16  Jim Meyering  <meyering@lucent.com>
24154
24155         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24156
24157 2000-11-11  Jim Meyering  <meyering@lucent.com>
24158
24159         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24160
24161 2000-11-10  Jim Meyering  <meyering@lucent.com>
24162
24163         * lib/obstack.h: Update from GNU libc.
24164         * lib/obstack.c: Likewise.
24165
24166 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24167
24168         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24169
24170 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24171
24172         * lib/getusershell.c (setusershell): Use rewind rather than
24173         fseek/fseeko, to avoid configuration hassles with fseeko.
24174         Don't bother opening SHELLS_FILE if shellstream is NULL;
24175         it's not necessary.
24176
24177 2000-11-05  Jim Meyering  <meyering@lucent.com>
24178
24179         * lib/makepath.h (make_dir): Declare.
24180         * lib/makepath.c (make_dir): Remove `static' attribute.
24181         Tweak a comment.
24182
24183 2000-11-04  Jim Meyering  <meyering@lucent.com>
24184
24185         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24186
24187 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24188
24189         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24190         last one in a bucket, advance to the next bucket.
24191
24192 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24193
24194         * lib/fnmatch.c: Do not comment out all the code if we are using
24195         the GNU C library, because in some cases we are replacing buggy
24196         code in the GNU C library itself.
24197
24198 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24199
24200         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24201         (regex_compile): Catch bogus \(\1\).
24202
24203 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24204
24205         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24206         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24207         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24208
24209 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24210
24211         * lib/error.h, getline.h, modechange.h:
24212         Remove "2000" from Copyright line, as the file hasn't been
24213         changed this year other than in the copyright notice.
24214
24215         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24216         was changed this year.
24217
24218 2000-10-29  Jim Meyering  <meyering@lucent.com>
24219
24220         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24221         renaming.
24222         * m4/ls-mntd-fs.m4: Likewise
24223
24224 2000-10-29  Jim Meyering  <meyering@lucent.com>
24225
24226         * lib/xstat.in: Fix grammar in comment.
24227
24228 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24229
24230         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24231         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24232         doesn't define __restrict_arr.
24233
24234 2000-10-28  Jim Meyering  <meyering@lucent.com>
24235
24236         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24237         (jm_PREREQ_MEMCHR): New function.
24238
24239 2000-10-28  Jim Meyering  <meyering@lucent.com>
24240
24241         * lib/memchr.c: Update from libc.
24242         Adjust for portability:
24243         [HAVE_STDLIB_H]: Include stdlib.h.
24244         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24245         Undef __memchr, too.
24246         [!weak_alias]: Define __memchr to memchr.
24247
24248         * lib/regex.c: Update from libc.
24249         * lib/regex.h: Likewise.
24250         * lib/getopt1.c: Likewise.
24251         * lib/memcmp.c: Likewise.
24252
24253         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24254         Avoid using fseek, when possible -- it's broken by design.
24255         Patch by Ulrich Drepper.
24256
24257 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24258
24259         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24260         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24261         Giving in to popular pressure to shut up the compiler with casts.
24262
24263 2000-10-26  Jim Meyering  <meyering@lucent.com>
24264
24265         * lib/strftime.c: Update from libc.
24266
24267 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24268
24269         * regex.c: More `unsigned char' -> `re_char' changes.
24270         Also change several `int' into `re_wchar_t'.
24271         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24272         (PUSH_FAILURE_POINTER): Don't cast any more.
24273         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24274         We want GCC to complain, since this piece of code makes
24275         re_match non-reentrant, which *should* be fixed.
24276         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24277         (EXTEND_BUFFER): Use RETALLOC.
24278         (SET_LIST_BIT): Don't cast.
24279         (re_wchar_t): New type.
24280         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24281         that those two functions will always properly return.
24282         (IMMEDIATE_QUIT_CHECK): Cast to void.
24283         (analyse_first): Use recursion rather than an explicit stack.
24284         (re_compile_fastmap): Can't fail anymore.
24285         (re_search_2): Don't check re_compile_fastmap for failure.
24286         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24287         Now also sets the new value (passed in a new argument).
24288         (re_match_2_internal): Use it.
24289         Also, use a new var `reg' of type size_t when looping through regs
24290         rather than reuse the inappropriate `mcnt'.
24291
24292 2000-10-25  Jim Meyering  <meyering@lucent.com>
24293
24294         * lib/obstack.c: Update from libc.
24295
24296 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24297
24298         * regex.c (regex_compile): Change the way of handling a range from
24299         a char less than 256 to a char not less than 256.
24300
24301 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24302
24303         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24304         NT-Emacs only.
24305         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24306         so that re_search functions only quit when callers expect them to.
24307
24308 2000-10-23  Jim Meyering  <meyering@lucent.com>
24309
24310         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24311         wrong.  That set_locale call must not have any side effects.
24312         From Paul Eggert.
24313
24314 2000-10-22  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24317         [CYCLIC]: Remove now-unused definition.
24318
24319         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24320         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24321         Suggestion from Ulrich Drepper.
24322
24323 2000-10-21  Jim Meyering  <meyering@lucent.com>
24324
24325         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24326         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24327         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24328
24329 2000-10-21  Jim Meyering  <meyering@lucent.com>
24330
24331         * lib/dirname.c (memrchr): Declare if necessary.
24332         (dir_name): Remove the restriction that there be no
24333         trailing slashes.  Now, this code skips past them, effectively
24334         ignoring them.
24335         [TEST_DIRNAME] (main): New unit tests.
24336
24337         * lib/memrchr.c: New file from GNU libc.
24338         Undef __memrchr, too.
24339         [!weak_alias]: Define __memrchr to memrchr.
24340         Guard weak_alias use with `#ifdef weak_alias'.
24341
24342 2000-10-21  Jim Meyering  <meyering@lucent.com>
24343
24344         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24345         (dir_name): Use dir_name_r.
24346         * lib/dirname.h (dir_name_r): Declare it.
24347
24348 2000-10-17  Jim Meyering  <meyering@lucent.com>
24349
24350         * lib/quote.h (PARAMS): Define and use.
24351         Reported by Akim Demaille.
24352
24353         * lib/getopt.c: Update from libc.
24354
24355 2000-10-16  Jim Meyering  <meyering@lucent.com>
24356
24357         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24358         setlocale.
24359         From Jan Fedak.
24360
24361 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24362
24363         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24364
24365 2000-09-25  Jim Meyering  <meyering@lucent.com>
24366
24367         * lib/md5.h (rol): Define (from GnuPG).
24368
24369         * lib/sha.c: Give credit (GnuPG) where due.
24370         (M): Use rol rather than open-coding it.
24371         Add a FIXME comment.
24372
24373 2000-09-21  Jim Meyering  <meyering@lucent.com>
24374
24375         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24376         Reported by Michael Stone.
24377
24378 2000-09-20  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24381         (noinst_HEADERS): Add sha.h.
24382         Based on code from Scott G. Miller and from GnuPG.
24383
24384 2000-09-18  Jim Meyering  <meyering@lucent.com>
24385
24386         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24387         LIBS. Otherwise, everyone ends up linking with -lelf for some
24388         configurations.
24389         Reported by Mike Stone.
24390
24391 2000-09-15  Jim Meyering  <meyering@lucent.com>
24392
24393         * lib/regex.c: Update from libc.
24394
24395 2000-09-10  Jim Meyering  <meyering@lucent.com>
24396
24397         * lib/getopt.c (_getopt_internal): Update from glibc.
24398
24399 2000-09-09  Jim Meyering  <meyering@lucent.com>
24400
24401         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24402         think it should be used as a general replacement for isascii.
24403         * lib/fnmatch.c: Likewise.
24404         * lib/mbswidth.c: Likewise
24405         * lib/regex.c: Likewise.
24406
24407         Don't use atoi.
24408         * lib/userspec.c: Include sys/param.h and limits.h.
24409         Include xstrtol.h.
24410         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24411         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24412         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24413         UID, GID.  Check range.
24414
24415 2000-09-06  Jim Meyering  <meyering@lucent.com>
24416
24417         * lib/getopt.c (_getopt_internal): Update from glibc.
24418
24419 2000-08-30  Jim Meyering  <meyering@lucent.com>
24420
24421         * lib/strftime.c: Merge in changes from GNU libc.
24422
24423 2000-08-26  Jim Meyering  <meyering@lucent.com>
24424
24425         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24426         * m4/fpending.m4: New file.
24427
24428 2000-08-26  Jim Meyering  <meyering@lucent.com>
24429
24430         * lib/closeout.c: Include "__fpending.h".
24431         (close_stdout_status): Return right away if there's nothing to flush.
24432
24433         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24434         * lib/__fpending.c: New file.
24435         * lib/__fpending.h: New file.
24436
24437 2000-08-20  Jim Meyering  <meyering@lucent.com>
24438
24439         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24440         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24441         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24442
24443 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24444
24445         Improve fileutils installation on systems where running
24446         programs (like install) can't be unlinked.
24447         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24448         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24449
24450 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24451
24452         Standardize on "memory exhausted" instead of "Memory exhausted"
24453         or "virtual memory exhausted".
24454         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24455         "virtual memory exhausted".
24456         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24457         our own message.
24458         * lib/userspec.c (parse_user_spec): Likewise.
24459         * lib/bumpalloc.h: comment fix
24460         * lib/same.c, userspec.c: Include xalloc.h.
24461
24462         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24463         not char *const and pointing to a constant array.
24464         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24465         (xrealloc): Comment fix.
24466
24467         * lib/userspec.c (parse_user_spec):
24468         Don't translate a message until just before returning,
24469         to avoid unnecessary translation.
24470
24471 2000-08-07  Jim Meyering  <meyering@lucent.com>
24472
24473         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24474         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24475         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24476         getgroups.c, gethostname.c, getopt.h, group-member.c,
24477         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24478         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24479         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24480         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24481         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24482         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24483         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24484         yesno.c: Back out Copyright date changes for each file with no change
24485         this year.  This eases coordination with other programs using the same
24486         source code modules.  From Paul Eggert.
24487
24488 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24489
24490         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24491         not char, for compatibility with glibc 2.1.3 strftime.c.
24492
24493 2000-08-03  Greg McGary  <greg@mcgary.org>
24494
24495         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24496         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24497         (EXTEND_BUFFER): Use them.
24498
24499 2000-08-01  Jim Meyering  <meyering@lucent.com>
24500
24501         * lib/dirname.c (ISSLASH): Define.
24502         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24503         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24504         both `\' and `/' may be use as path separators.
24505         Based on a patch from Prashant TR.
24506
24507 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24508
24509         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24510         slot vector a constant, since it might get modified.
24511
24512 2000-07-31  Jim Meyering  <meyering@lucent.com>
24513
24514         * lib/xmalloc.c: Use `virtual memory exhausted', not
24515         `Memory exhausted'.
24516         * lib/obstack.c (print_and_abort): Likewise.
24517
24518 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24519
24520         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24521         buffer, so that the caller can always quote one small
24522         component of a "memory exhausted" message in slot 0.
24523         From a suggestion by Jim Meyering.
24524
24525 2000-07-30  Jim Meyering  <meyering@lucent.com>
24526
24527         * lib/makepath.c (make_path): Quote the other instance, too.
24528
24529         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24530         (STATIC_BUF_SIZE): Define.
24531         (quotearg_n_options): Use only statically allocated storage when
24532         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24533         than STATIC_BUF_SIZE.
24534
24535 2000-07-29  Jim Meyering  <meyering@lucent.com>
24536
24537         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24538         * lib/dirname.c (dir_name): Likewise.
24539
24540         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24541         `/'.
24542
24543         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24544         (dir_name): Assert that there are no trailing slashes.
24545
24546 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24547
24548         * lib/mbswidth.h (mbswidth): Add a flags argument.
24549         (mbswidth): New declaration.
24550         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24551         * lib/mbswidth.c (mbswidth): Add a flags argument.
24552         (mbsnwidth): New function.
24553
24554 2000-07-24  Jim Meyering  <meyering@lucent.com>
24555
24556         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24557
24558 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24559
24560         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24561
24562 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24563
24564         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24565         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24566         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24567         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24568         invoke multibyte primitives.
24569
24570 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24571
24572         * lib/quotearg.c:
24573         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24574         so that mbstate_t is always defined.
24575
24576         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24577         be 1 in at least one GCC installation, and this configuration
24578         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24579         performance on hosts that have mbrtowc but have only unibyte
24580         locales, but I assume these hosts are rare.
24581
24582 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24583
24584         * lib/mbswidth.c (_XOPEN_SOURCE):
24585         Don't define; this causes problems on Solaris 7.
24586         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24587
24588 2000-07-23  Jim Meyering  <meyering@lucent.com>
24589
24590         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24591         too: getgrgid, getpwuid, getuid.
24592
24593 2000-07-23  Jim Meyering  <meyering@lucent.com>
24594
24595         * lib/basename.c (base_name): Add an assertion.
24596
24597 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24598
24599         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24600         shadow its mbsinit function.
24601
24602 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24603
24604         * lib/mbswidth.h: New file.
24605         * lib/mbswidth.c: New file.
24606         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24607         (noinst_HEADERS): Add mbswidth.h.
24608
24609 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24610
24611         * lib/config.charset: Add support for FreeBSD. Improve support for
24612         HP-UX and IRIX 6.
24613
24614 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24615
24616         * m4/mbswidth.m4: New file.
24617         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24618
24619 2000-07-15  Jim Meyering  <meyering@lucent.com>
24620
24621         * lib/makepath.c: Include quote.h.
24622         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24623         corresponding argument in a `quote (...)' call.
24624         Give better diagnostics.
24625
24626         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24627         (noinst_HEADERS): Add quote.h.
24628
24629         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24630         from tar's src/misc.c.
24631         * lib/quote.h: New file.  Prototypes for same.
24632
24633 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24634
24635         From a suggestion by Bruno Haible.
24636         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24637         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24638         to decide whether to define the BeOS workaround macro;
24639         this adjusts to the change to AC_MBSTATE_T.
24640
24641 2000-07-14  Jim Meyering  <meyering@lucent.com>
24642
24643         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24644         jm_AC_TYPE_UINTMAX_T.
24645
24646 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24647
24648         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24649
24650         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24651         quotearg_buffer_restyled): Add support for
24652         clocale_quoting_style.  Undo previous change to
24653         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24654         and "{RIGHT QUOTATION MARK}" msgids.
24655
24656 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24657
24658         From a suggestion by Bruno Haible.
24659         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24660         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24661         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24662         and mbstate_t, to a single-part test that simply defines mbstate_t.
24663         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24664         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24665
24666 2000-07-10  Jim Meyering  <meyering@lucent.com>
24667
24668         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24669
24670         * m4/gnu-source.m4: Output to confdefs.h directly.
24671         Suggestion from Akim Demaille.
24672
24673 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24674
24675         The old behavior of quoting `like this' doesn't look good with
24676         newer, ISO-style fonts.  See:
24677         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24678
24679         Instead, quote "like this" by default.  Let the translator
24680         tailor the locale-specific quoting behavior by providing
24681         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24682
24683         * lib/quotearg.c (N_): New macro.
24684         (gettext_default): New function.
24685         (quotearg_buffer_restyled): Use
24686         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24687         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24688
24689 2000-07-09  Jim Meyering  <meyering@lucent.com>
24690
24691         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24692         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24693
24694         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24696
24697 2000-07-09  Jim Meyering  <meyering@lucent.com>
24698
24699         * lib/Most files: Update copyright dates to include 2000.
24700
24701 2000-07-08  Jim Meyering  <meyering@lucent.com>
24702
24703         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24704         if not defined.
24705         (xgethostname): Remove now-unnecessary #ifdef.
24706         Move declaration of `err' into loop where it's used.
24707
24708 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24709         and Bruno Haible  <haible@clisp.cons.org>
24710
24711         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24712         only if the test for an object-type mbstate_t fails.  This
24713         prevents us from mistakenly reporting that mbstate_t is a
24714         system object type after we "#define mbstate_t int" to work
24715         around its lack.
24716
24717 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24718         and Bruno Haible  <haible@clisp.cons.org>
24719
24720         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24721
24722 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24723
24724         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24725         to strerror_r.
24726         Include <ctype.h> for use of isalpha.
24727
24728 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24729
24730         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24731         by allocating a larger buffer. Test the gethostname return value for
24732         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24733         returns an error and ENAMETOOLONG isn't defined.
24734
24735 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24736
24737         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24738         dimension.
24739
24740 2000-07-04  Jim Meyering  <meyering@lucent.com>
24741
24742         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24743         of the deprecated AC_CHECKING.
24744
24745 2000-07-04  Jim Meyering  <meyering@lucent.com>
24746
24747         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24748         Reported by Bruno Haible.
24749
24750 2000-07-04  Jim Meyering  <meyering@lucent.com>
24751
24752         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24753         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24754         lacks mbrtowc.
24755
24756 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24757
24758         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24759         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24760
24761 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24762         and Bruno Haible  <haible@clisp.cons.org>
24763
24764         * lib/quotearg.c (mbrtowc):
24765         Assign to *pwc, and return 1 only if result is nonzero.
24766         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24767
24768 2000-07-03  Jim Meyering  <meyering@lucent.com>
24769
24770         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24771
24772 2000-07-03  Jim Meyering  <meyering@lucent.com>
24773
24774         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24775         This is necessary to get a definition of e.g., UTMP_FILE on
24776         HP-UX 10.20.
24777         From Bob Proulx.
24778
24779 2000-07-02  Jim Meyering  <meyering@lucent.com>
24780
24781         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24782
24783         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24784         AC_LIBOBJ(function_name).
24785         * m4/chown.m4: Likewise.
24786         * m4/fnmatch.m4: Likewise.
24787         * m4/ftruncate.m4: Likewise.
24788         * m4/getgroups.m4: Likewise.
24789         * m4/getline.m4: Likewise.
24790         * m4/group-member.m4: Likewise.
24791         * m4/jm-macros.m4: Likewise.
24792         * m4/lstat.m4: Likewise.
24793         * m4/malloc.m4: Likewise.
24794         * m4/memcmp.m4: Likewise.
24795         * m4/nanosleep.m4: Likewise.
24796         * m4/putenv.m4: Likewise.
24797         * m4/realloc.m4: Likewise.
24798         * m4/regex.m4: Likewise.
24799         * m4/stat.m4: Likewise.
24800         * m4/strftime.m4: Likewise.
24801
24802 2000-07-02  Jim Meyering  <meyering@lucent.com>
24803
24804         * lib/quotearg.c (mbstate_t): Don't define here.
24805
24806 2000-07-02  Jim Meyering  <meyering@lucent.com>
24807
24808         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24809
24810 2000-07-01  Jim Meyering  <meyering@lucent.com>
24811
24812         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24813
24814 2000-07-01  Jim Meyering  <meyering@lucent.com>
24815
24816         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24817         problem.
24818
24819 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24820
24821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24822         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24823
24824 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24825
24826         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24827         per change in ../m4/ls-mntd-fs.m4.
24828         (read_filesystem_list): Ignore symbolic links.
24829
24830 2000-06-29  Jim Meyering  <meyering@lucent.com>
24831
24832         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24833         for declaration of strcmp.
24834
24835         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24836
24837         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24838         Avoid warning by casting result to `char *' to remove `const'.
24839
24840 2000-06-28  Jim Meyering  <meyering@lucent.com>
24841
24842         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24843         included by quotearg.c, for which we perform this test.  From
24844         Bruno Haible.
24845
24846 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24847
24848         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24849         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24850         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24851
24852 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24853
24854         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24855
24856 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24857
24858         savedir now sets errno on failure and invokes xmalloc to get memory.
24859         Fix a couple of other minor bugs while we're at it.
24860
24861         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24862         (NAMLEN): Remove macro.
24863         (malloc, realloc): Remove decls.
24864         (stpcpy): Likewise.
24865         ("xalloc.h"): Include.
24866         (NAME_SIZE_DEFAULT): New macro.
24867         (savedir): Use xmalloc / xrealloc to allocate memory.
24868         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24869         Skip "" directory entries.
24870         Use strlen to calculate directory entry length, since the old method
24871         is rarely used these days and isn't worth supporting.
24872         Don't use a pointer after freeing it.
24873         Check for integer overflow when calculating allocation size.
24874         Use memcpy to copy entries, instead of stpcpy.
24875         Set errno properly when returning NULL.
24876         Check for readdir error.
24877
24878 2000-06-26  Jim Meyering  <meyering@lucent.com>
24879
24880         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24881
24882 2000-06-25  Jim Meyering  <meyering@lucent.com>
24883
24884         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24885         Linux header bug when _XOPEN_SOURCE is defined to 500.
24886
24887 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24888
24889         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24890         deficiency.
24891
24892 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24893
24894         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24895         Include xalloc.h.
24896         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24897
24898 2000-06-24  Jim Meyering  <meyering@lucent.com>
24899
24900         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24901         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24902         for which strerror does return char*, but which lacks a conveniently
24903         accessible declaration of the function.  If the compile-test says
24904         strerror_r doesn't work, then resort to a `run'-test that works on
24905         BeOS and segfaults on DEC Unix.
24906
24907 2000-06-24  Jim Meyering  <meyering@lucent.com>
24908
24909         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24910
24911 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24912
24913         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24914         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24915
24916 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24917
24918         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24919         (mbrtowc, mbstate_t): Define substitutes if
24920         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24921         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24922         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24923
24924 2000-06-23  Jim Meyering  <meyering@lucent.com>
24925
24926         * m4/afs.m4: Add missing AC_MSG_RESULT.
24927         Reported by Bruno Haible.
24928
24929         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24930         Suggestion from Bruno Haible.
24931
24932 2000-06-23  Jim Meyering  <meyering@lucent.com>
24933
24934         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24935
24936 2000-06-21  Jim Meyering  <meyering@lucent.com>
24937
24938         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24939
24940 2000-06-21  Jim Meyering  <meyering@lucent.com>
24941
24942         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24943         (noinst_HEADERS): Add getstr.h.
24944
24945         * lib/getline.c (getstr): Move into a separate file.
24946         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24947         the following changes: new parameter, delim2; both delim[12]
24948         parameters have type `int', not `char'.  The latter would lose
24949         with 8-bit delimiters.
24950         * lib/getstr.h: New file.
24951
24952 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24953
24954         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24955         than 1024, return a memory chunk of least possible size, instead
24956         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24957         Use free/xmalloc instead of xrealloc to avoid copying for very long
24958         paths.
24959
24960 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24961
24962         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24963         the empty string.
24964
24965 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24966
24967         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24968         address, not strdup.  Include <stdlib.h> and don't declare free().
24969
24970 2000-06-19  Jim Meyering  <meyering@lucent.com>
24971
24972         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24973
24974 2000-06-18  Jim Meyering  <meyering@lucent.com>
24975
24976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24977
24978         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24979         `checking whether...' message to be consistent with that of the
24980         lstat test.
24981
24982 2000-06-18  Jim Meyering  <meyering@lucent.com>
24983
24984         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24985         Besides, these days every porting target provides a mkdir function.
24986
24987         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24988         needed. (this snippet comes from src/system.h).
24989
24990 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24991
24992         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24993
24994 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24995
24996         * lib/human.c (adjust_value): New function.
24997         (human_readable_inexact): Apply rounding style even when
24998         printing approximate values.
24999
25000 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25001
25002         * lib/human.c (human_readable_inexact): Allow an input block
25003         size that is not a multiple of the output block size, and vice versa.
25004         Reported by Piergiorgio Sartor.
25005
25006 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25007
25008         * lib/getdate.y (get_date): Apply relative times after time
25009         zone indicator, not before.  Reported by Todd A. Jacobs.
25010
25011 2000-06-13  Jim Meyering  <meyering@lucent.com>
25012
25013         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25014
25015         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25016
25017 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25018
25019         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25020
25021 2000-06-12  Jim Meyering  <meyering@lucent.com>
25022
25023         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25024         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25025         optional argument.
25026         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25027         the optional argument, `lib'.
25028
25029 2000-06-08  Jim Meyering  <meyering@lucent.com>
25030
25031         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25032
25033 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25034
25035         Rewrite largefile configuration so that we don't need to run
25036         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25037         AC_CANONICAL_HOST in configure.in -- jmm]
25038
25039         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25040         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25041         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25042         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25043         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25044         All uses changed.
25045         Instead of inspecting the output of getconf, try to compile the
25046         test program without and with the macro definition.
25047         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25048         for getconf.  Instead, check for the needed flags by compiling
25049         test programs.
25050
25051 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25052
25053         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25054
25055 2000-06-04  Jim Meyering  <meyering@lucent.com>
25056
25057         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25058         SunOS 4.1.4 for which gid_t is an unsigned type.
25059
25060 2000-06-03  Jim Meyering  <meyering@lucent.com>
25061
25062         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25063         now that autoconf requires that.
25064
25065         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25066         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25067         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25068
25069 2000-06-03  Jim Meyering  <meyering@lucent.com>
25070
25071         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25072
25073 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25074
25075         * m4/glibc21.m4: New file.
25076         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25077
25078 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25079
25080         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25081         newer, don't install charset.alias.
25082         * lib/config.charset: Change the Linux/glibc rules so they become empty
25083         on glibc-2.1 or newer.
25084
25085 2000-06-02  Jim Meyering  <meyering@lucent.com>
25086
25087         * lib/mountlist.c: Back out last change.  Instead, do this...
25088         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25089         me_dummy member using the same `ignore'-testing code.
25090         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25091         fs_type strings.
25092         From Mark D. Roth.
25093
25094 2000-05-29  Jim Meyering  <meyering@lucent.com>
25095
25096         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25097         mounts with the `ignore' attribute.  Based on a patch from
25098         Mark D. Roth.
25099
25100 2000-05-28  Jim Meyering  <meyering@lucent.com>
25101
25102         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25103         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25104         * m4/stat.m4: Likewise.
25105         * m4/lstat.m4: Likewise.
25106         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25107
25108         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25109         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25110
25111 2000-05-26  Jim Meyering  <meyering@lucent.com>
25112
25113         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25114
25115 2000-05-24  Jim Meyering  <meyering@lucent.com>
25116
25117         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25118         autoconf requires that.
25119         * m4/lib-check.m4: Likewise.
25120         * m4/jm-macros.m4: Likewise.
25121         * m4/strftime.m4: Likewise.
25122
25123         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25124         AC_CHECK_DECLS, now that autoconf requires that.
25125
25126 2000-05-22  Jim Meyering  <meyering@lucent.com>
25127
25128         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25129         * m4/lstat.m4: Likewise.
25130
25131 2000-05-22  Jim Meyering  <meyering@lucent.com>
25132
25133         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25134
25135 2000-05-20  Jim Meyering  <meyering@lucent.com>
25136
25137         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25138         (jm_PREREQ): Use it.
25139
25140 2000-05-18  Jim Meyering  <meyering@lucent.com>
25141
25142         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25143         back, too, since it may have been modified by allocate_entry.
25144         (hash_delete): Rewrite to use neither the assignment operator
25145         nor the comma operator in an if-expression.
25146
25147 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25148
25149         * lib/closeout.c:
25150         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25151         Remove; no longer needed.
25152         "quotearg.h": Add include.
25153         (file_name): Do not bother to explicitly initialize to NULL; it's less
25154         efficient on some hosts.
25155         (close_stdout_status): Remove test as to whether stdout was already
25156         closed; it breaks for the case "echo x | sort >&-".
25157         Quote file name colons.
25158         Do not assume that _("write error") lacks format strings.
25159
25160 2000-05-15  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/version-etc.c (version_etc_copyright): Update the copyright
25163         string used in all --version output.
25164
25165 2000-05-14  Jim Meyering  <meyering@lucent.com>
25166
25167         * lib/closeout.c (close_stdout_set_file_name): New function.
25168         (close_stdout_status): Use new file-scoped global.
25169         Return right away if fstat says the stdout file descriptor is invalid.
25170         * lib/closeout.h (close_stdout_set_file_name): Declare.
25171
25172 2000-05-10  Jim Meyering  <meyering@lucent.com>
25173
25174         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25175         (close_stdout_set_status): New function.
25176         * lib/closeout.h (close_stdout_set_status): Declare.
25177
25178 2000-05-09  Jim Meyering  <meyering@lucent.com>
25179
25180         * m4/gettext.m4: Rename this...
25181         * m4/libintl.m4: ...to this.
25182
25183 2000-05-08  Jim Meyering  <meyering@lucent.com>
25184
25185         * lib/long-options.c: Don't include closeout.h.
25186         (parse_long_options): Don't call close_stdout for --version.
25187
25188 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25189
25190         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25191         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25192         2.1.3 bug.  This avoids a clash when files like regex.c define
25193         _GNU_SOURCE.
25194
25195 2000-05-06  Jim Meyering  <meyering@lucent.com>
25196
25197         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25198         (AC_REPLACE_FUNCS): Add strnlen.
25199
25200         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25201         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25202
25203         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25204         AC_SEARCH_LIBS call for nanosleep.
25205         (LIB_NANOSLEEP): Set and AC_SUBST.
25206
25207 2000-05-06  Jim Meyering  <meyering@lucent.com>
25208
25209         * lib/strnlen.c: Undefine __strnlen and strnlen.
25210         [!weak_alias]: Define __strnlen to strnlen.
25211
25212         * lib/atexit.c: New file, from libiberty.
25213
25214 2000-05-06  Jim Meyering  <meyering@lucent.com>
25215
25216         * lib/closeout.c (close_stdout_status): Also check for errors on the
25217         stderr stream.
25218
25219 2000-05-05  Jim Meyering  <meyering@lucent.com>
25220
25221         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25222         AC_SEARCH_LIBS call for clock_gettime.
25223         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25224
25225         * m4/search-libs.m4: Update from autoconf.
25226
25227         su doesn't work on Solaris 2.6.
25228         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25229         <shadow.h>.  Reported by Dragos Harabor.
25230
25231 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25232
25233         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25234         memcpy instead of xmalloc, xrealloc, path_concat.
25235         (locale_charset): Treat empty environment variables as absent.
25236         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25237
25238 2000-05-04  Jim Meyering  <meyering@lucent.com>
25239
25240         * lib/getopt.c: Update from glibc.
25241         * lib/obstack.c: Likewise.
25242         * lib/obstack.h: Likewise.
25243         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25244         file
25245
25246         * lib/regex.h: Likewise.
25247         * lib/strndup.c: Likewise.
25248         * lib/strnlen.c: New file, from glibc.
25249
25250 2000-05-03  Jim Meyering  <meyering@lucent.com>
25251
25252         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25253
25254 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25255
25256         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25257         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25258         compile-time test, rather than inspecting host and OS, to
25259         decide whether to define _LARGEFILE_SOURCE.
25260
25261 2000-05-01  Jim Meyering  <meyering@lucent.com>
25262
25263         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25264
25265         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25266         Based on a patch from Bruno Haible.
25267
25268 2000-05-01  Jim Meyering  <meyering@lucent.com>
25269
25270         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25271
25272 2000-04-29  Jim Meyering  <meyering@lucent.com>
25273
25274         * lib/path-concat.c: Declare strdup only if it's not defined.
25275         * lib/canon-host.c: Likewise.
25276
25277 2000-04-28  Jim Meyering  <meyering@lucent.com>
25278
25279         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25280         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25281         is included first, then limits.h is included by locale.h by libintl.h.
25282         From John David Anglin.
25283
25284 2000-04-25  Jim Meyering  <meyering@lucent.com>
25285
25286         * lib/makepath.c (S_IRWXUGO): Define.
25287         (make_path): Always perform explicit chmod if MODE specifies any
25288         of the `special' permission bits.  Prompted by a bug report against
25289         install from Mate Wierdl and Joost van Baal.
25290
25291 2000-04-18  Jim Meyering  <meyering@lucent.com>
25292
25293         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25294         (jm_PREREQ): Use it.
25295
25296 2000-04-18  Jim Meyering  <meyering@lucent.com>
25297
25298         * lib/README: New file.
25299
25300         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25301         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25302
25303 2000-04-17  Jim Meyering  <meyering@lucent.com>
25304
25305         Get it right :-)
25306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25307         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25308         Suggestion from Akim Demaille.
25309
25310 2000-04-17  Jim Meyering  <meyering@lucent.com>
25311
25312         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25313         the definition of it to rpl_strftime also defined-away the system's
25314         declaration.
25315
25316 2000-04-15  Jim Meyering  <meyering@lucent.com>
25317
25318         Use `C' to denote so-called `contiguous' files, the same way
25319         that tar does.
25320         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25321         (ftypelet): Use S_ISCTG.
25322         From Michael Deutschmann.
25323
25324 2000-04-14  Jim Meyering  <meyering@lucent.com>
25325
25326         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25327         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25328         clobbered.
25329
25330 2000-04-14  Jim Meyering  <meyering@lucent.com>
25331
25332         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25333
25334 2000-04-13  Jim Meyering  <meyering@lucent.com>
25335
25336         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25337         AH_VERBATIM to insert required #ifndef into config.h.in.
25338         Suggestion from Akim Demaille.
25339
25340 2000-04-12  Jim Meyering  <meyering@lucent.com>
25341
25342         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25343         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25344         Christian Krackowizer.
25345
25346         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25347         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25348         (AC_SYS_LARGEFILE): Require.
25349         (AM_C_PROTOTYPES): Require.
25350
25351 2000-04-08  Jim Meyering  <meyering@lucent.com>
25352
25353         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25354         names don't conflict.  Reported by Eli Zaretskii.
25355
25356 2000-04-07  Jim Meyering  <meyering@lucent.com>
25357
25358         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25359         sys/types.h, to work around system header problems on AIX 3.2.5.
25360         From Bruno Haible.
25361
25362 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25363
25364         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25365         bug.  Deal with the different error behavior of Irix iconv.
25366
25367 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25368
25369         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25370         IRIX if the installer said otherwise.
25371
25372 2000-04-05  Jim Meyering  <meyering@lucent.com>
25373
25374         Portability tweaks required for ultrix4.3.
25375         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25376         (jm_CHECK_DECLS): Add getutent to the list of functions.
25377         (_jm_DECL_HEADERS): Add utmpx.h.
25378         From John David Anglin.
25379
25380         * m4/strftime.m4: Back out the 2000-04-02 change.
25381         Instead of that change, simply undefine putenv in the test program.
25382
25383 2000-04-05  Jim Meyering  <meyering@lucent.com>
25384
25385         Portability tweaks required for ultrix4.3.
25386         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25387         getutent.
25388         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25389         * lib/canon-host.c: Declare strdup.
25390         * lib/path-concat.c: Likewise.
25391         From John David Anglin.
25392
25393 2000-04-04  Jim Meyering  <meyering@lucent.com>
25394
25395         Be more DOS 8.3-friendly.
25396         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25397         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25398         * lib/Makefile.am: Reflect renaming.
25399         Reported by Eli Zaretskii.
25400
25401         Use a temporary file name that won't clash with `charset.alias'
25402         in the DOS 8.3 name space.
25403         * lib/Makefile.am (charset_tmp): Define.
25404         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25405         (uninstall-local): Likewise.
25406         Reported by Eli Zaretskii.
25407
25408 2000-04-03  Jim Meyering  <meyering@lucent.com>
25409
25410         * m4/gettext.m4: Fix typo in comment.
25411
25412         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25413         textutils/configure.in).  Suggestion from Paul Eggert.
25414         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25415
25416 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25417
25418         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25419         variable in the shell rather than using putenv, which isn't
25420         portable.  This avoids the configure-time inter-test dependency
25421         on the potentially-renamed putenv function.
25422
25423 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25424
25425         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25426         before checking struct stat.st_blksize, so that
25427         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25428
25429 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25430
25431         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25432         since strftime.c uses HAVE_STRFTIME to decide whether to use
25433         the underlying strftime.
25434
25435 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25436
25437         * lib/time/strftime.c (my_strftime): Make sure we call the system
25438         strftime, not ourselves, when invoking the underlying strftime.
25439
25440 2000-03-24  Jim Meyering  <meyering@lucent.com>
25441
25442         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25443         (charset_alias): Define.
25444         (install-exec-local): Factor out common code.
25445         (uninstall-local): Split lines longer than 80.
25446         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25447         (SUFFIXES): Define.
25448         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25449         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25450
25451 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25452
25453         * lib/config.charset: Output a line containing "Packages using this
25454         file".
25455         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25456         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25457         ref-del.sed): New rules.
25458
25459 2000-03-17  Jim Meyering  <meyering@lucent.com>
25460
25461         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25462         Otherwise, include <strings.h>
25463
25464 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25465
25466         * lib/unicodeio.c (utf8_wctomb): New function.
25467         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25468         format instead of in UCS-4 with platform dependent endianness.
25469
25470 2000-03-10  Jim Meyering  <meyering@lucent.com>
25471
25472         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25473         From Marco Franzen.
25474
25475 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25476
25477         * lib/savedir.c (savedir): Work even if directory size is
25478         negative; this can happen with some screwy NFS configurations.
25479
25480 2000-03-06  Jim Meyering  <meyering@lucent.com>
25481
25482         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25483         if it's NULL (because we ran out of memory).  From Bruno Haible.
25484
25485 2000-03-05  Jim Meyering  <meyering@lucent.com>
25486
25487         * lib/localcharset.c ("path-concat.h"): Include.
25488         (get_charset_aliases): Use path_concat instead of ANSI string
25489         concatenation.
25490
25491         * lib/unicodeio.h (PARAMS): Define.
25492         Use it to guard prototype.
25493
25494 2000-03-04  Jim Meyering  <meyering@lucent.com>
25495
25496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25497         for lib/localcharset.c.
25498
25499 2000-03-04  Jim Meyering  <meyering@lucent.com>
25500
25501         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25502         installing into it.
25503         (uninstall-local): Uncomment this rule so `make distcheck' works
25504         once again.
25505
25506         * lib/unicodeio.c (<errno.h>): Include it.
25507         (errno): Declare if not defined.
25508
25509         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25510
25511         * lib/config.charset: New version, incorporating remarks from a linux
25512         i18n mailing list.  From Bruno Haible.
25513
25514 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25515
25516         * m4/codeset.m4: New file.
25517         * m4/iconv.m4: New file.
25518         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25519
25520 2000-03-03  Jim Meyering  <meyering@lucent.com>
25521
25522         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25523
25524 2000-03-02  Jim Meyering  <meyering@lucent.com>
25525
25526         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25527         the messages come out on separate lines.
25528
25529         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25530         rather than jm_CHECK_DECLARATIONS.
25531         * m4/decl.m4: Remove now-unused file.
25532
25533         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25534         geteuid.
25535
25536 2000-03-02  Jim Meyering  <meyering@lucent.com>
25537
25538         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25539
25540 2000-03-01  Jim Meyering  <meyering@lucent.com>
25541
25542         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25543         * lib/unicodeio.c: Likewise.
25544
25545 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25546
25547         * lib/config.charset: New file.
25548         * lib/localcharset.c: New file.
25549         * lib/unicodeio.h, lib/unicodeio.c: New files.
25550         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25551         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25552         (noinst_HEADERS): Add unicodeio.h.
25553         (all-local, install-exec-local, charset.alias): New targets.
25554
25555 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25556
25557         * lib/quotearg.c (ALERT_CHAR): New macro.
25558         (quotearg_buffer_restyled): Use it.
25559
25560 2000-02-27  Jim Meyering  <meyering@lucent.com>
25561
25562         * m4/check-decl.m4: Add getenv to the list.
25563
25564 2000-02-27  Jim Meyering  <meyering@lucent.com>
25565
25566         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25567         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25568
25569         * lib/backupfile.c: Guard inclusion of stdlib.h with
25570         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25571         Declare malloc if needed.
25572
25573         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25574         `#ifndef HAVE_DECL..'
25575         now that autoconf always defines the HAVE_DECL_ symbols.
25576         * lib/human.c: Likewise.
25577         * lib/same.c: Likewise.
25578         * lib/strtoumax.c: Likewise.
25579
25580         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25581         declaration check was not run.
25582         * lib/hash.c: Likewise.
25583         * lib/human.c: Likewise.
25584         * lib/same.c: Likewise.
25585         * lib/strtoumax.c: Likewise.
25586
25587         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25588         `.', then first look up the entire `.'-containing string as a login
25589         name.
25590
25591 2000-02-23  Jim Meyering  <meyering@lucent.com>
25592
25593         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25594         in place of my hack.
25595
25596 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25597
25598         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25599         (textint): New typedef.
25600         (parser_control): Member year changed from int to textint.
25601         All uses changed.
25602         (YYSTYPE): Removed; replaced by %union with int and textint members.
25603         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25604         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25605         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25606         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25607         (date, number, to_year): Use width of number in digits, not its value,
25608         to determine whether it's a 2-digit year, or a 2-digit time.
25609         (yylex): Store number of digits of numeric tokens.
25610         Reported by John Kendall.
25611
25612         (parser_control): Changed from struct parser_control to typedef (for
25613         consistency).  All uses changed.
25614
25615         (tID): Removed; not used.
25616         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25617
25618 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25619
25620         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25621         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25622
25623 2000-02-12  Jim Meyering  <meyering@lucent.com>
25624
25625         * lib/userspec.c (ISDIGIT): Define it.
25626         (isdigit): Remove definition.
25627         (is_number): Use ISDIGIT, not isdigit.
25628         <libintl.h>: Include.
25629         (_ and N_): Define.
25630         (parse_user_spec): Mark translatable strings.
25631
25632 2000-02-10  Jim Meyering  <meyering@lucent.com>
25633
25634         With these changes, nanosleep.[ch] are finally enough like the other
25635         lib/* replacement files to compile on a few more losing systems.
25636
25637         * lib/nanosleep.h: Don't include config.h.
25638         Remove prototype from declaration of nanosleep.
25639         (PARAMS): Remove now-unneeded definition.
25640         * lib/nanosleep.c: #undef nanosleep.
25641         (rpl_nanosleep): Rename from nanosleep.
25642
25643 2000-02-10  Jim Meyering  <meyering@lucent.com>
25644
25645         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25646         gnu_nanosleep to rpl_nanosleep.
25647
25648 2000-02-09  Jim Meyering  <meyering@lucent.com>
25649
25650         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25651         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25652
25653 2000-02-08  Akim Demaille  <akim@epita.fr>
25654
25655         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25656         `[' and `]' and remove uses of `changequote'.
25657         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25658         (AC_SYS_LARGEFILE): Likewise.
25659         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25660         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25661         of changequote.
25662         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25663         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25664         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25665         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25666
25667 2000-02-05  Jim Meyering  <meyering@lucent.com>
25668
25669         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25670         Remove explicit use of AC_HEADER_TIME.  It is required by
25671         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25672         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25673         in autoconf whereby the expansion of the latter ended up preceding
25674         the expansion of its prerequisite, AC_HEADER_TIME.
25675         Reported by Volker Borchert.
25676
25677 2000-02-03  Jim Meyering  <meyering@lucent.com>
25678
25679         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25680
25681 2000-02-03  Jim Meyering  <meyering@lucent.com>
25682
25683         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25684         rather than with `#if HAVE_UTMPNAME'.
25685
25686 2000-02-02  Jim Meyering  <meyering@lucent.com>
25687
25688         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25689         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25690         Reported by Eli Zaretskii.
25691
25692 2000-02-01  Jim Meyering  <meyering@lucent.com>
25693
25694         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25695
25696 2000-01-31  Jim Meyering  <meyering@lucent.com>
25697
25698         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25699         functions.  Add the time.h and sys/time.h headers along with the
25700         AC_REQUIRE'ment of AC_HEADER_TIME.
25701
25702 2000-01-31  Jim Meyering  <meyering@lucent.com>
25703
25704         * lib/nanosleep.h (nanosleep): Guard declaration with
25705         `#if ! HAVE_DECL_NANOSLEEP'.
25706         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25707         the declaration in that vendor's sys/timers.h.
25708         Reported by Christian Krackowizer.
25709
25710         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25711         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25712         (ISPRINT): Likewise.
25713         Reported by Tom Tromey.
25714
25715 2000-01-30  Jim Meyering  <meyering@lucent.com>
25716
25717         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25718
25719         * m4/prereq.m4 (utmp_includes): Define.
25720         Check for ut_user and ut_name members in both struct utmpx
25721         and struct utmp.
25722
25723 2000-01-30  Jim Meyering  <meyering@lucent.com>
25724
25725         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25726         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25727         header files where only utmpx.ut_user is declared.
25728
25729         * lib/readutmp.h (UT_USER): Define.
25730
25731 2000-01-29  Jim Meyering  <meyering@lucent.com>
25732
25733         * m4/lib-check.m4: New file containing library-related checks from
25734         fileutils and sh-utils (textutils had none).
25735
25736 2000-01-28  Jim Meyering  <meyering@lucent.com>
25737
25738         * m4/perl.m4: Change format of warning message to look more like that
25739         from the missing script.  Suggestion from François Pinard.
25740
25741 2000-01-25  Jim Meyering  <meyering@lucent.com>
25742
25743         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25744         well as time.h in the compile check.
25745         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25746         Fix typo in cross-compiling case: s/yes/no/.
25747
25748 2000-01-23  Jim Meyering  <meyering@lucent.com>
25749
25750         * m4/jm-macros.m4: Move df-related tests here from
25751         fileutils/configure.in
25752
25753         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25754         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25755
25756         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25757         s/space/ac_fsusage_space/.
25758         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25759
25760         * m4/ftruncate.m4: New file (derived from part of
25761         fileutils/configure.in).
25762         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25763         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25764
25765         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25766         AC_SUBST these here, rather than just in sh-util/configure.in, so
25767         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25768         all the same.
25769         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25770         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25771         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25772         (AC_SUBST(POW_LIBM)): Likewise.
25773         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25774
25775 2000-01-23  Jim Meyering  <meyering@lucent.com>
25776
25777         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25778         obstack.c.
25779
25780 2000-01-22  Jim Meyering  <meyering@lucent.com>
25781
25782         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25783
25784         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25785
25786         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25787         configure.in
25788         (AC_CHECK_HEADERS): Likewise for sh-utils.
25789         (AC_CHECK_HEADERS): Likewise for textutils.
25790         Merge the three lists of headers.
25791
25792         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25793         from fileutils' configure.in.
25794
25795         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25796         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25797         check-decl.m4.
25798
25799         * m4/check-decl.m4: Use #if rather than #ifdef.
25800         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25801         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25802         (_jm_DECL_HEADERS): Define new function.
25803         (jm_CHECK_DECLARATIONS): Require it.
25804
25805 2000-01-22  Jim Meyering  <meyering@lucent.com>
25806
25807         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25808         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25809         Required for some AIX systems.  Reported by Christian Krackowizer.
25810         [TESTING] (main): New function.
25811
25812         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25813         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25814         letters.
25815
25816         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25817         iswprint.
25818
25819         * lib/strverscmp.c (ISDIGIT): Define.
25820         (strverscmp): Use ISDIGIT, not isdigit.
25821
25822 2000-01-19  Jim Meyering  <meyering@lucent.com>
25823
25824         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25825         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25826         defines `struct timespec' in <sys/time.h>
25827
25828         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25829         Thanks to Akim for explaining.
25830
25831 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/nanosleep.c (nanosleep):
25834         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25835         POSIX.1 doesn't require SA_INTERRUPT and some systems
25836         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25837         it's been part of POSIX.1 since day 1 (in 1988).
25838
25839 2000-01-17  Jim Meyering  <meyering@lucent.com>
25840
25841         * lib/interlock: Remove unused file.  Reported by François Pinard.
25842
25843 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25844
25845         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25846         alert, backslash, formfeed, and vertical tab unnecessarily in
25847         shell quoting style.
25848
25849 2000-01-16  Jim Meyering  <meyering@lucent.com>
25850
25851         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25852         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25853         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25854         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25855
25856 2000-01-16  Jim Meyering  <meyering@lucent.com>
25857
25858         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25859         because the latter didn't work.
25860
25861 2000-01-15  Jim Meyering  <meyering@lucent.com>
25862
25863         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25864         (AC_REPLACE_FUNCS): Add memcpy and memset.
25865         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25866         Add strpbrk.
25867         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25868
25869 2000-01-12  Jim Meyering  <meyering@lucent.com>
25870
25871         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25872         (jm_PREREQ): Use it.
25873         (jm_PREREQ_READUTMP): New macro.
25874         (jm_PREREQ): Use it.
25875
25876 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25877
25878         Quote multibyte characters correctly.
25879         * m4/c-bs-a.m4: New file.
25880         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25881         (jm_PREREQ): Use it.
25882
25883 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25884
25885         * m4/uintmax_t.m4: Port to autoconf 2.13.
25886
25887 2000-01-08  Jim Meyering  <meyering@ascend.com>
25888
25889         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25890         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25891
25892 2000-01-04  Jim Meyering  <meyering@ascend.com>
25893
25894         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25895         jm_STRUCT_DIRENT_D_TYPE.
25896         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25897         jm_STRUCT_DIRENT_D_INO.
25898         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25899         jm_STRUCT_UTIMBUF.
25900         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25901         renamings.
25902         * m4/utime.m4: Likewise.
25903
25904         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25905         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25906
25907 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25908
25909         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25910         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25911
25912 2000-01-02  Jim Meyering  <meyering@ascend.com>
25913
25914         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25915         remember if this is necessary.
25916
25917 1999-12-26  Jim Meyering  <meyering@ascend.com>
25918
25919         * m4/jm-macros.m4: Use it here.
25920         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25921
25922 1999-12-23  Jim Meyering  <meyering@ascend.com>
25923
25924         * m4/jm-macros.m4: Check for clock_gettime (moved from
25925         fileutils/configure.in)
25926         Check for gettimeofday.
25927
25928 1999-12-20  Jim Meyering  <meyering@ascend.com>
25929
25930         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25931         autoconf-2.14a-1999-12-20.
25932
25933 1999-12-19  Jim Meyering  <meyering@ascend.com>
25934
25935         * m4/lstat-slash.m4: New file.
25936         * m4/jm-macros.m4: Use the new macro:
25937         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25938
25939 1999-12-07  Jim Meyering  <meyering@ascend.com>
25940
25941         * m4/perl.m4: Require that File::Compare be available, too.
25942         Too many systems seem to lack it.
25943
25944         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25945         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25946
25947 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25948
25949         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25950         problem with the QNX 4.25 shell, which doesn't propagate exit
25951         status of failed commands inside shell assignments.
25952
25953 1999-11-17  Jim Meyering  <meyering@ascend.com>
25954
25955         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25956
25957 1999-11-07  Jim Meyering  <meyering@ascend.com>
25958
25959         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25960
25961 1999-11-06  Jim Meyering  <meyering@ascend.com>
25962
25963         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25964         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25965
25966 1999-11-05  Jim Meyering  <meyering@ascend.com>
25967
25968         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25969         configure.in of textutils, fileutils, and sh-utils into this one
25970         (shared between those packages) file.
25971         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25972         AC_STRUCT_ST_BLKSIZE.
25973
25974 1999-11-03  Jim Meyering  <meyering@ascend.com>
25975
25976         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25977         of AC_CHECK_TYPE checks includes unistd.h.
25978         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25979         Suggestion from Akim Demaille.
25980
25981 1999-10-30  Jim Meyering  <meyering@ascend.com>
25982
25983         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25984         m4-quoted string.
25985         * m4/ls-mntd-fs.m4: Likewise.
25986         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25987         * m4/jm-winsz1.m4: Likewise.
25988
25989         * m4/const.m4: Remove file, since the fix made it into the experimental
25990         version of autoconf.
25991         * m4/mktime.m4: Likewise.
25992
25993         * m4/check-type.m4: Remove file, now that the latest version of
25994         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25995
25996         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25997         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25998         AC_CHECK_TYPE.
25999
26000 1999-10-04  Jim Meyering  <meyering@ascend.com>
26001
26002         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26003
26004 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26005
26006         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26007         2.95.1 bug with HP-UX 10.20.
26008
26009 1999-09-17  Jim Meyering  <meyering@ascend.com>
26010
26011         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26012         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26013         due to missing strdup (against sh-utils-2.0).
26014
26015 1999-08-29  Jim Meyering  <meyering@ascend.com>
26016
26017         * m4/jm-macros.m4: Require jm_BISON.
26018         * m4/bison.m4: New file.
26019
26020 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26021
26022         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26023         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26024
26025 1999-08-05  Jim Meyering  <meyering@ascend.com>
26026
26027         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26028         to avoid conflicts with `conftest' on 8+3 filesystems.
26029         Suggestion from Eli Zaretskii.
26030
26031 1999-08-04  Jim Meyering  <meyering@ascend.com>
26032
26033         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26034         fileutils and sh-utils (textutils's getline test was inadequate).
26035         (AM_FUNC_GETLINE): Run this test.
26036         (AC_CHECK_FUNCS): Check for getdelim.
26037         Reported by Bob Proulx.
26038
26039 1999-08-02  Jim Meyering  <meyering@ascend.com>
26040
26041         * m4/jm-macros.m4: Add a comment.
26042
26043 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26044
26045         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26046         <inttypes.h> defines strtoumax as a macro (and not as a
26047         function).
26048
26049 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26050
26051         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26052         that we can shift, multiply and divide unsigned long long
26053         values; Ultrix cc can't do it.
26054
26055 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26056
26057         * m4/mktime.m4: New file, which is a preview of what should appear
26058         in the next public autoconf release.
26059
26060 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26061
26062         * m4/lfs.m4: Remove this file.
26063         * m4/largefile.m4: New file.  It contains the old contents of
26064         lfs.m4, except that all names with prefix AC_LFS have been
26065         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26066         compatible with future autoconf versions.  Also, some minor m4
26067         quoting problems have been fixed.
26068
26069 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26070
26071         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26072         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26073         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26074         and simplify the shell code.
26075
26076 1999-08-01  Jim Meyering  <meyering@ascend.com>
26077
26078         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26079         m4.
26080
26081 1999-07-20  Jim Meyering  <meyering@ascend.com>
26082
26083         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26084
26085 1999-07-15  Jim Meyering  <meyering@ascend.com>
26086
26087         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26088
26089 1999-05-22  Jim Meyering  <meyering@ascend.com>
26090
26091         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26092
26093 1999-05-20  Jim Meyering  <meyering@ascend.com>
26094
26095         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26096         Add a colon after each `then' in case $4 is empty.
26097
26098 1999-05-16  Jim Meyering  <meyering@ascend.com>
26099
26100         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26101
26102 1999-05-10  Jim Meyering  <meyering@ascend.com>
26103
26104         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26105
26106         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26107         AC_FUNC_MKTIME.
26108
26109 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26110
26111         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26112
26113 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26114
26115         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26116         not CPPFLAGS, so that linking works correctly in IRIX.
26117
26118 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26119
26120         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26121
26122 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26123
26124         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26125         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26126         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26127         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26128         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26129
26130         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26131
26132 1999-04-20  Jim Meyering  <meyering@ascend.com>
26133
26134         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26135         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26136         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26137
26138 1999-04-18  Jim Meyering  <meyering@ascend.com>
26139
26140         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26141         * m4/jm-macros.m4: Use it.
26142
26143 1999-04-06  Jim Meyering  <meyering@ascend.com>
26144
26145         * m4/strftime.m4: Remove test for %f.
26146
26147 1999-03-29  Jim Meyering  <meyering@ascend.com>
26148
26149         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26150         superset of the AC_TYPE_* checks in the textutils, fileutils,
26151         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26152         AC_TYPE_PID_T.
26153
26154 1999-03-28  Jim Meyering  <meyering@ascend.com>
26155
26156         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26157         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26158         replaced e.g., in the *.sh files of the sh-utils.
26159
26160 1999-03-20  Jim Meyering  <meyering@ascend.com>
26161
26162         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26163         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26164         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26165
26166 1999-03-19  Jim Meyering  <meyering@ascend.com>
26167
26168         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26169
26170 1999-03-12  Jim Meyering  <meyering@ascend.com>
26171
26172         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26173
26174 1999-03-07  Jim Meyering  <meyering@ascend.com>
26175
26176         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26177         declared.
26178
26179 1999-02-17  Jim Meyering  <meyering@ascend.com>
26180
26181         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26182         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26183
26184 1999-02-07  Jim Meyering  <meyering@ascend.com>
26185
26186         * m4/group-member.m4: New file -- extracted from sh-utils'
26187         configure.in.
26188
26189         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26190         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26191
26192 1999-02-06  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26195         * m4/fnmatch.m4: Likewise.
26196         * m4/getgroups.m4: Likewise.
26197         * m4/lstat.m4: Likewise.
26198         * m4/malloc.m4: Likewise.
26199         * m4/putenv.m4: Likewise.
26200         * m4/realloc.m4: Likewise.
26201         * m4/regex.m4: Likewise.
26202         * m4/stat.m4: Likewise.
26203         * m4/strftime.m4: Likewise.
26204         Suggestion from Alain Magloire.
26205
26206         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26207         * m4/fnmatch.m4: Likewise.
26208         * m4/getgroups.m4: Likewise.
26209         * m4/getline.m4: Likewise.
26210         * m4/lstat.m4: Likewise.
26211         * m4/malloc.m4: Likewise.
26212         * m4/memcmp.m4: Likewise.
26213         * m4/putenv.m4: Likewise.
26214         * m4/realloc.m4: Likewise.
26215         * m4/regex.m4: Likewise.
26216         * m4/stat.m4: Likewise.
26217         * m4/strftime.m4: Likewise.
26218         Suggestion from Alain Magloire.
26219
26220         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26221         an argument.
26222
26223         * m4/regex.m4: Add a run-time Test for proper operation of
26224         re_compile_pattern.
26225
26226 1999-01-31  Jim Meyering  <meyering@ascend.com>
26227
26228         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26229
26230 1999-01-30  Jim Meyering  <meyering@ascend.com>
26231
26232         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26233
26234         * m4/jm-mktime.m4: Make this a wrapper around the official
26235         AM_FUNC_MKTIME rather than my private copy, now that the official one
26236         is up to date.
26237         * m4/mktime.m4: Remove file.
26238
26239         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26240         * m4/uptime.m4: Likewise.
26241         * m4/uintmax_t.m4: Likewise.
26242
26243 1999-01-28  Jim Meyering  <meyering@ascend.com>
26244
26245         * m4/jm-macros.m4: Use jm_AFS.
26246         * m4/afs.m4: New file (from fileutils' configure.in).
26247
26248         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26249         * m4/chown.m4: Likewise.
26250         * m4/d-ino.m4: Likewise.
26251         * m4/d-type.m4: Likewise.
26252         * m4/fnmatch.m4: Likewise.
26253         * m4/getgroups.m4: Likewise.
26254         * m4/gettext.m4: Likewise.
26255         * m4/jm-mktime.m4: Likewise.
26256         * m4/jm-winsz2.m4: Likewise.
26257         * m4/lcmessage.m4: Likewise.
26258         * m4/ls-mntd-fs.m4: Likewise.
26259         * m4/malloc.m4: Likewise.
26260         * m4/memcmp.m4: Likewise.
26261         * m4/putenv.m4: Likewise.
26262         * m4/realloc.m4: Likewise.
26263         * m4/st_mtim.m4: Likewise.
26264         * m4/strftime.m4: Likewise.
26265
26266 1999-01-16  Jim Meyering  <meyering@ascend.com>
26267
26268         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26269         (ARGMATCH_DIE_DECL): Define.
26270
26271 1999-01-12  Jim Meyering  <meyering@ascend.com>
26272
26273         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26274         Reported by Lars Hecking.
26275
26276 1999-01-10  Jim Meyering  <meyering@ascend.com>
26277
26278         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26279         gross kludge.
26280         * m4/inttypes_h.m4: Likewise.
26281         * m4/lstat.m4: Likewise.
26282         * m4/malloc.m4: Likewise.
26283         * m4/readdir.m4: Likewise.
26284         * m4/realloc.m4: Likewise.
26285         * m4/st_dm_mode.m4: Likewise.
26286         * m4/stat.m4: Likewise.
26287         * m4/utimbuf.m4: Likewise.
26288         * m4/utimes.m4: Likewise.
26289
26290         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26291         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26292         comments in config.h.in are meaningful.
26293
26294         * m4/jm-macros.m4: Require autoconf-2.13 here.
26295
26296         * m4/regex.m4: By default, don't use the included regex.c on systems
26297         with glibc 2.  Suggestion from Uli Drepper.
26298
26299 1999-01-02  Jim Meyering  <meyering@ascend.com>
26300
26301         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26302
26303 1998-12-18  Jim Meyering  <meyering@ascend.com>
26304
26305         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26306         Based on a suggestion from Lars Hecking.
26307
26308 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26309
26310         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26311
26312 1998-11-16  Jim Meyering  <meyering@ascend.com>
26313
26314         * m4/lfs.m4: Double-quote the `uname...` expression.
26315
26316 1998-11-14  Jim Meyering  <meyering@ascend.com>
26317
26318         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26319         * m4/stat.m4: Likewise.
26320
26321 1998-11-03  Jim Meyering  <meyering@ascend.com>
26322
26323         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26324         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26325
26326 1998-10-18  Jim Meyering  <meyering@ascend.com>
26327
26328         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26329
26330 1998-10-17  Jim Meyering  <meyering@ascend.com>
26331
26332         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26333         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26334         calls for those previously hard-coded headers.  Instead, take a new
26335         parameter.
26336         (jm_CHECK_DECLARATIONS): Reflect interface change.
26337         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26338         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26339
26340         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26341
26342 1998-10-14  Jim Meyering  <meyering@ascend.com>
26343
26344         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26345         instead of "TZ=America/Vancouver".  From Paul Eggert.
26346
26347 1998-10-11  Jim Meyering  <meyering@ascend.com>
26348
26349         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26350         This adds a test for a recently added compatibility fix for mktime.c.
26351         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26352
26353 1998-09-27  Jim Meyering  <meyering@ascend.com>
26354
26355         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26356
26357         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26358         ../configure.in, including a change from Gordon Matzigkeit to allow
26359         cross-compiling for the Hurd.
26360
26361         * m4/glibc.m4: New file/macro to test for the GNU C Library
26362         versions 1 and 2.  From Gordon Matzigkeit.
26363         Indent.
26364
26365 1998-09-21  Jim Meyering  <meyering@ascend.com>
26366
26367         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26368
26369 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26370
26371         Port nanosecond-resolution times to UnixWare 2.1.2 and
26372         pedantic Solaris 2.6.
26373
26374         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26375         AC_STRUCT_ST_MTIM.
26376         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26377         Generate name of ns member, instead of just 1 or undef.
26378         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26379
26380 1998-08-15  Jim Meyering  <meyering@ascend.com>
26381
26382         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26383         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26384         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26385         instead of jm_TYPE_SSIZE_T.
26386
26387 1998-08-12  Jim Meyering  <meyering@ascend.com>
26388
26389         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26390
26391 1998-08-02  Jim Meyering  <meyering@ascend.com>
26392
26393         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26394         in acconfig.h manually.
26395
26396 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26397
26398         * m4/st_mtim.m4: New file.
26399
26400 1998-07-28  Jim Meyering  <meyering@ascend.com>
26401
26402         * m4/utimes.m4: Undef stat.
26403
26404 1998-07-25  Jim Meyering  <meyering@ascend.com>
26405
26406         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26407         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26408
26409 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26410
26411         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26412         uid and gid actually remain unchanged.
26413
26414 1998-07-07  Jim Meyering  <meyering@ascend.com>
26415
26416         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26417
26418 1998-07-04  Jim Meyering  <meyering@ascend.com>
26419
26420         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26421         to prove that this macro can be used in packages without regex.c.
26422
26423 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26424
26425         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26426         is to be used.
26427
26428 1998-07-03  Jim Meyering  <meyering@ascend.com>
26429
26430         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26431
26432         * m4/gettext.m4: New file -- from gettext-0.10.35.
26433         * m4/lcmessage.m4: Likewise.
26434         * m4/progtest.m4: Likewise.
26435
26436         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26437         * m4/jm-macros.m4: Require the new macro.
26438
26439 1998-06-29  Jim Meyering  <meyering@ascend.com>
26440
26441         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26442         for the definition of NGROUPS (used in a system header included
26443         by sys/mount.h).
26444
26445 1998-06-28  Jim Meyering  <meyering@ascend.com>
26446
26447         * m4/ls-mntd-fs.m4: New file.
26448         * m4/fstypename.m4: New file.
26449
26450         * m4/jm-macros.m4: Require the new macro.
26451         * m4/jm-glibc-io.m4: New file.
26452
26453 1998-05-19  Jim Meyering  <meyering@ascend.com>
26454
26455         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26456         * m4/lchown.m4: New file.
26457
26458         * m4/Makefile.am.in: New file.
26459         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26460
26461 1998-05-14  Jim Meyering  <meyering@ascend.com>
26462
26463         * m4/Makefile.am (EXTRA_DIST): Add them.
26464         * m4/jm-macros.m4: New file.
26465         * m4/utimbuf.m4: New file.
26466
26467 1998-05-12  Jim Meyering  <meyering@ascend.com>
26468
26469         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26470
26471 1998-05-11  Jim Meyering  <meyering@ascend.com>
26472
26473         * m4/isc-posix.m4: New file.
26474
26475 1998-05-10  Jim Meyering  <meyering@ascend.com>
26476
26477         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26478
26479 1998-05-09  Jim Meyering  <meyering@ascend.com>
26480
26481         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26482         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26483         with automake.
26484
26485         * m4/ssize_t.m4: New file.
26486         * m4/mktime.m4: Remove file -- the new automake has this now.
26487
26488 1998-04-26  Jim Meyering  <meyering@ascend.com>
26489
26490         * m4/assert.m4: New file.
26491         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26492
26493 1998-04-05  Jim Meyering  <meyering@ascend.com>
26494
26495         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26496         (jm_PREREQ): Use it here.
26497
26498 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26499
26500         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26501         in acconfig.h.
26502
26503 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26504
26505         * m4/prereq.m4: New file.
26506         * m4/error.m4: New file.
26507         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26508
26509 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26510
26511         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26512         cache-check for the same variable -- that defeated the purpose of
26513         the test; the test program was never run.  This was a problem only
26514         on systems with losing getline functions -- HP-UX 10.20 is one.
26515         Reported by Bjorn Helgaas.
26516
26517 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26518
26519         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26520
26521 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26522
26523         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26524
26525         * m4/const.m4: New file.  Use an initializer in this declaration
26526         typedef int charset[2]; const charset x;
26527         Reported by Bob Glickstein.
26528
26529 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26530
26531         * m4/chown.m4: Fix reversed types on -1 args to chown.
26532         From Kaveh Ghazi.
26533
26534 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26535
26536         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26537         Add lseek and memchr.
26538
26539         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26540         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26541         have a 20-character limit on names.
26542
26543 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26544
26545         * m4/inttypes_h.m4: New file.
26546         * m4/uintmax_t.m4: New file.
26547         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26548
26549 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26550   Free Software Foundation, Inc.
26551 Copying and distribution of this file, with or without modification,
26552 are permitted provided the copyright notice and this notice are preserved.