Work around a coreutils-5.x bug.
[gnulib.git] / ChangeLog
1 2007-02-11  Bruno Haible  <bruno@clisp.org>
2
3         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils.
4         Reported by Joel E. Denny <jdenny@ces.clemson.edu>,
5
6 2007-02-08  Bruno Haible  <bruno@clisp.org>
7
8         * modules/regex (Depends-on): Add stdbool.
9         Reported by Dalibor Topic <robilad@kaffe.org>.
10
11 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
14         Prefer returning from main to exiting from it.
15         Remove unnecessary parens after sizeof.
16
17 2007-02-05  Bruno Haible  <bruno@clisp.org>
18
19         New module mbssep.
20         * modules/mbssep: New file.
21         * lib/mbssep.c: New file.
22         * lib/string_.h (strsep): Add a conditional link warning.
23         (mbssep): New declaration.
24         * m4/mbssep.m4: New file.
25         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
26         GNULIB_MBSSEP.
27         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
28         * MODULES.html.sh (Internationalization functions): Add mbssep.
29
30 2007-02-05  Bruno Haible  <bruno@clisp.org>
31
32         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
33         Optimize search in case of 1 delimiter.
34
35 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36
37         * lib/acl.h: Include sys/types.h before sys/acl.h.
38
39 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
40
41         Merge upstream fix for glibc bugzilla #3957:
42
43         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
44
45         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
46         bit for RE_HAT_LISTS_NOT_NEWLINE.
47         (build_charclass_op): Remove bogus comment.
48
49 2007-02-05  Simon Josefsson  <simon@josefsson.org>
50
51         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
52
53 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
54
55         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
56         * lib/memmem.c [!defined _LIBC]: Include config.h.
57
58 2007-02-04  Bruno Haible  <bruno@clisp.org>
59
60         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
61         warning message.
62
63 2007-02-04  Bruno Haible  <bruno@clisp.org>
64
65         New module mbstok_r.
66         * modules/mbstok_r: New file.
67         * lib/mbstok_r.c: New file.
68         * lib/string_.h (strtok_r): Change argument names to match the
69         comments. Add a conditional link warning.
70         (mbstok_r): New declaration.
71         * m4/mbstok_r.m4: New file.
72         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
73         GNULIB_MBSTOK_R.
74         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
75         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
76
77 2007-02-04  Bruno Haible  <bruno@clisp.org>
78
79         New module mbsspn.
80         * modules/mbsspn: New file.
81         * lib/mbsspn.c: New file.
82         * lib/string_.h (strspn): Add a conditional link warning.
83         (mbsspn): New declaration.
84         * m4/mbsspn.m4: New file.
85         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
86         GNULIB_MBSSPN.
87         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
88         * MODULES.html.sh (Internationalization functions): Add mbsspn.
89
90 2007-02-04  Bruno Haible  <bruno@clisp.org>
91
92         New module mbspbrk.
93         * modules/mbspbrk: New file.
94         * lib/mbspbrk.c: New file.
95         * lib/string_.h (strpbrk): Add a conditional link warning.
96         (mbspbrk): New declaration.
97         * m4/mbspbrk.m4: New file.
98         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
99         GNULIB_MBSPBRK.
100         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
101         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
102
103 2007-02-04  Bruno Haible  <bruno@clisp.org>
104
105         New module mbscspn.
106         * modules/mbscspn: New file.
107         * lib/mbscspn.c: New file.
108         * lib/string_.h (strcspn): Add a conditional link warning.
109         (mbscspn): New declaration.
110         * m4/mbscspn.m4: New file.
111         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
112         GNULIB_MBSCSPN.
113         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
114         * MODULES.html.sh (Internationalization functions): Add mbscspn.
115
116 2007-02-04  Bruno Haible  <bruno@clisp.org>
117
118         New module mbscasestr, reduced goal of strcasestr.
119         * modules/mbscasestr: New file.
120         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
121         (mbscasestr): Renamed from strcasestr.
122         * lib/strcasestr.c: Don't include mbuiter.h.
123         (strcasestr): Remove support for multibyte locales.
124         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
125         Change the conditional link warning.
126         (mbscasestr): New declaration.
127         * m4/mbscasestr.m4: New file.
128         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
129         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
130         REPLACE_STRCASESTR.
131         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
132         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
133         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
134         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
135         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
136         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
137         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
138         (Depends-on): Remove mbuiter.
139         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
140
141 2007-02-04  Bruno Haible  <bruno@clisp.org>
142
143         Simplify handling of strncasecmp.
144         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
145         the conditional link warning.
146         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
147         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
148         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
149         * modules/strcase (configure.ac): Don't invoke
150         gl_STRING_MODULE_INDICATOR.
151         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
152
153 2007-02-04  Bruno Haible  <bruno@clisp.org>
154
155         New module mbscasecmp, reduced goal of strcasecmp.
156         * modules/mbscasecmp: New file.
157         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
158         (mbscasecmp): Renamed from strcasecmp.
159         * lib/strcasecmp.c: Don't include mbuiter.h.
160         (strcasecmp): Remove support for multibyte locales.
161         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
162         Change the conditional link warning.
163         (mbscasecmp): New declaration.
164         * m4/mbscasecmp.m4: New file.
165         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
166         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
167         REPLACE_STRCASECMP.
168         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
169         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
170         GNULIB_MBSCASECMP.
171         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
172         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
173         * modules/strcase (Files): Remove m4/mbrtowc.m4.
174         (Depends-on): Remove mbuiter.
175         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
176
177 2007-02-04  Bruno Haible  <bruno@clisp.org>
178
179         New module mbsstr. Remove module strstr.
180         * modules/mbsstr: New file.
181         * modules/strstr: Remove file.
182         * lib/mbsstr.c: Renamed from lib/strstr.c.
183         (mbsstr): Renamed from strstr.
184         * lib/string_.h (strstr): Remove declaration. Change the conditional
185         link warning.
186         (mbsstr): New declaration.
187         * m4/mbsstr.m4: New file.
188         * m4/strstr.m4: Remove file.
189         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
190         REPLACE_STRSTR.
191         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
192         Don't initialize GNULIB_STRSTR.
193         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
194         substitute GNULIB_STRSTR and REPLACE_STRSTR.
195         * MODULES.html.sh (Internationalization functions): Add mbsstr.
196         (Support for systems lacking ANSI C 89): Remove strstr.
197
198 2007-02-04  Bruno Haible  <bruno@clisp.org>
199
200         New module mbsrchr.
201         * modules/mbsrchr: New file.
202         * lib/mbsrchr.c: New file.
203         * lib/string_.h (strrchr): Add a conditional link warning.
204         (mbsrchr): New declaration.
205         * m4/mbsrchr.m4: New file.
206         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
207         GNULIB_MBSRCHR.
208         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
209         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
210
211 2007-02-04  Bruno Haible  <bruno@clisp.org>
212
213         New module mbschr.
214         * modules/mbschr: New file.
215         * lib/mbschr.c: New file.
216         * lib/string_.h (strchr): Add a conditional link warning.
217         (mbschr): New declaration.
218         * m4/mbschr.m4: New file.
219         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
220         GNULIB_MBSCHR.
221         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
222         * MODULES.html.sh (Internationalization functions): Add mbschr.
223
224 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
225
226         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
227
228         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
229
230 2007-02-04  Bruno Haible  <bruno@clisp.org>
231
232         New module description section 'configure.ac-early'.
233         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
234         (func_get_autoconf_early_snippet): New function.
235         (func_import, func_create_testdir): Use it. Remove special cases for
236         modules 'extensions' and 'lock'.
237         * modules/extensions (configure.ac-early): Require
238         gl_USE_SYSTEM_EXTENSIONS.
239         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
240
241 2007-02-04  Bruno Haible  <bruno@clisp.org>
242
243         Make use of gcj-4.3's -fsource and -ftarget option.
244         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
245         and if so try the options -fsource and -ftarget.
246         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
247         source_version, ftarget_option, target_version arguments.
248         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
249         (is_envjavac_oldgcj_14_14_usable): Renamed from
250         is_envjavac_gcj_14_14_usable.
251         (is_envjavac_oldgcj_14_13_usable): Renamed from
252         is_envjavac_gcj_14_13_usable.
253         (is_gcj_present): Update.
254         (is_gcj_43, is_gcj43_usable): New functions.
255         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
256         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
257         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
258         try the options -fsource and -ftarget.
259
260 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
261
262         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
263         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
264         larger value.
265
266 2007-02-03  Jim Meyering  <jim@meyering.net>
267
268         Give tools a better chance to allocate space for very large buffers.
269         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
270
271         Make pwd and readlink work also when run with an unreadable parent dir
272         on systems with openat support.
273         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
274         provided getcwd function, even when we have openat support.
275         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
276
277 2007-02-02  Bruno Haible  <bruno@clisp.org>
278
279         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
280         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
281         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
282         portability problems if one of these functions is only used on specific
283         platforms.
284         Reported by Paul Eggert.
285
286 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
287
288         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
289         is causing more trouble than it's curing.
290         * lib/regex_internal.h (__mempcpy): Remove.
291         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
292         (and make the code a tad smaller to boot).
293         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
294
295 2007-02-02  Jim Meyering  <jim@meyering.net>
296
297         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
298         section, not in the Makefile.am: one.
299
300 2007-02-02  Eric Blake  <ebb9@byu.net>
301
302         * lib/strchrnul.c: Always include config.h first.
303
304         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
305         gnulib strstr is not necessary here.
306
307 2007-02-02  Simon Josefsson  <simon@josefsson.org>
308
309         * m4/socklen.m4: Fix typo.
310
311 2007-02-02  Eric Blake  <ebb9@byu.net>
312
313         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
314         * modules/netinet_in (Makefile.am): Likewise.
315
316 2007-02-01  Bruno Haible  <bruno@clisp.org>
317
318         * lib/string_.h (GL_LINK_WARNING): New macro.
319         (strcasecmp, strstr, strcasestr): If provided by the system,
320         conditionally define as a macro that leads to a warning instead of to
321         an error.
322         (strncasecmp): Conditionally define as a macro that leads to a warning.
323
324 2007-02-01  Jim Meyering  <jim@meyering.net>
325
326         Give tools a better chance to allocate space for very large buffers.
327         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
328
329 2007-02-01  Karl Berry  <karl@gnu.org>
330
331         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
332
333 2007-02-01  Bruno Haible  <bruno@clisp.org>
334
335         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
336         renamings.
337
338 2007-02-01  Eric Blake  <ebb9@byu.net>
339
340         * modules/regex (Depends-on): Revert dependence on mempcpy.
341         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
342         module's definition of mempcpy.
343         Reported by Paul Eggert.
344
345 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
346
347         * lib/string_.h: If the gnulib module XYZ is not present, undefine
348         the symbol XYZ before redefining it.  This fixes a problem with
349         programs that don't use XYZ, when compiled on systems that define
350         XYZ to something else.
351
352 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
353
354         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
355         occurs when "mkdir -m foo" creates a setgid directory that is (1)
356         writeable to group or other and (2) is intended to have a special
357         mode bit that is set or cleared.  In such a case, the directory
358         should be neither group- nor other-writeable until the special
359         mode bits are right.
360
361 2007-01-31  Eric Blake  <ebb9@byu.net>
362
363         * modules/mountlist (Depends-on): Add strstr.
364
365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
366         bug.
367         * modules/string (Makefile.am): Remove redundant replacement.
368         * modules/regex (Depends-on): Add mempcpy.
369
370 2007-01-31  Bruno Haible  <bruno@clisp.org>
371
372         New module description field 'Link'.
373         * gnulib-tool (func_usage): Document --extract-link-directive.
374         (sed_extract_prog): Recognize 'Link' directive.
375         (func_get_link_directive): New function.
376         (func_import): Show summary of link directives.
377         Handle --extract-link-directive option.
378         * modules/acl (Link): New section.
379         * modules/clock-time (Link): New section.
380         * modules/euidaccess (Link): New section.
381         * modules/gettext (Link): New section.
382         * modules/iconv (Link): New section.
383         * modules/lock (Link): New section.
384         * modules/nanosleep (Link): New section.
385         * modules/readline (Link): New section.
386
387 2007-01-27  Bruno Haible  <bruno@clisp.org>
388
389         Enforce the use of gnulib modules for unportable <string.h> functions.
390         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
391         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
392         (gl_HEADER_STRING_H_BODY): Require it.
393         * lib/string_.h: If the gnulib module XYZ is not present, redefine
394         the symbol XYZ to one that gives a link error.
395         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
396         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
397         * modules/mempcpy (configure.ac): Likewise.
398         * modules/memrchr (configure.ac): Likewise.
399         * modules/stpcpy (configure.ac): Likewise.
400         * modules/stpncpy (configure.ac): Likewise.
401         * modules/strcase (configure.ac): Likewise.
402         * modules/strcasestr (configure.ac): Likewise.
403         * modules/strchrnul (configure.ac): Likewise.
404         * modules/strdup (configure.ac): Likewise.
405         * modules/strndup (configure.ac): Likewise.
406         * modules/strnlen (configure.ac): Likewise.
407         * modules/strpbrk (configure.ac): Likewise.
408         * modules/strsep (configure.ac): Likewise.
409         * modules/strstr (configure.ac): Likewise.
410         * modules/strtok_r (configure.ac): Likewise.
411
412 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
413
414         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
415
416 2007-01-30  Jim Meyering  <jim@meyering.net>
417
418         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
419
420 2007-01-29  Bruno Haible  <bruno@clisp.org>
421
422         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
423         * lib/execute.c: Likewise.
424         * lib/pipe.c: Likewise.
425         * lib/printf-args.h: Likewise.
426         * lib/printf-args.c: Likewise.
427         * lib/printf-parse.c: Likewise.
428         * lib/vasnprintf.c: Likewise.
429
430 2007-01-29  Eric Blake  <ebb9@byu.net>
431
432         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
433         declaration.
434
435 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
436
437         * lib/strptime.h (strptime): Use 'restrict' for args where
438         POSIX requires this.
439         * lib/strptime.c (strptime): Likewise.
440         Change license notice from LGPL to GPL, since gnulib-tool will
441         change this as needed.
442         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
443         defined.
444         Include "strptime.h" first, to check interface.
445         Do not #undef _LIBC and _NL_CURRENT.
446         Do not include <stdlib.h>; no longer needed.
447         Include "time_r.h" and declare ptime_locale_status
448         only if _LIBC is not defined.
449         (__P): Remove unused macro.
450         (match_string): Bring back glibc version, but use it only if _LIBC
451         is defined.
452         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
453         Remove unnecessary assertion and abort() call.
454         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
455         * m4/strptime.m4: Fix serial number comment.
456         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
457         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
458         (Depends-on): Add time_r.
459
460 2007-01-29  Bruno Haible  <bruno@clisp.org>
461
462         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
463         strptime.
464         * modules/strptime (Depends-on): Add stdbool.
465         * lib/strptime.h: Include <time.h> always. Add comments.
466
467 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
468
469         * modules/strptime: New file.
470         * lib/strptime.h: New file.
471         * lib/strptime.c: New file.
472         * m4/strptime.m4: New file.
473
474 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
475
476         * MODULES.html.sh: New module mpsort.
477         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
478
479         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
480         a circularity problem with HP-UX ia64 reported by Bob Proulx in
481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
482         All uses changed.
483         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
484         All uses changed.
485         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
486         to _Restrict_.
487         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
488         the parameter matches the prototype.
489
490 2007-01-28  Jim Meyering  <jim@meyering.net>
491
492         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
493         sys/time.h here, reverting that part of the previous patch:
494         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
495
496 2007-01-28  Bruno Haible  <bruno@clisp.org>
497
498         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
499         value of $(SYS_TIME_H).
500         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
501         remove it conditionally, too. [added by Jim Meyering]
502         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
503         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
504         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
505         GETTIMEOFDAY_REPLACEMENT to 1.
506
507 2007-01-28  Bruno Haible  <bruno@clisp.org>
508
509         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
510         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
511         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
512         Set UNISTD_H instead of UNISTD_H2.
513         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
514
515 2007-01-28  Bruno Haible  <bruno@clisp.org>
516
517         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
518         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
519
520 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521
522         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
523         (func_create_testdir): Ensure C locale for `grep' and `tr'
524         character ranges.
525         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
526         ACLOCAL_AMFLAGS parsing state machine.
527
528 2007-01-27  Bruno Haible  <bruno@clisp.org>
529
530         * modules/unistr/base: Update.
531
532 2007-01-27  Bruno Haible  <bruno@clisp.org>
533
534         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
535         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
536         * modules/unistr/u32-mbtouc-unsafe: Renamed from
537         modules/unistr/u32-mbtouc.
538         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
539         * lib/unistr.h: Update.
540         * lib/linebreak.c: Update.
541         * modules/unistr/u32-mbtouc: Renamed from
542         modules/unistr/u32-mbtouc-safe.
543         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
544         * lib/unistr.h: Update.
545         * lib/unistr/u32-to-u8.c: Update.
546         * lib/unistr/u32-to-u16.c: Update.
547
548 2007-01-27  Bruno Haible  <bruno@clisp.org>
549
550         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
551         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
552         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
553         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
554         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
555         * modules/unistr/u16-mbtouc-unsafe: Renamed from
556         modules/unistr/u16-mbtouc.
557         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
558         * lib/unistr.h: Update.
559         * lib/linebreak.c: Update.
560         * modules/linebreak: Update.
561         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
562         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
563         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
564         * modules/unistr/u16-mbtouc: Renamed from
565         modules/unistr/u16-mbtouc-safe.
566         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
567         * lib/unistr.h: Update.
568         * lib/unistr/u16-to-u8.c: Update.
569         * modules/unistr/u16-to-u8: Update.
570         * lib/unistr/u16-to-u32.c: Update.
571         * modules/unistr/u16-to-u32: Update.
572
573 2007-01-27  Bruno Haible  <bruno@clisp.org>
574
575         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
576         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
577         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
578         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
579         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
580         * modules/unistr/u8-mbtouc-unsafe: Renamed from
581         modules/unistr/u8-mbtouc.
582         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
583         * lib/unistr.h: Update.
584         * lib/striconveh.c: Update.
585         * modules/striconveh: Update.
586         * lib/linebreak.c: Update.
587         * modules/linebreak: Update.
588         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
589         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
590         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
591         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
592         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
593         * lib/unistr.h: Update.
594         * lib/striconveh.c: Update.
595         * modules/striconveh: Update.
596         * lib/unistr/u8-to-u16.c: Update.
597         * modules/unistr/u8-to-u16: Update.
598         * lib/unistr/u8-to-u32.c: Update.
599         * modules/unistr/u8-to-u32: Update.
600
601 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
602
603         Sync from Libtool.
604         * lib/argz.c: Do not include strings.h nor memory.h, include
605         string.h unconditionally.  Patch by Simon Josefsson.
606
607 2007-01-27  Bruno Haible  <bruno@clisp.org>
608
609         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
610         from gl_HEADER_STRING_H_BODY.
611         (gl_HEADER_STRING_H_BODY): Require it.
612         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
613         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
614         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
615         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
616         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
617         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
618         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
619         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
620         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
621         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
622         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
623         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
624         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
625         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
626         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
627
628 2007-01-27  Bruno Haible  <bruno@clisp.org>
629
630         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
631         check_PROGRAMS into noinst_PROGRAMS.
632         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
633         check_PROGRAMS in this case.
634         (func_import): Set for_test to false.
635         (func_create_testdir): Set for_test to true.
636
637 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
638             Bruno Haible  <bruno@clisp.org>
639
640         * modules/strcasestr (Files): Remove lib/strcasestr.h.
641         (Depends-on): Add string.
642         (Includes): Use <string.h> instead of strcasestr.h.
643         * modules/string (Makefile.am): Also substitute the value of
644         REPLACE_STRCASESTR.
645         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
646         assume strcasestr is declared in <string.h> not <strings.h>. Also
647         set REPLACE_STRCASESTR.
648         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
649         REPLACE_STRCASESTR.
650         * lib/strcasestr.h: Remove file.
651         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
652         * lib/string_.h (strcasestr): New declaration.
653
654 2007-01-27  Bruno Haible  <bruno@clisp.org>
655
656         * lib/string_.h: Use 'extern'.
657
658 2007-01-27  Jim Meyering  <jim@meyering.net>
659
660         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
661         of set-but-not-used local, "q".
662
663         * lib/mempcpy.c: Include <config.h> before <string.h>.
664         This fixes a compilation error on HP-UX, due to the system's
665         "restrict"-using mempcpy prototype.
666
667 2007-01-26  Bruno Haible  <bruno@clisp.org>
668
669         Small optimization.
670         * lib/javacomp.c: Include c-strstr.h.
671          (is_envjavac_gcj): Use c_strstr instead of strstr.
672         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
673
674 2007-01-26  Bruno Haible  <bruno@clisp.org>
675
676         * MODULES.html.sh (Unicode string functions): Add the new modules.
677
678         * modules/uniconv/u32-strconv-to-locale: New file.
679         * lib/uniconv/u32-strconv-to-locale.c: New file.
680
681         * modules/uniconv/u16-strconv-to-locale: New file.
682         * lib/uniconv/u16-strconv-to-locale.c: New file.
683
684         * modules/uniconv/u8-strconv-to-locale: New file.
685         * lib/uniconv/u8-strconv-to-locale.c: New file.
686
687         * modules/uniconv/u32-strconv-from-locale: New file.
688         * lib/uniconv/u32-strconv-from-locale.c: New file.
689
690         * modules/uniconv/u16-strconv-from-locale: New file.
691         * lib/uniconv/u16-strconv-from-locale.c: New file.
692
693         * modules/uniconv/u8-strconv-from-locale: New file.
694         * lib/uniconv/u8-strconv-from-locale.c: New file.
695
696         * modules/uniconv/u32-strconv-to-enc: New file.
697         * lib/uniconv/u32-strconv-to-enc.c: New file.
698         * modules/uniconv/u32-strconv-to-enc-tests: New file.
699         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
700
701         * modules/uniconv/u16-strconv-to-enc: New file.
702         * lib/uniconv/u16-strconv-to-enc.c: New file.
703         * lib/uniconv/u-strconv-to-enc.h: New file.
704         * modules/uniconv/u16-strconv-to-enc-tests: New file.
705         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
706
707         * modules/uniconv/u8-strconv-to-enc: New file.
708         * lib/uniconv/u8-strconv-to-enc.c: New file.
709         * modules/uniconv/u8-strconv-to-enc-tests: New file.
710         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
711
712         * modules/uniconv/u32-strconv-from-enc: New file.
713         * lib/uniconv/u32-strconv-from-enc.c: New file.
714         * modules/uniconv/u32-strconv-from-enc-tests: New file.
715         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
716
717         * modules/uniconv/u16-strconv-from-enc: New file.
718         * lib/uniconv/u16-strconv-from-enc.c: New file.
719         * modules/uniconv/u16-strconv-from-enc-tests: New file.
720         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
721
722         * modules/uniconv/u8-strconv-from-enc: New file.
723         * lib/uniconv/u8-strconv-from-enc.c: New file.
724         * lib/uniconv/u-strconv-from-enc.h: New file.
725         * modules/uniconv/u8-strconv-from-enc-tests: New file.
726         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
727
728         * modules/uniconv/u32-conv-from-enc: New file.
729         * lib/uniconv/u32-conv-from-enc.c: New file.
730         * modules/uniconv/u32-conv-from-enc-tests: New file.
731         * tests/uniconv/test-u32-conv-from-enc.c: New file.
732
733         * modules/uniconv/u16-conv-from-enc: New file.
734         * lib/uniconv/u16-conv-from-enc.c: New file.
735         * lib/uniconv/u-conv-from-enc.h: New file.
736         * modules/uniconv/u16-conv-from-enc-tests: New file.
737         * tests/uniconv/test-u16-conv-from-enc.c: New file.
738
739         * modules/uniconv/u8-conv-from-enc: New file.
740         * lib/uniconv/u8-conv-from-enc.c: New file.
741         * modules/uniconv/u8-conv-from-enc-tests: New file.
742         * tests/uniconv/test-u8-conv-from-enc.c: New file.
743
744         * modules/uniconv/base: New file.
745         * lib/uniconv.h: New file.
746
747 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
748
749         * doc/gnulib-tool.texi (Initial import): Update to match current
750         behavior with strdup module.
751         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
752         * lib/memmem.h: Remove; all uses removed.  This is now done
753         by <string.h>.
754         * lib/mempcpy.h: Likewise.
755         * lib/memrchr.h: Likewise.
756         * lib/stpcpy.h: Likewise.
757         * lib/stpncpy.h: Likewise.
758         * lib/strcase.h: Likewise.
759         * lib/strchrnul.h: Likewise.
760         * lib/strdup.h: Likewise.
761         * lib/strndup.h: Likewise.
762         * lib/strnlen.h: Likewise.
763         * lib/strpbrk.h: Likewise.
764         * lib/strsep.h: Likewise.
765         * lib/strstr.h: Likewise.
766         * lib/strtok_r.h: Likewise.
767         * lib/string_.h: New file.
768         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
769         Rely on <string.h> instead.
770         * lib/canon-host.c: Likewise.
771         * lib/chdir-long.c: Likewise.
772         * lib/concatpath.c: Likewise.
773         * lib/exclude.c: Likewise.
774         * lib/fchdir.c: Likewise.
775         * lib/getaddrinfo.c: Likewise.
776         * lib/getcwd.c: Likewise.
777         * lib/getsubopt.c: Likewise.
778         * lib/glob.c: Likewise.
779         * lib/hard-locale.c: Likewise.
780         * lib/iconvme.c: Likewise.
781         * lib/javacomp.c: Likewise.
782         * lib/mempcpy.c: Likewise.
783         * lib/memrchr.c: Likewise.
784         * lib/regex_internal.h: Likewise.
785         * lib/stpncpy.c: Likewise.
786         * lib/strcasecmp.c: Likewise.
787         * lib/strchrnul.c: Likewise.
788         * lib/strdup.c: Likewise.
789         * lib/striconv.c: Likewise.
790         * lib/striconveh.c: Likewise.
791         * lib/striconveha.c: Likewise.
792         * lib/strncasecmp.c: Likewise.
793         * lib/strndup.c: Likewise.
794         * lib/strnlen.c: Likewise.
795         * lib/strsep.c: Likewise.
796         * lib/strstr.c: Likewise.
797         * lib/strtok_r.c: Likewise.
798         * lib/userspec.c: Likewise.
799         * lib/w32spawn.h: Likewise.
800         * lib/xstrndup.c: Likewise.
801         * lib/mountlist.c (strstr): Remove decl.
802         * m4/string_h.m4: New file.
803         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
804         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
805         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
806         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
807         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
808         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
809         Set REPLACE_STRCASECMP if necessary.
810         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
811         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
812         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
813         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
814         HAVE_DECL_STRDUP if necessary.
815         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
816         since gl_FUNC_STRNDUP does that now.
817         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
818         Check for decl here...
819         (gl_PREREQ_STRNLEN): ... not here.
820         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
821         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
822         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
823         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
824         necessary.
825         * modules/string: New file.
826         * modules/memmem (Files): Remove special-purpose include file.
827         (Depends-on): Add string.
828         (Include): Include <string.h>, not the removed file.
829         * modules/mempcpy: Likewise.
830         * modules/memrchr: Likewise.
831         * modules/stpcpy: Likewise.
832         * modules/stpncpy: Likewise.
833         * modules/strcase: Likewise.
834         * modules/strchrnul: Likewise.
835         * modules/strdup: Likewise.
836         * modules/strndup: Likewise.
837         * modules/strnlen: Likewise.
838         * modules/strpbrk: Likewise.
839         * modules/strsep: Likewise.
840         * modules/strstr: Likewise.
841         * modules/strtok_r: Likewise.
842         * tests/test-dirname.c: Don't include "strdup.h", since
843         <string.h> now suffices.
844         * tests/test-memmem.c: Don't include "memmem.h", since
845         <string.h> now suffices.
846
847 2007-01-25  Bruno Haible  <bruno@clisp.org>
848
849         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
850         *resultp is 0.
851
852         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
853         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
854         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
855         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
856
857         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
858         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
859         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
860         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
861         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
862         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
863
864 2007-01-24  Bruno Haible  <bruno@clisp.org>
865
866         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
867         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
868         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
869         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
870         gl_FUNC_FTS_CORE.
871         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
872         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
873         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
874         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
875         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
876         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
877         gl_FUNC_FCHOWNAT.
878         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
879         gl_FUNC_STRFTIME.
880         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
881         Reported by Ralf Wildenhues.
882
883 2007-01-24  Bruno Haible  <bruno@clisp.org>
884
885         Drop AC_REQUIRE calls that are redundant with the module dependencies.
886         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
887         gl_GETADDRINFO.
888         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
889         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
890         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
891
892 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
893
894         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
895         Don't use 'exit'; just return from 'main'.
896         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
897
898         * lib/fnmatch_.h: Readjust white space and comments to match
899         glibc, to avoid spurious diffs.
900
901 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
902
903         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
904         2004-12-01 change by Jakub Jelinek, since this code won't compile
905         if !LIBC.  Problem reported by Bob Proulx.
906
907 2007-01-23  Bruno Haible  <bruno@clisp.org>
908
909         * lib/striconveh.c: Include c-strcaseeq.h.
910         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
911         * modules/striconveh (Depends-on): Add c-strcaseeq.
912
913 2007-01-23  Bruno Haible  <bruno@clisp.org>
914
915         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
916
917         * modules/c-strcaseeq: New file.
918         * lib/c-strcaseeq.h: New file.
919
920         * modules/streq: New file.
921         * lib/streq.h: New file.
922
923 2007-01-23  Bruno Haible  <bruno@clisp.org>
924
925         * modules/striconveha-tests: New file.
926         * tests/test-striconveha.c: New file.
927
928         * lib/striconveha.h: Include <stdbool.h>.
929         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
930         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
931         (mem_iconveha_notranslit): Renamed from mem_iconveha.
932         (mem_iconveha): New function.
933         (str_iconveha_notranslit): Renamed from str_iconveha.
934         (str_iconveha): New function.
935         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
936         c-strcase.
937
938 2007-01-23  Bruno Haible  <bruno@clisp.org>
939
940         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
941         encodings without forgiving before trying any encoding with handler.
942         (str_iconveha): Try all encodings without forgiving before trying any
943         encoding with handler.
944
945 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
946
947         Import the following changes from libc.
948
949         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
950
951         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
952
953         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
954
955         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
956         normal_bracket label.
957
958         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
959
960         [BZ #361]
961         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
962         to normal_bracket after fetching the next character.
963
964 2007-01-22  Bruno Haible  <bruno@clisp.org>
965
966         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
967         argument.
968         * lib/striconveh.c (iconv_carefully_1): New function.
969         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
970         argument.
971         (str_cd_iconveh): Update.
972         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
973         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
974         * tests/test-striconveh.c (MAGIC): New macro.
975         (new_offsets): New function.
976         (main): Test call with and without offsets.
977
978 2007-01-22  Bruno Haible  <bruno@clisp.org>
979
980         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
981         * modules/sys_select (Makefile.am): Likewise.
982         * modules/sys_socket (Makefile.am): Likewise.
983         * modules/sys_time (Makefile.am): Likewise.
984
985 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
986
987         * modules/gettimeofday (License): Change from GPL to LGPL, since
988         gettimeofday is a library function.
989
990 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
991
992         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
993
994 2007-01-21  Bruno Haible  <bruno@clisp.org>
995
996         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
997
998 2007-01-21  Bruno Haible  <bruno@clisp.org>
999
1000         * modules/striconveha: New file.
1001         * lib/striconveha.h: New file.
1002         * lib/striconveha.c: New file.
1003         * MODULES.html.sh (Internationalization functions): Add striconveha.
1004         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1005         string.
1006         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1007
1008 2007-01-21  Bruno Haible  <bruno@clisp.org>
1009
1010         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1011         * lib/striconveh.c (str_iconveh): Likewise.
1012
1013 2007-01-21  Bruno Haible  <bruno@clisp.org>
1014
1015         * lib/striconveh.h (mem_iconveh): New declaration.
1016         * lib/striconveh.c (mem_iconveh): New function.
1017         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1018
1019 2007-01-21  Bruno Haible  <bruno@clisp.org>
1020
1021         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1022
1023         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1024         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1025         original result buffer.
1026         (str_cd_iconveh): Update.
1027         * tests/test-striconveh.c (main): Update.
1028
1029         * lib/striconv.h (mem_cd_iconv): Change specification.
1030         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1031         result buffer.
1032         (str_cd_iconv): Update.
1033         * tests/test-striconv.c (main): Update.
1034
1035 2007-01-21  Bruno Haible  <bruno@clisp.org>
1036
1037         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1038
1039 2007-01-20  Jim Meyering  <jim@meyering.net>
1040
1041         * lib/userspec.c (parse_with_separator): If a user or group string
1042         starts with "+", skip the corresponding name-to-ID look-up, since
1043         such a look-up must fail: user and group names may not include "+".
1044
1045 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1048         since we now assume the sys_time module.
1049         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1050         check for sys/time.h; no longer needed.
1051         * modules/poll (Depends-on): Depend on sys_time.
1052
1053 2007-01-18  Bruno Haible  <bruno@clisp.org>
1054
1055         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1056         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1057
1058         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1059         gettimeofday.
1060
1061         * tests/test-gettimeofday.c: Include <time.h>.
1062         (dummy): Remove variable.
1063
1064         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1065         gl_HEADER_SYS_TIME_H.
1066         (gl_HEADER_SYS_TIME_H): New macro.
1067
1068         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1069         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1070         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1071         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1072         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1073         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1074         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1075         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1076         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1077         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1078         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1079
1080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1081         last change; it caused a compilation error when cross-compiling to
1082         Cygwin.
1083
1084 2007-01-18  Jim Meyering  <jim@meyering.net>
1085
1086         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1087         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1088         than the race-prone "test -d sys || mkdir sys".
1089         (configure.ac): Use AC_PROG_MKDIR_P.
1090         * modules/sys_select: Likewise.
1091         * modules/sys_socket: Likewise.
1092         * modules/sys_time: Likewise.
1093
1094 2007-01-18  Eric Blake  <ebb9@byu.net>
1095
1096         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1097         replace gettimeofday.
1098         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1099         name, to avoid infinite recursion.
1100
1101 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1102
1103         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1104         module sys_time.
1105         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1106         assume timespec.h defines struct timeval.
1107         * lib/settime.c: Likewise.
1108         * lib/utimens.c: Likewise.
1109         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1110         since we now assume the gettimeofday module.
1111         * lib/tempname.c (__gen_tempname): Likewise.
1112         * lib/gettimeofday.h: Remove.
1113         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1114         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1115         Include <time.h>, for 'time()'.
1116         (localtime_buffer_addr): Also use this workaround if
1117         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1118         to simplify the uses.  All uses changed.
1119         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1120         that #undef is inside {}, and 'const' follows type name consistently.
1121         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1122         (gettimeofday): Do not use the maximum possible value for
1123         tv->tv_usec, since that might break usages other than ls.c.
1124         Instead, we'll leave ls.c alone.  This undoes today's patch
1125         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1126         we've never observed the problem but might as well keep the
1127         canary.
1128         * lib/nanosleep.c: Include timespec.h first, for interface check.
1129         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1130         now assume the sys_time module.
1131         * lib/tempname.c: Likewise.
1132         * lib/timespec.h: Likewise.
1133         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1134         needed.
1135         * lib/strftime.c: Likewise.
1136         * lib/timespec.h: Likewise.
1137         * lib/posixtm.c: Include posixtm.h first, for interface check.
1138         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1139         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1140         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1141         * lib/sys_time_.h: New file.
1142         * lib/timespec.h (struct timespec): Use long int, not long.
1143         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1144         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1145         Remove obsolescent call to AC_HEADER_TIME.
1146         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1147         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1148         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1149         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1150         Likewise.
1151         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1152         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1153         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1154         into the sys_time module.  Check for gettimeofday just once.
1155         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1156         for gettimeofday signature to just check the signature.  Merely
1157         compile it, since linking doesn't test signature.  Improve test for
1158         whether gettimeofday.o is actually needed.
1159         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1160         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1161         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1162         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1163         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1164         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1165         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1166         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1167         than worrying about sys/time.h.
1168         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1169         Don't bother worrying about TIME_WITH_SYS_TIME.
1170         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1171         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1172         * m4/sys_time_h.m4: New file.
1173         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1174         Don't include sys/time.h.  Return from main rather than exiting.
1175         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1176         all uses changed.
1177         * modules/gethrxtime (Depends-on): Add sys_time.
1178         * modules/gettime (Depends-on): Likewise.
1179         * modules/gettimeofday (Depends-on): Likewise.
1180         * modules/nanosleep (Depends-on): Likewise.
1181         * modules/settime (Depends-on): Likewise.
1182         * modules/tempname (Depends-on): Likewise.
1183         * modules/utimens (Depends-on): Likewise.
1184         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1185         (Include:) Change back to <sys/time.h>.
1186         (Maintainer:) Add self.
1187         * modules/sys_time: New file.
1188         * modules/tempname (Depends-on): Add gettimeofday.
1189         * tests/test-gettimeofday.c: Include <sys/time.h>
1190         rather than gettimeofday.h.
1191
1192 2007-01-17  Bruno Haible  <bruno@clisp.org>
1193
1194         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1195         the license default to GPL.
1196         (func_create_testdir): Don't complain if a module is LGPL and its
1197         tests module depends on GPLed modules.
1198
1199 2007-01-17  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/gettimeofday.c (gettimeofday): Add code for the case
1202         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1203         maximum possible value for tv->tv_usec, rather than the minimum one.
1204
1205 2005-10-08  Martin Lambers  <marlam@marlam.de>
1206 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1207 2007-01-16  Bruno Haible  <bruno@clisp.org>
1208
1209         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1210         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1211         gl_FUNC_GETTIMEOFDAY.
1212         (Include): Add gettimeofday.h.
1213         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1214         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1215         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1216         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1217         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1218         * lib/gettimeofday.h: New file.
1219         * lib/gettimeofday.c: Include <sys/timeb.h>.
1220         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1221         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1222         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1223         fall back on time().
1224
1225         * tests/test-gettimeofday.c: New file.
1226         * modules/gettimeofday-tests: New file.
1227
1228 2007-01-16  Eric Blake  <ebb9@byu.net>
1229
1230         * modules/fnmatch (Depends-on): Depend on wchar.
1231         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1232         * m4/fnmatch.m4: Likewise.
1233         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1234         * m4/mbchar.m4: Likewise.
1235         * modules/mbswidth (Depends-on): Depend on wchar.
1236         * lib/mbswidth.c: Assume <wchar.h>.
1237         * m4/mbswidth.m4: Likewise.
1238         * modules/quotearg (Depends-on): Depend on wchar.
1239         * lib/quotearg.c: Assume <wchar.h>.
1240         * m4/quotearg.m4: Likewise.
1241         * modules/regex (Depends-on): Depend on wchar.
1242         * lib/regex_internal.h: Assume <wchar.h>.
1243         * m4/regex.m4: Likewise.
1244         * modules/stdint (Depends-on): Depend on wchar.
1245         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1246         * m4/stdint.m4: Likewise.
1247         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1248         * modules/strftime (Depends-on): Depend on wchar.
1249         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1250         * modules/strtol (Depends-on): Depend on wchar.
1251         * lib/strtol.c: Assume <wchar.h>.
1252         * modules/wcwidth (Depends-on): Depend on wchar.
1253         * lib/wcwidth.h: Assume <wchar.h>.
1254         * m4/wcwidth.m4: Likewise.
1255
1256 2007-01-16  Bruno Haible  <bruno@clisp.org>
1257
1258         * modules/csharpexec-script: New, created from...
1259         * modules/csharpexec: ... this.
1260
1261 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1262
1263         * modules/javaexec-script: New, created from...
1264         * modules/javaexec: ... this.
1265
1266 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1267
1268         * modules/poll (Dependencies): Add sys_select.
1269
1270 2007-01-15  Jim Meyering  <jim@meyering.net>
1271
1272         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1273         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1274         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1275         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1276
1277 2007-01-15  Bruno Haible  <bruno@clisp.org>
1278
1279         * modules/striconveh: New file.
1280         * lib/striconveh.h: New file.
1281         * lib/striconveh.c: New file.
1282         * MODULES.html.sh (Internationalization functions): Add striconveh.
1283
1284         * modules/striconveh-tests: New file.
1285         * tests/test-striconveh.c: New file.
1286
1287 2007-01-15  Bruno Haible  <bruno@clisp.org>
1288
1289         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1290         not from GNU libiconv or GNU libc.
1291
1292 2007-01-15  Bruno Haible  <bruno@clisp.org>
1293
1294         * doc/gnulib-intro.texi (Copyright): Explain the different license
1295         terms for module descriptions, autoconf macros, tests, documentation.
1296
1297 2007-01-14  Bruno Haible  <bruno@clisp.org>
1298
1299         * modules/striconv-tests: New file.
1300         * tests/test-striconv.c: New file.
1301
1302 2007-01-14  Bruno Haible  <bruno@clisp.org>
1303
1304         * modules/iconv-tests: New file.
1305         * tests/test-iconv.c: New file.
1306
1307 2007-01-14  Bruno Haible  <bruno@clisp.org>
1308
1309         * gnulib-tool (func_get_license): For test modules, use the license of
1310         the main module.
1311
1312 2007-01-14  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1315         if iconv is found to exist.
1316
1317 2007-01-14  Bruno Haible  <bruno@clisp.org>
1318
1319         * modules/c-ctype-tests: New file.
1320         * tests/test-c-ctype.c: New file.
1321
1322 2007-01-14  Bruno Haible  <bruno@clisp.org>
1323
1324         * modules/binary-io-tests: New file.
1325         * tests/test-binary-io.sh: New file.
1326         * tests/test-binary-io.c: New file.
1327
1328 2007-01-14  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/array-oset-tests: New file.
1331         * tests/test-array_oset.c: New file.
1332
1333 2007-01-14  Bruno Haible  <bruno@clisp.org>
1334
1335         * modules/array-list-tests: New file.
1336         * tests/test-array_list.c: New file.
1337
1338 2007-01-14  Bruno Haible  <bruno@clisp.org>
1339
1340         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1341         and make.
1342         Reported by Simon Josefsson in
1343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1344
1345 2007-01-14  Bruno Haible  <bruno@clisp.org>
1346
1347         * modules/allocsa-tests: New file.
1348         * tests/test-allocsa.c: New file.
1349
1350 2007-01-14  Bruno Haible  <bruno@clisp.org>
1351
1352         * modules/fchdir (Depends-on): Add absolute-header.
1353         * modules/unistd (Depends-on): Likewise.
1354
1355 2006-12-30  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/fchdir: New file.
1358         * modules/unistd (Files): Add lib/unistd_.h.
1359         (Makefile.am): Generate unistd.h from unistd_.h.
1360         * lib/fchdir.c: New file.
1361         * lib/dirent_.h: New file.
1362         * lib/unistd_.h: New file.
1363         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1364         * m4/fchdir.m4: New file.
1365         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1366         (gl_HEADER_UNISTD): Invoke it.
1367         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1368         function.
1369         * lib/backupfile.c (opendir, closedir): Undefine.
1370         * lib/chown.c (open, close): Undefine.
1371         * lib/clean-temp.c (open, close): Undefine.
1372         * lib/copy-file.c (open, close): Undefine.
1373         * lib/execute.c (open, close): Undefine.
1374         * lib/fsusage.c (open, close): Undefine.
1375         * lib/gc-gnulib.c (open, close): Undefine.
1376         * lib/getcwd.c (opendir, closedir): Undefine.
1377         * lib/glob.c (opendir, closedir): Undefine.
1378         * lib/javacomp.c (open, close): Undefine.
1379         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1380         * lib/openat-proc.c (open, close): Undefine.
1381         * lib/pagealign_alloc.c (open, close): Undefine.
1382         * lib/pipe.c (open, close): Undefine.
1383         * lib/progreloc.c (open, close): Undefine.
1384         * lib/savedir.c (opendir, closedir): Undefine.
1385         * lib/utime.c (open, close): Undefine.
1386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1387
1388 2007-01-10  Bruno Haible  <bruno@clisp.org>
1389
1390         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1391
1392 2007-01-12  Eric Blake  <ebb9@byu.net>
1393
1394         Provide a robust <wchar.h>.  Further simplifications are now
1395         possible in other modules, but not included here.
1396         * modules/wchar: New module.
1397         * m4/wchar.m4: New file.
1398         * lib/wchar_.h: Likewise.
1399         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1400         of the new module.
1401         * MODULES.html.sh (Extended multibyte and wide character utilities):
1402         New section.
1403
1404 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1405
1406         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1407         to a reasonable default for memory allocation.
1408         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1409         file system that reports garbage st_size values for symlinks.
1410         Problem reported by Liyang Hu.
1411
1412 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1413
1414         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1415         Emacs .#* auto-save files).
1416
1417 2007-01-11  Bruno Haible  <bruno@clisp.org>
1418
1419         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1420         directory.
1421
1422 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1423
1424         Use @...@ consistently in lib/wctype_.h.
1425         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1426         on it being set to 1 or 0.
1427         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1428         go back to AC_SUBSTing it.
1429         * modules/wctype (Makefile.am): Undo previous change.
1430
1431 2007-01-10  Eric Blake  <ebb9@byu.net>
1432
1433         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1434         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1435         * modules/wctype (Makefile.am): Likewise.
1436         Reported by Chris McGuire.
1437
1438 2007-01-10  Jim Meyering  <jim@meyering.net>
1439
1440         fts.c: a small readability/maintainability improvement
1441         * lib/fts.c (fts_read): Make this code slightly more readable and
1442         maintainable by hoisting the "sp->fts_cur = p" assignments to
1443         immediately follow the statements that set P.  Derived from
1444         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1445
1446 2007-01-10  Eric Blake  <ebb9@byu.net>
1447
1448         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1449         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1450         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1451         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1452         Reported by Chris McGuire.
1453
1454 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1455
1456         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1457         in sed script.
1458
1459 2007-01-09  Bruno Haible  <bruno@clisp.org>
1460
1461         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1462         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1463         variables.
1464         (func_module): Use them.
1465
1466 2007-01-09  Bruno Haible  <bruno@clisp.org>
1467
1468         * modules/unistr/base: New file.
1469         * lib/unistr.h: New file.
1470
1471         * modules/unistr/u8-to-u16: New file.
1472         * lib/unistr/u8-to-u16.c: New file.
1473
1474         * modules/unistr/u8-to-u32: New file.
1475         * lib/unistr/u8-to-u32.c: New file.
1476
1477         * modules/unistr/u16-to-u8: New file.
1478         * lib/unistr/u16-to-u8.c: New file.
1479
1480         * modules/unistr/u16-to-u32: New file.
1481         * lib/unistr/u16-to-u32.c: New file.
1482
1483         * modules/unistr/u32-to-u8: New file.
1484         * lib/unistr/u32-to-u8.c: New file.
1485
1486         * modules/unistr/u32-to-u16: New file.
1487         * lib/unistr/u32-to-u16.c: New file.
1488
1489         * modules/unistr/u8-check: New file.
1490         * modules/unistr/u16-check: New file.
1491         * modules/unistr/u32-check: New file.
1492         * lib/unistr/u8-check.c: New file.
1493         * lib/unistr/u16-check.c: New file.
1494         * lib/unistr/u32-check.c: New file.
1495
1496         * modules/unistr/u8-chr: New file.
1497         * modules/unistr/u16-chr: New file.
1498         * modules/unistr/u32-chr: New file.
1499         * lib/unistr/u8-chr.c: New file.
1500         * lib/unistr/u16-chr.c: New file.
1501         * lib/unistr/u32-chr.c: New file.
1502
1503         * modules/unistr/u8-cmp: New file.
1504         * modules/unistr/u16-cmp: New file.
1505         * modules/unistr/u32-cmp: New file.
1506         * lib/unistr/u8-cmp.c: New file.
1507         * lib/unistr/u16-cmp.c: New file.
1508         * lib/unistr/u32-cmp.c: New file.
1509
1510         * modules/unistr/u8-cpy: New file.
1511         * modules/unistr/u16-cpy: New file.
1512         * modules/unistr/u32-cpy: New file.
1513         * lib/unistr/u8-cpy.c: New file.
1514         * lib/unistr/u16-cpy.c: New file.
1515         * lib/unistr/u32-cpy.c: New file.
1516         * lib/unistr/u-cpy.h: New file.
1517
1518         * modules/unistr/u8-cpy-alloc: New file.
1519         * modules/unistr/u16-cpy-alloc: New file.
1520         * modules/unistr/u32-cpy-alloc: New file.
1521         * lib/unistr/u8-cpy-alloc.c: New file.
1522         * lib/unistr/u16-cpy-alloc.c: New file.
1523         * lib/unistr/u32-cpy-alloc.c: New file.
1524         * lib/unistr/u-cpy-alloc.h: New file.
1525
1526         * modules/unistr/u8-endswith: New file.
1527         * modules/unistr/u16-endswith: New file.
1528         * modules/unistr/u32-endswith: New file.
1529         * lib/unistr/u8-endswith.c: New file.
1530         * lib/unistr/u16-endswith.c: New file.
1531         * lib/unistr/u32-endswith.c: New file.
1532         * lib/unistr/u-endswith.h: New file.
1533
1534         * modules/unistr/u8-mblen: New file.
1535         * modules/unistr/u16-mblen: New file.
1536         * modules/unistr/u32-mblen: New file.
1537         * lib/unistr/u8-mblen.c: New file.
1538         * lib/unistr/u16-mblen.c: New file.
1539         * lib/unistr/u32-mblen.c: New file.
1540
1541         * modules/unistr/u8-mbtouc: New file.
1542         * modules/unistr/u16-mbtouc: New file.
1543         * modules/unistr/u32-mbtouc: New file.
1544         * lib/unistr/u8-mbtouc.c: New file.
1545         * lib/unistr/u16-mbtouc.c: New file.
1546         * lib/unistr/u32-mbtouc.c: New file.
1547
1548         * modules/unistr/u8-mbtouc-safe: New file.
1549         * modules/unistr/u16-mbtouc-safe: New file.
1550         * modules/unistr/u32-mbtouc-safe: New file.
1551         * lib/unistr/u8-mbtouc-safe.c: New file.
1552         * lib/unistr/u16-mbtouc-safe.c: New file.
1553         * lib/unistr/u32-mbtouc-safe.c: New file.
1554
1555         * modules/unistr/u8-move: New file.
1556         * modules/unistr/u16-move: New file.
1557         * modules/unistr/u32-move: New file.
1558         * lib/unistr/u8-move.c: New file.
1559         * lib/unistr/u16-move.c: New file.
1560         * lib/unistr/u32-move.c: New file.
1561         * lib/unistr/u-move.h: New file.
1562
1563         * modules/unistr/u8-next: New file.
1564         * modules/unistr/u16-next: New file.
1565         * modules/unistr/u32-next: New file.
1566         * lib/unistr/u8-next.c: New file.
1567         * lib/unistr/u16-next.c: New file.
1568         * lib/unistr/u32-next.c: New file.
1569
1570         * modules/unistr/u8-prev: New file.
1571         * modules/unistr/u16-prev: New file.
1572         * modules/unistr/u32-prev: New file.
1573         * lib/unistr/u8-prev.c: New file.
1574         * lib/unistr/u16-prev.c: New file.
1575         * lib/unistr/u32-prev.c: New file.
1576
1577         * modules/unistr/u8-set: New file.
1578         * modules/unistr/u16-set: New file.
1579         * modules/unistr/u32-set: New file.
1580         * lib/unistr/u8-set.c: New file.
1581         * lib/unistr/u16-set.c: New file.
1582         * lib/unistr/u32-set.c: New file.
1583         * lib/unistr/u-set.h: New file.
1584
1585         * modules/unistr/u8-startswith: New file.
1586         * modules/unistr/u16-startswith: New file.
1587         * modules/unistr/u32-startswith: New file.
1588         * lib/unistr/u8-startswith.c: New file.
1589         * lib/unistr/u16-startswith.c: New file.
1590         * lib/unistr/u32-startswith.c: New file.
1591         * lib/unistr/u-startswith.h: New file.
1592
1593         * modules/unistr/u8-stpcpy: New file.
1594         * modules/unistr/u16-stpcpy: New file.
1595         * modules/unistr/u32-stpcpy: New file.
1596         * lib/unistr/u8-stpcpy.c: New file.
1597         * lib/unistr/u16-stpcpy.c: New file.
1598         * lib/unistr/u32-stpcpy.c: New file.
1599         * lib/unistr/u-stpcpy.h: New file.
1600
1601         * modules/unistr/u8-stpncpy: New file.
1602         * modules/unistr/u16-stpncpy: New file.
1603         * modules/unistr/u32-stpncpy: New file.
1604         * lib/unistr/u8-stpncpy.c: New file.
1605         * lib/unistr/u16-stpncpy.c: New file.
1606         * lib/unistr/u32-stpncpy.c: New file.
1607         * lib/unistr/u-stpncpy.h: New file.
1608
1609         * modules/unistr/u8-strcat: New file.
1610         * modules/unistr/u16-strcat: New file.
1611         * modules/unistr/u32-strcat: New file.
1612         * lib/unistr/u8-strcat.c: New file.
1613         * lib/unistr/u16-strcat.c: New file.
1614         * lib/unistr/u32-strcat.c: New file.
1615         * lib/unistr/u-strcat.h: New file.
1616
1617         * modules/unistr/u8-strchr: New file.
1618         * modules/unistr/u16-strchr: New file.
1619         * modules/unistr/u32-strchr: New file.
1620         * lib/unistr/u8-strchr.c: New file.
1621         * lib/unistr/u16-strchr.c: New file.
1622         * lib/unistr/u32-strchr.c: New file.
1623
1624         * modules/unistr/u8-strcmp: New file.
1625         * modules/unistr/u16-strcmp: New file.
1626         * modules/unistr/u32-strcmp: New file.
1627         * lib/unistr/u8-strcmp.c: New file.
1628         * lib/unistr/u16-strcmp.c: New file.
1629         * lib/unistr/u32-strcmp.c: New file.
1630
1631         * modules/unistr/u8-strcpy: New file.
1632         * modules/unistr/u16-strcpy: New file.
1633         * modules/unistr/u32-strcpy: New file.
1634         * lib/unistr/u8-strcpy.c: New file.
1635         * lib/unistr/u16-strcpy.c: New file.
1636         * lib/unistr/u32-strcpy.c: New file.
1637         * lib/unistr/u-strcpy.h: New file.
1638
1639         * modules/unistr/u8-strcspn: New file.
1640         * modules/unistr/u16-strcspn: New file.
1641         * modules/unistr/u32-strcspn: New file.
1642         * lib/unistr/u8-strcspn.c: New file.
1643         * lib/unistr/u16-strcspn.c: New file.
1644         * lib/unistr/u32-strcspn.c: New file.
1645         * lib/unistr/u-strcspn.h: New file.
1646
1647         * modules/unistr/u8-strdup: New file.
1648         * modules/unistr/u16-strdup: New file.
1649         * modules/unistr/u32-strdup: New file.
1650         * lib/unistr/u8-strdup.c: New file.
1651         * lib/unistr/u16-strdup.c: New file.
1652         * lib/unistr/u32-strdup.c: New file.
1653         * lib/unistr/u-strdup.h: New file.
1654
1655         * modules/unistr/u8-strlen: New file.
1656         * modules/unistr/u16-strlen: New file.
1657         * modules/unistr/u32-strlen: New file.
1658         * lib/unistr/u8-strlen.c: New file.
1659         * lib/unistr/u16-strlen.c: New file.
1660         * lib/unistr/u32-strlen.c: New file.
1661         * lib/unistr/u-strlen.h: New file.
1662
1663         * modules/unistr/u8-strmblen: New file.
1664         * modules/unistr/u16-strmblen: New file.
1665         * modules/unistr/u32-strmblen: New file.
1666         * lib/unistr/u8-strmblen.c: New file.
1667         * lib/unistr/u16-strmblen.c: New file.
1668         * lib/unistr/u32-strmblen.c: New file.
1669
1670         * modules/unistr/u8-strmbtouc: New file.
1671         * modules/unistr/u16-strmbtouc: New file.
1672         * modules/unistr/u32-strmbtouc: New file.
1673         * lib/unistr/u8-strmbtouc.c: New file.
1674         * lib/unistr/u16-strmbtouc.c: New file.
1675         * lib/unistr/u32-strmbtouc.c: New file.
1676
1677         * modules/unistr/u8-strncat: New file.
1678         * modules/unistr/u16-strncat: New file.
1679         * modules/unistr/u32-strncat: New file.
1680         * lib/unistr/u8-strncat.c: New file.
1681         * lib/unistr/u16-strncat.c: New file.
1682         * lib/unistr/u32-strncat.c: New file.
1683         * lib/unistr/u-strncat.h: New file.
1684
1685         * modules/unistr/u8-strncmp: New file.
1686         * modules/unistr/u16-strncmp: New file.
1687         * modules/unistr/u32-strncmp: New file.
1688         * lib/unistr/u8-strncmp.c: New file.
1689         * lib/unistr/u16-strncmp.c: New file.
1690         * lib/unistr/u32-strncmp.c: New file.
1691
1692         * modules/unistr/u8-strncpy: New file.
1693         * modules/unistr/u16-strncpy: New file.
1694         * modules/unistr/u32-strncpy: New file.
1695         * lib/unistr/u8-strncpy.c: New file.
1696         * lib/unistr/u16-strncpy.c: New file.
1697         * lib/unistr/u32-strncpy.c: New file.
1698         * lib/unistr/u-strncpy.h: New file.
1699
1700         * modules/unistr/u8-strnlen: New file.
1701         * modules/unistr/u16-strnlen: New file.
1702         * modules/unistr/u32-strnlen: New file.
1703         * lib/unistr/u8-strnlen.c: New file.
1704         * lib/unistr/u16-strnlen.c: New file.
1705         * lib/unistr/u32-strnlen.c: New file.
1706         * lib/unistr/u-strnlen.h: New file.
1707
1708         * modules/unistr/u8-strpbrk: New file.
1709         * modules/unistr/u16-strpbrk: New file.
1710         * modules/unistr/u32-strpbrk: New file.
1711         * lib/unistr/u8-strpbrk.c: New file.
1712         * lib/unistr/u16-strpbrk.c: New file.
1713         * lib/unistr/u32-strpbrk.c: New file.
1714         * lib/unistr/u-strpbrk.h: New file.
1715
1716         * modules/unistr/u8-strrchr: New file.
1717         * modules/unistr/u16-strrchr: New file.
1718         * modules/unistr/u32-strrchr: New file.
1719         * lib/unistr/u8-strrchr.c: New file.
1720         * lib/unistr/u16-strrchr.c: New file.
1721         * lib/unistr/u32-strrchr.c: New file.
1722
1723         * modules/unistr/u8-strspn: New file.
1724         * modules/unistr/u16-strspn: New file.
1725         * modules/unistr/u32-strspn: New file.
1726         * lib/unistr/u8-strspn.c: New file.
1727         * lib/unistr/u16-strspn.c: New file.
1728         * lib/unistr/u32-strspn.c: New file.
1729         * lib/unistr/u-strspn.h: New file.
1730
1731         * modules/unistr/u8-strstr: New file.
1732         * modules/unistr/u16-strstr: New file.
1733         * modules/unistr/u32-strstr: New file.
1734         * lib/unistr/u8-strstr.c: New file.
1735         * lib/unistr/u16-strstr.c: New file.
1736         * lib/unistr/u32-strstr.c: New file.
1737         * lib/unistr/u-strstr.h: New file.
1738
1739         * modules/unistr/u8-strtok: New file.
1740         * modules/unistr/u16-strtok: New file.
1741         * modules/unistr/u32-strtok: New file.
1742         * lib/unistr/u8-strtok.c: New file.
1743         * lib/unistr/u16-strtok.c: New file.
1744         * lib/unistr/u32-strtok.c: New file.
1745         * lib/unistr/u-strtok.h: New file.
1746
1747         * modules/unistr/u8-uctomb: New file.
1748         * modules/unistr/u16-uctomb: New file.
1749         * modules/unistr/u32-uctomb: New file.
1750         * lib/unistr/u8-uctomb.c: New file.
1751         * lib/unistr/u16-uctomb.c: New file.
1752         * lib/unistr/u32-uctomb.c: New file.
1753
1754         * MODULES.html.sh (Unicode string functions): Add the new modules.
1755
1756 2007-01-08  Bruno Haible  <bruno@clisp.org>
1757
1758         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1759         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1760         subdirectories.
1761
1762 2007-01-08  Karl Berry  <karl@gnu.org>
1763
1764         * doc/error.texi: mention that main() fns must set program_name
1765         when progname is used.
1766
1767 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1768
1769         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1770         WCTYPE_H is empty, for the benefit of builds from non-distclean
1771         directories.  Problem reported by Eric Blake in
1772         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1773
1774 2007-01-08  Bruno Haible  <bruno@clisp.org>
1775
1776         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1777         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1778         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1779         PROVIDE_CANONICALIZE_FILENAME_MODE.
1780         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1781
1782 2007-01-08  Bruno Haible  <bruno@clisp.org>
1783
1784         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1785         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1786         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1787         * lib/fts.c: Likewise.
1788         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1789
1790 2006-12-25  Bruno Haible  <bruno@clisp.org>
1791
1792         * modules/utf8-ucs4-safe: New file.
1793         * lib/utf8-ucs4-safe.h: New file.
1794         * lib/unistr/utf8-ucs4-safe.c: New file.
1795
1796         * modules/utf16-ucs4-safe: New file.
1797         * lib/utf16-ucs4-safe.h: New file.
1798         * lib/unistr/utf16-ucs4-safe.c: New file.
1799
1800         * MODULES.html.sh (Unicode string functions): Add the new modules.
1801
1802 2007-01-08  Bruno Haible  <bruno@clisp.org>
1803
1804         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1805         (Depends-on): Add unitypes.
1806         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1807         (u8_mbtouc_aux): Move out to separate file.
1808         (u8_mbtouc): Use ucs4_t, uint8_t types.
1809         * lib/unistr/utf8-ucs4.c: New file.
1810
1811         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1812         (Depends-on): Add unitypes.
1813         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1814         (u16_mbtouc_aux): Move out to separate file.
1815         (u16_mbtouc): Use ucs4_t, uint16_t types.
1816         * lib/unistr/utf16-ucs4.c: New file.
1817
1818         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1819         (Depends-on): Add unitypes.
1820         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1821         (u8_uctomb_aux): Move out to separate file.
1822         (u8_uctomb): Use ucs4_t, uint8_t types.
1823         * lib/unistr/ucs4-utf8.c: New file.
1824
1825         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1826         (Depends-on): Add unitypes.
1827         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1828         (u16_uctomb_aux): Move out to separate file.
1829         (u16_uctomb): Use ucs4_t, uint16_t types.
1830         * lib/unistr/ucs4-utf16.c: New file.
1831
1832 2006-12-25  Bruno Haible  <bruno@clisp.org>
1833
1834         * modules/unitypes: New file.
1835         * lib/unitypes.h: New file.
1836         * MODULES.html.sh (func_all_modules): New section "Unicode string
1837         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1838         this section. Add unitypes.
1839
1840 2007-01-08  Bruno Haible  <bruno@clisp.org>
1841
1842         Avoid variable names that conflict with those from libtool.
1843         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1844         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1845         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1846         library_names_spec to acl_library_names_spec, hardcode_* to
1847         acl_hardcode_*.
1848         Reported by Ralf Wildenhues.
1849
1850 2007-01-08  Bruno Haible  <bruno@clisp.org>
1851
1852         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1853         definition.
1854         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1855         definition.
1856         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1857         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1858         definition.
1859         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1860         definition.
1861         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1862         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1863         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1864         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1865         definition.
1866         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1867         definition.
1868         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1869         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1870         GC_USE_<algorithm>.
1871         * lib/gc-libgcrypt.c: Likewise.
1872         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1873         * modules/gc-arctwo (configure.ac): Likewise.
1874         * modules/gc-des (configure.ac): Likewise.
1875         * modules/gc-hmac-md5 (configure.ac): Likewise.
1876         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1877         * modules/gc-md2 (configure.ac): Likewise.
1878         * modules/gc-md4 (configure.ac): Likewise.
1879         * modules/gc-md5 (configure.ac): Likewise.
1880         * modules/gc-random (configure.ac): Likewise.
1881         * modules/gc-rijndael (configure.ac): Likewise.
1882         * modules/gc-sha1 (configure.ac): Likewise.
1883
1884 2007-01-08  Bruno Haible  <bruno@clisp.org>
1885
1886         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1887         macro definition.
1888         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1889         definition.
1890         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1891         definition.
1892         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1893         * modules/fcntl-safer (configure.ac): Likewise.
1894         * modules/fopen-safer (configure.ac): Likewise.
1895         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1896         GNULIB_FWRITEERROR macro definition.
1897
1898 2007-01-08  Bruno Haible  <bruno@clisp.org>
1899
1900         * m4/gnulib-common.m4: New file.
1901         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1902         (func_get_filelist): Add m4/gnulib-common.m4.
1903
1904 2007-01-08  Bruno Haible  <bruno@clisp.org>
1905
1906         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1907         command.
1908
1909 2007-01-08  Jim Meyering  <jim@meyering.net>
1910
1911         Use a more robust test for a "can't happen" condition.
1912         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1913         narrowed the st_size value.  Presuming the "can't happen" condition
1914         is true, that narrowing could conceivably convert an invalid st_size
1915         value into a valid one.  Instead, use a change based on Matthew
1916         Woehlke's original patch.
1917
1918         Slight readability improvement: use an assert-like macro
1919         in place of literal "abort ()" uses.
1920         * lib/fts.c (fts_assert): Define.
1921         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1922         Use this macro instead of a bare 'abort'.
1923
1924 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1925
1926         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1927         simply work around them.
1928         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1929         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1930         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1931         Don't bother to define as macros, since the standard doesn't require it.
1932         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1933         longer worry about IRIX 5.3.
1934         (HAVE_WCTYPE_CTMP_BUG): Remove.
1935
1936 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1937
1938         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1939         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1940         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1941         Problems reported by Georg Schwarz for IRIX 5.3.
1942
1943         * gnulib-tool (autoconf_minversion): Take the maximum version number
1944         found, not the minimum.  Problem reported by James Youngman.
1945
1946 2007-01-03  Karl Berry  <karl@gnu.org>
1947
1948         * doc/error.texi: new file, explaining interaction with progname.
1949         * doc/gnulib.texi: include it.  Update copyright.
1950
1951 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1952
1953         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1954         AC_CANONICAL_HOST, to improve autobuild outputs.
1955
1956 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1957             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1958
1959         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1960         sockets, server sockets, and other file descriptors.  Count errors
1961         to compute the return value.  Reorder the code a bit to be easier
1962         to follow.  Don't set event bits that were not requested (except
1963         POLLERR and POLLHUP).
1964
1965 2007-01-01  Bruno Haible  <bruno@clisp.org>
1966
1967         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1968
1969 2007-01-03  Jim Meyering  <jim@meyering.net>
1970
1971         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1972
1973 2007-01-02  Bruno Haible  <bruno@clisp.org>
1974
1975         * modules/settime (Include): Require timespec.h.
1976         * modules/nanosleep (Include): Likewise.
1977
1978 2007-01-01  Bruno Haible  <bruno@clisp.org>
1979
1980         * gnulib-tool (func_emit_copyright_notice): Bump year.
1981         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1982
1983 2007-01-01  Bruno Haible  <bruno@clisp.org>
1984
1985         Improve support for OpenBSD.
1986         * build-aux/config.rpath (libname_spec): Export.
1987         (library_names_spec): New variable. Export.
1988         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1989         library_names_spec from the config.rpath output. Locate shared library
1990         through the name pattern in library_names_spec.
1991
1992 2007-01-01  Eric Blake  <ebb9@byu.net>
1993
1994         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1995
1996 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1999         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2000         assume the C locale, and avoid an "eval" that could cause trouble.
2001         Problem with SORT reported by Bob Proulx.
2002
2003         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2004         Define.  Trivial patch from Henning Nielsen Lund, originally
2005         sent to bug-grep@gnu.org today.
2006
2007 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2008
2009         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2010         struct stat.  Problem reported by Henning Nielsen Lund.
2011         * lib/acl.c: Include acl.h first, to check interface.  Don't
2012         bother to include sys/types.h and sys/stat.h again.
2013
2014 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2015
2016         Import the following change from libc; problem reported by
2017         Sven Verdoolaege.
2018
2019         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2020
2021         [BZ #1373]
2022         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2023
2024 2006-12-28  Jim Meyering  <jim@meyering.net>
2025
2026         * build-aux/announce-gen: Do not assume that the package
2027         builds any of tar.gz, tar.bz2, and .xdelta files.
2028         Suggestion from Simon Josefsson.
2029
2030 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2031
2032         * modules/announce-gen: New file.
2033
2034 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2035
2036         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2037         handles its gotchas now.
2038         * lib/mbswidth.c: Likewise.
2039         * lib/wcwidth.h: Likewise.
2040         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2041         and iswcntrl; the wctype module does this stuff now.
2042         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2043         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2044         * modules/mbchar (Depends-on): Add wctype.
2045         * modules/mbswidth (Depends-on): Likewise.
2046         * modules/wcwidth (Depends-on): Likewise.
2047
2048 2006-12-27  Eric Blake  <ebb9@byu.net>
2049
2050         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2051         module uses more than what <wctype.h> is required to provide.
2052
2053 2006-12-26  Eric Blake  <ebb9@byu.net>
2054
2055         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2056
2057 2006-12-26  Eric Blake  <ebb9@byu.net>
2058
2059         * modules/absolute-header: New module.
2060         * modules/fcntl (Depends-on): Depend on it.
2061         * modules/inttypes (Depends-on): Likewise.
2062         * modules/stdint (Depends-on): Likewise.
2063         * modules/sys_stat (Depends-on): Likewise.
2064         * modules/wctype (Depends-on): Likewise.
2065         * MODULES.html.sh (Support for building libraries and
2066         executables): Document it.
2067
2068 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2069
2070         * gnulib-tool (SED): Remove, undoing previous change.
2071         The problem was that it broke coreutils on Solaris, because
2072         "sed --posix" leaked into a makefile.
2073         (sed): New alias, if 'alias' and GNU sed.
2074
2075 2006-12-24  Jim Meyering  <jim@meyering.net>
2076
2077         Work around an fchownat bug in glibc-2.4:
2078         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2079         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2080         in spite of the -P option.
2081         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2082         New macros.
2083         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2084         * modules/openat (Files): Add lib/fchownat.c.
2085         * lib/openat.c (fchownat): Don't define here.  Move to...
2086         * lib/fchownat.c: ...this new file.
2087
2088 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2089
2090         Fix bug reported by Bruno Haible in
2091         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2092         where quotearg.c didn't compile on Mac OS X 10.2 because it
2093         lacks <wchar.h> and wint_t.
2094         * lib/wctype_.h (__wctype_wint_t): New type.
2095         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2096         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2097         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2098         Arg is now of type __wctype_wint_t, not wint_t.
2099         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2100         substitute HAVE_WINT_T.
2101         * modules/wctype (Files): Add m4/wint_t.m4.
2102         (wctype.h): Substitute HAVE_WINT_T.
2103
2104 2006-12-23  Bruno Haible  <bruno@clisp.org>
2105
2106         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2107
2108 2006-12-23  Bruno Haible  <bruno@clisp.org>
2109
2110         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2111         S_ISLNK.
2112         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2113         mingw.
2114
2115 2006-12-22  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/copy-file.c: Include acl.h.
2118         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2119         Close the file descriptors only after being done with copy_acl.
2120         * modules/copy-file (Depends-on): Add acl.
2121
2122 2006-12-22  Bruno Haible  <bruno@clisp.org>
2123
2124         * gnulib-tool (SED): New variable.
2125         Use $SED instead of sed everywhere.
2126
2127 2006-12-22  Bruno Haible  <bruno@clisp.org>
2128
2129         * modules/no-c++: New file.
2130         * m4/no-c++.m4: New file.
2131         * MODULES.html.sh (Support for building libraries and executables):
2132         Add no-c++.
2133
2134 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2135
2136         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2137         Include <limits.h>, and use its INT_MAX to rewrite the
2138         j loop so that it does not overflow 'int'.  Problem reported by
2139         Ralf Wildenhues in
2140         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2141         Play it safe by shifting left by 1 rather than multiplying by 2,
2142         as GCC is less likely to optimize this away when the value
2143         is signed (when it assumes overflow leads to undefined behavior).
2144         Also, don't assume time_t uses two's complement.
2145
2146 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2147
2148         * MODULES.html.sh: New module wctype.
2149         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2150         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2151         <wctype.h>, since the new wctype module should fix this.
2152         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2153         the wctype module should arrange for it.
2154         * lib/regex_internal.h: Likewise.
2155         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2156         since the wctype module should handle this now.
2157         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2158         * modules/fnmatch (Depends-on): Add wctype.
2159         * modules/quotearg (Depends-on): Likewise.
2160         * modules/regex (Depends-on): Likewise.
2161
2162 2006-12-19  Bruno Haible  <bruno@clisp.org>
2163
2164         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2165         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2166
2167 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2168
2169         * modules/savewd (Depends-on): Fix dependency on fcntl.
2170
2171 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2172
2173         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2174         conforms to C99, rather than relying on the user's environment
2175         setting of STDINT_H.
2176
2177 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2178         and Eric Blake  <ebb9@byu.net>
2179
2180         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2181         This is more consistent with the other defines here.
2182         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2183         Port to z/OS.  Problem reported by Paul Gilmartin.
2184         Change local vars to use gl_ prefix rather than ac_.
2185         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2186         with other defines.
2187         * modules/double-slash-root: New module.
2188         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2189         (Depends-on): Add double-slash-root.
2190         * MODULES.html.sh (File system functions): Mention new module.
2191
2192 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2193
2194         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2195         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2196         This is for the benefit of gzip, which doesn't do i18n.
2197
2198 2006-12-12  Jim Meyering  <jim@meyering.net>
2199
2200         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2201         Reported by Andreas Schwab <schwab@suse.de>.
2202
2203 2006-12-12  Bruno Haible  <bruno@clisp.org>
2204
2205         Merge these changes.
2206         2006-09-05  Bruno Haible  <bruno@clisp.org>
2207         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2208         iconv_alloc succeeded.
2209         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2210         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2211         test for " && dest " at the end - dest is always != NULL there. Call
2212         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2213         with 2xNULL arguments, also to flush the state storage. Handle the
2214         IRIX iconv behaviour. Realloc the final result, to throw away unused
2215         memory.
2216
2217 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2218
2219         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2220         and fchmodat unconditionally, since glibc 2.4 has them.
2221         Problem reported by Arkadiusz Miskiewicz.
2222
2223 2006-12-10  Bruno Haible  <bruno@clisp.org>
2224
2225         * gnulib-tool (func_import): Show the include files only for those
2226         modules that are copied and specified.
2227         Reported by Karl Berry.
2228
2229 2006-12-08  Jim Meyering  <jim@meyering.net>
2230
2231         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2232         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2233
2234         * build-aux/announce-gen: Add two new options, both optional:
2235         --bootstrap-tools=TOOL_LIST
2236               a comma-separated list of tools, e.g.,
2237               autoconf,automake,bison,gnulib
2238         --gnulib-snapshot-date=DATE
2239               if gnulib is in the bootstrap tool list,
2240               then report this as the snapshot date.
2241               If not specified, use the current date/time.
2242               If you specify a date here, be sure it's UTC.
2243
2244 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245
2246         * tests/test-argp-2.sh: Fix test to match actual output.
2247         (func_compare): Fix sed script to be portable.
2248
2249 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2250
2251         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2252         workaround for this case.  It is not autoconfigured now; offhand
2253         it's hard to see how to autoconfigure it.
2254
2255 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2256
2257         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2258         a directory that is about to be chowned.  Such a directory's
2259         initial file permissions should permit the owner only and this
2260         should not be changed until after the chown, since the group and
2261         other bits would be incorrect if they granted permission before
2262         the chown.
2263
2264         Fix porting problem for iswctype reported by Georg Schwarz in:
2265         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2266         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2267         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2268         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2269         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2270
2271 2006-12-03  Jim Meyering  <jim@meyering.net>
2272
2273         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2274         p->fts_statp may not yet be defined.
2275         (fts_read): Instead, set it in the caller, once p->fts_statp is
2276         sure to be defined, and corresponds to a top-level directory.
2277         This bug made du -x fail.  Here's the coreutils test case:
2278         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2279         Reported by Mike Frysinger.
2280
2281 2006-12-01  Jim Meyering  <jim@meyering.net>
2282
2283         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2284         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2285         Reported by Simon Josefsson.
2286
2287 2006-11-30  Jim Meyering  <jim@meyering.net>
2288
2289         * m4/warning.m4: Use the all-permissive copyright notice
2290         recommended by RMS (rather than LGPL).
2291         * m4/vararrays.m4: Likewise.
2292         * m4/flexmember.m4: Likewise.
2293
2294 2006-11-29  Bruno Haible  <bruno@clisp.org>
2295
2296         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2297         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2298         using +=.
2299         Reported by Simon Josefsson <simon@josefsson.org>.
2300
2301 2006-11-28  James Youngman <jay@gnu.org>
2302
2303         * README: Advise users that they might find the bug-gnulib@gnu.org
2304         and autotools-announce@gnu.org mailing lists useful.
2305
2306 2006-11-28  Bruno Haible  <bruno@clisp.org>
2307
2308         * m4/ptrdiff_max.m4: Remove file.
2309
2310 2006-11-21  Bruno Haible  <bruno@clisp.org>
2311
2312         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2313         _AC_COMPUTE_INT.
2314         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2315         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2316         _AC_COMPUTE_INT.
2317         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2318         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2319         _AC_COMPUTE_INT.
2320         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2321
2322 2006-11-28  Jim Meyering  <jim@meyering.net>
2323
2324         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2325         warning from "gcc -Wshadow" about shadowing the builtin.
2326
2327 2006-11-27  Bruno Haible  <bruno@clisp.org>
2328
2329         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2330         _AC_COMPUTE_INT.
2331         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2332
2333 2006-11-27  Bruno Haible  <bruno@clisp.org>
2334             Paul Eggert  <eggert@cs.ucla.edu>
2335
2336         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2337
2338 2006-11-26  Bruno Haible  <bruno@clisp.org>
2339
2340         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2341         noinst_LTLIBRARIES.
2342
2343 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2344             Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2347         if compiling with "gcc -ansi".
2348
2349 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2350
2351         Fix some incompatibilities with gcc -ansi -pedantic.
2352         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2353         if compiling pedantically with GCC, unless it's C99 or later.
2354         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2355         it mishandles gcc -ansi -pedantic as well.
2356         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2357         if gcc -pedantic.
2358         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2359         initializers for struct if -pedantic, unless it's C99 or later.
2360
2361 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2362
2363         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2364         Don't close an fd more than once. Identical atimes indicate
2365         success, not failure.
2366
2367 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2368
2369         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2370
2371 2006-11-23  Jim Meyering  <jim@meyering.net>
2372
2373         * build-aux/announce-gen: New file.  From coreutils.
2374
2375 2006-11-22  Jim Meyering  <jim@meyering.net>
2376
2377         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2378         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2379         (fts_read): Use a temporary to narrow the overused st_size member
2380         before using it in a switch statement.  Reported by Matthew Woehlke.
2381
2382         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2383         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2384
2385 2006-11-20  Bruno Haible  <bruno@clisp.org>
2386
2387         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2388         changequote instead of pairs of brackets.
2389         Reported by Andreas Schwab <schwab@suse.de>.
2390
2391 2006-11-21  Jim Meyering  <jim@meyering.net>
2392
2393         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2394         so as to remain compatible with older compilers.
2395         Patch from Michael Deutschmann.
2396
2397 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2398
2399         * MODULES.html.sh (File system functions): Add openat.
2400
2401         * lib/openat.h (rpl_fstatat): New macro, if
2402         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2403         (fstatat): Define to rpl_fstatat under the same conditions,
2404         unless COMPILING_FSTATAT.
2405         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2406         seems to have the bug.
2407         * lib/fstatat.c: New file.
2408         * modules/openat (Files): Add it.
2409
2410 2006-11-20  Bruno Haible  <bruno@clisp.org>
2411
2412         * Makefile: New file.
2413
2414 2006-11-20  Jim Meyering  <jim@meyering.net>
2415
2416         The beginnings of syntax-related checks for gnulib.
2417         * lib/Makefile: New file.
2418         * lib/t-idcache: New script.  Ensure that the two halves of
2419         idcache.c stay in sync.
2420
2421         * lib/idcache.c: Adjust comments in user- and group- portions to
2422         be more accurate, and to be consistent with one another.
2423
2424 2006-11-20  Jim Meyering  <jim@meyering.net>
2425
2426         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2427         continue using the flexible array member (thus, this module performs
2428         half as many malloc calls), with the addition that...
2429         (getgroup, getuser): Consistently record a non-match via an empty
2430         "name" string, and map an empty string match to a NULL return value.
2431         * modules/idcache (Depends-on): Re-add flexmember.
2432
2433         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2434         (getuidbyname, getgroup, getgidbyname): Likewise.
2435
2436         Use cleaner syntax: NULL rather than 0.
2437         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2438
2439 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2440
2441         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2442         It mishandled the case where the group was missing.
2443         Problem reported by Greg Schafer.
2444         * modules/idcache: Likewise.
2445
2446 2006-11-18  Jim Meyering  <jim@meyering.net>
2447
2448         * check-module (%exempt_header): Add exception for some
2449         conditionally-included headers.
2450
2451         * modules/i-ring (Depends-on): Add verify.
2452         (License): Change to LGPL.
2453
2454 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2455
2456         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2457         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2458         and inttostr.h.  Use snprintf rather than uinttostr, so that
2459         LGPLed code doesn't depend on GPLed.
2460
2461 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2462
2463         * modules/inline (License): Change from GPL to LGPL.
2464
2465 2006-11-17  Jim Meyering  <jim@meyering.net>
2466
2467         * modules/d-type (License): Switch to LGPL.
2468
2469 2006-11-15  Bruno Haible  <bruno@clisp.org>
2470
2471         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2472
2473 2006-11-15  Eric Blake  <ebb9@byu.net>
2474
2475         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2476         the module dependency.
2477
2478 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2479             Bruno Haible  <bruno@clisp.org>
2480
2481         * gnulib-tool (func_create_testdir): Add license consistency check.
2482
2483 2006-11-15  Eric Blake  <ebb9@byu.net>
2484
2485         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2486         random "(cached)" in configure output.
2487
2488 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2489
2490         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2491         test for conforming inttypes.h is both announced and cached.
2492
2493         * MODULES.html.sh (seen_modules, seen_files): New variables.
2494         (func_module): Rewrite to use a few less gnulib-tool and sed
2495         invocations.  Avoid a couple of quadratic algorithms for ...
2496         (missed_modules, missed_files): ... these, with ...
2497         (func_append, func_tmpdir): ... these new functions, from
2498         gnulib-tool.  Analogously, install traps for cleanup.
2499
2500         * tests/test-gc.c (main): Remove unused variables.
2501         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2502
2503 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2504
2505         * modules/inttostr (License): Change to LGPL.
2506
2507 2006-11-14  Eric Blake  <ebb9@byu.net>
2508
2509         * modules/tempname (License): Change to LGPL.
2510
2511 2006-11-14  Eric Blake  <ebb9@byu.net>
2512
2513         * doc/functions.texi (Function Portability): *printf functions on
2514         Cygwin now understand all POSIX size specifiers.
2515
2516 2006-11-14  Bruno Haible  <bruno@clisp.org>
2517
2518         * modules/c-ctype (License): Change to LGPL.
2519
2520 2006-11-12  Bruno Haible  <bruno@clisp.org>
2521
2522         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2523         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2524         for GNOME libraries, for which the include files are installed in
2525         subdirectories of $prefix/include.
2526
2527 2006-11-12  Bruno Haible  <bruno@clisp.org>
2528
2529         * m4/lib-link.m4: Require at least autoconf-2.54.
2530         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2531         name to underscores for the --with option.
2532
2533 2006-11-13  Bruno Haible  <bruno@clisp.org>
2534
2535         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2536         the tests directory.
2537         Reported by Ralf Wildenhues.
2538
2539 2006-11-13  Bruno Haible  <bruno@clisp.org>
2540
2541         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2542         (func_emit_initmacro_end): Undo the override here.
2543         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2544         Works around the famous automake error in coreutils.
2545
2546 2006-11-13  Eric Blake  <ebb9@byu.net>
2547
2548         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2549         element, not its node.
2550
2551 2006-11-12  Bruno Haible  <bruno@clisp.org>
2552
2553         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2554         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2555
2556 2006-11-12  Bruno Haible  <bruno@clisp.org>
2557
2558         * gnulib-tool: New option --local-symlink.
2559         (func_usage): Document it.
2560         (lsymbolic): New variable.
2561         (func_import, func_create_testdir): If --symlink was not specified,
2562         test whether --local-symlink was specified and the file comes from
2563         the local_gnulib_dir.
2564
2565 2006-11-12  Bruno Haible  <bruno@clisp.org>
2566
2567         * gnulib-tool (func_ln): New function.
2568         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2569
2570 2006-11-12  Bruno Haible  <bruno@clisp.org>
2571
2572         Finish support for source files in subdirectories.
2573         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2574         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2575         AUTOMAKE_OPTIONS.
2576         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2577
2578 2006-11-12  Bruno Haible  <bruno@clisp.org>
2579
2580         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2581         EXTRA_lib_SOURCES augmentation.
2582         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2583
2584 2006-11-12  Jim Meyering  <jim@meyering.net>
2585
2586         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2587         file descriptors.  This also averts a failure on systems with
2588         native openat support when a traversed directory lacks "x" access.
2589         * lib/fts_.h: Include "i-ring.h"
2590         (struct FTS) [fts_fd_ring]: New member.
2591         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2592         (FCHDIR): Add parentheses.
2593         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2594         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2595         When descending, rather than simply closing the previous
2596         fts_cwd_fd value, push that file descriptor onto the ring.
2597         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2598         (fts_open): Initialize the new fd_ring member.
2599         (fts_close): Clear the ring.
2600         (fts_safe_changedir): When possible, use our new fd_ring to skip
2601         the diropen and fstat and dev/ino comparison that would normally
2602         accompany a virtual `chdir ("..")'.
2603
2604         * modules/fts (Depends-on): Add i-ring.
2605         * modules/i-ring: New module.
2606         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2607         * m4/i-ring.m4: New file.
2608
2609 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2610
2611         * gnulib-tool (func_create_testdir): Fix replacement of
2612         `build-aux' in configure.ac.  Run autotools in gltests
2613         subdirectory.
2614         (func_create_testdir, func_create_megatestdir, test): There is
2615         no need for '--force' in most autotool invocations in a new
2616         tree.  Actually fail the whole test if any of the tools, or the
2617         configure or make stages fail.
2618
2619         Sync from Automake.
2620         * build-aux/gnupload: Revert last change.  Add pointer to upload
2621         instructions of the GNU Maintenance Instructions.
2622         Suggestion by Karl Berry.
2623
2624 2006-11-10  Jim Meyering  <jim@meyering.net>
2625
2626         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2627
2628 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2629
2630         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2631         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2632         (bind_textdomain_codeset) [! ENABLE_NLS]:
2633         Evaluate all the arguments.  That way, callers get compatible behavior
2634         if the arguments have side effects.  Also, it avoids some GCC
2635         diagnostics in some cases; Joel E. Denny reported problems when Bison
2636         was configured with --enable-gcc-warnigs.
2637
2638 2006-11-10  Jim Meyering  <jim@meyering.net>
2639
2640         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2641         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2642         account.
2643
2644 2006-11-10  Jim Meyering  <jim@meyering.net>
2645
2646         * modules/inline: New file/module.
2647         * modules/xalloc (Files): Remove m4/inline.m4.
2648         (Depends-on): Add inline, instead.
2649         * modules/oset: Likewise.
2650         * modules/list: Likewise.
2651
2652 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2653
2654         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2655         Problem reported by Matthew Woehlke.
2656
2657 2006-11-09  Bruno Haible  <bruno@clisp.org>
2658
2659         * lib/tempname.c (gen_tempname): Remove variant that invokes
2660         __gen_tempname.
2661         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2662         __gen_tempname.
2663
2664 2006-11-08  Bruno Haible  <bruno@clisp.org>
2665
2666         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2667         to 'yes' instead of 'cross-compiling'.
2668
2669 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2670
2671         * lib/quotearg.h (quotearg_free): New decl.
2672         * lib/quotearg.c (quotearg_free): New function.
2673         (slot0, nslots, slotvec0, slotvec):
2674         Now file-scope so that quotearg_free can get at them.
2675
2676 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2677
2678         Sync from Automake.
2679         * build-aux/gnupload: Add missing 'gnu' to example URL.
2680         Report by Karl Berry.
2681
2682 2006-11-08  Bruno Haible  <bruno@clisp.org>
2683
2684         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2685         Suggested by Paul Eggert.
2686
2687 2006-11-08  Jim Meyering  <jim@meyering.net>
2688
2689         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2690         It's already included if !_LIBC.
2691         (fts_safe_changedir): Add a comment.
2692
2693 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2694
2695         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2696         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2697         Matthew Woehlke.
2698
2699         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2700         definitions up, to avoid colliding with change below.
2701         (static_inline) [HAVE_INLINE]: New macro.
2702         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2703         Provide extern decls when !HAVE_INLINE.  Do not define unless
2704         static_inline is defined, either by us or by xmalloc.c.  Use
2705         static_inline rather than static inline.
2706         (XCALLOC): Optimize sizeof(T) = 1 case.
2707         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2708
2709 2006-11-07  Bruno Haible  <bruno@clisp.org>
2710
2711         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2712         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2713         AC_C_INLINE.
2714         * modules/xalloc (Files): Add m4/inline.m4.
2715
2716 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2717
2718         * README: Fix typo.
2719         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2720         (Miscellanous Notes): ...from this.
2721
2722 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2723
2724         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2725         Mention that offsetof should be used instead of sizeof.
2726         From Bruno Haible.
2727
2728 2006-11-07  Bruno Haible  <bruno@clisp.org>
2729
2730         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2731
2732 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2733
2734         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2735         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2736         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2737         (gl_tree_add_before, gl_tree_add_after):
2738         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2739         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2740         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2741         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2742         (gl_linked_add_after, gl_linked_add_at): Likewise.
2743         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2744         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2745         (gl_tree_add_before, gl_tree_add_after): Likewise.
2746         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2747         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2748         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2749
2750 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2751
2752         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2753
2754 2006-11-06  Bruno Haible  <bruno@clisp.org>
2755
2756         * m4/inline.m4: New file.
2757         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2758         * modules/list (Files): Add m4/inline.m4.
2759         * modules/oset (Files): Likewise.
2760
2761 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * lib/idcache.c: Include <stddef.h>, for offsetof.
2764         (struct userid.name): Change from char * to a flexible array member.
2765         All uses changed.
2766         * modules/idcache (Depends-on): Add flexmember.
2767
2768         * MODULES.html.sh (Core language properties): New module flexmember.
2769         * modules/flexmember, m4/flexmember.m4: New files.
2770
2771         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2772         inline functions that are identical with the old xnmalloc_inline,
2773         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2774         that we can avoid some unnecessary integer multiplications and
2775         divisions in the common case where the element size is known at
2776         compile time.
2777         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2778         needed.
2779         (xnboundedmalloc): Remove.
2780         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2781         arguments, for consistency with rest of this header.
2782         (xcharalloc): Rewrite using XNMALLOC.
2783         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2784         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2785         versions have been moved to lib/xalloc.h and renamed to be the
2786         non-*_inline versions.
2787         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2788         and xnrealloc functions, since those functions are now inline and
2789         now call us.
2790         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2791         renaming described above.
2792         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2793         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2794         captures the dependency in AC_C_INLINE.
2795
2796         New module canonicalize-lgpl, proposed by Charles Wilson in
2797         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2798         with a few small changes afterwards.
2799         * MODULES.html.sh (File system functions): New module
2800         canonicalize-lgpl.
2801         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2802         and canonicalize_file_name.
2803         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2804         * modules/canonicalize-lgpl: New files.
2805
2806 2006-11-05  Bruno Haible  <bruno@clisp.org>
2807
2808         * gnulib-tool (func_import, func_create_testdir): Create directories
2809         also for files in subdirectories of lib/.
2810
2811 2006-11-05  Bruno Haible  <bruno@clisp.org>
2812
2813         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2814         ANSI C compliant.
2815
2816 2006-11-03  Bruno Haible  <bruno@clisp.org>
2817
2818         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2819         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2820         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2821         (xnboundedmalloc): New inline function.
2822         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2823         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2824         xmalloc.
2825         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2826         xmalloc.
2827         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2828         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2829         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2830         xmalloc.
2831         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2832         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2833         xmalloc.
2834         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2835         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2836         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2837         xmalloc.
2838         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2839         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2840         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2841         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2842         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2843         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2844         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2845
2846 2006-11-03  Bruno Haible  <bruno@clisp.org>
2847
2848         * lib/c-ctype.h [C++]: Define functions without name mangling.
2849         * lib/fwriteerror.h [C++]: Likewise.
2850         * lib/gcd.h [C++]: Likewise.
2851         * lib/linebreak.h [C++]: Likewise.
2852
2853 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2854
2855         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2856         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2857         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2858         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2859         Check for functions and headers just once.
2860         Check for declaration of canonicalize_file_name.
2861         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2862
2863 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2864
2865         * gnulib-tool (func_import): Fix typo in actioncmd.
2866
2867 2006-11-02  Bruno Haible  <bruno@clisp.org>
2868
2869         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2870         newline sequence in the Makefile.am snippet as a space, like "make"
2871         does.
2872         Reported by Roger Persson <perrog@gmail.com>.
2873
2874 2006-11-01  Bruno Haible  <bruno@clisp.org>
2875
2876         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2877         already declared in <string.h>.
2878         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2879
2880 2006-11-01  Bruno Haible  <bruno@clisp.org>
2881
2882         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2883         * lib/strcase.h: Include <string.h>.
2884         (strcasecmp): Define to rpl_strcasecmp here.
2885
2886 2006-11-01  Bruno Haible  <bruno@clisp.org>
2887
2888         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2889
2890 2006-11-01  Eric Blake  <ebb9@byu.net>
2891
2892         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2893
2894         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2895
2896 2006-10-29  Bruno Haible  <bruno@clisp.org>
2897
2898         Make it compile in C++ mode.
2899         * lib/full-write.c (full_rw): Add a cast.
2900
2901 2006-11-01  Bruno Haible  <bruno@clisp.org>
2902
2903         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2904         be POSIX compliant.
2905         Reported by Roger Persson <perrog@gmail.com>.
2906
2907 2006-11-01  Eric Blake  <ebb9@byu.net>
2908
2909         * lib/getopt_.h: Fix comments.
2910
2911 2006-10-31  Eric Blake  <ebb9@byu.net>
2912
2913         * modules/tmpdir (Depends-on): Add sys_stat.
2914         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2915         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2916         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2917         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2918         tempname.
2919
2920 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2921
2922         Avoid some C++ diagnostics reported by Bruno Haible.
2923         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2924         xmalloc.
2925         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2926         (struct slotvec): Move to top level.
2927         (quotearg_n_options): Rewrite to avoid xmalloc.
2928         * lib/xalloc.h (xcharalloc): New function.
2929         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2930         [defined __cplusplus]: Add function template that provides result
2931         type propagation.  This part of the change is from Bruno Haible.
2932
2933 2006-10-29  Bruno Haible  <bruno@clisp.org>
2934
2935         Make it compile in C++ mode.
2936         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2937         * lib/strnlen1.c (strnlen1): Cast memchr result.
2938         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2939         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2940         (create_temp_dir): Rename local variable 'template'.
2941         (compile_csharp_using_sscli): Add cast.
2942         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2943         * lib/findprog.c (find_in_path): Likewise.
2944         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2945         * lib/wait-process.c (register_slave_subprocess): Likewise.
2946
2947 2006-10-22  Bruno Haible  <bruno@clisp.org>
2948
2949         * modules/tsearch: New file.
2950         * lib/tsearch.h: New file.
2951         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2952         * m4/tsearch.m4: New file.
2953         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2954
2955 2006-10-29  Eric Blake  <ebb9@byu.net>
2956
2957         * lib/arcfour.c: Assume config.h.
2958         * lib/arctwo.c: Likewise.
2959         * lib/base64.c: Likewise.
2960         * lib/check-version.c: Likewise.
2961         * lib/crc.c: Likewise.
2962         * lib/des.c: Likewise.
2963         * lib/gc-gnulib.c: Likewise.
2964         * lib/gc-libgcrypt.c: Likewise.
2965         * lib/gc-pbkdf2-sha1.c: Likewise.
2966         * lib/getaddrinfo.c: Likewise.
2967         * lib/getdelim.c: Likewise.
2968         * lib/getline.c: Likewise.
2969         * lib/hmac-md5.c: Likewise.
2970         * lib/hmac-sha1.c: Likewise.
2971         * lib/iconvme.c: Likewise.
2972         * lib/md2.c: Likewise.
2973         * lib/md4.c: Likewise.
2974         * lib/memxor.c: Likewise.
2975         * lib/read-file.c: Likewise.
2976         * lib/readline.c: Likewise.
2977         * lib/rijndael-alg-fst.c: Likewise.
2978         * lib/rijndael-api-fst.c: Likewise.
2979         * lib/xgetdomainname.c: Likewise.
2980
2981 2006-10-28  Eric Blake  <ebb9@byu.net>
2982
2983         * lib/xstrndup.c: Assume config.h.
2984
2985 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2986
2987         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2988         stat-macros.h is now for our own macros, whereas stat_h is for
2989         macros in the <sys/stat.h> name space.
2990         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2991         (STAT_MACROS_H): Remove.
2992         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2993         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2994         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2995         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2996         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2997         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2998         Move these macros to ...
2999         * lib/stat_.h: here.  Don't include stat-macros.h.
3000         * lib/canonicalize.c: Don't include stat-macros.h.
3001         * lib/chown.c: Likewise.
3002         * lib/euidaccess.c: Likewise.
3003         * lib/file-type.c: Likewise.
3004         * lib/filemode.c: Likewise.
3005         * lib/glob.c: Likewise.
3006         * lib/isapipe.c: Likewise.
3007         * lib/lchown.c: Likewise.
3008         * lib/lstat.c: Likewise.
3009         * lib/mkdir-p.c: Likewise.
3010         * lib/rmdir.c: Likewise.
3011         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3012         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3013         unless mkdir isn't declared, to speed up 'configure'.
3014         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3015         would define all the S_* symbols.
3016         * modules/canonicalize (Depends-on):
3017         Depend on sys_stat, not stat-macros.
3018         * modules/chown: Likewise.
3019         * modules/euidaccess: Likewise.
3020         * modules/filemode: Likewise.
3021         * modules/file-type: Likewise.
3022         * modules/glob: Likewise.
3023         * modules/isapipe: Likewise.
3024         * modules/lchown: Likewise.
3025         * modules/lstat: Likewise.
3026         * modules/mkancesdirs: Likewise.
3027         * modules/rmdir: Likewise.
3028         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3029         * modules/modechange: Likewise.
3030         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3031         (configure.ac): Remove gl_STAT_MACROS.
3032         * modules/sys_stat (Depends-on): Remove stat-macros.
3033
3034 2006-10-27  Bruno Haible  <bruno@clisp.org>
3035
3036         * m4/signed.m4: Remove file.
3037         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3038         invocation.
3039         * modules/vasnprintf (Files): Remove m4/signed.m4.
3040
3041 2006-10-27  Bruno Haible  <bruno@clisp.org>
3042
3043         Update to GNU gettext 0.16.
3044         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3045         m4/inttypes-h.m4, m4/signed.m4.
3046         * m4/gettext.m4: Update to GNU gettext 0.16.
3047         * m4/intl.m4: New file, from GNU gettext.
3048         * m4/intldir.m4: New file, from GNU gettext.
3049         * config/srclist.txt: Update
3050
3051 2006-10-27  Eric Blake  <ebb9@byu.net>
3052
3053         * MODULES.html.sh: Document tempname.
3054         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3055         dependencies.
3056         (Files): Move lib/tempname.c...
3057         * modules/tempname: ...to this new module.
3058         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3059         (gl_PREREQ_TEMPNAME): Move...
3060         * m4/tempname.m4: ...to this new file.
3061         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3062         * modules/sys_stat (Depends-on): Add stat-macros.
3063         * lib/stat_.h (includes): Pick up stat macros.
3064         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3065         if stat macros are broken.
3066         * lib/tempname.c (includes): No need to include "stat-macros.h".
3067         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3068         (direxists, __path_search) [!_LIBC]: Don't compile these in
3069         gnulib; the tmpdir module covers that.
3070         * lib/tempname.h: New file.
3071
3072 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         * COPYING: Explain how gnulib-tool converts licence headers.
3075         Almost all wording by Eric Blake.
3076
3077 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3078
3079         * lib/mbchar.h (is_basic_table): Make read-only.
3080         * lib/mbchar.c (is_basic_table): Likewise.
3081         Reported by John Darrington.
3082
3083 2006-10-25  Bruno Haible  <bruno@clisp.org>
3084
3085         * lib/progname.h (set_program_name): Undefine before defining.
3086
3087 2006-10-25  Bruno Haible  <bruno@clisp.org>
3088
3089         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3090         false for non-gcc C++ compilers.
3091         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3092
3093 2006-10-24  Bruno Haible  <bruno@clisp.org>
3094
3095         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3096         iconv implementations like Irix iconv.
3097
3098 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * modules/vararrays: New file.
3101         * m4/vararrays.m4: New file, taken from diffutils.
3102         * MODULES.html.sh: New module vararrays.
3103
3104 2006-10-24  Karl Berry  <karl@gnu.org>
3105
3106         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3107         Don't call GNU Unix.
3108
3109 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3110
3111         * users.txt: Add Libtool.
3112
3113         Sync from Libtool:
3114
3115         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3116
3117         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3118         to gnulib's policy of including config.h unconditionally.
3119
3120 2006-10-24  Bruno Haible  <bruno@clisp.org>
3121
3122         * modules/wcwidth (Files): Add m4/wint_t.m4.
3123         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3124         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3125
3126 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3127
3128         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3129         to pacify GCC with some -W flags enabled.  Problem reported by
3130         Bruno Haible.
3131
3132 2006-10-24  Jim Meyering  <jim@meyering.net>
3133
3134         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3135         Reported by Karl Berry.
3136
3137 2006-10-23  Bruno Haible  <bruno@clisp.org>
3138
3139         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3140
3141 2006-10-24  Bruno Haible  <bruno@clisp.org>
3142
3143         * lib/gl_list.h: Use C comment style, not C++ comment style.
3144
3145 2006-10-23  Eric Blake  <ebb9@byu.net>
3146
3147         * lib/getaddrinfo.c (includes): Add missing include.
3148
3149 2006-10-23  Bruno Haible  <bruno@clisp.org>
3150             Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         Ability to rename obstack_free.
3153         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3154         obstack_free.
3155         (obstack_free): Invoke the __obstack_free macro.
3156         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3157
3158 2006-10-23  Bruno Haible  <bruno@clisp.org>
3159             Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3162         __argc, __argv from the declaration. (They are defined as macros on
3163         mingw.)
3164
3165 2006-10-22  Bruno Haible  <bruno@clisp.org>
3166
3167         * doc/gnulib-intro.texi: New file.
3168         * doc/gnulib.texi: Include it.
3169
3170 2006-10-21  Bruno Haible  <bruno@clisp.org>
3171
3172         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3173         "Introduction", "Miscellanous Notes", "Particular Modules".
3174
3175 2006-10-21  Bruno Haible  <bruno@clisp.org>
3176
3177         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3178         Change mostlyclean-local rule to avoid sh syntax error from bash
3179         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3180
3181 2006-10-23  Jim Meyering  <jim@meyering.net>
3182
3183         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3184         in place of snprintf.
3185
3186         * modules/inttostr (Files): Add lib/uinttostr.c.
3187         * lib/uinttostr.c (inttostr): New file/function.
3188         * lib/inttostr.h (uinttostr): Declare.
3189         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3190         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3191         Add uinttostr.
3192         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3193
3194 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3195
3196         * lib/canonicalize.c (ELOOP): Define if not already defined.
3197         Problem reported by Bruno Haible in
3198         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3199
3200 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3201
3202         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3203         Problem reported by Perry Smith and Ville Laurikari.
3204
3205         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3206         uses.
3207
3208 2006-10-19  Bruno Haible  <bruno@clisp.org>
3209
3210         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3211         for mingw.
3212
3213 2006-10-19  Bruno Haible  <bruno@clisp.org>
3214
3215         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3216         Needed for mingw.
3217
3218 2006-10-19  Bruno Haible  <bruno@clisp.org>
3219
3220         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3221
3222 2006-10-19  Bruno Haible  <bruno@clisp.org>
3223
3224         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3225         it.
3226
3227 2006-10-19  Bruno Haible  <bruno@clisp.org>
3228
3229         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3230         invocation.
3231
3232 2006-10-19  Bruno Haible  <bruno@clisp.org>
3233
3234         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3235         mountlist by default.
3236
3237 2006-10-16  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/c-strstr.c: Include c-strstr.h.
3240
3241 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3242
3243         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3244         in a slash.
3245
3246 2006-10-18  Bruno Haible  <bruno@clisp.org>
3247
3248         * lib/lock.h [C++]: Wrap definitions in extern "C".
3249
3250 2006-10-18  Bruno Haible  <bruno@clisp.org>
3251
3252         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3253         gl_LIBOBJS list.
3254
3255 2006-10-18  Bruno Haible  <bruno@clisp.org>
3256
3257         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3258
3259 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3260
3261         * lib/xstrtol.h: Include gettext.h.
3262         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3263         Problem reported by Eric Blake.
3264         * modules/xstrtol (Depends-on): Add gettext-h.
3265
3266 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3267
3268         * lib/strftime.c (advance): New macro.
3269         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3270         incomplete type, so you can't add 0 to it.  Problem and patch
3271         reported by Eelco Dolstra for dietlibc.
3272
3273 2006-10-18  Jim Meyering  <jim@meyering.net>
3274
3275         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3276         type for a local, and rename it: s/up/user_proc/.
3277
3278 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3279
3280         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3281         READ_UTMP_USER_PROCESS.
3282         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3283
3284 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3285
3286         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3287         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3288
3289 2006-10-17  Eric Blake  <ebb9@byu.net>
3290
3291         * lib/sigprocmask.c (sigprocmask): Fix typo.
3292
3293         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3294
3295         * modules/clean-temp (Makefile.am): Don't add to make output...
3296         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3297         config.h.
3298
3299 2006-10-17  Bruno Haible  <bruno@clisp.org>
3300
3301         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3302         differently if DEFAULT_TEXT_DOMAIN is set.
3303
3304 2006-10-16  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/clean-temp.c: Include fwriteerror.h.
3307
3308 2006-10-16  Bruno Haible  <bruno@clisp.org>
3309
3310         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3311
3312 2006-10-16  Bruno Haible  <bruno@clisp.org>
3313
3314         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3315         * lib/sigprocmask.h: Include <sys/types.h>.
3316         (sigset_t): Use the system's definition if present.
3317
3318 2006-10-17  Eric Blake  <ebb9@byu.net>
3319
3320         * lib/xvasprintf.c (includes): Assume config.h.
3321         * lib/xasprintf.c (includes): Likewise.
3322
3323 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3324
3325         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3326         at least as wide as intmax_t.
3327
3328 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3329
3330         (Imported from Automake.)
3331         * build-aux/gnupload: Update to version 1.1 of directive file.
3332
3333 2006-10-16  Eric Blake  <ebb9@byu.net>
3334
3335         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3336         match Automake 1.10a.
3337
3338 2006-10-14  Bruno Haible  <bruno@clisp.org>
3339
3340         * modules/sigprocmask: New file.
3341         * lib/sigprocmask.h: New file.
3342         * lib/sigprocmask.c: New file.
3343         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3344         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3345         request sigprocmask.o.
3346         (gl_PREREQ_SIGPROCMASK): New macro.
3347         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3348         (Depends-on): Add sigprocmask.
3349         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3350         gt_SIGNALBLOCKING. Test for 'raise' only once.
3351         * lib/fatal-signal.c: Include sigprocmask.h.
3352         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3353         unblock_fatal_signals): Define always.
3354         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3355         sigprocmask.
3356
3357 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3358
3359         Sync from Automake.
3360         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3361         which incorrectly sets the mode of an existing destination
3362         directory.  In some cases the unpatched install-sh could do the
3363         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3364         system.  We hope this is rare in practice, but it's clearly worth
3365         fixing.  Problem reported by Alex Unleashed in
3366         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3367         Also, don't bother to check for -m bugs unless we're using -m;
3368         suggested by Stepan Kasal.
3369
3370 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3371
3372         Sync from Automake.
3373         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3374         `-c' flag, so they appear at the same position as in %FASTDEP%
3375         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3376         which ignores unknown options only after the first non-option.
3377         Bug report against M4 by Nelson H. F. Beebe.
3378
3379 2006-10-13  Jim Meyering  <jim@meyering.net>
3380
3381         Fix a bug in yesterday's change.
3382         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3383         p->fts_statp->st_dev would be used uninitialized.
3384         Ensures that we always call fts_stat on the very first entry.
3385         Miklos Szeredi reported that find -xdev stopped working.
3386
3387 2006-10-12  Bruno Haible  <bruno@clisp.org>
3388
3389         * gnulib-tool (func_get_automake_snippet): Append an automatically
3390         computed EXTRA_DIST augmentation.
3391         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3392         * modules/alloca-opt (Makefile.am): Likewise.
3393         * modules/allocsa (Makefile.am): Likewise.
3394         * modules/arcfour (Makefile.am): Likewise.
3395         * modules/arctwo (Makefile.am): Likewise.
3396         * modules/argmatch (Makefile.am): Likewise.
3397         * modules/argz (Makefile.am): Likewise.
3398         * modules/atexit (Makefile.am): Likewise.
3399         * modules/backupfile (Makefile.am): Likewise.
3400         * modules/byteswap (Makefile.am): Likewise.
3401         * modules/c-strtod (Makefile.am): Likewise.
3402         * modules/c-strtold (Makefile.am): Likewise.
3403         * modules/calloc (Makefile.am): Likewise.
3404         * modules/canon-host (Makefile.am): Likewise.
3405         * modules/canonicalize (Makefile.am): Likewise.
3406         * modules/chdir-long (Makefile.am): Likewise.
3407         * modules/chdir-safer (Makefile.am): Likewise.
3408         * modules/check-version (Makefile.am): Likewise.
3409         * modules/chown (Makefile.am): Likewise.
3410         * modules/cloexec (Makefile.am): Likewise.
3411         * modules/close-stream (Makefile.am): Likewise.
3412         * modules/closeout (Makefile.am): Likewise.
3413         * modules/crc (Makefile.am): Likewise.
3414         * modules/csharpexec (Makefile.am): Likewise.
3415         * modules/cycle-check (Makefile.am): Likewise.
3416         * modules/des (Makefile.am): Likewise.
3417         * modules/dev-ino (Makefile.am): Likewise.
3418         * modules/dirfd (Makefile.am): Likewise.
3419         * modules/dirname (Makefile.am): Likewise.
3420         * modules/dup2 (Makefile.am): Likewise.
3421         * modules/eealloc (Makefile.am): Likewise.
3422         * modules/error (Makefile.am): Likewise.
3423         * modules/euidaccess (Makefile.am): Likewise.
3424         * modules/exclude (Makefile.am): Likewise.
3425         * modules/exitfail (Makefile.am): Likewise.
3426         * modules/fcntl-safer (Makefile.am): Likewise.
3427         * modules/fcntl (Makefile.am): Likewise.
3428         * modules/file-type (Makefile.am): Likewise.
3429         * modules/fileblocks (Makefile.am): Likewise.
3430         * modules/filemode (Makefile.am): Likewise.
3431         * modules/filenamecat (Makefile.am): Likewise.
3432         * modules/fnmatch (Makefile.am): Likewise.
3433         * modules/fopen-safer (Makefile.am): Likewise.
3434         * modules/fpending (Makefile.am): Likewise.
3435         * modules/fprintftime (Makefile.am): Likewise.
3436         * modules/free (Makefile.am): Likewise.
3437         * modules/fsusage (Makefile.am): Likewise.
3438         * modules/ftruncate (Makefile.am): Likewise.
3439         * modules/fts (Makefile.am): Likewise.
3440         * modules/gc-arcfour (Makefile.am): Likewise.
3441         * modules/gc-des (Makefile.am): Likewise.
3442         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3443         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3444         * modules/gc-md4 (Makefile.am): Likewise.
3445         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3446         * modules/gc-sha1 (Makefile.am): Likewise.
3447         * modules/gc (Makefile.am): Likewise.
3448         * modules/getaddrinfo (Makefile.am): Likewise.
3449         * modules/getcwd (Makefile.am): Likewise.
3450         * modules/getdelim (Makefile.am): Likewise.
3451         * modules/getdomainname (Makefile.am): Likewise.
3452         * modules/getgroups (Makefile.am): Likewise.
3453         * modules/gethostname (Makefile.am): Likewise.
3454         * modules/gethrxtime (Makefile.am): Likewise.
3455         * modules/getline (Makefile.am): Likewise.
3456         * modules/getloadavg (Makefile.am): Likewise.
3457         * modules/getlogin_r (Makefile.am): Likewise.
3458         * modules/getndelim2 (Makefile.am): Likewise.
3459         * modules/getopt (Makefile.am): Likewise.
3460         * modules/getpagesize (Makefile.am): Likewise.
3461         * modules/getpass-gnu (Makefile.am): Likewise.
3462         * modules/getpass (Makefile.am): Likewise.
3463         * modules/getsubopt (Makefile.am): Likewise.
3464         * modules/gettime (Makefile.am): Likewise.
3465         * modules/gettimeofday (Makefile.am): Likewise.
3466         * modules/getugroups (Makefile.am): Likewise.
3467         * modules/getusershell (Makefile.am): Likewise.
3468         * modules/glob (Makefile.am): Likewise.
3469         * modules/group-member (Makefile.am): Likewise.
3470         * modules/hard-locale (Makefile.am): Likewise.
3471         * modules/hash (Makefile.am): Likewise.
3472         * modules/hmac-md5 (Makefile.am): Likewise.
3473         * modules/hmac-sha1 (Makefile.am): Likewise.
3474         * modules/human (Makefile.am): Likewise.
3475         * modules/idcache (Makefile.am): Likewise.
3476         * modules/imaxabs (Makefile.am): Likewise.
3477         * modules/imaxdiv (Makefile.am): Likewise.
3478         * modules/inet_ntop (Makefile.am): Likewise.
3479         * modules/inet_pton (Makefile.am): Likewise.
3480         * modules/intprops (Makefile.am): Likewise.
3481         * modules/inttostr (Makefile.am): Likewise.
3482         * modules/inttypes (Makefile.am): Likewise.
3483         * modules/isapipe (Makefile.am): Likewise.
3484         * modules/javaversion (Makefile.am): Likewise.
3485         * modules/lchmod (Makefile.am): Likewise.
3486         * modules/lchown (Makefile.am): Likewise.
3487         * modules/localcharset (Makefile.am): Likewise.
3488         * modules/long-options (Makefile.am): Likewise.
3489         * modules/lstat (Makefile.am): Likewise.
3490         * modules/malloc (Makefile.am): Likewise.
3491         * modules/mathl (Makefile.am): Likewise.
3492         * modules/mbchar (Makefile.am): Likewise.
3493         * modules/md2 (Makefile.am): Likewise.
3494         * modules/md4 (Makefile.am): Likewise.
3495         * modules/md5 (Makefile.am): Likewise.
3496         * modules/memcasecmp (Makefile.am): Likewise.
3497         * modules/memchr (Makefile.am): Likewise.
3498         * modules/memcmp (Makefile.am): Likewise.
3499         * modules/memcoll (Makefile.am): Likewise.
3500         * modules/memcpy (Makefile.am): Likewise.
3501         * modules/memmem (Makefile.am): Likewise.
3502         * modules/memmove (Makefile.am): Likewise.
3503         * modules/mempcpy (Makefile.am): Likewise.
3504         * modules/memrchr (Makefile.am): Likewise.
3505         * modules/memset (Makefile.am): Likewise.
3506         * modules/memxor (Makefile.am): Likewise.
3507         * modules/mkancesdirs (Makefile.am): Likewise.
3508         * modules/mkdir-p (Makefile.am): Likewise.
3509         * modules/mkdir (Makefile.am): Likewise.
3510         * modules/mkdtemp (Makefile.am): Likewise.
3511         * modules/mkstemp (Makefile.am): Likewise.
3512         * modules/mktime (Makefile.am): Likewise.
3513         * modules/modechange (Makefile.am): Likewise.
3514         * modules/mountlist (Makefile.am): Likewise.
3515         * modules/nanosleep (Makefile.am): Likewise.
3516         * modules/obstack (Makefile.am): Likewise.
3517         * modules/openat (Makefile.am): Likewise.
3518         * modules/pagealign_alloc (Makefile.am): Likewise.
3519         * modules/pathmax (Makefile.am): Likewise.
3520         * modules/physmem (Makefile.am): Likewise.
3521         * modules/poll (Makefile.am): Likewise.
3522         * modules/posixtm (Makefile.am): Likewise.
3523         * modules/posixver (Makefile.am): Likewise.
3524         * modules/putenv (Makefile.am): Likewise.
3525         * modules/quote (Makefile.am): Likewise.
3526         * modules/quotearg (Makefile.am): Likewise.
3527         * modules/raise (Makefile.am): Likewise.
3528         * modules/read-file (Makefile.am): Likewise.
3529         * modules/readline (Makefile.am): Likewise.
3530         * modules/readlink (Makefile.am): Likewise.
3531         * modules/readtokens (Makefile.am): Likewise.
3532         * modules/readutmp (Makefile.am): Likewise.
3533         * modules/realloc (Makefile.am): Likewise.
3534         * modules/regex (Makefile.am): Likewise.
3535         * modules/rename-dest-slash (Makefile.am): Likewise.
3536         * modules/rename (Makefile.am): Likewise.
3537         * modules/rijndael (Makefile.am): Likewise.
3538         * modules/rmdir (Makefile.am): Likewise.
3539         * modules/rpmatch (Makefile.am): Likewise.
3540         * modules/safe-read (Makefile.am): Likewise.
3541         * modules/safe-write (Makefile.am): Likewise.
3542         * modules/same-inode (Makefile.am): Likewise.
3543         * modules/same (Makefile.am): Likewise.
3544         * modules/save-cwd (Makefile.am): Likewise.
3545         * modules/savedir (Makefile.am): Likewise.
3546         * modules/setenv (Makefile.am): Likewise.
3547         * modules/settime (Makefile.am): Likewise.
3548         * modules/sha1 (Makefile.am): Likewise.
3549         * modules/sig2str (Makefile.am): Likewise.
3550         * modules/snprintf (Makefile.am): Likewise.
3551         * modules/stat-macros (Makefile.am): Likewise.
3552         * modules/stat-time (Makefile.am): Likewise.
3553         * modules/stdbool (Makefile.am): Likewise.
3554         * modules/stdint (Makefile.am): Likewise.
3555         * modules/stdlib-safer (Makefile.am): Likewise.
3556         * modules/stpcpy (Makefile.am): Likewise.
3557         * modules/stpncpy (Makefile.am): Likewise.
3558         * modules/strcase (Makefile.am): Likewise.
3559         * modules/strcasestr (Makefile.am): Likewise.
3560         * modules/strchrnul (Makefile.am): Likewise.
3561         * modules/strcspn (Makefile.am): Likewise.
3562         * modules/strdup (Makefile.am): Likewise.
3563         * modules/strerror (Makefile.am): Likewise.
3564         * modules/strftime (Makefile.am): Likewise.
3565         * modules/strndup (Makefile.am): Likewise.
3566         * modules/strnlen (Makefile.am): Likewise.
3567         * modules/strpbrk (Makefile.am): Likewise.
3568         * modules/strsep (Makefile.am): Likewise.
3569         * modules/strstr (Makefile.am): Likewise.
3570         * modules/strtod (Makefile.am): Likewise.
3571         * modules/strtoimax (Makefile.am): Likewise.
3572         * modules/strtok_r (Makefile.am): Likewise.
3573         * modules/strtol (Makefile.am): Likewise.
3574         * modules/strtoll (Makefile.am): Likewise.
3575         * modules/strtoul (Makefile.am): Likewise.
3576         * modules/strtoull (Makefile.am): Likewise.
3577         * modules/strtoumax (Makefile.am): Likewise.
3578         * modules/strverscmp (Makefile.am): Likewise.
3579         * modules/sys_socket (Makefile.am): Likewise.
3580         * modules/sys_stat (Makefile.am): Likewise.
3581         * modules/sysexits (Makefile.am): Likewise.
3582         * modules/time_r (Makefile.am): Likewise.
3583         * modules/timegm (Makefile.am): Likewise.
3584         * modules/timespec (Makefile.am): Likewise.
3585         * modules/tmpfile-safer (Makefile.am): Likewise.
3586         * modules/trim (Makefile.am): Likewise.
3587         * modules/unistd-safer (Makefile.am): Likewise.
3588         * modules/unlinkdir (Makefile.am): Likewise.
3589         * modules/unlocked-io (Makefile.am): Likewise.
3590         * modules/userspec (Makefile.am): Likewise.
3591         * modules/utime (Makefile.am): Likewise.
3592         * modules/utimecmp (Makefile.am): Likewise.
3593         * modules/utimens (Makefile.am): Likewise.
3594         * modules/vasnprintf (Makefile.am): Likewise.
3595         * modules/vasprintf (Makefile.am): Likewise.
3596         * modules/vsnprintf (Makefile.am): Likewise.
3597         * modules/xalloc (Makefile.am): Likewise.
3598         * modules/xgetcwd (Makefile.am): Likewise.
3599         * modules/xnanosleep (Makefile.am): Likewise.
3600         * modules/xreadlink (Makefile.am): Likewise.
3601         * modules/xstrtod (Makefile.am): Likewise.
3602         * modules/xstrtol (Makefile.am): Likewise.
3603         * modules/xstrtold (Makefile.am): Likewise.
3604         * modules/yesno (Makefile.am): Likewise.
3605         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3606
3607 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3608
3609         * modules/error (Makefile.am): Distribute files through
3610         EXTRA_DIST, not lib_SOURCES.
3611
3612 2006-10-12  Eric Blake  <ebb9@byu.net>
3613
3614         * modules/error (Makefile.am): Distribute files in /lib.
3615         * modules/obstack (Makefile.am): Likewise.
3616
3617 2006-10-12  Bruno Haible  <bruno@clisp.org>
3618
3619         * modules/acl (Makefile.am): Distribute all files in lib/ through
3620         EXTRA_DIST.
3621         * modules/arcfour (Makefile.am): Likewise.
3622         * modules/arctwo (Makefile.am): Likewise.
3623         * modules/argmatch (Makefile.am): Likewise.
3624         * modules/argz (Makefile.am): Likewise.
3625         * modules/atexit (Makefile.am): Likewise.
3626         * modules/backupfile (Makefile.am): Likewise.
3627         * modules/c-strtod (Makefile.am): Likewise.
3628         * modules/c-strtold (Makefile.am): Likewise.
3629         * modules/calloc (Makefile.am): Likewise.
3630         * modules/canon-host (Makefile.am): Likewise.
3631         * modules/canonicalize (Makefile.am): Likewise.
3632         * modules/chdir-long (Makefile.am): Likewise.
3633         * modules/chdir-safer (Makefile.am): Likewise.
3634         * modules/check-version (Makefile.am): Likewise.
3635         * modules/chown (Makefile.am): Likewise.
3636         * modules/cloexec (Makefile.am): Likewise.
3637         * modules/close-stream (Makefile.am): Likewise.
3638         * modules/closeout (Makefile.am): Likewise.
3639         * modules/crc (Makefile.am): Likewise.
3640         * modules/cycle-check (Makefile.am): Likewise.
3641         * modules/des (Makefile.am): Likewise.
3642         * modules/dirfd (Makefile.am): Likewise.
3643         * modules/dirname (Makefile.am): Likewise.
3644         * modules/dup2 (Makefile.am): Likewise.
3645         * modules/euidaccess (Makefile.am): Likewise.
3646         * modules/exclude (Makefile.am): Likewise.
3647         * modules/exitfail (Makefile.am): Likewise.
3648         * modules/fcntl-safer (Makefile.am): Likewise.
3649         * modules/file-type (Makefile.am): Likewise.
3650         * modules/fileblocks (Makefile.am): Likewise.
3651         * modules/filemode (Makefile.am): Likewise.
3652         * modules/filenamecat (Makefile.am): Likewise.
3653         * modules/fnmatch (Makefile.am): Likewise.
3654         * modules/fopen-safer (Makefile.am): Likewise.
3655         * modules/fpending (Makefile.am): Likewise.
3656         * modules/fprintftime (Makefile.am): Likewise.
3657         * modules/free (Makefile.am): Likewise.
3658         * modules/fsusage (Makefile.am): Likewise.
3659         * modules/ftruncate (Makefile.am): Likewise.
3660         * modules/fts (Makefile.am): Likewise.
3661         * modules/gc (Makefile.am): Likewise.
3662         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3663         * modules/getaddrinfo (Makefile.am): Likewise.
3664         * modules/getcwd (Makefile.am): Likewise.
3665         * modules/getdelim (Makefile.am): Likewise.
3666         * modules/getdomainname (Makefile.am): Likewise.
3667         * modules/getgroups (Makefile.am): Likewise.
3668         * modules/gethostname (Makefile.am): Likewise.
3669         * modules/gethrxtime (Makefile.am): Likewise.
3670         * modules/getline (Makefile.am): Likewise.
3671         * modules/getloadavg (Makefile.am): Likewise.
3672         * modules/getlogin_r (Makefile.am): Likewise.
3673         * modules/getopt (Makefile.am): Likewise.
3674         * modules/getpass (Makefile.am): Likewise.
3675         * modules/getpass-gnu (Makefile.am): Likewise.
3676         * modules/getsubopt (Makefile.am): Likewise.
3677         * modules/gettime (Makefile.am): Likewise.
3678         * modules/gettimeofday (Makefile.am): Likewise.
3679         * modules/getugroups (Makefile.am): Likewise.
3680         * modules/getusershell (Makefile.am): Likewise.
3681         * modules/glob (Makefile.am): Likewise.
3682         * modules/group-member (Makefile.am): Likewise.
3683         * modules/hard-locale (Makefile.am): Likewise.
3684         * modules/hash (Makefile.am): Likewise.
3685         * modules/hmac-md5 (Makefile.am): Likewise.
3686         * modules/hmac-sha1 (Makefile.am): Likewise.
3687         * modules/human (Makefile.am): Likewise.
3688         * modules/idcache (Makefile.am): Likewise.
3689         * modules/imaxabs (Makefile.am): Likewise.
3690         * modules/imaxdiv (Makefile.am): Likewise.
3691         * modules/inet_ntop (Makefile.am): Likewise.
3692         * modules/inet_pton (Makefile.am): Likewise.
3693         * modules/inttostr (Makefile.am): Likewise.
3694         * modules/isapipe (Makefile.am): Likewise.
3695         * modules/lchown (Makefile.am): Likewise.
3696         * modules/long-options (Makefile.am): Likewise.
3697         * modules/lstat (Makefile.am): Likewise.
3698         * modules/malloc (Makefile.am): Likewise.
3699         * modules/mathl (Makefile.am): Likewise.
3700         * modules/mbchar (Makefile.am): Likewise.
3701         * modules/md2 (Makefile.am): Likewise.
3702         * modules/md4 (Makefile.am): Likewise.
3703         * modules/md5 (Makefile.am): Likewise.
3704         * modules/memcasecmp (Makefile.am): Likewise.
3705         * modules/memchr (Makefile.am): Likewise.
3706         * modules/memcmp (Makefile.am): Likewise.
3707         * modules/memcoll (Makefile.am): Likewise.
3708         * modules/memcpy (Makefile.am): Likewise.
3709         * modules/memmem (Makefile.am): Likewise.
3710         * modules/memmove (Makefile.am): Likewise.
3711         * modules/mempcpy (Makefile.am): Likewise.
3712         * modules/memrchr (Makefile.am): Likewise.
3713         * modules/memset (Makefile.am): Likewise.
3714         * modules/memxor (Makefile.am): Likewise.
3715         * modules/mkancesdirs (Makefile.am): Likewise.
3716         * modules/mkdir (Makefile.am): Likewise.
3717         * modules/mkdir-p (Makefile.am): Likewise.
3718         * modules/mkdtemp (Makefile.am): Likewise.
3719         * modules/mkstemp (Makefile.am): Likewise.
3720         * modules/mktime (Makefile.am): Likewise.
3721         * modules/modechange (Makefile.am): Likewise.
3722         * modules/mountlist (Makefile.am): Likewise.
3723         * modules/nanosleep (Makefile.am): Likewise.
3724         * modules/openat (Makefile.am): Likewise.
3725         * modules/pagealign_alloc (Makefile.am): Likewise.
3726         * modules/physmem (Makefile.am): Likewise.
3727         * modules/poll (Makefile.am): Likewise.
3728         * modules/posixtm (Makefile.am): Likewise.
3729         * modules/posixver (Makefile.am): Likewise.
3730         * modules/putenv (Makefile.am): Likewise.
3731         * modules/quote (Makefile.am): Likewise.
3732         * modules/quotearg (Makefile.am): Likewise.
3733         * modules/raise (Makefile.am): Likewise.
3734         * modules/read-file (Makefile.am): Likewise.
3735         * modules/readline (Makefile.am): Likewise.
3736         * modules/readlink (Makefile.am): Likewise.
3737         * modules/readtokens (Makefile.am): Likewise.
3738         * modules/readutmp (Makefile.am): Likewise.
3739         * modules/realloc (Makefile.am): Likewise.
3740         * modules/regex (Makefile.am): Likewise.
3741         * modules/rename (Makefile.am): Likewise.
3742         * modules/rename-dest-slash (Makefile.am): Likewise.
3743         * modules/rijndael (Makefile.am): Likewise.
3744         * modules/rmdir (Makefile.am): Likewise.
3745         * modules/rpmatch (Makefile.am): Likewise.
3746         * modules/safe-read (Makefile.am): Likewise.
3747         * modules/safe-write (Makefile.am): Likewise.
3748         * modules/same (Makefile.am): Likewise.
3749         * modules/save-cwd (Makefile.am): Likewise.
3750         * modules/savedir (Makefile.am): Likewise.
3751         * modules/setenv (Makefile.am): Likewise.
3752         * modules/settime (Makefile.am): Likewise.
3753         * modules/sha1 (Makefile.am): Likewise.
3754         * modules/sig2str (Makefile.am): Likewise.
3755         * modules/snprintf (Makefile.am): Likewise.
3756         * modules/stdlib-safer (Makefile.am): Likewise.
3757         * modules/stpcpy (Makefile.am): Likewise.
3758         * modules/stpncpy (Makefile.am): Likewise.
3759         * modules/strcase (Makefile.am): Likewise.
3760         * modules/strcasestr (Makefile.am): Likewise.
3761         * modules/strchrnul (Makefile.am): Likewise.
3762         * modules/strcspn (Makefile.am): Likewise.
3763         * modules/strdup (Makefile.am): Likewise.
3764         * modules/strerror (Makefile.am): Likewise.
3765         * modules/strftime (Makefile.am): Likewise.
3766         * modules/strndup (Makefile.am): Likewise.
3767         * modules/strnlen (Makefile.am): Likewise.
3768         * modules/strpbrk (Makefile.am): Likewise.
3769         * modules/strsep (Makefile.am): Likewise.
3770         * modules/strstr (Makefile.am): Likewise.
3771         * modules/strtod (Makefile.am): Likewise.
3772         * modules/strtoimax (Makefile.am): Likewise.
3773         * modules/strtok_r (Makefile.am): Likewise.
3774         * modules/strtol (Makefile.am): Likewise.
3775         * modules/strtoll (Makefile.am): Likewise.
3776         * modules/strtoul (Makefile.am): Likewise.
3777         * modules/strtoull (Makefile.am): Likewise.
3778         * modules/strtoumax (Makefile.am): Likewise.
3779         * modules/strverscmp (Makefile.am): Likewise.
3780         * modules/time_r (Makefile.am): Likewise.
3781         * modules/timegm (Makefile.am): Likewise.
3782         * modules/tmpfile-safer (Makefile.am): Likewise.
3783         * modules/unistd-safer (Makefile.am): Likewise.
3784         * modules/unlinkdir (Makefile.am): Likewise.
3785         * modules/userspec (Makefile.am): Likewise.
3786         * modules/utime (Makefile.am): Likewise.
3787         * modules/utimecmp (Makefile.am): Likewise.
3788         * modules/utimens (Makefile.am): Likewise.
3789         * modules/vasnprintf (Makefile.am): Likewise.
3790         * modules/vasprintf (Makefile.am): Likewise.
3791         * modules/vsnprintf (Makefile.am): Likewise.
3792         * modules/xalloc (Makefile.am): Likewise.
3793         * modules/xgetcwd (Makefile.am): Likewise.
3794         * modules/xnanosleep (Makefile.am): Likewise.
3795         * modules/xreadlink (Makefile.am): Likewise.
3796         * modules/xstrtod (Makefile.am): Likewise.
3797         * modules/xstrtol (Makefile.am): Likewise.
3798         * modules/xstrtold (Makefile.am): Likewise.
3799         * modules/yesno (Makefile.am): Likewise.
3800
3801 2006-10-12  Jim Meyering  <jim@meyering.net>
3802
3803         * m4/getloadavg.m4: Revert the change below.
3804
3805         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3806         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3807         fail with a symlink, which is what coreutils' ./bootstrap now
3808         creates by default.
3809
3810 2006-10-12  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3813         mingw.
3814         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3815         MSVC and mingw explicitly.
3816
3817 2006-10-11  Simon Josefsson  <jas@extundo.com>
3818             Bruno Haible  <bruno@clisp.org>
3819
3820         Add support for multiple gnulib-tool invocations in the scope of a
3821         single configure.ac file.
3822         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3823         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3824         with the same contents as the _LIBADD variable.
3825         (func_emit_initmacro_start, func_emit_initmacro_end,
3826         func_emit_initmacro_done): New functions.
3827         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3828         gl_LIBOBJS and gl_LTLIBOBJS.
3829
3830 2006-10-11  Bruno Haible  <bruno@clisp.org>
3831
3832         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3833         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3834         autoreconf. Instead, invoke autopoint explicitly but move back the
3835         *.m4 files from gnulib.
3836
3837 2006-10-11  Bruno Haible  <bruno@clisp.org>
3838
3839         * gnulib-tool (func_usage): Make module names after --create-testdir
3840         optional.
3841         (func_create_testdir): If no module was specified, use nearly all
3842         modules.
3843
3844 2006-10-12  Jim Meyering  <jim@meyering.net>
3845
3846         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3847         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3848         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3849         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3850         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3851         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3852         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3853         (fts_set_stat_required): New function.
3854         (fts_open): Defer the calls to fts_stat, if possible or requested.
3855         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3856         into fts_stat itself.
3857         (fts_read): Perform any required (deferred) fts_stat call.
3858         (fts_build): Likewise, for the directory we're about to open and read.
3859         In the readdir loop, carefully decide whether each entry will require
3860         an eventual call to fts_stat, using dirent.d_type info if available.
3861         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3862         a command line argument into this function.  Update all callers.
3863         Map a return value of FTS_DOT to FTS_D for a command line argument.
3864         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3865         Thanks to Miklos Szeredi for his tenacity and for the initial
3866         bug report about "find" failing on a FUSE-based file system.
3867
3868         * lib/fts.c (fts_open): Use consistent indentation.
3869
3870 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3871
3872         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3873         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3874         reported by Jim Meyering.  All uses of cache variables renamed
3875         to match Autoconf's.
3876         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3877         the other one.
3878
3879         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3880         Fix misspelling in diagnostic.
3881
3882 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3883
3884         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3885         defined.  Problem reported by Matthew Woehlke.
3886
3887         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3888         Add support for Tandem NonStop R series.
3889         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3890         Use new macro.
3891
3892         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3893         (has_trailing_slash): Omit size arg; all callers changed.
3894         Omit 'inline', since it doesn't help performance and we'd
3895         need to configure it.
3896         Don't count //, ///, etc. as having a trailing slash.
3897         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3898         (rpl_rename_dest_slash): On failure, use rename's errno rather
3899         than (in some cases) an incorrect or junk errno.
3900         Simplify code by removing need to compute length; this does
3901         cause it to make two passes instead of one over the file name,
3902         but it's worth it.
3903
3904         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3905         change, since Autoconf's version may no longer be appropriate now
3906         that we are using CVS Autoconf's version.  Add support for Tandem.
3907
3908 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3909             Bruno Haible  <bruno@clisp.org>
3910
3911         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3912         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3913         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3914         gl_AC_TYPE_LONG_LONG.
3915
3916         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3917         instead of HAVE_LONG_LONG.
3918         * lib/printf-args.c (printf_fetchargs): Likewise.
3919         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3920         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3921         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3922         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3923         gl_AC_TYPE_LONG_LONG.
3924
3925 2006-10-11  Bruno Haible  <bruno@clisp.org>
3926
3927         * m4/longlong.m4: Add comments.
3928         * m4/ulonglong.m4: Likewise.
3929
3930 2006-10-10  Bruno Haible  <bruno@clisp.org>
3931
3932         Make it possible to #define stpcpy, strdup to aliases.
3933         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3934         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3935
3936 2006-10-10  Bruno Haible  <bruno@clisp.org>
3937
3938         Make it possible to #define gcd to an alias.
3939         * lib/gcd.c: Include config.h.
3940
3941 2006-10-10  Bruno Haible  <bruno@clisp.org>
3942
3943         Make it possible to #define c_isascii to an alias.
3944         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3945         defined. Undefine the macros before defining them, to avoid gcc
3946         warnings.
3947         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3948         define NO_C_CTYPE_MACROS early.
3949
3950 2006-10-10  Bruno Haible  <bruno@clisp.org>
3951
3952         Make it possible to #define set_program_name to an alias.
3953         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3954         ENABLE_RELOCATABLE early.
3955
3956 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3957
3958         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3959         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3960         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3961         More generally, don't assume that 64-bit signed int is available
3962         if unsigned int is, and vice versa.
3963         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3964         unsigned symbols, not on their signed counterparts.
3965         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3966         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3967         (UINT64_C, UINTMAX_C):
3968         Likewise.
3969         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3970         unsigned counterparts.
3971         (Have_long_long, Unsigned): New macros.
3972         (Int): Renamed from INT.
3973         (strtoimax): Use the new macros.
3974         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3975         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3976         * modules/inttypes (inttypes.h): Substitute
3977         HAVE_UNSIGNED_LONG_LONG_INT.
3978         * modules/stdint (stdint.h): Likewise.
3979         (Files): Add m4/ulonglong.m4.
3980
3981 2006-10-10  Bruno Haible  <bruno@clisp.org>
3982
3983         Fix a gcc -Wshadow warning.
3984         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3985         to 'bucket'.
3986         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3987         gl_linked_indexof_from_to): Likewise.
3988         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3989         Likewise.
3990         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3991         Likewise.
3992         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3993         Reported by Eric Blake.
3994
3995 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3996
3997         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3998         for NetBSD.  Problem reported by Bruno Haible.
3999
4000 2006-10-09  Jim Meyering  <jim@meyering.net>
4001
4002         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4003         Patch from Bruno Haible.
4004
4005 2006-10-09  Jim Meyering  <jim@meyering.net>
4006
4007         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4008         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4009         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4010
4011 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4012
4013         Don't include <config.h> twice; this doesn't work in some cases,
4014         e.g., when config.h has "#define intmax_t long long int" and
4015         we include <config.h>, <inttypes.h>, <config.h> in that order.
4016         Problem reported by Matthew Woehlke in:
4017         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4018         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4019         * lib/fts-cycle.c: Don't include config.h.
4020         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4021         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4022         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4023         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4024         inttypes.h.
4025         * lib/xstrtoumax.c: Likewise.
4026         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4027         __strtol and the like, so that this module is more like its siblings.
4028         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4029         Remove; no longer needed now that we assume gnulib inttypes.h.
4030
4031 2006-10-08  Bruno Haible  <bruno@clisp.org>
4032
4033         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4034         option.
4035
4036 2006-10-07  Jim Meyering  <jim@meyering.net>
4037
4038         * modules/inttypes (inttypes.h): Revert what seems to have been
4039         an inadvertent part of today's change: use "|", not "/" in the
4040         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4041
4042 2006-10-07  Bruno Haible  <bruno@clisp.org>
4043
4044         * modules/sublist: New file.
4045
4046 2006-10-07  Bruno Haible  <bruno@clisp.org>
4047
4048         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4049         * modules/argz (argz.h): Likewise.
4050         * modules/arpa_inet (arpa/inet.h): Likewise.
4051         * modules/byteswap (byteswap.h): Likewise.
4052         * modules/configmake (configmake.h): Likewise.
4053         * modules/fcntl (fcntl.h): Likewise.
4054         * modules/fnmatch (fnmatch.h): Likewise.
4055         * modules/getopt (getopt.h): Likewise.
4056         * modules/glob (glob.h): Likewise.
4057         * modules/inttypes (inttypes.h): Likewise.
4058         * modules/netinet_in (netinet/in.h): Likewise.
4059         * modules/poll (poll.h): Likewise.
4060         * modules/stdbool (stdbool.h): Likewise.
4061         * modules/stdint (stdint.h): Likewise.
4062         * modules/sys_select (sys/select.h): Likewise.
4063         * modules/sys_socket (sys/socket.h): Likewise.
4064         * modules/sys_stat (sys/stat.h): Likewise.
4065         * modules/sysexits (sysexits.h): Likewise.
4066         * modules/unistd (unistd.h): Likewise.
4067         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4068         Add a "DO NOT EDIT" comment to the generated file.
4069         (func_import): Likewise for gnulib-comp.m4.
4070
4071 2006-10-07  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/gl_sublist.h: New file.
4074         * lib/gl_sublist.c: New file.
4075
4076 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4077
4078         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4079         name (relative to the original working directory) and the file
4080         name component (relative to the temporary working directory).  All
4081         callers changed.
4082         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4083         * lib/mkdir-p.c (make_dir_parents): Likewise.
4084         * lib/mkdir-p.h (make_dir_parents): Likewise.
4085
4086 2006-10-06  Eric Blake  <ebb9@byu.net>
4087
4088         Define several macros for use by the clean-temp module.
4089         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4090         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4091         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4092
4093         * lib/clean-temp.h (close_stream_temp): New declaration.
4094         * lib/clean-temp.c (includes): Pull in headers according to what
4095         other modules are in use.
4096         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4097
4098 2006-10-06  Bruno Haible  <bruno@clisp.org>
4099
4100         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4101         instead of fopen, fwriteerror.
4102
4103 2006-10-06  Bruno Haible  <bruno@clisp.org>
4104
4105         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4106         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4107         int.
4108         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4109         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4110         Return an error indicator.
4111         Suggested by Eric Blake.
4112
4113 2006-10-06  Bruno Haible  <bruno@clisp.org>
4114
4115         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4116         Reported by Eric Blake.
4117
4118 2006-10-06  Bruno Haible  <bruno@clisp.org>
4119
4120         * modules/closeout (Description): Mention stderr too.
4121
4122 2006-10-06  Bruno Haible  <bruno@clisp.org>
4123         and Paul Eggert  <eggert@cs.ucla.edu>
4124
4125         * lib/closeout.c (close_stdout): Also close stderr.
4126         * lib/closeout.h: Update comment.
4127
4128 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4129
4130         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4131         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4132         * lib/dirchownmod.c: Include lchown.h.
4133         * lib/lchown.c: Don't include files that lchown.h now includes.
4134         Don't declare chown, since lchown.h now does that.
4135         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4136         (lchown): Define to rpl_chown if lchown is declared but
4137         does not exist.  Declare using a prototype if lchown is not
4138         declared.  Add a copyright notice.
4139         * lib/mkstemp.h: Include <unistd.h>.
4140         * lib/openat.c: Include lchown.h.
4141
4142         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4143         we now test for that separately.
4144         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4145         rather than O_NOFOLLOW, when testing whether it's possible to
4146         avoid a race condition reliably.
4147         * lib/savewd.c (savewd_chdir): Likewise.
4148
4149         Remove macros that are no longer needed now that stdint.h is
4150         reliable.
4151         * lib/fsusage.c (UINTMAX_MAX): Remove.
4152         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4153         * lib/utimecmp.c (SIZE_MAX): Remove.
4154
4155         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4156
4157         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4158         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4159         O_NOATIME works.
4160
4161 2006-10-05  Bruno Haible  <bruno@clisp.org>
4162
4163         * lib/gl_list.h (gl_sortedlist_search_from_to,
4164         gl_sortedlist_indexof_from_to): New declarations.
4165         (gl_list_implementation): New fields sortedlist_search_from_to,
4166         sortedlist_indexof_from_to.
4167         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4168         inline functions.
4169         * lib/gl_list.c (gl_sortedlist_search_from_to,
4170         gl_sortedlist_indexof_from_to): New functions.
4171         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4172         function.
4173         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4174         (gl_array_sortedlist_search_from_to): New function.
4175         (gl_array_list_implementation): Update.
4176         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4177         function.
4178         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4179         (gl_carray_sortedlist_search_from_to): New function.
4180         (gl_carray_list_implementation): Update.
4181         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4182         gl_linked_sortedlist_indexof_from_to): New functions.
4183         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4184         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4185         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4186         gl_tree_sortedlist_indexof_from_to): New functions.
4187         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4188         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4189         Update.
4190         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4191         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4192         Update.
4193
4194 2006-10-05  Bruno Haible  <bruno@clisp.org>
4195
4196         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4197         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4198         (struct gl_list_implementation): Add fields search_from_to,
4199         indexof_from_to. Remove fields search, indexof.
4200         (gl_list_search): Use the search_from_to method.
4201         (gl_list_search_from, gl_list_search_from_to): New functions.
4202         (gl_list_indexof): Use the indexof_from_to method.
4203         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4204         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4205         (gl_list_search_from, gl_list_search_from_to): New functions.
4206         (gl_list_indexof): Use the indexof_from_to method.
4207         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4208         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4209         gl_array_indexof. Add start_index, end_index arguments.
4210         (gl_array_search_from_to): Renamed from gl_array_search. Add
4211         start_index, end_index arguments.
4212         (gl_array_remove, gl_array_list_implementation): Update.
4213         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4214         gl_carray_indexof. Add start_index, end_index arguments.
4215         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4216         start_index, end_index arguments.
4217         (gl_carray_remove, gl_carray_list_implementation): Update.
4218         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4219         gl_linked_search. Add start_index, end_index arguments.
4220         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4221         start_index, end_index arguments.
4222         (gl_linked_remove): Update.
4223         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4224         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4225         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4226         field to 'size_t'.
4227         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4228         gl_tree_search. Add start_index, end_index arguments.
4229         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4230         start_index, end_index arguments.
4231         (gl_tree_remove): Update.
4232         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4233         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4234         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4235         function.
4236         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4237         gl_tree_search. Add start_index, end_index arguments.
4238         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4239         start_index, end_index arguments.
4240         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4241         Update.
4242         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4243
4244 2006-10-05  Bruno Haible  <bruno@clisp.org>
4245
4246         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4247
4248         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4249         fwriteerror_temp): New declarations.
4250         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4251         (descriptors): New variable.
4252         (cleanup): First, close the descriptors.
4253         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4254         fclose_temp, fwriteerror_temp): New functions.
4255
4256 2006-10-04  Jim Meyering  <jim@meyering.net>
4257
4258         * lib/fts.c (fts_open): Tiny comment change.
4259
4260 2006-10-04  Bruno Haible  <bruno@clisp.org>
4261
4262         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4263         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4264         gl_LOCK_BODY.
4265         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4266         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4267         gl_LOCK_EARLY_BODY.
4268         (gl_LOCK): Require gl_LOCK_BODY.
4269
4270 2006-10-04  Bruno Haible  <bruno@clisp.org>
4271
4272         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4273         (gl_oset_search_atleast): New declaration.
4274         (struct gl_oset_implementation): Add field 'search_atleast'.
4275         (gl_oset_search_atleast): New inline function.
4276         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4277         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4278         (gl_array_oset_implementation): Update.
4279         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4280         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4281         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4282
4283 2006-10-04  Bruno Haible  <bruno@clisp.org>
4284
4285         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4286
4287 2006-10-03  Bruno Haible  <bruno@clisp.org>
4288
4289         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4290         from gl_avltreehash_list_implementation.
4291
4292 2006-10-03  Bruno Haible  <bruno@clisp.org>
4293
4294         * lib/gl_oset.c (gl_oset_add): Fix return type.
4295
4296 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4297
4298         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4299
4300 2006-10-02  Eric Blake  <ebb9@byu.net>
4301
4302         * modules/strnlen (Depends-on): Add extensions.
4303
4304 2006-10-02  Eric Blake  <ebb9@byu.net>
4305
4306         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4307         definition in 2.60+.
4308
4309 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4310
4311         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4312         checks.
4313
4314 2006-10-02  Bruno Haible  <bruno@clisp.org>
4315
4316         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4317         to the AUTOMAKE_OPTIONS.
4318         Reported by Jim Meyering.
4319
4320 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         Work around bug in Solaris 10 /proc file system:
4323         /proc/self/fd/NNN/.. isn't the parent directory of
4324         the directory whose file descriptor is NNN.  This needs to
4325         be worked around at run time, not compile time, since a
4326         program might be built on Solaris 8, where things work, and
4327         run on Solaris 10.
4328         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4329         to use the following interface instead:
4330         (OPENAT_BUFFER_SIZE): New macro.
4331         (openat_proc_name): New function.
4332         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4333         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4334         Likewise.
4335         * lib/openat-proc.c: New file.
4336         * modules/openat (Files): Add lib/openat-proc.c.
4337         (Depends-on): Add same-inode, stdbool.
4338         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4339
4340 2006-09-29  Bruno Haible  <bruno@clisp.org>
4341
4342         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4343         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4344         argument. Set stdout_closed before testing for ferror, not after.
4345         (fwriteerror, fwriteerror_no_ebadf): New functions.
4346
4347 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4348
4349         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4350
4351 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4352
4353         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4354         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4355
4356 2006-09-28  Jim Meyering  <jim@meyering.net>
4357
4358         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4359         Include <unistd.h>.
4360
4361 2006-09-28  Bruno Haible  <bruno@clisp.org>
4362
4363         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4364         * modules/linkedhash-list (Depends-on): Likewise.
4365         * modules/rbtreehash-list (Depends-on): Likewise.
4366
4367 2006-09-28  Bruno Haible  <bruno@clisp.org>
4368
4369         * lib/strndup.h: Simplify the redefinition of strndup.
4370         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4371         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4372
4373 2006-09-28  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4376         * lib/gl_linkedhash_list.c: Likewise.
4377         * lib/gl_rbtreehash_list.c: Likewise.
4378
4379 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4380
4381         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4382         getaddrinfo.
4383
4384         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4385         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4386         it causes <stdio_ext.h> to cause a compile-time error.
4387         Problem reported by Nelson H. F. Beebe.
4388         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4389         of HAVE_DECL___PENDING.
4390
4391         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4392         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4393         declaration.
4394
4395 2006-09-27  Jim Meyering  <jim@meyering.net>
4396
4397         This file could end up with a definition for a function
4398         named __strndup, rather than rpl_strndup on a system with
4399         incomplete weak_alias support.
4400         * lib/strndup.c (strndup): Rename from __strndup.
4401         Remove #defines that used to map __strndup to strndup.
4402         Don't use K&R prototypes.
4403         Remove LIBC-related code, since this file is not sync'd with glibc.
4404         * lib/strndup.h: Revamp, accordingly.
4405         * m4/strndup.m4: Modernize.
4406
4407 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4408
4409         * modules/savewd (Depends-on): Add 'raise'.
4410         * lib/savewd.c: Include <signal.h>, for 'raise'.
4411
4412 2006-09-26  Jim Meyering  <jim@meyering.net>
4413
4414         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4415         when we detect Darwin 8.7.0's acl_get_file bug.
4416         Rearrange to perform the new (below) run-test while $LIBS
4417         contains any acl-related library.  Set USE_ACL at the end.
4418         (gl_ACL_GET_FILE): New function.
4419
4420 2006-09-26  Eric Blake  <ebb9@byu.net>
4421
4422         * lib/verror.c: Include <config.h> unconditionally.
4423
4424 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4425
4426         * modules/clock-time (Maintainer): Add self.
4427         * modules/getlogin_r (Depends-on): Add extensions.
4428
4429 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4430
4431         * modules/clock-time: New module.
4432         * modules/nanosleep (Depends-on): Add clock-time.
4433         * modules/gethrxtime (Depends-on): Likewise.
4434         * modules/gettime (Depends-on): Likewise.
4435         * modules/settime (Depends-on): Likewise.
4436
4437         * modules/fts-lgpl: Depend on openat.
4438         * modules/mkancesdirs: Depend on savewd.
4439         * modules/mkdir-p: Likewise.
4440
4441 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4442
4443         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4444
4445         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4446         `gl_have_arbitrary_file_name_length_limit' to
4447         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4448         actually works between configure runs.
4449
4450 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4451             Bruno Haible  <bruno@clisp.org>
4452
4453         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4454
4455 2006-09-25  Jim Meyering  <jim@meyering.net>
4456
4457         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4458         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4459
4460 2006-09-25  Eric Blake  <ebb9@byu.net>
4461
4462         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4463         exec's in 2006-09-18 patch when shuffling fds.
4464
4465 2006-09-25  Bruno Haible  <bruno@clisp.org>
4466
4467         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4468         Reported by Jim Meyering.
4469
4470 2006-09-24  Jim Meyering  <jim@meyering.net>
4471
4472         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4473         compare a pointer against a literal "0".  That caused failures with
4474         at least HP-UX's hpcc.
4475
4476 2006-09-22  Simon Josefsson  <jas@extundo.com>
4477
4478         * modules/gc-sha1:
4479         * modules/gc-md4:
4480         * modules/gc-hmac-sha1:
4481         * modules/gc-hmac-md5:
4482         * modules/gc-des:
4483         * modules/gc-arcfour: Distribute more files.
4484
4485 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4486
4487         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4488         (gl_linked_iterator_from_to): Initialize struct completely.
4489         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4490         (gl_tree_iterator_from_to): Likewise
4491         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4492         * lib/gl_array_list.c [lint] (gl_array_iterator)
4493         (gl_array_iterator_from_to): Likewise.
4494         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4495         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4496         (gl_carray_iterator_from_to): Likewise.
4497
4498         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4499         * lib/md4.c (md4_process_block): Remove unused variable.
4500         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4501         parentheses for clarity.
4502
4503 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4504
4505         * modules/bison-i18n (Depends-on): Add gettext.
4506
4507 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508
4509         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4510         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4511         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4512         also add missing comma that caused broken test.
4513         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4514         stdlib.h, for `abort'.
4515         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4516         variables.
4517         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4518         include unistd.h if present, for `rmdir'.
4519         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4520         variables.
4521         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4522         in the process include standard headers for prototypes.
4523         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4524         gets declared on GNU/Linux.
4525         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4526         unistd.h, for `rmdir'.
4527         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4528
4529         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4530         always true.
4531         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4532
4533         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4534
4535 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4536
4537         * gnulib-tool (func_version): Create output all at once.  This
4538         may help avoid triggering unnecessary SIGPIPEs, and at any
4539         rate it doesn't hurt.
4540
4541 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4542             Bruno Haible  <bruno@clisp.org>
4543
4544         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4545         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4546         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4547
4548         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4549         (gl_FUNC_VASPRINTF): Invoke it.
4550
4551 2006-09-22  Bruno Haible  <bruno@clisp.org>
4552
4553         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4554         getloadavg.c as first argument.
4555
4556 2006-09-22  Bruno Haible  <bruno@clisp.org>
4557
4558         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4559         at the beginning of the gl_INIT macro.
4560         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4561         gl_GETLOADAVG.
4562
4563 2006-09-22  Bruno Haible  <bruno@clisp.org>
4564
4565         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4566         module.
4567         Suggested by Ralf Wildenhues.
4568
4569 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         Import this patch from libc:
4572
4573         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4574
4575         * lib/regex_internal.c (re_string_reconstruct): Handle
4576         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4577         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4578         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4579         re_string_context_at.
4580
4581         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4582         now requires it.
4583         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4584         gl_REGEX now does it for us.
4585         (gl_REGEX): Add test taken from
4586         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4587
4588         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4589         Check that large offsets work.  Modernize Autoconf usages.
4590         Prefer "yes" to mean a good thing rather than a bad.
4591         Don't put "#define mkstemp" in config.h, as this might interfere
4592         with standard system headers that "#define mkstemp mkstemp64".
4593
4594         * modules/mkstemp (Depends-on): Add extensions, so that
4595         mkstemp is visible on some platforms.
4596         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4597         (Include): Change to "mkstemp.h" from <stdlib.h>.
4598         (Files): Add mkstemp.h.
4599
4600         * lib/mkstemp.h: New file, since some standard headers
4601         #define mkstemp.
4602         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4603         Include "mkstemp.h".
4604         Make the _LIBC code resemble glibc original more,
4605         e.g., use K&R style.
4606         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4607         (mkstemp): Remove, since mkstemp.h does this for us.
4608         * lib/stdlib--.h: Include mkstemp.h.
4609
4610         Import this patch from libc:
4611
4612         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4613
4614         * lib/tempname.c (__gen_tempname): Change attempts_min
4615         into a macro.  Use preprocessor to decide how to initialize
4616         attempts [Coverity CID 67].
4617
4618 2006-09-20  Bruno Haible  <bruno@clisp.org>
4619
4620         * lib/mkdtemp.c: Import from libc.
4621         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4622                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4623                 attempts_min into a macro.  Use preprocessor to decide how to
4624                 initialize attempts [Coverity CID 67].
4625         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4626                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4627                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4628
4629 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4630
4631         * gnulib-tool (func_exit): New function, to allow to pass the
4632         exit status portably through the trap.  Use everywhere.
4633         (--help, --version): Signal a write error.
4634         (trap): catch SIGPIPE, for write errors.
4635         Exit at the end of the trap, with the correct exit status.
4636
4637 2006-09-19  Karl Berry  <karl@gnu.org>
4638
4639         * doc/gnulib.texi: note about the license texinfo files.
4640
4641 2006-09-19  Eric Blake  <ebb9@byu.net>
4642
4643         * gnulib-tool: Avoid space-tab.
4644
4645 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4646
4647         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4648         that prevented coreutils 6.1 from building.  Problem reported
4649         by Petter Reinholdtsen.
4650
4651 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4652
4653         * gnulib-tool (avoidlist): Fix typo that broke options like
4654         --avoid=lock that are used by coreutils bootstrap.
4655
4656 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4657
4658         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4659         more systematically.
4660
4661 2006-09-18  Jim Meyering  <jim@meyering.net>
4662
4663         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4664
4665 2006-09-18  Bruno Haible  <bruno@clisp.org>
4666
4667         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4668
4669 2006-09-18  Bruno Haible  <bruno@clisp.org>
4670
4671         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4672         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4673         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4674         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4675         * m4/gettext.m4: Require autoconf >= 2.52.
4676         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4677         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4678         of gl_cv_header_inttypes_h.
4679
4680 2006-09-18  Bruno Haible  <bruno@clisp.org>
4681
4682         * lib/javaversion.c: Include configmake.h.
4683
4684 2006-09-18  Bruno Haible  <bruno@clisp.org>
4685
4686         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4687         avoid that the while loops be executed in a subshell.
4688
4689 2006-09-18  Bruno Haible  <bruno@clisp.org>
4690
4691         * MODULES.html.sh (func_module): Break long lines.
4692         Suggested by Bruce Korb <bkorb@gnu.org>.
4693
4694 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4695
4696         Speed up by a factor of 1.12.
4697         * gnulib-tool (nl): New variable.
4698         (func_import): Rewrite include directive extraction to only read each
4699         directive once.
4700
4701 2006-09-17  Bruno Haible  <bruno@clisp.org>
4702
4703         * modules/javaversion (Makefile.am): Remove DEFS setting.
4704         (Depends-on): Add configmake, for PKGDATADIR definition.
4705
4706 2006-09-17  Bruno Haible  <bruno@clisp.org>
4707
4708         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4709
4710 2006-09-17  Bruno Haible  <bruno@clisp.org>
4711
4712         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4713         (func_modules_transitive_closure, func_modules_add_dummy,
4714         func_modules_to_filelist, func_import, func_create_testdir,
4715         func_create_megatestdir, ...): Use it wherever possible.
4716         Suggested by Ralf Wildenhues.
4717
4718 2006-09-16  Karl Berry  <karl@gnu.org>
4719
4720         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4721         to avoid sectioning errors.
4722         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4723         [ifinfo]: blank line after @center-ed titles.
4724         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4725         Spell FSF address consistently with others.
4726         (These changes approved by rms.)
4727
4728 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4729
4730         Speed up by a factor of 1.61.
4731         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4732         already checked module names again.
4733
4734 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4735
4736         Speed up by a factor of 1.13.
4737         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4738         for new_files, and the input to func_add_or_update.
4739
4740 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4741
4742         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4743         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4744
4745 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4746
4747         * modules/mkancesdirs (Depends-on): Add fcntl.
4748         * modules/savewd: New file.
4749         * MODULES.html.sh (File system functions): Add savewd.
4750
4751         * modules/configmake (Makefile.am): Add support for the
4752         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4753
4754 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4755
4756         * m4/savewd.m4: New file.
4757
4758 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4759
4760         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4761         (dirchownmod): New arg FD.  All callers changed.
4762         Use FD rather than opening the directory ourself, as opening is
4763         now the caller's responsibility.
4764         * lib/dirchownmod.h: Likewise.
4765         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4766         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4767         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4768         (test_dir): Remove.
4769         (mkancesdirs): Return length of prefix of FILE that has already
4770         been made, or -2 if there is a child doing the work.  Redo
4771         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4772         ".", and treat ".." specially since it might stray back into
4773         already-created areas.  Use a subprocess if necessary.  New arg
4774         WD; all users changed.  MAKE_DIR function should now return 1
4775         if it creates a directory that is not readable.  Return -2 if
4776         a child process is spun off.
4777         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4778         Adjust signature to match code.
4779         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4780         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4781         all users changed.
4782         * lib/savewd.c, lib/savewd.h: New files.
4783
4784 2006-09-15  Jim Meyering  <jim@meyering.net>
4785
4786         * modules/rename-dest-slash: New module.
4787         * MODULES.html.sh (posix_compat): Add it here.
4788
4789         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4790
4791 2006-09-15  Jim Meyering  <jim@meyering.net>
4792
4793         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4794         file.
4795
4796         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4797
4798 2006-09-15  Jim Meyering  <jim@meyering.net>
4799
4800         * lib/rename-dest-slash.c (has_trailing_slash): Use
4801         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4802         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4803         test before testing whether SRC is a directory.
4804         Suggestions from Bruno Haible.
4805
4806         Avoid a warning about an unused variable.
4807         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4808         into the #ifdef block where it's used.
4809
4810         * lib/rename-dest-slash.c: New file.
4811
4812 2006-09-14  Bruno Haible  <bruno@clisp.org>
4813
4814         * lib/allocsa.c: Include <config.h> unconditionally.
4815         * lib/asnprintf.c: Likewise.
4816         * lib/asprintf.c: Likewise.
4817         * lib/c-strcasecmp.c: Likewise.
4818         * lib/c-strcasestr.c: Likewise.
4819         * lib/c-strncasecmp.c: Likewise.
4820         * lib/c-strstr.c: Likewise.
4821         * lib/classpath.c: Likewise.
4822         * lib/clean-temp.c: Likewise.
4823         * lib/concatpath.c: Likewise.
4824         * lib/copy-file.c: Likewise.
4825         * lib/csharpcomp.c: Likewise.
4826         * lib/csharpexec.c: Likewise.
4827         * lib/execute.c: Likewise.
4828         * lib/fatal-signal.c: Likewise.
4829         * lib/findprog.c: Likewise.
4830         * lib/fwriteerror.c: Likewise.
4831         * lib/gl_array_list.c: Likewise.
4832         * lib/gl_array_oset.c: Likewise.
4833         * lib/gl_avltree_list.c: Likewise.
4834         * lib/gl_avltree_oset.c: Likewise.
4835         * lib/gl_avltreehash_list.c: Likewise.
4836         * lib/gl_carray_list.c: Likewise.
4837         * lib/gl_linked_list.c: Likewise.
4838         * lib/gl_linkedhash_list.c: Likewise.
4839         * lib/gl_list.c: Likewise.
4840         * lib/gl_oset.c: Likewise.
4841         * lib/gl_rbtree_list.c: Likewise.
4842         * lib/gl_rbtree_oset.c: Likewise.
4843         * lib/gl_rbtreehash_list.c: Likewise.
4844         * lib/imaxabs.c: Likewise.
4845         * lib/imaxdiv.c: Likewise.
4846         * lib/javacomp.c: Likewise.
4847         * lib/javaexec.c: Likewise.
4848         * lib/javaversion.c: Likewise.
4849         * lib/linebreak.c: Likewise.
4850         * lib/localcharset.c: Likewise.
4851         * lib/lock.c: Likewise.
4852         * lib/mbchar.c: Likewise.
4853         * lib/mbswidth.c: Likewise.
4854         * lib/mkdtemp.c: Likewise.
4855         * lib/pipe.c: Likewise.
4856         * lib/printf-args.c: Likewise.
4857         * lib/printf-parse.c: Likewise.
4858         * lib/progname.c: Likewise.
4859         * lib/progreloc.c: Likewise.
4860         * lib/readlink.c: Likewise.
4861         * lib/sh-quote.c: Likewise.
4862         * lib/stpcpy.c: Likewise.
4863         * lib/stpncpy.c: Likewise.
4864         * lib/strcasecmp.c: Likewise.
4865         * lib/strcasestr.c: Likewise.
4866         * lib/strcspn.c: Likewise.
4867         * lib/striconv.c: Likewise.
4868         * lib/strncasecmp.c: Likewise.
4869         * lib/strnlen1.c: Likewise.
4870         * lib/strstr.c: Likewise.
4871         * lib/strtok_r.c: Likewise.
4872         * lib/tls.c: Likewise.
4873         * lib/tmpdir.c: Likewise.
4874         * lib/unicodeio.c: Likewise.
4875         * lib/unsetenv.c: Likewise.
4876         * lib/vasnprintf.c: Likewise.
4877         * lib/vasprintf.c: Likewise.
4878         * lib/wait-process.c: Likewise.
4879         * lib/xallocsa.c: Likewise.
4880         * lib/xsetenv.c: Likewise.
4881         * lib/xstriconv.c: Likewise.
4882
4883 2006-09-13  Simon Josefsson  <jas@extundo.com>
4884
4885         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4886         that internally, suggested by Ralf Wildenhues
4887         <Ralf.Wildenhues@gmx.de>.
4888
4889 2006-09-13  Simon Josefsson  <jas@extundo.com>
4890
4891         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4892         @LIBOBJS@.
4893         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4894
4895 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4896
4897         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4898         longer worry about uses that don't define HAVE_CONFIG_H.
4899         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4900         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4901         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4902         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4903         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4904         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4905         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4906         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4907         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4908         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4909         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4910         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4911         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4912         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4913         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4914         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4915         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4916         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4917         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4918         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4919         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4920         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4921         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4922         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4923         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4924         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4925         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4926         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4927         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4928         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4929         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4930         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4931         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4932         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4933         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4934         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4935         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4936         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4937         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4938         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4939         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4940         Likewise.
4941
4942 2006-09-13  Eric Blake  <ebb9@byu.net>
4943
4944         * lib/getopt.c: Fix typo in last commit.
4945
4946 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4947
4948         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4949         dgettext.
4950
4951 2006-09-12  Jim Meyering  <jim@meyering.net>
4952
4953         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4954         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4955         Reported by Nelson H. F. Beebe.
4956
4957 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4958
4959         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4960         program_invocation_name and program_invocation_short_name are
4961         initialized.
4962         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4963         and program_invocation_short_name to argp.h, so they are visible
4964         to user programs.
4965         * lib/argp.h: Likewise
4966
4967 2006-09-10  Bruno Haible  <bruno@clisp.org>
4968
4969         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4970         m4/inttypes_h.m4, m4/uintmax_t.m4.
4971
4972 2006-09-10  Bruno Haible  <bruno@clisp.org>
4973
4974         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4975         gl_AC_TYPE_UINTMAX_T.
4976
4977 2006-09-10  Bruno Haible  <bruno@clisp.org>
4978
4979         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4980
4981 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4982
4983         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4984         convention.  Text proposed by Bruno Haible.
4985         (struct argp_option): Document the use of N_() wrappers.
4986
4987         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4988         '\v', and translate the two parts separately, instead of feeding
4989         the whole string to gettext.  This allows to exclude
4990         '\v' from the strings visible to the translator by writing doc
4991         strings as N_("..") "\v" N_("..").
4992
4993 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4994
4995         * config/srclist.txt: Undo latest change; the bug was fixed.
4996
4997 2006-09-09  Bruno Haible  <bruno@clisp.org>
4998
4999         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5000         assignments if building a library without libtool.
5001         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5002         in func_emit_lib_Makefile_am.
5003         (func_import): When building a static library libfoo.a, arrange to
5004         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5005         (func_create_testdir): Likewise.
5006         * modules/gc (configure.ac, Makefile.am): If building statically,
5007         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5008         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5009         * modules/striconv (configure.ac, Makefile.am): Likewise.
5010         Based on a suggestion by Ralf Wildenhues.
5011
5012 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5013
5014         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5015         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5016         Also:
5017
5018         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5019         Add year_2050_test to catch glibc bug 2821
5020         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5021
5022         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5023         Prefer #ifdef to #if.
5024
5025         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5026         Return from 'main' instead of calling 'exit'.
5027
5028 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5029
5030         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5031         returned the maximum time_t value rather than (time_t) -1.
5032         Problem originally reported by William Bardwell
5033         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5034
5035         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5036         Moved to here ...
5037         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5038         ... from here.
5039
5040 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5041
5042         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5043         2821 is fixed.
5044
5045 2006-09-08  Jim Meyering  <jim@meyering.net>
5046
5047         Don't make generated files read-only.  That would bother too many
5048         people.  However, do retain the ability to work when targets are
5049         read-only: remove the destination and temporary files before writing
5050         them (when generated via sed or echo), or by using the -f option for
5051         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5052         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5053         * modules/byteswap, modules/configmake, modules/fcntl:
5054         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5055         * modules/localcharset, modules/netinet_in, modules/poll:
5056         * modules/stdbool, modules/stdint, modules/sys_select:
5057         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5058
5059 2006-09-08  Jim Meyering  <jim@meyering.net>
5060
5061         Avoid new build failure on FreeBSD 6.0.
5062         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5063         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5064         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5065
5066 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5067
5068         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5069
5070 2006-09-07  Jim Meyering  <jim@meyering.net>
5071
5072         Fix global typo in last change: use chmod u-w, not chmod u-x.
5073         Spotted by Paul Eggert and Bruce Korb.
5074         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5075         * modules/byteswap, modules/configmake, modules/fcntl:
5076         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5077         * modules/localcharset, modules/netinet_in, modules/poll:
5078         * modules/stdbool, modules/stdint, modules/sys_select:
5079         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5080
5081 2006-09-06  Jim Meyering  <jim@meyering.net>
5082
5083         Make generated files be read-only.
5084         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5085         Ensure that each generated file is now read-only.
5086         * modules/argz: Likewise.
5087         * modules/arpa_inet: Likewise.
5088         * modules/byteswap: Likewise.
5089         * modules/configmake: Likewise.
5090         * modules/fcntl: Likewise.
5091         * modules/fnmatch: Likewise.
5092         * modules/getopt: Likewise.
5093         * modules/glob: Likewise.
5094         * modules/inttypes: Likewise.
5095         * modules/netinet_in: Likewise.
5096         * modules/poll: Likewise.
5097         * modules/stdbool: Likewise.
5098         * modules/stdint: Likewise.
5099         * modules/sys_select: Likewise.
5100         * modules/sys_socket: Likewise.
5101         * modules/sys_stat: Likewise.
5102         * modules/sysexits: Likewise.
5103         * modules/localcharset: Same as above, but continue using temporary
5104         file named "t-$@" (why different?) rather than the "$@-t" used
5105         everywhere else.
5106
5107         * modules/sysexits (Makefile.am): Replace literal occurrences
5108         of "sysexit.h" more readable, and more consistent, "$@".
5109
5110 2006-09-06  Bruno Haible  <bruno@clisp.org>
5111
5112         * modules/striconv: New file.
5113         * modules/xstriconv: New file.
5114         * MODULES.html.sh (Internationalization functions): Add striconv,
5115         xstriconv.
5116
5117 2006-09-06  Bruno Haible  <bruno@clisp.org>
5118
5119         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5120         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5121         not using libtool correctly.
5122
5123 2006-09-06  Bruno Haible  <bruno@clisp.org>
5124
5125         * lib/striconv.h: New file.
5126         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5127         iconvstring.c.
5128         * lib/xstriconv.h: New file.
5129         * lib/xstriconv.c: New file.
5130
5131 2006-09-06  Bruno Haible  <bruno@clisp.org>
5132
5133         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5134         lib_..._LDFLAGS.
5135
5136 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5137
5138         * lib/argz_.h: Sync from Libtool.
5139
5140         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5141                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5142
5143         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5144
5145 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5146
5147         * modules/trim: New file.
5148
5149 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5150
5151         * lib/trim.h: New file.
5152         * lib/trim.c: New file.
5153
5154 2006-09-05  Bruno Haible  <bruno@clisp.org>
5155
5156         * MODULES.html.sh (String handling): Add trim.
5157
5158 2006-09-04  Karl Berry  <karl@gnu.org>
5159
5160         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5161         until next release.
5162
5163 2006-09-03  Bruno Haible  <bruno@clisp.org>
5164
5165         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5166         correctly.
5167
5168 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5169
5170         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5171         not gl_GETLOADAVG.  Omit unneeded semicolons.
5172         Problems reported by Ralf Wildenhues in
5173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5174         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5175         at the end, which is the usual gnulib style.
5176
5177         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5178         of doing all the work ourselves.
5179         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5180         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5181
5182 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5183
5184         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5185         Problem reported by Ralf Wildenhues in
5186         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5187
5188         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5189         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5190
5191 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5192
5193         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5194         yesterday's patch by changing test -n to test -z.
5195
5196 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5197
5198         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5199         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5200         the former is now obsolescent.
5201
5202         * modules/chdir-long (Depends-on): Add fcntl.
5203
5204 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5205
5206         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5207         obsolescent, and programs should use gnulib instead.
5208         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5209         but with prefixes changed.
5210
5211 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5214         or stdbool.h, because they might not exist while configuring.
5215
5216         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5217         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5218         does that for us.
5219         (O_DIRECTORY): Remove.
5220
5221 2006-08-31  Eric Blake  <ebb9@byu.net>
5222
5223         * gnulib-tool: Don't let emacs change spaces to TAB.
5224
5225 2006-08-31  Bruno Haible  <bruno@clisp.org>
5226
5227         * gnulib-tool: When calling func_import more than once, do it in a
5228         subshell.
5229         Reported by Eric Blake <ebb9@byu.net>.
5230
5231 2006-08-31  Bruno Haible  <bruno@clisp.org>
5232
5233         * gnulib-tool (nl): Remove variable.
5234         (sed_transform_lib_file): Use more robust test for config-h module.
5235         (func_import): Fix typo in 2006-08-25 patch.
5236
5237 2006-08-31  Bruno Haible  <bruno@clisp.org>
5238
5239         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5240         specified, augment Makefile.am variables instead of assigning them.
5241
5242 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5243
5244         Work around a bug in both the Linux and SunOS 64-bit kernels:
5245         nanosleep mishandles sleeps for longer than 2**31 seconds.
5246         Problem reported by Frank v Waveren in
5247         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5248         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5249         Check for nanosleep bug.
5250         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5251
5252 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5253
5254         Work around a bug in both the Linux and SunOS 64-bit kernels:
5255         nanosleep mishandles sleeps for longer than 2**31 seconds.
5256         Problem reported by Frank v Waveren in
5257         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5258         * lib/nanosleep.c (BILLION): New constant.
5259         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5260         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5261         implementation.
5262
5263 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5264
5265         * modules/nanosleep (Depends-on): Add gettime.
5266
5267 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5268         and Simon Josefsson  <jas@extundo.com>
5269         and Oskar Liljeblad  <oskar@osk.mine.nu>
5270
5271         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5272         * gnulib-tool (func_import): New license type 'unmodifiable license
5273         text'.
5274         * modules/fdl: Use it.  Longer description.
5275         * module/gpl, module/lgpl: New files.
5276
5277 2006-08-30  Jim Meyering  <jim@meyering.net>
5278
5279         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5280         shadowing the parameter.
5281
5282 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5283
5284         Sync from Libtool:
5285
5286         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5287
5288         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5289         sharing with gnulib.  Report by Eric Blake.
5290
5291 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * modules/isapipe: New file.
5294         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5295
5296 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5297
5298         * modules/configmake (Makefile.am): Add a comment, and omit
5299         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5300         by Bruno Haible.
5301
5302 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         * m4/isapipe.m4: New file.
5305
5306 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5307
5308         * lib/isapipe.c, lib/isapipe.h: New files.
5309
5310 2006-08-29  Jim Meyering  <jim@meyering.net>
5311
5312         * modules/configmake (Makefile.am): Make configmake.h depend on
5313         Makefile.  Otherwise, a stale configmake.h could hang around.
5314
5315 2006-08-29  Eric Blake  <ebb9@byu.net>
5316
5317         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5318         resolution of upstream bug 3044.
5319
5320 2006-08-29  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/localcharset (Depends-on): Add configmake.
5323         (Makefile.am): Remove setting of LIBDIR through DEFS.
5324
5325 2006-08-29  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5328         defined.
5329
5330 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5331
5332         * modules/fcntl: New file.
5333         * modules/chdir-safer (Depends-on): Add fcntl.
5334         * modules/fts: Likewise.
5335         * modules/mkdir-p: Likewise.
5336
5337         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5338         This undoes the most recent change, since we're now addressing the
5339         problem in a different way.
5340
5341         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5342         into output, since the output might be called Makefile.am even
5343         if $makefile_name is something different.
5344         (func_import): Use $makefile_am rather than
5345         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5346         empty.
5347
5348         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5349
5350 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5351
5352         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5353         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5354         recent change to stdint.m4, since we're now addressing the problem in a
5355         different way.
5356
5357 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5358
5359         * m4/fcntl_h.m4: New file.
5360
5361 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5362
5363         * lib/fcntl_.h: New file.
5364         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5365         the fcntl module.
5366         * lib/dirchownmod.c: Likewise.
5367         * lib/fts.c: Likewise.
5368
5369         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5370         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5371         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5372         just before including <inttypes.h>, to avoid circular inclusion.
5373
5374 2006-08-28  Jim Meyering  <jim@meyering.net>
5375
5376         * doc/visibility.texi: Actually read and correct the grammar of the
5377         sentence affected by yesterday's change.
5378
5379 2006-08-28  Eric Blake  <ebb9@byu.net>
5380
5381         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5382         needs wrapper.
5383
5384 2006-08-28  Eric Blake  <ebb9@byu.net>
5385
5386         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5387
5388 2006-08-28  Eric Blake  <ebb9@byu.net>
5389
5390         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5391
5392 2006-08-28  Bruno Haible  <bruno@clisp.org>
5393
5394         * modules/c-strstr: New file, from GNU gettext.
5395         * MODULES.html.sh (String handling): Add c-strstr.
5396
5397 2006-08-28  Bruno Haible  <bruno@clisp.org>
5398
5399         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5400         macros.
5401         Reported by Eric Blake.
5402
5403 2006-08-28  Bruno Haible  <bruno@clisp.org>
5404
5405         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5406         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5407         * lib/vasprintf.c: Include errno.h, limits.h.
5408         (EOVERFLOW): New fallback definition.
5409         (vasprintf): Test here whether the string length is > INT_MAX.
5410         * lib/vsnprintf.c: Include errno.h, limits.h.
5411         (EOVERFLOW): New fallback definition.
5412         (vsnprintf): Fix bug when generated string was too long for the buffer.
5413         Test here whether the string length is > INT_MAX.
5414
5415 2006-08-28  Bruno Haible  <bruno@clisp.org>
5416
5417         * lib/inttypes_.h (SCNX*): Remove definitions.
5418         Reported by Eric Blake.
5419
5420 2006-08-28  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/c-strstr.h: New file, from GNU gettext.
5423         * lib/c-strstr.c: New file, from GNU gettext.
5424
5425 2006-08-28  Bruno Haible  <bruno@clisp.org>
5426
5427         * gnulib-tool: Reorder some statements.
5428
5429 2006-08-28  Bruno Haible  <bruno@clisp.org>
5430
5431         * gnulib-tool: New option --makefile-name.
5432         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5433         $makefile_name.
5434         (func_import): Write $makefile_name to the cache file, and read it from
5435         there unless explicitly specified. Use $makefile_name as file name
5436         instead of Makefile.am. Adjust the recommendations accordingly.
5437
5438 2006-08-28  Bruno Haible  <bruno@clisp.org>
5439
5440         * gnulib-tool (func_verify_module): Check against misapplying patch.
5441
5442 2006-08-28  Bruno Haible  <bruno@clisp.org>
5443
5444         * gnulib-tool (func_relativize, func_relconcat): New functions.
5445         Give an error if --local-dir is given with --update.
5446         Remove trailing slashes from $local_gnulib_dir.
5447         (func_import): Store the relativized $local_gnulib_dir in
5448         gnulib-cache.m4, and read it from there if not specified explicitly.
5449
5450 2006-08-28  Bruno Haible  <bruno@clisp.org>
5451
5452         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5453         is the current directory. Respect also $local_gnulib_dir.
5454
5455 2006-08-28  Bruno Haible  <bruno@clisp.org>
5456             Simon Josefsson  <jas@extundo.com>
5457
5458         BeOS portability.
5459         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5460
5461 2006-08-27  Jim Meyering  <jim@meyering.net>
5462
5463         * doc/visibility.texi: Remove duplicate word: "pointer".
5464
5465 2006-08-26  Bruno Haible  <bruno@clisp.org>
5466
5467         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5468         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5469         (Makefile.am): Create inttypes.h from inttypes_.h.
5470         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5471
5472         * modules/imaxabs: New file.
5473
5474         * modules/imaxdiv: New file.
5475
5476 2006-08-26  Bruno Haible  <bruno@clisp.org>
5477
5478         * m4/inttypes.m4: New file.
5479         * m4/_inttypes_h.m4: Remove file.
5480         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5481         PRI_MACROS_BROKEN.
5482         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5483
5484         * m4/imaxabs.m4: New file.
5485
5486         * m4/imaxdiv.m4: New file.
5487
5488 2006-08-26  Bruno Haible  <bruno@clisp.org>
5489
5490         * lib/inttypes_.h: New file.
5491         * lib/inttypes.h: Remove file.
5492         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5493
5494         * lib/imaxabs.c: New file.
5495
5496         * lib/imaxdiv.c: New file.
5497
5498 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         New config-h module, so that "make" output needn't be cluttered
5501         by -DHAVE_CONFIG_H.
5502         * MODULES.html.sh (Support for building libraries and executables):
5503         Add config-h.
5504         * modules/config-h: New file.
5505         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5506         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5507         the config-h module is used.
5508
5509         New configmake module, so that "make" output needn't be cluttered
5510         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5511         * MODULES.html.sh (Support for building libraries and executables):
5512         Add configmake.
5513         * modules/configmake: New file.
5514
5515 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5516
5517         * m4/config-h.m4: New file.
5518
5519 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5520
5521         * config/srclist.txt: Add elisp-comp.
5522
5523 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5524
5525         * MODULES.html.sh (Support for building libraries and executables):
5526         Add elisp-comp.
5527         * build-aux/elisp-comp: New file.
5528         * modules/elisp-comp: New file.
5529
5530 2006-08-24  Bruno Haible  <bruno@clisp.org>
5531
5532         * gnulib-tool (func_create_testdir): Use non-default values of
5533         sourcebase and m4base.
5534
5535 2006-08-24  Bruno Haible  <bruno@clisp.org>
5536
5537         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5538         HTML structure.
5539
5540 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5541
5542         * modules/openat (Depends-on): Add lchown.
5543
5544 2006-08-23  Bruno Haible  <bruno@clisp.org>
5545
5546         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5547         of gl_LOCK_EARLY instead of gl_LOCK.
5548
5549 2006-08-23  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5552         on OSF/1 to no.
5553         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5554
5555 2006-08-23  Bruno Haible  <bruno@clisp.org>
5556
5557         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5558         as unusable.
5559
5560         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5561         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5562         (gl_LOCK): New macro.
5563
5564 2006-08-22  Simon Josefsson  <jas@extundo.com>
5565
5566         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5567         to md5 module.
5568
5569 2006-08-22  Simon Josefsson  <jas@extundo.com>
5570
5571         * MODULES.html.sh: Add "Support for maintaining and release
5572         projects".
5573
5574         * build-aux/gnupload: New file, from coreutils.
5575
5576 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5577
5578         Avoid the need for AC_LIBSOURCES in m4 macros.
5579         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5580         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5581         * modules/check-version (EXTRA_DIST): Add check-version.h.
5582         * modules/crc (EXTRA_DIST): Add crc.h.
5583         * modules/des (EXTRA_DIST): Add des.h.
5584         * modules/gc (EXTRA_DIST): Add gc.h.
5585         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5586         * modules/getline (EXTRA_DIST): Add getline.h.
5587         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5588         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5589         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5590         * modules/md2 (EXTRA_DIST): Add md2.h.
5591         * modules/md4 (EXTRA_DIST): Add md4.h.
5592         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5593         * modules/read-file (EXTRA_DIST): Add read-file.h.
5594         * modules/readline (EXTRA_DIST): Add readline.h.
5595         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5596         rijndael-api-fst.h.
5597
5598 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5599
5600         * m4/rijndael.m4 (gl_ARCFOUR):
5601         * m4/arctwo.m4 (gl_ARCTWO):
5602         * m4/check-version.m4 (gl_CHECK_VERSION):
5603         * m4/crc.m4 (gl_CRC):
5604         * m4/des.m4 (gl_DES):
5605         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5606         * m4/gc.m4 (gl_GC):
5607         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5608         * m4/getline.m4 (gl_FUNC_GETLINE):
5609         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5610         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5611         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5612         * m4/md2.m4 (gl_MD2):
5613         * m4/md4.m4 (gl_MD4):
5614         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5615         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5616         * m4/readline.m4 (gl_FUNC_READLINE):
5617         * m4/rijndael.m4 (gl_RIJNDAEL):
5618         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5619         to get the necessary .h files and whatnot.
5620
5621 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5622
5623         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5624         gnulib rather than the other way around.
5625         * config/srclistvars.sh (COREUTILS): Remove.
5626
5627 2006-08-22  Jim Meyering  <jim@meyering.net>
5628
5629         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5630
5631         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5632
5633 2006-08-22  Eric Blake  <ebb9@byu.net>
5634
5635         * modules/regexprops-generic: New file.
5636         * MODULES.html.sh (Support for building documentation): List it.
5637
5638 2006-08-22  Eric Blake  <ebb9@byu.net>
5639
5640         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5641         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5642         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5643         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5644
5645 2006-08-22  Bruno Haible  <bruno@clisp.org>
5646
5647         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5648         and lib_LTLIBRARIES like the other lib_* variables.
5649
5650 2006-08-22  Bruno Haible  <bruno@clisp.org>
5651
5652         * build-aux/x-to-1.in: New file, from GNU gettext.
5653
5654 2006-08-22  Bruno Haible  <bruno@clisp.org>
5655
5656         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5657         <utmpx.h> exists.
5658
5659 2006-08-22  Bruno Haible  <bruno@clisp.org>
5660
5661         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5662         <utmpx.h> exists.
5663
5664 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5665
5666         BeOS portability.
5667         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5668         exist.
5669         Problem reported by Bruno Haible.
5670
5671 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5672
5673         Avoid the need for AC_LIBSOURCES in m4 macros.
5674         * modules/acl (EXTRA_DIST): Add acl.h.
5675         * modules/argmatch (Files): Add m4/argmatch.m4.
5676         (configure.ac): Add gl_ARGMATCH.
5677         (EXTRA_DIST): Renamed from lib_SOURCES, for
5678         consistency with the other modules.  Remove argmatch.c.
5679         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5680         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5681         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5682         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5683         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5684         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5685         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5686         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5687         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5688         * modules/closeout (EXTRA_DIST): Add closeout.h.
5689         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5690         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5691         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5692         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5693         dirname.h; remove basename.c and stripslash.c.
5694         * modules/exclude (EXTRA_DIST): Add exclude.h.
5695         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5696         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5697         * modules/file-type (EXTRA_DIST): Add file-type.h.
5698         * modules/filemode (EXTRA_DIST): Add filemode.h.
5699         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5700         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5701         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5702         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5703         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5704         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5705         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5706         * modules/getdate (EXTRA_DIST): Add getdate.c.
5707         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5708         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5709         * modules/getpass (EXTRA_DIST): Add getpass.h.
5710         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5711         * modules/group-member (EXTRA_DIST): Add group-member.h.
5712         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5713         * modules/hash (EXTRA_DIST): Add hash.h.
5714         * modules/human (EXTRA_DIST): Add human.h.
5715         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5716         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5717         * modules/lchown (EXTRA_DIST): Add lchown.h.
5718         * modules/long-options (EXTRA_DIST): Add long-options.h.
5719         * modules/lstat (EXTRA_DIST): Add lstat.h.
5720         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5721         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5722         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5723         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5724         * modules/memxor (EXTRA_DIST): Add memxor.h.
5725         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5726         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5727         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5728         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5729         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5730         * modules/physmem (EXTRA_DIST): Add physmem.h.
5731         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5732         * modules/posixver (EXTRA_DIST): Add posixver.h.
5733         * modules/quote (EXTRA_DIST): Add quote.h.
5734         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5735         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5736         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5737         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5738         regex_internal.h regexec.c.
5739         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5740         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5741         * modules/same (EXTRA_DIST): Add same.h.
5742         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5743         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5744         * modules/savedir (EXTRA_DIST): Add savedir.h.
5745         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5746         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5747         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5748         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5749         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5750         * modules/strdup (EXTRA_DIST): Add strdup.h.
5751         * modules/strftime (EXTRA_DIST): Add strftime.h.
5752         * modules/strndup (EXTRA_DIST): Add strndup.h.
5753         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5754         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5755         * modules/time_r (EXTRA_DIST): Add time_r.h.
5756         * modules/timespec (EXTRA_DIST): Add timespec.h.
5757         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5758         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5759         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5760         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5761         * modules/userspec (EXTRA_DIST): Add userspec.h.
5762         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5763         * modules/utimens (EXTRA_DIST): Add utimens.h.
5764         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5765         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5766         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5767         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5768         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5769         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5770         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5771         * modules/yesno (EXTRA_DIST): Add yesno.h.
5772
5773 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5776
5777         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5778         * m4/dev-ino.m4, same-inode.m4: Remove.
5779
5780         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5781         * m4/acl.m4 (AC_FUNC_ACL):
5782         * m4/backupfile.m4 (gl_BACKUPFILE):
5783         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5784         * m4/canon-host.m4 (gl_CANON_HOST):
5785         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5786         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5787         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5788         * m4/cloexec.m4 (gl_CLOEXEC):
5789         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5790         * m4/closeout.m4 (gl_CLOSEOUT):
5791         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5792         * m4/dirname.m4 (gl_DIRNAME):
5793         * m4/exclude.m4 (gl_EXCLUDE):
5794         * m4/exitfail.m4 (gl_EXITFAIL):
5795         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5796         * m4/file-type.m4 (gl_FILE_TYPE):
5797         * m4/filemode.m4 (gl_FILEMODE):
5798         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5799         * m4/fpending.m4 (gl_FUNC_FPENDING):
5800         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5801         * m4/fts.m4 (gl_FUNC_FTS):
5802         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5803         * m4/getdate.m4 (gl_GETDATE):
5804         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5805         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5806         * m4/getpass.m4 (gl_FUNC_GETPASS):
5807         * m4/gettime.m4 (gl_GETTIME):
5808         * m4/getugroups.m4 (gl_GETUGROUPS):
5809         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5810         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5811         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5812         * m4/hash.m4 (gl_HASH):
5813         * m4/idcache.m4 (gl_IDCACHE):
5814         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5815         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5816         * m4/long-options.m4 (gl_LONG_OPTIONS):
5817         * m4/lstat.m4 (gl_FUNC_LSTAT):
5818         * m4/md5.m4 (gl_MD5):
5819         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5820         * m4/memcoll.m4 (gl_MEMCOLL):
5821         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5822         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5823         * m4/memxor.m4 (gl_MEMXOR):
5824         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5825         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5826         * m4/modechange.m4 (gl_MODECHANGE):
5827         * m4/mountlist.m4 (gl_MOUNTLIST):
5828         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5829         * m4/openat.m4 (gl_FUNC_OPENAT):
5830         * m4/pathmax.m4 (gl_PATHMAX):
5831         * m4/physmem.m4 (gl_PHYSMEM):
5832         * m4/posixtm.m4 (gl_POSIXTM):
5833         * m4/posixver.m4 (gl_POSIXVER):
5834         * m4/quote.m4 (gl_QUOTE):
5835         * m4/quotearg.m4 (gl_QUOTEARG):
5836         * m4/readtokens.m4 (gl_READTOKENS):
5837         * m4/readutmp.m4 (gl_READUTMP):
5838         * m4/regex.m4 (gl_REGEX):
5839         * m4/safe-read.m4 (gl_SAFE_READ):
5840         * m4/safe-write.m4 (gl_SAFE_WRITE):
5841         * m4/same.m4 (gl_SAME):
5842         * m4/save-cwd.m4 (gl_SAVE_CWD):
5843         * m4/savedir.m4 (gl_SAVEDIR):
5844         * m4/settime.m4 (gl_SETTIME):
5845         * m4/sha1.m4 (gl_SHA1):
5846         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5847         * m4/stat-macros.m4 (gl_STAT_MACROS):
5848         * m4/stat-time.m4 (gl_STAT_TIME):
5849         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5850         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5851         * m4/strdup.m4 (gl_FUNC_STRDUP):
5852         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5853         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5854         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5855         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5856         * m4/time_r.m4 (gl_TIME_R):
5857         * m4/timespec.m4 (gl_TIMESPEC):
5858         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5859         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5860         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5861         * m4/userspec.m4 (gl_USERSPEC):
5862         * m4/utimecmp.m4 (gl_UTIMECMP):
5863         * m4/utimens.m4 (gl_UTIMENS):
5864         * m4/xalloc.m4 (gl_XALLOC):
5865         * m4/xgetcwd.m4 (gl_XGETCWD):
5866         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5867         * m4/xreadlink.m4 (gl_XREADLINK):
5868         * m4/xstrtod.m4 (gl_XSTRTOD):
5869         * m4/yesno.m4 (gl_YESNO):
5870         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5871         to get the necessary .h files and whatnot.
5872
5873 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5874             Bruno Haible  <bruno@clisp.org>
5875
5876         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5877         /bin/sh understanding of '!' conditional negation.
5878
5879 2006-08-21  Jim Meyering  <jim@meyering.net>
5880
5881         * modules/openat (Depends-on): Really alphabetize.
5882
5883         * modules/acl (Depends-on): Add error and quote.
5884
5885         * check-module (find_included_lib_files): Add at-func.c to the
5886         ok-to-include-more-than-once white list.
5887
5888         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5889
5890 2006-08-21  Bruno Haible  <bruno@clisp.org>
5891
5892         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5893         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5894         Reported by Martin Lambers <marlam@marlam.de>.
5895
5896 2006-08-21  Bruno Haible  <bruno@clisp.org>
5897
5898         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5899         specify an installation location, don't emit a noinst_LIBRARIES or
5900         noinst_LTLIBRARIES assignment.
5901
5902 2006-08-21  Bruno Haible  <bruno@clisp.org>
5903
5904         BeOS portability.
5905         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5906         BeOS has mbrtowc() but no <wctype.h>.
5907
5908 2006-08-21  Bruno Haible  <bruno@clisp.org>
5909
5910         BeOS portability.
5911         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5912         exist.
5913
5914 2006-08-21  Bruno Haible  <bruno@clisp.org>
5915
5916         BeOS portability.
5917         * lib/mbchar.h: Include <wctype.h> only if it exists.
5918
5919 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5920
5921         Remove files that are no longer needed by their respective modules.
5922         * m4/obstack.m4: Remove.
5923         * m4/strerror_r.m4: Remove.
5924         * m4/uint32_t.m4: Remove.
5925         * m4/uintptr_t.m4: Remove.
5926         * m4/ullong_max.m4: Remove.
5927         * m4/xstrtoimax.m4: Remove.
5928         * m4/xstrtoumax.m4: Remove.
5929
5930         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5931         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5932         dependencies now capture this.
5933
5934         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5935         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5936         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5937         * m4/human.m4 (gl_HUMAN): Likewise.
5938         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5939         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5940
5941         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5942
5943         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5944         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5945         stdint.
5946         * m4/human.m4 (gl_HUMAN): Likewise.
5947         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5948         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5949         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5950         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5951         * m4/xstrtol (gl_XSTRTOL): Likewise.
5952
5953         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5954         AC_TYPE_LONG_LONG_INT.
5955         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5956         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5957         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5958         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5959
5960         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5961         on stdbool.
5962
5963         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5964         (gl_PREREQ_XSTRTOUL): Remove.
5965
5966         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5967
5968         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5969         mode.
5970
5971 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         Add and change modules to make it easier for coreutils to use
5974         gnulib-tool.
5975         * modules/backupfile (Files): Remove m4/d-ino.m4.
5976         (Depends-on): Add d-ino.
5977         * modules/cycle-check (Depends-on): Add stdint.
5978         (lib_SOURCES): Add cycle-check.h.
5979         * modules/d-ino: New module.
5980         * modules/d-type: New module.
5981         * modules/error (Files): Remove m4/strerror_r.m4.
5982         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5983         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5984         m4/inttypes_h.m4, m4/uintmax_t.m4.
5985         (Depends-on): Add stdint.
5986         (lib_SOURCES): Add fsusage.h.
5987         * modules/getcwd (Files): Remove d-ino.m4.
5988         (Depends-on): Add d-ino.
5989         * modules/getndelim2 (Depends-on): Add stdint.
5990         * modules/glob (Files): Remove m4/d-type.m4.
5991         (Depends-on): Add d-type.
5992         * modules/host-os: New module.
5993         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5994         m4/inttypes_h.m4, m4/uintmax_t.m4.
5995         * Depends-on: Add stdint.
5996         (lib_SOURCES): Add human.h.
5997         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5998         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5999         m4/uintmax_t.m4, m4/ulonglong.m4.
6000         (Depends-on): Add stdint.
6001         (EXTRA_DIST): Add inttostr.h.
6002         * modules/lchmod: New module.
6003         * modules/link-follow: New module.
6004         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6005         (Depends-on): Add lchmod.
6006         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6007         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6008         (Depends-on): Add stdint.
6009         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6010         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6011         (Depends-on): Add stdint.
6012         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6013         * modules/perl: New module.
6014         * modules/regex (Depends-on): Add stdint.
6015         * modules/rmdir-errno: New module.
6016         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6017         m4/intmax_t.m4.
6018         (Depends-on): Add stdint.
6019         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6020         m4/uintmax_t.m4.
6021         (Depends-on): Add stdint.
6022         * modules/unlink-busy: New module.
6023         * modules/utimecmp (Depends-on): Add stdint.
6024         * modules/uptime: New module.
6025         * modules/winsz-ioctl: New module.
6026         * modules/winsz-termios: New module.
6027         * modules/xnanosleep (Depends-on): Add nanosleep.
6028         * modules/ullong_max: Remove.
6029         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6030         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6031         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6032         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6033         (Depends-on): Add inttypes.
6034         (lib_SOURCES): Add xstrtol.h.
6035         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6036         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6037         * MODULES.html.sh: Move 'assert' into the assert section.
6038         Move 'dummy' into the linking section.
6039         Remove ullong_max.
6040         Add section for compatibility checks for POSIX:2001 functions,
6041         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6042         winsz-ioctl, and winsz-termios into it.
6043         Add lchmod.
6044         Add top-level Misc section and put host-os, perl, and uptime
6045         into it.
6046
6047 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6048
6049         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6050         now assume the stdint module.  Do not include inttypes.h.
6051         * lib/fsusage.h: Likewise.
6052         * lib/getndelim2.c: Likewise.
6053         * lib/human.h: Likewise.
6054         * lib/inttostr.h: Likewise.
6055         * lib/obstack.c: Likewise.
6056         * lib/regex_internal.h: Likewise.
6057         * lib/tempname.c: Likewise.
6058         * lib/utimecmp.c: Likewise.
6059         * lib/xstrtol.h: Likewise.
6060
6061         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6062
6063         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6064         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6065         * lib/xtime.h: Likewise.
6066
6067 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6068
6069         * modules/openat (Files): Add lib/fchmodat.c.
6070         Fixes problem reported by Jay Youngman.
6071
6072 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6073
6074         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6075         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6076
6077 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6078             Bruno Haible  <bruno@clisp.org>
6079
6080         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6081         and is a script that invokes bison. Tighten the code. Add comments.
6082
6083 2006-08-18  Jim Meyering  <jim@meyering.net>
6084
6085         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6086         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6087         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6088         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6089
6090 2006-08-18  Bruno Haible  <bruno@clisp.org>
6091
6092         * modules/bison-i18n: New file.
6093         * MODULES.html.sh (Internationalization functions): Add it.
6094
6095 2006-08-18  Bruno Haible  <bruno@clisp.org>
6096
6097         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6098         sys/statvfs.h. When getmntinfo was found, check its declaration and
6099         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6100
6101 2006-08-18  Bruno Haible  <bruno@clisp.org>
6102
6103         * m4/bison-i18n.m4: New file, from bison.
6104
6105 2006-08-18  Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6108         (ME_DUMMY): Treat "kernfs" as a dummy.
6109         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6110
6111 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6112
6113         Update from coreutils.
6114
6115         2006-08-15  Jim Meyering  <jim@meyering.net>
6116
6117         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6118
6119         2006-01-17  Jim Meyering  <jim@meyering.net>
6120
6121         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6122
6123         2006-01-11  Jim Meyering  <jim@meyering.net>
6124
6125         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6126         Check for the lchmod function.
6127
6128 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         Update from coreutils.
6131
6132         * lib/__fpending.h: Add copyright notice.
6133         * lib/fprintftime.h: Likewise.
6134         * lib/savedir.c: Use (C) in copyright notice.
6135         * lib/savedir.h: Likewise.
6136
6137         2006-08-15  Jim Meyering  <jim@meyering.net>
6138
6139         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6140         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6141         in support of the EXPECTED_ERRNO macro.
6142         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6143         definitions.  Instead, define the appropriate symbols and include
6144         "at-func.c".
6145         * lib/mkdirat.c (mkdirat): Likewise.
6146         * lib/fchmodat.c (fchmodat): Likewise.
6147         (ENOSYS): Remove definition.
6148         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6149         it.  Don't include "unistd--.h" -- it wasn't ever used.
6150
6151         2006-01-17  Jim Meyering  <jim@meyering.net>
6152
6153         Rewrite fts.c not to change the current working directory,
6154         by using openat, fstatat, fdopendir, etc..
6155
6156         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6157         (HAVE_OPENAT_SUPPORT): Define.
6158         [_LIBC] (fchdir): Don't undef or define; no longer used.
6159         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6160         Now, this `function' always succeeds, and consumes its file descriptor
6161         parameter -- so callers must not close such FDs.  Update callers.
6162         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6163         (diropen): Add parameter, SP.  Adjust all callers.
6164         Implement using diropen_fd, rather than open.
6165         (fts_open): Initialize new member, fts_cwd_fd.
6166         Remove fts_rft-setting code.
6167         (fts_close): Close fts_cwd_fd, if necessary.
6168         (__opendir2): Define in terms of opendir or opendirat,
6169         depending on whether the FST_NOCHDIR flag is set.
6170         (fts_build): Since fts_safe_changedir consumes its FD, and since
6171         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6172         and close the dup'd file descriptor upon failure.
6173         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6174         (fts_safe_changedir): Tweak semantics to reflect that this function
6175         now calls cwd_advance_fd and hence consumes its FD argument.
6176         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6177         [struct FTS] (fts_rft): Remove now-unused member.
6178         [struct FTS] (fts_cycle.state): Improve comment.
6179
6180         * lib/openat.c (openat_needs_fchdir): New function.
6181         * lib/openat.h (openat_needs_fchdir): Declare it.
6182
6183 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6184
6185         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6186         Problem and fix reported by Pádraig Brady in
6187         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6188
6189 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6190
6191         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6192
6193 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6194
6195         * lib/memcoll.c (memcoll): Optimize for the common case where the
6196         arguments are bytewise equal.
6197
6198 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6199
6200         * doc/regexprops-generic.texi: Add a copyright notice.
6201
6202 2006-08-15  Bruno Haible  <bruno@clisp.org>
6203
6204         * modules/tmpdir (License): Change to LGPL.
6205
6206 2006-08-15  Bruno Haible  <bruno@clisp.org>
6207
6208         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6209         module.
6210
6211 2006-08-14  Simon Josefsson  <jas@extundo.com>
6212
6213         * config/srclist.txt: Add gnupload.
6214
6215 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         Change copyright notice from LGPL 2 to GPL 2, since that's the
6218         standard form used in the gnulib repository.
6219         * tests/test-lock.c: Likewise.
6220         * tests/test-stdint.c: Likewise.
6221         * tests/test-tls.c: Likewise.
6222
6223         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6224         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6225         Add copyright notice.
6226
6227         * check-module: Add copyright notice.  Output a copyright
6228         notice if "--version" is specified.
6229         * modules/COPYING: New file.
6230         * tests/test-getaddrinfo.c: Add copyright notice.
6231         * tests/test-verify.c: Likewise.
6232
6233 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6234
6235         Change copyright notice from LGPL 2 to GPL 2, since that's the
6236         standard form used in the gnulib repository.
6237         * lib/lock.c: LGPL -> GPL.
6238         * lib/lock.h: Likewise.
6239         * lib/strnlen1.c: Likewise.
6240         * lib/strnlen1.h: Likewise.
6241         * lib/tls.c: Likewise.
6242         * lib/tls.h: Likewise.
6243         * lib/tmpdir.c: Likewise.
6244
6245         * lib/TODO: Remove; this belongs only in coreutils.
6246
6247 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6248
6249         Add copyright notices to long-enough files that lack them, since
6250         otherwise the files aren't clearly free.  Use the same notice that
6251         getdate.texi already uses.
6252         * doc/alloca-opt.texi: Add copyright notice.
6253         * doc/alloca.texi: Likewise.
6254         * doc/ctime.texi: Likewise.
6255         * doc/functions.texi: Likewise.
6256         * doc/gcd.texi: Likewise.
6257         * doc/gnulib-tool.texi: Likewise.
6258         * doc/inet_ntoa.texi: Likewise.
6259         * doc/visibility.texi: Likewise.
6260
6261         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6262         * doc/quote.texi: Add copyright notice.
6263
6264         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6265         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6266         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6267         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6268         is now obsolete, and give a pointer to the Sun list.
6269         Add copyright notice.
6270
6271 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * config/srclistvars.sh: Add copyright notice.
6274
6275 2006-08-14  Eric Blake  <ebb9@byu.net>
6276
6277         Import the following change from libc:
6278
6279         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6280
6281         Upstream bug 2997.
6282         * lib/misc/error.c: Add space between program name and message if file
6283         name is missing.
6284
6285 2006-08-12  Karl Berry  <karl@gnu.org>
6286
6287         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6288         remove, these originate in gnulib now.
6289
6290 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6291
6292         * doc/Makefile (standards.info standards.html standards.dvi):
6293         Also depend on make-stds.texi.
6294
6295 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6296
6297         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6298         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6299
6300         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6301         in wchar_t.  Problem reported by Eric Blake.
6302
6303         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6304         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6305         Also, help the compiler to keep LEN in a register.
6306
6307 2006-08-11  Eric Blake  <ebb9@byu.net>
6308
6309         * users.txt: Sort.  Add tar.
6310
6311 2006-08-11  Bruno Haible  <bruno@clisp.org>
6312
6313         * users.txt: New file.
6314
6315 2006-08-11  Bruno Haible  <bruno@clisp.org>
6316
6317         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6318         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6319
6320 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * modules/snprintf (Depends-on): Remove minmax.
6323         (Maintainer): Add self and Bruno.
6324
6325 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6326
6327         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6328         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6329         (EOVERFLOW): Define if the system does not.
6330         Do not include "minmax.h"; it wasn't used.
6331         (snprintf): Don't assume size_t promotes to an unsigned type.
6332         Fix bug when generated string was too long for the buffer: the
6333         buffer's contents are supposed to be the initial prefix of the
6334         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6335         exceeds INT_MAX; do the check ourselves.
6336
6337         Import the following changes from libc:
6338
6339         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6340
6341         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6342         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6343         set wc to the byte which couldn't be converted.
6344         (re_string_reconstruct): Don't clear valid_raw_len before calling
6345         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6346         tip_context using re_string_context_at.
6347
6348         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6349
6350         * lib/posix/regex.h: g++ still cannot handled [restrict].
6351
6352         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6353
6354         * lib/posix/regex.h: Remove special handling for VMS.
6355
6356 2006-08-10  Jim Meyering  <jim@meyering.net>
6357
6358         * modules/same-inode: New module.
6359         * modules/dev-ino: New module.
6360         * modules/cycle-check: Depend on these modules, rather than simply
6361         including their .h files.
6362         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6363         required via m4/cycle-check.m4.
6364         * modules/same: Depend on new same-inode module, rather than
6365         including same-inode.h.
6366         * modules/chdir-safer: New file.
6367
6368         * modules/chown (Depends-on): Add stat-macros.
6369
6370 2006-08-10  Jim Meyering  <jim@meyering.net>
6371
6372         * m4/cycle-check.m4: New file.
6373         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6374         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6375
6376 2006-08-10  Eric Blake  <ebb9@byu.net>
6377
6378         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6379         in from original proposal.
6380
6381 2006-08-10  Eric Blake  <ebb9@byu.net>
6382         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6383
6384         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6385         namespace.
6386
6387 2006-08-10  Bruno Haible  <bruno@clisp.org>
6388
6389         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6390         as well.
6391
6392 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6393
6394         Sync from coreutils.
6395
6396         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6397
6398         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6399         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6400
6401 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6402
6403         * modules/restrict: Remove; no longer needed now that we assume
6404         Autoconf 2.59 or later.
6405         * MODULES.html.sh: Remove 'restrict'.
6406         * modules/argp (Depends-on): Remove 'restrict'.
6407         * modules/base64 (Depends-on): Likewise.
6408         * modules/gc (Depends-on): Likewise.
6409         * modules/getaddrinfo (Depends-on): Likewise.
6410         * modules/glob (Depends-on): Likewise.
6411         * modules/inet_ntop (Depends-on): Likewise.
6412         * modules/inet_pton (Depends-on): Likewise.
6413         * modules/memxor (Depends-on): Likewise.
6414         * modules/regex (Depends-on): Likewise.
6415         * modules/strtok_r (Depends-on): Likewise.
6416         * modules/time_r (Depends-on): Likewise.
6417
6418 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6421         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6422         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6423         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6424         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6425         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6426         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6427         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6428
6429         Merge from coreutils.
6430         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6431         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6432         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6433         * m4/time_r.m4 (gl_TIME_R): Likewise.
6434
6435 2006-08-09  Karl Berry  <karl@gnu.org>
6436
6437         * config/srclist.txt: no more gettext-tools, per Bruno.
6438
6439 2006-08-08  Eric Blake  <ebb9@byu.net>
6440
6441         * modules/verror: New module.
6442         * MODULES.html.sh: Document it.
6443
6444 2006-08-08  Eric Blake  <ebb9@byu.net>
6445
6446         * lib/verror.h, lib/verror.c: New files.
6447
6448 2006-08-08  Eric Blake  <ebb9@byu.net>
6449
6450         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6451         verror_at_line output complies with GNU Coding Standards even when
6452         file is NULL.
6453
6454 2006-08-07  Bruno Haible  <bruno@clisp.org>
6455
6456         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6457         versions of AIX.
6458         Reported by Ralf Wildenhues.
6459
6460 2006-08-07  Bruno Haible  <bruno@clisp.org>
6461
6462         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6463         in an AC_DEFUN. Needed so that the autoconf snippets can use
6464         AC_REQUIRE.
6465
6466 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6467
6468         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6469         Initialize pkgdata_DATA.
6470         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6471         overriding it.
6472
6473 2006-08-06  Eric Blake  <ebb9@byu.net>
6474
6475         * lib/error.h: Fold in some upstream changes from glibc.
6476         * lib/error.c: Likewise.
6477
6478 2006-08-04  Bruno Haible  <bruno@clisp.org>
6479
6480         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6481         Make the mostlyclean-local rule depend on mostlyclean-generic.
6482         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6483
6484 2006-07-31  Bruno Haible  <bruno@clisp.org>
6485
6486         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6487         <stdlib.h>, <string.h>.
6488
6489 2006-07-30  Bruno Haible  <bruno@clisp.org>
6490
6491         * modules/readlink (License): Change to LGPL.
6492
6493 2006-07-30  Bruno Haible  <bruno@clisp.org>
6494
6495         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6496         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6497         set PKGDATADIR to point to it.
6498
6499 2006-07-30  Bruno Haible  <bruno@clisp.org>
6500
6501         * modules/csharpexec (configure.ac): Comment out macro invocation.
6502         * modules/javaexec (configure.ac): Likewise.
6503         * modules/javacomp-script (configure.ac): Likewise.
6504
6505         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6506
6507 2006-07-30  Bruno Haible  <bruno@clisp.org>
6508
6509         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6510         linked-list.
6511
6512 2006-07-30  Bruno Haible  <bruno@clisp.org>
6513
6514         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6515
6516 2006-07-30  Bruno Haible  <bruno@clisp.org>
6517
6518         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6519         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6520         get removed.
6521
6522 2006-07-29  Bruno Haible  <bruno@clisp.org>
6523
6524         Make it possible for gnulib-tool to work with locally modified or
6525         augmented gnulib repositories.
6526         * gnulib-tool (func_usage): Document --local-dir option.
6527         (local_gnulib_dir): New variable.
6528         Handle --local-dir option.
6529         (func_lookup_file): New function.
6530         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6531         (func_get_description, func_get_filelist, func_get_description,
6532         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6533         func_get_automake_snippet, func_get_include_directive,
6534         func_get_license, func_get_maintainer): Use func_lookup_file.
6535         (func_import, func_create_testdir): Use func_lookup_file.
6536
6537 2006-07-29  Bruno Haible  <bruno@clisp.org>
6538
6539         * modules/setenv (Depends-on): Add unistd.
6540
6541 2006-07-29  Bruno Haible  <bruno@clisp.org>
6542
6543         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6544
6545 2006-07-29  Bruno Haible  <bruno@clisp.org>
6546
6547         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6548
6549 2006-07-29  Bruno Haible  <bruno@clisp.org>
6550
6551         * gnulib-tool (import, update): If there is no Makefile.am, look at
6552         aclocal.m4, instead of bailing out.
6553
6554 2006-07-29  Bruno Haible  <bruno@clisp.org>
6555
6556         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6557         Categorize the options by when they are useful.
6558
6559 2006-07-29  Bruno Haible  <bruno@clisp.org>
6560
6561         * gnulib-tool (func_usage): Document option --no-libtool.
6562         Handle option --no-libtool.
6563         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6564         for changed semantics of $libtool variable.
6565         (func_import): Likewise. If libtool is not used, show this through
6566         an option --no-libtool.
6567         (func_create_testdir): Update.
6568
6569 2006-07-29  Bruno Haible  <bruno@clisp.org>
6570
6571         * gnulib-tool (func_import): Extend error message about missing
6572         --doc-base.
6573
6574 2006-07-29  Bruno Haible  <bruno@clisp.org>
6575
6576         * gnulib-tool (func_import): Don't create the $docbase directory if
6577         there is no file to store there.
6578
6579 2006-07-29  Bruno Haible  <bruno@clisp.org>
6580
6581         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6582         relevant, look for configure.ac there, not in the current directory.
6583         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6584
6585 2006-07-29  Bruno Haible  <bruno@clisp.org>
6586
6587         * gnulib-tool (SORT): New variable.
6588         (func_usage): Undocument --assume-autoconf option.
6589         Remove --assume-autoconf option handling.
6590         (autoconf_minversion): Determine from the contents of configure.ac.
6591         (func_import): Remove autoconf_minversion handling.
6592         Suggested by Eric Blake.
6593
6594 2006-07-29  Bruno Haible  <bruno@clisp.org>
6595
6596         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6597
6598 2006-07-29  Bruno Haible  <bruno@clisp.org>
6599
6600         * config/srclist.txt (*setenv.[ch]): Remove rules.
6601
6602 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6603
6604         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6605
6606 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6607
6608         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6609         arpa/inet.h.
6610
6611 2006-07-28  Simon Josefsson  <jas@extundo.com>
6612
6613         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6614         * modules/inet_pton (Depends-on): Likewise.
6615
6616 2006-07-28  Simon Josefsson  <jas@extundo.com>
6617
6618         * m4/netinet_in_h.m4: New file.
6619
6620 2006-07-28  Simon Josefsson  <jas@extundo.com>
6621
6622         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6623         #include's.
6624
6625 2006-07-28  Simon Josefsson  <jas@extundo.com>
6626
6627         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6628         #include's.
6629
6630 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6631
6632         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6633         setgid on directories only if they set these bits.
6634         * lib/modechange.h: Remove obsolete comment about masks.
6635
6636 2006-07-28  Eric Blake  <ebb9@byu.net>
6637
6638         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6639         macro expansion.
6640
6641 2006-07-28  Bruno Haible  <bruno@clisp.org>
6642
6643         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6644
6645 2006-07-28  Bruno Haible  <bruno@clisp.org>
6646
6647         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6648
6649 2006-07-28  Bruno Haible  <bruno@clisp.org>
6650
6651         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6652         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6653         Define fallbacks.
6654         Avoids link error on FreeBSD 4.x.
6655         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6656
6657         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6658         encoding.
6659         * lib/mbswidth.c (iswcntrl): Likewise.
6660
6661 2006-07-27  Bruno Haible  <bruno@clisp.org>
6662
6663         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6664         test.
6665
6666 2006-07-27  Bruno Haible  <bruno@clisp.org>
6667
6668         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6669         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6670         defined.
6671
6672 2006-07-26  Eric Blake  <ebb9@byu.net>
6673
6674         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6675
6676 2006-07-26  Eric Blake  <ebb9@byu.net>
6677
6678         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6679         like mingw that lack mkstemp.
6680         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6681         avoid compilation warning on mingw.
6682
6683 2006-07-26  Bruno Haible  <bruno@clisp.org>
6684
6685         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6686         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6687         INT_FAST*_MIN, INTPTR_MIN.
6688
6689 2006-07-25  Bruno Haible  <bruno@clisp.org>
6690
6691         * modules/version-etc (Depends-on): Add stdarg.
6692
6693 2006-07-25  Bruno Haible  <bruno@clisp.org>
6694
6695         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6696         complex commands.
6697
6698 2006-07-25  Bruno Haible  <bruno@clisp.org>
6699
6700         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6701         defined in <stdarg.h> or config.h.
6702
6703 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6704
6705         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6706         (gl_STDIO_SAFER): Remove.
6707
6708 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6709
6710         * MODULES.html.sh (File stream based Input/Output):
6711         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6712         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6713         * modules/fopen-safer, modules/tmpfile-safer: New files.
6714         * modules/stdio-safer: Remove.
6715
6716 2006-07-24  Bruno Haible  <bruno@clisp.org>
6717
6718         * modules/tmpdir: New file.
6719         * MODULES.html.sh (File system functions): Add it.
6720
6721 2006-07-24  Bruno Haible  <bruno@clisp.org>
6722
6723         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6724         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6725
6726 2006-07-24  Bruno Haible  <bruno@clisp.org>
6727
6728         * modules/clean-temp: New file.
6729
6730 2006-07-24  Bruno Haible  <bruno@clisp.org>
6731
6732         * m4/tmpdir.m4: New file, from GNU gettext.
6733
6734 2006-07-24  Bruno Haible  <bruno@clisp.org>
6735
6736         * lib/tmpdir.h: New file, from GNU gettext.
6737         * lib/tmpdir.c: New file, from GNU gettext.
6738
6739 2006-07-24  Bruno Haible  <bruno@clisp.org>
6740
6741         * lib/clean-temp.h: New file, from GNU gettext.
6742         * lib/clean-temp.c: New file, from GNU gettext.
6743
6744 2006-07-23  Eric Blake  <ebb9@byu.net>
6745
6746         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6747         (Depends-on): Add binary-io.
6748
6749 2006-07-23  Eric Blake  <ebb9@byu.net>
6750
6751         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6752
6753 2006-07-23  Eric Blake  <ebb9@byu.net>
6754
6755         * lib/tmpfile-safer.c: New file.
6756         * lib/stdio-safer.h (fopen_safer): Add prototype.
6757         * lib/stdio--.h (tmpfile): Make safer.
6758
6759 2006-07-23  Bruno Haible  <bruno@clisp.org>
6760
6761         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6762         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6763         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6764         gl_linked_remove_at): Use it.
6765
6766 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6767         and Simon Josefsson <jas@extundo.com>
6768
6769         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6770
6771         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6772
6773 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * modules/close-stream: New file.
6776         * modules/closeout (Description): Make it clear that it exits
6777         with a diagnostic on error.
6778         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6779         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6780
6781 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * m4/close-stream.m4: New file.
6784
6785 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         * lib/close-stream.c, lib/close-stream.h: New files.
6788
6789 2006-07-22  Bruno Haible  <bruno@clisp.org>
6790
6791         Merge from GNU gettext 0.15.
6792
6793         2006-05-01  Bruno Haible  <bruno@clisp.org>
6794
6795                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6796
6797         2006-07-22  Bruno Haible  <bruno@clisp.org>
6798
6799                 * modules/javaversion: New file.
6800                 * MODULES.html.sh (Java): Add javaversion.
6801
6802         2006-03-12  Bruno Haible  <bruno@clisp.org>
6803
6804                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6805
6806         2005-12-04  Bruno Haible  <bruno@clisp.org>
6807
6808                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6809                 (untested).
6810
6811         2006-06-21  Bruno Haible  <bruno@clisp.org>
6812
6813                 Avoid warnings from recent versions of mcs.
6814                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6815                 -o, -L, -r any more. Use options documented since mcs-1.0
6816                 instead. Similarly for -g.
6817
6818         2005-12-04  Bruno Haible  <bruno@clisp.org>
6819
6820                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6821                 .resources, not .resource.
6822
6823         2005-07-09  Bruno Haible  <bruno@clisp.org>
6824
6825                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6826                 add a .dll suffix.
6827                 Reported by Mark Junker <mjscod@gmx.de>.
6828
6829         2006-07-22  Bruno Haible  <bruno@clisp.org>
6830
6831                 * modules/gettext: Upgrade to gettext-0.15.
6832                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6833                 m4/visibility.m4.
6834                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6835
6836 2006-07-22  Bruno Haible  <bruno@clisp.org>
6837
6838         Merge from GNU gettext 0.15.
6839
6840         2006-03-25  Bruno Haible  <bruno@clisp.org>
6841
6842                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6843
6844         2006-07-21  Bruno Haible  <bruno@clisp.org>
6845
6846                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6847                 "1.1".
6848
6849         2006-05-09  Bruno Haible  <bruno@clisp.org>
6850
6851                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6852                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6853                 for the conftestver execution.
6854
6855         2006-05-01  Bruno Haible  <bruno@clisp.org>
6856
6857                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6858                 optional target-version argument. Verify that the compiler
6859                 groks source of the specified source-version, or add -source
6860                 option as necessary. Verify that the compiler produces
6861                 bytecode in the specified target-version, or add -target and
6862                 -source options as necessary. Make the result of the test
6863                 available as variable CONF_JAVAC. Also log error output in
6864                 config.log.
6865
6866         2006-03-11  Bruno Haible  <bruno@clisp.org>
6867
6868                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6869
6870         2006-05-09  Bruno Haible  <bruno@clisp.org>
6871
6872                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6873                 CLASSPATH_SEPARATOR to a semicolon.
6874
6875         2006-03-12  Bruno Haible  <bruno@clisp.org>
6876
6877                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6878                 available as variable CONF_JAVA, for subsequent autoconf
6879                 tests. Also log error output in config.log.
6880
6881         2006-07-19  Bruno Haible  <bruno@clisp.org>
6882
6883                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6884                 that getline works on glibc2 systems. Needed to avoid trouble
6885                 in relocatable.c.
6886                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6887
6888         2005-12-04  Bruno Haible  <bruno@clisp.org>
6889
6890                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6891                 launcher (untested).
6892
6893         2005-12-04  Bruno Haible  <bruno@clisp.org>
6894
6895                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6896
6897         2006-07-22  Bruno Haible  <bruno@clisp.org>
6898
6899                 * gettext.m4: Update from GNU gettext-0.15.
6900                 * nls.m4: Likewise.
6901                 * po.m4: Likewise.
6902                 * inttypes-pri.m4: Likewise.
6903                 * inttypes-h.m4: Renamed from inttypes.m4.
6904                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6905
6906 2006-07-22  Bruno Haible  <bruno@clisp.org>
6907
6908         Merge from GNU gettext 0.15.
6909
6910         2005-07-05  Bruno Haible  <bruno@clisp.org>
6911
6912                 * printf-args.c (printf_fetchargs): Work around broken
6913                 definition of wint_t on mingw.
6914
6915         2005-02-12  Bruno Haible  <bruno@clisp.org>
6916
6917                 * xallocsa.h: Add extern "C" for C++.
6918
6919         2006-05-17  Bruno Haible  <bruno@clisp.org>
6920
6921                 Cygwin portability.
6922                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6923
6924         2006-04-30  Bruno Haible  <bruno@clisp.org>
6925
6926                 * progreloc.c: Include <mach-o/dyld.h> if available.
6927                 (find_executable): Use _NSGetExecutablePath when possible.
6928
6929         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6930
6931                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6932                 function.
6933
6934         2005-12-29  Bruno Haible  <bruno@clisp.org>
6935
6936                 * progreloc.c (set_program_name_and_installdir): Fix
6937                 compilation error.
6938
6939         2005-12-04  Bruno Haible  <bruno@clisp.org>
6940
6941                 Cygwin portability.
6942                 * progreloc.c: Include <windows.h> also on Cygwin.
6943                 (find_executable): Add support for Cygwin.
6944                 (set_program_name_and_installdir): Handle also platforms with
6945                 nonempty EXEEXT.
6946
6947         2006-07-11  Bruno Haible  <bruno@clisp.org>
6948
6949                 * javacomp.c: Fix a comment.
6950                 Reported by Jim Meyering.
6951
6952         2006-04-30  Bruno Haible  <bruno@clisp.org>
6953
6954                 * javacomp.h (compile_java_class): Add source_version,
6955                 target_version arguments.
6956                 * javacomp.c: Rewritten to choose only a compiler that
6957                 respects the specified source_version and target_version.
6958
6959         2006-06-27  Bruno Haible  <bruno@clisp.org>
6960
6961                 Assume correct S_ISDIR macro.
6962                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6963
6964         2006-07-22  Bruno Haible  <bruno@clisp.org>
6965
6966                 * javaversion.h: New file, from GNU gettext.
6967                 * javaversion.c: New file, from GNU gettext.
6968                 * javaversion.java: New file, from GNU gettext.
6969                 * javaversion.class: New file, from GNU gettext.
6970
6971         2006-05-17  Bruno Haible  <bruno@clisp.org>
6972
6973                 Cygwin portability.
6974                 * javaexec.c (execute_java_class): Test for jview program
6975                 also on Cygwin.
6976
6977         2006-04-09  Bruno Haible  <bruno@clisp.org>
6978
6979                 * fatal-signal.c: Don't include string.h.
6980                 (at_fatal_signal): Use a copying loop instead of memcpy.
6981
6982         2005-12-04  Bruno Haible  <bruno@clisp.org>
6983
6984                 * csharpexec.c: Add support for 'clix' launcher (untested).
6985                 (execute_csharp_using_sscli): New function.
6986                 (execute_csharp_program): Call it.
6987
6988         2006-06-21  Bruno Haible  <bruno@clisp.org>
6989
6990                 Avoid warnings from recent versions of mcs.
6991                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6992                 -o, -L, -r any more. Use options documented since mcs-1.0
6993                 instead. Similarly for -g.
6994
6995         2005-07-09  Bruno Haible  <bruno@clisp.org>
6996
6997                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6998                 add a .dll suffix.
6999                 Reported by Mark Junker <mjscod@gmx.de>.
7000
7001         2006-06-17  Bruno Haible  <bruno@clisp.org>
7002
7003                 * config.charset: Update for NetBSD 3.0.
7004
7005         2006-05-17  Bruno Haible  <bruno@clisp.org>
7006
7007                 Cygwin portability.
7008                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7009
7010         2006-05-16  Bruno Haible  <bruno@clisp.org>
7011
7012                 * localcharset.c [CYGWIN]: Include <windows.h>.
7013                 (get_charset_aliases): For Cygwin, return the same CPxxx
7014                 aliases list as under WIN32.
7015                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7016                 the environment variables. Fall back to GetACP().
7017
7018         2006-04-05  Bruno Haible  <bruno@clisp.org>
7019
7020                 * config.charset: Update Juan Manuel Guerrero's address.
7021
7022         2005-02-12  Bruno Haible  <bruno@clisp.org>
7023
7024                 * allocsa.h: Add extern "C" for C++.
7025
7026         2005-02-10  Bruno Haible  <bruno@clisp.org>
7027
7028                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7029                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7030
7031         2006-07-22  Bruno Haible  <bruno@clisp.org>
7032
7033                 * gettext.h: Update to GNU gettext-0.15.
7034
7035 2006-07-22  Bruno Haible  <bruno@clisp.org>
7036
7037         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7038         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7039         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7040
7041 2006-07-21  Eric Blake  <ebb9@byu.net>
7042
7043         * modules/stdlib-safer: New file.
7044         * MODULES.html.sh (File stream based Input/Output): Add
7045         stdlib-safer.
7046
7047 2006-07-21  Eric Blake  <ebb9@byu.net>
7048
7049         * lib/stdlib-safer.h: New file from coreutils, required by
7050         stdlib--.h.
7051
7052 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7053
7054         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7055
7056 2006-07-20  Bruno Haible  <bruno@clisp.org>
7057
7058         * gnulib-tool: Recognize new option --assume-autoconf.
7059         (autoconf_minversion): New variable.
7060         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7061
7062 2006-07-20  Bruno Haible  <bruno@clisp.org>
7063
7064         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7065
7066 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7067
7068         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7069         Reindent and repaginate.
7070
7071 2006-07-19  Derek Price  <derek@ximbiot.com>
7072
7073         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7074         Correct grammar.
7075
7076 2006-07-17  Bruno Haible  <bruno@clisp.org>
7077
7078         * modules/list: New file.
7079         * modules/array-list: New file.
7080         * modules/carray-list, modules/carray-list-tests: New files.
7081         * modules/linked-list, modules/linked-list-tests: New files.
7082         * modules/avltree-list, modules/avltree-list-tests: New files.
7083         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7084         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7085         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7086         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7087         * modules/oset: New file.
7088         * modules/array-oset: New file.
7089         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7090         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7091         * tests/test-carray_list.c: New file.
7092         * tests/test-linked_list.c: New file.
7093         * tests/test-avltree_list.c: New file.
7094         * tests/test-rbtree_list.c: New file.
7095         * tests/test-linkedhash_list.c: New file.
7096         * tests/test-avltreehash_list.c: New file.
7097         * tests/test-rbtreehash_list.c: New file.
7098         * tests/test-avltree_oset.c: New file.
7099         * tests/test-rbtree_oset.c: New file.
7100         * MODULES.html.sh (Container data structures): New section.
7101
7102 2006-07-17  Bruno Haible  <bruno@clisp.org>
7103
7104         * m4/gl_list.m4: New file.
7105
7106 2006-07-17  Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/gl_list.h: New file.
7109         * lib/gl_list.c: New file.
7110         * lib/gl_array_list.h: New file.
7111         * lib/gl_array_list.c: New file.
7112         * lib/gl_carray_list.h: New file.
7113         * lib/gl_carray_list.c: New file.
7114         * lib/gl_linked_list.h: New file.
7115         * lib/gl_linked_list.c: New file.
7116         * lib/gl_anylinked_list1.h: New file.
7117         * lib/gl_anylinked_list2.h: New file.
7118         * lib/gl_avltree_list.h: New file.
7119         * lib/gl_avltree_list.c: New file.
7120         * lib/gl_anyavltree_list1.h: New file.
7121         * lib/gl_anyavltree_list2.h: New file.
7122         * lib/gl_rbtree_list.h: New file.
7123         * lib/gl_rbtree_list.c: New file.
7124         * lib/gl_anyrbtree_list1.h: New file.
7125         * lib/gl_anyrbtree_list2.h: New file.
7126         * lib/gl_anytree_list1.h: New file.
7127         * lib/gl_anytree_list2.h: New file.
7128         * lib/gl_linkedhash_list.h: New file.
7129         * lib/gl_linkedhash_list.c: New file.
7130         * lib/gl_anyhash_list1.h: New file.
7131         * lib/gl_anyhash_list2.h: New file.
7132         * lib/gl_avltreehash_list.h: New file.
7133         * lib/gl_avltreehash_list.c: New file.
7134         * lib/gl_rbtreehash_list.h: New file.
7135         * lib/gl_rbtreehash_list.c: New file.
7136         * lib/gl_anytreehash_list1.h: New file.
7137         * lib/gl_anytreehash_list2.h: New file.
7138
7139         * lib/gl_oset.h: New file.
7140         * lib/gl_oset.c: New file.
7141         * lib/gl_array_oset.h: New file.
7142         * lib/gl_array_oset.c: New file.
7143         * lib/gl_avltree_oset.h: New file.
7144         * lib/gl_avltree_oset.c: New file.
7145         * lib/gl_rbtree_oset.h: New file.
7146         * lib/gl_rbtree_oset.c: New file.
7147         * lib/gl_anytree_oset.h: New file.
7148
7149 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7150
7151         * m4/mkancesdirs.m4: New file.
7152         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7153         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7154         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7155         it.
7156
7157 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7158
7159         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7160         * lib/mkancesdirs.h: New files.
7161         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7162         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7163         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7164         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7165         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7166         callers changed.  Revamp internals significantly, by not
7167         attempting to create directories that are temporarily more
7168         permissive than the final results.  Do not attempt to use
7169         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7170         This removes some race conditions, fixes some bugs, and simplifies
7171         things.  Use new dirchownmod function to do owner and mode changes.
7172         * lib/mkdir-p.h: Likewise.
7173         * lib/modechange.c (octal_to_mode): New function.
7174         (struct mode_change): New member mentioned.
7175         (make_node_op_equals): New arg mentioned.  All callers changed.
7176         (mode_compile): Keep track of which mode bits the user has explicitly
7177         mentioned.
7178         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7179         New arg PMODE_BITS, to keep track of which mode bits the user
7180         mentioned; it treats S_ISUID and S_ISGID speciall.
7181         All callers changed.
7182         * lib/modechange.h: Likewise.
7183
7184 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7185
7186         * MODULES.html.sh: Add mkancestors.
7187         * modules/mkancesdirs: New module.
7188         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7189         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7190         The chdir-safer and afs files are now orphans; I'll remove them
7191         unless someone speaks up.
7192         Add lib/dirchownmod.c, lib/dirchownmod.h.
7193         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7194         Add lchown, mkancesdirs.
7195         (Maintainer): Add self.
7196
7197 2006-07-15  Karl Berry  <karl@gnu.org>
7198
7199         * gnulib-tool: help message wording/arrangement.
7200
7201 2006-07-14  Simon Josefsson  <jas@extundo.com>
7202
7203         * doc/gnulib.texi (Libtool and Windows): New section.
7204
7205 2006-07-12  Simon Josefsson  <jas@extundo.com>
7206
7207         * modules/gendocs (License): Fix license, approved by Karl.
7208
7209 2006-07-12  Eric Blake  <ebb9@byu.net>
7210
7211         * MODULES.html.sh: Add gendocs.
7212
7213 2006-07-11  Eric Blake  <ebb9@byu.net>
7214
7215         * modules/fdl: New module, to install doc/fdl.texi.
7216         * MODULES.html.sh: Add new section for documentation modules.
7217         * gnulib-tool: Avoid space-tab.
7218         (--doc-base): New option, to manage files from doc.
7219
7220 2006-07-11  Eric Blake  <ebb9@byu.net>
7221
7222         * m4/absolute-header.m4: Fix comments to match recent change.
7223
7224 2006-07-11  Eric Blake  <ebb9@byu.net>
7225
7226         * gnulib-tool: List --doc-base before --tests-base.
7227
7228 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7229
7230         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7231
7232 2006-07-11  Bruno Haible  <bruno@clisp.org>
7233
7234         * README: Mention where to put documentation.
7235
7236 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7237
7238         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7239
7240 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7241
7242         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7243         to stdint.m4.
7244
7245 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7246
7247         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7248         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7249         "no/such/file/stdint.h" when there is no such file, so that
7250         the resulting C code can be parsed by dodgy compilers.
7251         Problems reported by Bob Proulx.
7252
7253 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7254
7255         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7256         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7257         macros into the GNU _D_EXACT_NAMLEN.
7258         * lib/savedir.c:  Likewise.
7259         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7260
7261 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7262         and Paul Eggert  <eggert@cs.ucla.edu>
7263
7264         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7265         * m4/savedir.m4:
7266         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7267         macros into the GNU _D_EXACT_NAMLEN.
7268
7269 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7270
7271         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7272         around the absolute name, to work around a problem with the HP-UX
7273         11.23 native C compiler, reported by Bob Proulx.
7274
7275 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7276
7277         * doc/maintain.texi, make-stds.texi: Sync from
7278         <http://savannah.gnu.org/projects/gnustandards>.
7279
7280 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7283
7284 2006-07-09  Jim Meyering  <jim@meyering.net>
7285
7286         * m4/glob.m4: Remove a doubled word in a comment.
7287
7288 2006-07-09  Jim Meyering  <jim@meyering.net>
7289
7290         * lib/argp-pv.c: Remove a doubled word in a comment.
7291         * lib/check-version.c (check_version): Likewise.
7292         * lib/javacomp.c (compile_java_class): Likewise.
7293
7294 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7297         for the benefit of people using Autoconf 2.60.  If you want to
7298         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7299         (or m4/onceonly.m4, if pre-2.57) manually.
7300
7301 2006-07-08  Jim Meyering  <jim@meyering.net>
7302
7303         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7304         comment.
7305         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7306         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7307         comment.
7308
7309 2006-07-08  Jim Meyering  <jim@meyering.net>
7310
7311         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7312
7313 2006-07-07  Simon Josefsson  <jas@extundo.com>
7314
7315         * tests/test-crc.c: Change expected crc value, the test vector
7316         were probably computed using the old broken crc.c?
7317
7318 2006-07-06  Simon Josefsson  <jas@extundo.com>
7319
7320         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7321         now the canonical place for the M4 file).
7322
7323         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7324         from the sys_socket dependency now.
7325
7326         * modules/inet_pton (Files): Ditto.
7327
7328         * modules/inet_ntop (Files): Ditto.
7329
7330 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7331
7332         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7333         not gl_PREREQ_GETUSERSHELL.
7334
7335 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7336
7337         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7338         with only one argument, for Autoconf 2.60.
7339         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7340         expand to nothing, so add a shell command to avoid syntax error.
7341         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7342
7343 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7344
7345         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7346
7347 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7348
7349         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7350         no longer needed.  Check for isblank decl.
7351         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7352         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7353         of existence.
7354
7355 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7356
7357         * lib/getloadavg.c: Use __VMS, not VMS.
7358         * lib/getopt.c: Likewise.
7359         * lib/getpagesize.h: Likewise.
7360         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7361         and probably does not work.
7362
7363 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7364
7365         * lib/.cppi-disable: Add wcwidth.
7366         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7367         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7368         (ISGRAPH): Remove.  All uses changed to isgraph.
7369         (FOLD) [!defined _LIBC]: Remove special case.
7370         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7371         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7372         HAVE_ISBLANK.
7373         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7374         case.
7375
7376 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7377
7378         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7379         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7380         brackets.  Other minor changes to suppress some compiler
7381         warnings.
7382
7383 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7384         and Paul Eggert  <eggert@cs.ucla.edu>
7385
7386         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7387         of invoking obsolescent AC_HEADER_DIRENT macro.
7388         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7389         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7390         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7391         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7392         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7393         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7394         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7395         * m4/readdir.m4: Remove; no longer needed.
7396
7397 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7398         and Paul Eggert  <eggert@cs.ucla.edu>
7399
7400         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7401         Don't worry about this obsolete case any more.
7402         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7403         directories.
7404         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7405         worry about this obsolete case any more.
7406         * lib/fts.c: Likewise.
7407         * lib/getcwd.c: Likewise.
7408         * lib/glob.h: Likewise.
7409         * lib/savedir.c: Likewise.
7410
7411 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7412
7413         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7414         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7415         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7416         needed.
7417         All uses removed.
7418         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7419         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7420         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7421         needed.
7422         * m4/getdate.m4 (gl_GETDATE): Likewise.
7423         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7424         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7425         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7426         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7427         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7428         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7429         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7430         needed.
7431
7432 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7433
7434         * lib/memcasecmp.c: Include <limits.h>.
7435         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7436         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7437         Don't assume isdigit succeeds only on '0' through '9'.
7438
7439 2006-07-05  Eric Blake  <ebb9@byu.net>
7440
7441         * modules/getaddrinfo (Depends-on): Add snprintf.
7442
7443 2006-07-05  Eric Blake  <ebb9@byu.net>
7444
7445         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7446         to avoid 'header present but could not be compiled' on cygwin.
7447
7448 2006-07-05  Eric Blake  <ebb9@byu.net>
7449
7450         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7451         missing from netdb.h.
7452         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7453
7454 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7455
7456         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7457         no longer needed.
7458         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7459         * m4/getdate.m4 (gl_GETDATE): Likewise.
7460         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7461         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7462         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7463         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7464         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7465
7466 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7467
7468         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7469         All uses of is_space replaced by isspace.
7470         * lib/exit.h: Don't talk about STDC_HEADERS.
7471         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7472         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7473         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7474         replaced by isprint etc.
7475         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7476         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7477         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7478         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7479         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7480         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7481
7482 2006-07-05  Bruno Haible  <bruno@clisp.org>
7483
7484         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7485         the function exists, before testing against AIX.
7486         Reported by Martin Lambers <marlam@marlam.de>.
7487
7488 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7489
7490         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7491         From Mark D. Baushke.
7492
7493 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7494
7495         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7496         to the absolute name, not just one, to bypass Sun C 5.8's
7497         "warning: #include of /usr/include/... may be non-portable".
7498
7499 2006-07-04  Eric Blake  <ebb9@byu.net>
7500
7501         * modules/dirname-tests: New test module.
7502         * tests/test-dirname.c: New file, replacing dirname.c
7503         TEST_DIRNAME section that was recently deleted.
7504
7505 2006-07-04  Bruno Haible  <bruno@clisp.org>
7506
7507         Assume ANSI C header files and <ctype.h> functions.
7508         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7509         (mbsnwidth): Use isprint, iscntrl instead.
7510
7511 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7512
7513         Merge from coreutils.
7514         * MODULES.html.sh: Add xstrtold.
7515         * modules/xstrtold: New file.
7516         * modules/cycle-check (Files): Add lib/same-inode.h.
7517         * modules/dirname (Files): Add m4/double-slash-root.m4.
7518         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7519         * modules/mkdir-p (Files): Add lib/same-inode.h.
7520         * modules/same (Files): Add lib/same-inode.h.
7521
7522 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7523
7524         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7525         This is to keep the terminology clean; POSIX talks about
7526         "absolute pathnames", not "full pathnames", but the GNU
7527         Coding Standards say to use "path" for something else;
7528         so use "absolute" to keep both sides happy.
7529         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7530         Set gl_absolute_header, not gl_full_header_path.
7531         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7532         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7533         All uses changed.
7534
7535         Merge from coreutils.
7536
7537         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7538
7539         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7540         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7541         want to require the building of c-strtod.o.
7542         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7543         needs -lm directly.
7544         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7545
7546         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7547
7548         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7549         --as-needed option if available.  Problem reported by Albert Chin in
7550         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7551         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7552         cc merely issues a bunch of annoying warnings for --as-needed
7553         (this problem was reported by Bob Proulx).  Also, try linking with
7554         -lm to detect a bug in binutils 2.16 (this problem was reported
7555         by Ralf Wildenhues).
7556
7557         2006-06-18  Jim Meyering  <jim@meyering.net>
7558
7559         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7560         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7561         macro.
7562         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7563         also check for glibc-2.4's abort-inducing bug.
7564
7565         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7566         Low-probability clean-up should be to use rmdir to get rid of
7567         the just-created directory, not unlink.
7568
7569         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7570         configure fail, and request a bug report to inform us about it.
7571         Add a comment that, barring reports to the contrary, in 2007 we'll
7572         assume ftruncate is universally available.
7573
7574         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7577
7578         2006-03-12  Jim Meyering  <jim@meyering.net>
7579
7580         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7581         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7582         * m4/same.m4 (gl_SAME): Likewise.
7583         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7584
7585         2006-03-11  Eric Blake  <ebb9@byu.net>
7586
7587         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7588         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7589         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7590         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7591
7592 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7593
7594         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7595         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7596         reported by Mark D. Baushke, one in
7597         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7598
7599         Merge from coreutils.
7600
7601         * lib/.cppi-disable: Add stdint_.h.
7602         * lib/.cvsignore: Add stdint.h.
7603
7604         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7605
7606         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7607         both double and long double versions.
7608         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7609         * lib/xstrtold.c: New file.
7610         * lib/xstrtod.h (xstrtold): New decl.
7611
7612         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7613
7614         * lib/filemode.c (setst): Remove.
7615         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7616         (arguably) clearer, and the generated code is a bit smaller on my
7617         Debian GNU/Linux stable x86 host.
7618
7619         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7622         Assume that filemode.h includes sys/types.h and sys/stat.h.
7623         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7624         (ftypelet): Reorder to put common cases first, for efficiency.
7625         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7626         to do 'M'.
7627         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7628         of 10, for compatibility with FreeBSD.  All callers changed.
7629         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7630         types that can't be deduced solely from st_mode.  First arg is now a
7631         const pointer.
7632         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7633         (strmode): Renamed from mode_string.
7634         (filemodestring): New decl.
7635         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7636         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7637         needed.
7638         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7639
7640         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7641
7642         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7643         fsusage.h now does that.  Include fsusage.h first, to test interface.
7644         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7645         at most one method (the old code could have generated decls that
7646         didn't conform to C89, not that this was ever exercised).
7647         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7648
7649         2006-03-19  Jim Meyering  <jim@meyering.net>
7650
7651         Work even in a chroot where d_ino values for entries in "/"
7652         don't match the stat.st_ino values for the same names.
7653         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7654         number, iterate through all entries again, using lstat instead.
7655         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7656         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7657
7658         * lib/getcwd.c (__getcwd): Clarify a comment.
7659         Use memcpy in place of a call to strcpy.
7660
7661         2006-03-12  Jim Meyering  <jim@meyering.net>
7662
7663         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7664         matches that of the current directory (which we're about to chdir ".."
7665         out of), then save the dev-ino of the parent, instead.
7666
7667         * lib/same-inode.h (SAME_INODE): New file/macro.
7668         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7669         Include "same-inode.h", instead.
7670         * lib/same.c: Likewise.
7671         * lib/cycle-check.h: Include "same-inode.h".
7672         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7673         * lib/cycle-check.c (SAME_INODE): Remove definition.
7674         * lib/root-dev-ino.h: Include "same-inode.h".
7675
7676         2006-03-11  Eric Blake  <ebb9@byu.net>
7677
7678         * lib/same.c (same_name): s/base_name/last_component/
7679         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7680         * lib/filenamecat.c (file_name_concat): Likewise.
7681
7682         2006-03-11  Eric Blake  <ebb9@byu.net>,
7683                     Paul Eggert  <eggert@cs.ucla.edu>
7684
7685         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7686         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7687         drive prefix.
7688         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7689         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7690         (last_component): New method.
7691         * lib/dirname.c (dir_len): Determine when drive letters need a
7692         subsequent slash.  Preserve // when it is special.
7693         (dir_name): Don't append dot when drive letter is absolute.
7694         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7695         * lib/basename.c (base_name): New semantics - malloc the result.
7696         Preserve // when it is special.  Preserve relative files that look
7697         like drive letters.
7698         (base_len): Preserve // when it is special.
7699         (last_component): New method, similar to old base_name semantics.
7700         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7701         base_name.  Strip redundant slashes from ///.
7702
7703 2006-07-03  Jim Meyering  <jim@meyering.net>
7704
7705         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7706         macro is used before the first cycle_check call.
7707
7708 2006-07-03  Eric Blake  <ebb9@byu.net>
7709
7710         * modules/dirname (Depends-on): Add xstrndup.
7711
7712 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7713
7714         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7715         test cases, so that config.log is a bit easier to follow.
7716
7717 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7718
7719         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7720         both are 64 bits, since this seems to be the tradition, and this
7721         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7722         we ever run into a host that prefers long long to long in this
7723         case, we'll need another configure-time test.  Problem reported by
7724         Jim Meyering.
7725
7726 2006-07-02  Eric Blake  <ebb9@byu.net>
7727
7728         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7729
7730 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7731
7732         * modules/inttypes (Depends-on): No longer depends on stdint.
7733         * modules/stdint (Description): Say more about assumptions.
7734         Say that the fast types might differ.  Say macros are used.
7735         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7736         (Makefile.am): Revise list of substituted symbols to match
7737         new stdint.m4.
7738         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7739         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7740         * tests/test-stdint.c (verify_same_types)
7741         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7742         the code conforms to C99/C89.
7743         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7744         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7745
7746 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7747
7748         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7749         but fix a bug, by requiring at least 64 bits.
7750         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7751         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7752         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7753         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7754
7755         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7756         changes.  Make 2.59 a prerequisite.  Check and substitute for
7757         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7758         inttypes.h.  Do not use special include files; just use the
7759         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7760         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7761         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7762         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7763         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7764         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7765         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7766         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7767         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7768         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7769         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7770         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7771         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7772         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7773         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7774         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7775         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7776         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7777         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7778         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7779         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7780         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7781         not check for things that C99 does not require, e.g., int8_t.  If
7782         a test isn't needed unless <stdint.h> isn't working, and is
7783         unlikely to be needed for any other reason, then don't do it
7784         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7785         size_t, since we assume C89 freestanding at least.  Do not check
7786         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7787         the right thing even if the types are not defined.  Instead use:
7788         (gl_STDINT_TYPE_PROPERTIES): New macro.
7789         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7790         testing whether <sys/types.h> clashes, as Autoconf does this for
7791         us now.  All uses removed.
7792         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7793         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7794         (gl_CHECK_TYPE_SAME):
7795         Remove; no longer needed.
7796         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7797         exists, since we'll return 0 anyway in that case.
7798         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7799
7800 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7801
7802         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7803         possible collision with system files.
7804         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7805         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7806         WCHAR_MIN and WCHAR_MAX in this case.
7807         (<stddef.h>): Do not include; no longer needed.
7808         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7809         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7810         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7811         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7812         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7813         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7814         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7815         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7816         !defined(__c99))]: Include in this case too, since it's harmless
7817         now.
7818         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7819         dangerous to do so.
7820         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7821         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7822         (_STDINT_MIN, _STDINT_MAX): New macros.
7823         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7824         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7825         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7826         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7827         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7828         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7829         macros, not typedefs; this simplifies things quite a bit.
7830         Use long int for all types narrower than int64_t.
7831         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7832         Define in terms of long long int or int64_t or long int,
7833         not int64_t or int32_t.  This saves some compile-time testing.
7834         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7835         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7836         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7837         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7838         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7839         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7840         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7841         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7842         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7843         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7844         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7845         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7846         undef any previous version and define our own version, for
7847         simplicity and consistency with the new macros for types.
7848         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7849         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7850         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7851         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7852         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7853         @WINT_T_SUFFIX@ to keep things simple here.
7854         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7855         Simplify by assuming typical 8/16/32/64 host, since we're
7856         already doing that elsewhere anyway.
7857         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7858         and assume long long int is 64 bits if available.  This
7859         speeds up 'configure'.
7860
7861 2006-07-01  Eric Blake  <ebb9@byu.net>
7862
7863         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7864         Reported by Andreas Buening.
7865
7866 2006-07-01  Eric Blake  <ebb9@byu.net>
7867
7868         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7869
7870 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7871
7872         * lib/getaddrinfo.c: fixed typo
7873
7874 2006-06-29  Jim Meyering  <jim@meyering.net>
7875
7876         * modules/strftime (Maintainer): Add my name, since with the
7877         FPRINTFTIME changes strftime.c has forked from glibc.
7878
7879 2006-06-29  Eric Blake  <ebb9@byu.net>
7880
7881         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7882
7883 2006-06-29  Eric Blake  <ebb9@byu.net>
7884
7885         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7886
7887 2006-06-29  Eric Blake  <ebb9@byu.net>
7888
7889         * lib/stat_.h: New file.
7890
7891 2006-06-29  Eric Blake  <ebb9@byu.net>
7892
7893         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7894         unused static function.
7895
7896 2006-06-29  Eric Blake  <ebb9@byu.net>
7897
7898         * doc/functions.texi (Function Portability): Document missing lstat
7899         on mingw.
7900
7901 2006-06-29  Eric Blake  <ebb9@byu.net>
7902
7903         * MODULES.html.sh: Add sys_stat.
7904         * modules/sys_stat: New module.
7905         * modules/mkstemp (Depends-on): Add sys_stat.
7906
7907 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7908
7909         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7910
7911 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7912
7913         * m4/c-bs-a.m4: Removed.
7914
7915 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7916
7917         * lib/strftime.c: Assume strftime() exists.
7918
7919 2006-06-29  Derek Price  <derek@ximbiot.com>
7920
7921         * modules/c-bs-a: Removed - \a is C89.
7922         * MODULES.html.sh: Remove c-bs-a.
7923
7924 2006-06-29  Bruno Haible  <bruno@clisp.org>
7925
7926         * modules/wcwidth (License): Change to LGPL.
7927
7928 2006-06-28  Simon Josefsson  <jas@extundo.com>
7929
7930         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7931         on _WIN32.
7932
7933         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7934         getnameinfo.
7935
7936 2006-06-28  Simon Josefsson  <jas@extundo.com>
7937
7938         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7939
7940 2006-06-28  Simon Josefsson  <jas@extundo.com>
7941
7942         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7943         functions there.  It will succeed on Windows XP, but on Windows
7944         2000 and (presumably) earlier, it will fail, and use the internal
7945         re-implementation.
7946         (use_win32_p): New function.
7947         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7948         Support AI_NUMERICSERV to disable getservbyname.
7949         (getnameinfo): New function, only supports
7950         NI_NUMERICHOST|NI_NUMERICSERV for now.
7951
7952         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7953         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7954         getnameinfo.
7955
7956 2006-06-28  Eric Blake  <ebb9@byu.net>
7957
7958         * modules/wcwidth: New file.
7959         * modules/mbchar (Depends-on): Add wcwidth.
7960         * modules/mbswidth (Depends-on): Add wcwidth.
7961         * MODULES.html.sh: Add wcwidth.
7962
7963 2006-06-28  Eric Blake  <ebb9@byu.net>
7964
7965         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7966         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7967
7968 2006-06-28  Eric Blake  <ebb9@byu.net>
7969
7970         * lib/xvasprintf.h: Fix comments.
7971
7972 2006-06-28  Eric Blake  <ebb9@byu.net>
7973
7974         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7975         * lib/mbswidth.c (wcwidth): Move from here...
7976         * lib/wcwidth.h: ...to this new file.
7977
7978 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7979
7980         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7981
7982         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7983         it's obsolete.
7984         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7985
7986 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7987
7988         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7989         Autoconf 2.60 says this stuff was obsolete.
7990
7991 2006-06-28  Bruno Haible  <bruno@clisp.org>
7992
7993         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7994
7995 2006-06-28  Bruno Haible  <bruno@clisp.org>
7996
7997         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7998         gt_TYPE_WCHAR_T.
7999
8000 2006-06-28  Bruno Haible  <bruno@clisp.org>
8001
8002         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8003         declaration for wcwidth.
8004         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8005
8006 2006-06-28  Bruno Haible  <bruno@clisp.org>
8007
8008         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8009         (mkdir): Define using _mkdir.
8010
8011 2006-06-28  Bruno Haible  <bruno@clisp.org>
8012
8013         * lib/getaddrinfo.h: Fix POSIX URL.
8014         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8015         _WIN32.
8016         (use_win32_p): Make static.
8017         (getaddrinfo): Reject service name if it is empty or does not consist
8018         solely of decimal digits, or if its value is > 65535.
8019         (getnameinfo): Remove useless casts.
8020
8021 2006-06-27  Simon Josefsson  <jas@extundo.com>
8022
8023         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8024         Eggert and Martin Lambers.
8025
8026 2006-06-27  Simon Josefsson  <jas@extundo.com>
8027
8028         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8029         Eggert and Martin Lambers.
8030
8031 2006-06-27  Bruno Haible  <bruno@clisp.org>
8032
8033         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8034         result to 0, not to empty.
8035         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8036
8037 2006-06-27  Bruno Haible  <bruno@clisp.org>
8038
8039         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8040
8041 2006-06-26  Simon Josefsson  <jas@extundo.com>
8042
8043         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8044         present.
8045
8046 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8047
8048         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8049         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8051
8052 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8053
8054         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8055
8056 2006-06-26  Bruno Haible  <bruno@clisp.org>
8057
8058         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8059
8060 2006-06-26  Bruno Haible  <bruno@clisp.org>
8061
8062         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8063
8064 2006-06-26  Bruno Haible  <bruno@clisp.org>
8065
8066         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8067         SGI C compiler in pre-C99 mode.
8068         Suggested by Mark D. Baushke and Larry Jones.
8069
8070 2006-06-26  Bruno Haible  <bruno@clisp.org>
8071
8072         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8073         WCHAR_MAX.
8074         Reported by Mark D. Baushke and Larry Jones.
8075
8076 2006-06-26  Bruno Haible  <bruno@clisp.org>
8077
8078         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8079         in pre-C99 mode.
8080         Suggested by Mark D. Baushke and Larry Jones.
8081
8082 2006-06-23  Simon Josefsson  <jas@extundo.com>
8083             Bruno Haible  <bruno@clisp.org>
8084
8085         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8086         Emit mostlyclean-local rule.
8087         (func_emit_tests_Makefile_am): Likewise.
8088         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8089
8090 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8091
8092         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8093
8094 2006-06-23  Bruno Haible  <bruno@clisp.org>
8095
8096         * tests/test-stdint.c: Update to match ISO C 99 Technical
8097         Corrigendum 1.
8098
8099 2006-06-23  Bruno Haible  <bruno@clisp.org>
8100
8101         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8102
8103 2006-06-23  Bruno Haible  <bruno@clisp.org>
8104
8105         * lib/stdint_.h: Treat IRIX like OpenBSD.
8106
8107 2006-06-23  Bruno Haible  <bruno@clisp.org>
8108
8109         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8110         ISO C 99 Technical Corrigendum 1.
8111
8112 2006-06-22  Simon Josefsson  <jas@extundo.com>
8113
8114         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8115         MinGW.
8116
8117 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8118
8119         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8120         needed.  Some compiler complained about some of them.  Problem reported
8121         by Larry Jones in
8122         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8123
8124 2006-06-21  Simon Josefsson  <jas@extundo.com>
8125
8126         * tests/test-getaddrinfo.c: New file.
8127
8128         * modules/getaddrinfo-tests: New file.
8129
8130         * MODULES.html.sh: Add inet_pton.
8131
8132         * modules/inet_pton: New file.
8133
8134 2006-06-21  Simon Josefsson  <jas@extundo.com>
8135
8136         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8137         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8138         of using the (limited) gnulib implementation on Windows XP.
8139
8140         * m4/inet_pton.m4: New file.
8141
8142 2006-06-21  Simon Josefsson  <jas@extundo.com>
8143
8144         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8145         variable.
8146
8147         * lib/socket_.h: Don't define WINVER.
8148
8149         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8150         slightly modified to work in gnulib.
8151
8152 2006-06-21  Simon Josefsson  <jas@extundo.com>
8153
8154         * doc/gnulib.texi (Windows sockets): Add.
8155
8156 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8157
8158         * lib/read-file.c (fread_file): Start with buffer allocation of
8159         0 bytes rather than 1 byte; this simplifies the code.
8160         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8161         code to free buffer and save/restore errno.
8162         (internal_read_file): Remove unused local.
8163
8164 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8167         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8168         Problem reported by Denis Excoffier in
8169         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8170
8171 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8172
8173         * modules/sys_socket, modules/socklen: Include sys/types since
8174         FreeBSD 4.x's sys/socket.h needs it.
8175
8176 2006-06-19  Simon Josefsson  <jas@extundo.com>
8177
8178         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8179
8180 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8181
8182         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8183
8184 2006-06-19  Bruno Haible  <bruno@clisp.org>
8185
8186         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8187         and FULL_PATH_INTTYPES_H in angle brackets.
8188         Reported by Mark D. Baushke <mdb@gnu.org>.
8189
8190 2006-06-17  Eric Blake  <ebb9@byu.net>
8191
8192         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8193         errno.
8194
8195 2006-06-17  Bruno Haible  <bruno@clisp.org>
8196
8197         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8198         <sys/inttypes.h>.
8199
8200 2006-06-17  Bruno Haible  <bruno@clisp.org>
8201
8202         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8203         whether errno is declared. Assume <errno.h> declares errno.
8204
8205 2006-06-17  Bruno Haible  <bruno@clisp.org>
8206
8207         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8208
8209 2006-06-17  Bruno Haible  <bruno@clisp.org>
8210
8211         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8212         problem on Solaris 2.5.1.
8213
8214 2006-06-16  Eric Blake  <ebb9@byu.net>
8215
8216         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8217         * lib/unicodeio.c [!defined errno]: Likewise.
8218         * lib/strtol.c [!defined errno]: Likewise.
8219         * lib/strtod.c [!defined errno]: Likewise.
8220
8221 2006-06-15  Eric Blake  <ebb9@byu.net>
8222
8223         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8224
8225 2006-06-15  Eric Blake  <ebb9@byu.net>
8226
8227         * config/srclist.txt (ssize_t.m4): Lose sync.
8228
8229 2006-06-15  Bruno Haible  <bruno@clisp.org>
8230
8231         * modules/stdint (Files): Include m4/full-header-path.m4,
8232         m4/size_max.m4, m4/wchar_t.m4.
8233         (Makefile.am): Many more substitutions.
8234         * modules/stdint-tests: New file.
8235         * tests/test-stdint.c: New file.
8236
8237 2006-06-15  Bruno Haible  <bruno@clisp.org>
8238
8239         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8240         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8241         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8242         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8243         gl_CHECK_TYPE_SAME): New macros.
8244
8245 2006-06-15  Bruno Haible  <bruno@clisp.org>
8246
8247         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8248
8249 2006-06-15  Bruno Haible  <bruno@clisp.org>
8250
8251         * lib/stdint_.h: Rewritten to be fully auto-configured.
8252         Fixes bug on HP-UX/IA64.
8253
8254 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8255
8256         * lib/getdate.y (__attribute__): Don't define if already defined.
8257         Problem reported by Larry Jones.
8258         * lib/utimens.c (__attribute__): Likewise.
8259
8260 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8261
8262         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8263         reported by Andreas Schwab.
8264
8265 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8266             Bruno Haible  <bruno@clisp.org>
8267
8268         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8269         check for the declaration of strnlen and a run test that exposes the
8270         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8271         rpl_strndup.
8272
8273 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8274             Bruno Haible  <bruno@clisp.org>
8275
8276         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8277
8278 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8279
8280         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8281         compile test, for Tru64 4.0D.
8282
8283 2006-05-28  Karl Berry  <karl@gnu.org>
8284
8285         * config/srclist.txt (printf-args.c): lose sync.
8286
8287 2006-05-26  Martin Lambers  <marlam@marlam.de>
8288
8289         * lib/getpass.c: Updates the test for the native W32 API, and adds
8290         missing includes, thus fixing compilation warnings.
8291
8292 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8293
8294         * lib/exclude.c (exclude_fnmatch): New function.
8295         (excluded_file_name): Call exclude_fnmatch.
8296         * lib/exclude.h (excluded_file_name): New prototype
8297
8298 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8299
8300         * lib/tempname.c (small_open, large_open): New macros.
8301         (__open, __open64) [!_LIBC]: Remove.
8302         (__gen_tempname): Use small_open and large_open instead of __open
8303         and __open64.  This fixes a portability bug on HP-UX 11.11i
8304         reported by Simon Wing-Tang in
8305         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8306
8307 2006-05-24  Bruno Haible  <bruno@clisp.org>
8308
8309         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8310         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8311         Reported by Thorsten Maerz <torte@netztorte.de> via
8312         Aaron Stone <aaron@serendipity.cx>.
8313
8314 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8317         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8318         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8319         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8320         not really conditional on the cache.
8321         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8322
8323 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8326         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8327         (my_usleep): Don't mishandle maximum value.
8328
8329 2006-05-19  Jim Meyering  <jim@meyering.net>
8330
8331         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8332
8333 2006-05-17  Bruno Haible  <bruno@clisp.org>
8334
8335         Cygwin portability.
8336         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8337
8338 2006-05-17  Bruno Haible  <bruno@clisp.org>
8339
8340         * lib/stdint_.h: Fix recognition of Cygwin.
8341
8342 2006-05-15  Bruno Haible  <bruno@clisp.org>
8343
8344         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8345         on libtool patch by Ralf Wildenhues.
8346
8347 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8348
8349         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8350         test for C99 conformance; (bool) 0.5 is an integer constant
8351         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8352         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8353
8354 2006-05-11  Simon Josefsson  <jas@extundo.com>
8355
8356         * m4/xvasprintf.m4: Fix obvious typo.
8357
8358 2006-05-11  Jim Meyering  <jim@meyering.net>
8359
8360         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8361         James Lemley.
8362
8363 2006-05-10  Simon Josefsson  <jas@extundo.com>
8364
8365         * lib/md4.c: Typo fix, update copyright years.
8366         (K1, K2): Don't use L because it turn computations into 64-bit on
8367         64-bit platforms.
8368
8369 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8370
8371         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8372         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8373         unwanted sign propagation, e.g., on hosts with 64-bit int.
8374         There still are some problems with reeelly weird theoretical hosts
8375         (e.g., 33-bit int) but it's not worth worrying about now.
8376         * lib/sha1.c (rol): Likewise.
8377         (K1, K2, K3, K4): Remove unnecessary L suffix.
8378
8379 2006-05-10  Bruno Haible  <bruno@clisp.org>
8380
8381         * lib/des.c: Cast to avoid warnings.
8382
8383 2006-05-09  Bruno Haible  <bruno@clisp.org>
8384
8385         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8386         (Depends-on): Depend also on xsize, stdarg.
8387         (configure.ac): Add gl_XVASPRINTF.
8388
8389 2006-05-09  Bruno Haible  <bruno@clisp.org>
8390
8391         * m4/xvasprintf.m4: New file.
8392
8393 2006-05-09  Bruno Haible  <bruno@clisp.org>
8394
8395         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8396         (EOVERFLOW): Define fallback value.
8397         (xstrcat): New function.
8398         (xvasprintf): Recognize the special case of a string concatenation.
8399
8400 2006-05-08  Eric Blake  <ebb9@byu.net>
8401
8402         * gnulib-tool (func_version): Base copyright year on CVS date.
8403         (func_emit_copyright_notice): New function.
8404         (func_emit_lib_Makefile_am): Use it.
8405         (func_emit_tests_Makefile_am): Likewise.
8406         (func_import): Likewise.
8407
8408 2006-05-08  Bruno Haible  <bruno@clisp.org>
8409
8410         * modules/stdarg: New file.
8411         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8412
8413 2006-05-08  Bruno Haible  <bruno@clisp.org>
8414
8415         * m4/stdarg.m4: New file, from GNU gettext.
8416
8417 2006-05-08  Bruno Haible  <bruno@clisp.org>
8418
8419         * config/srclist.txt (build-aux/config.rpath): different from latest
8420         release.
8421
8422 2006-05-08  Bruno Haible  <bruno@clisp.org>
8423
8424         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8425
8426 2006-05-05  Jim Meyering  <jim@meyering.net>
8427
8428         * m4/warning.m4: New file, derived from bison's file by the same name.
8429
8430 2006-05-03  Bruno Haible  <bruno@clisp.org>
8431
8432         * lib/stdint_.h: Shorter URL.
8433         * lib/inttypes.h: Likewise.
8434
8435 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8436
8437         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8438
8439 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8440
8441         * lib/verify.h: Document the internals better.  Most of this change
8442         was written by Bruno Haible.
8443
8444 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8445
8446         * doc/verify.texi: New file, partly based on a proposal by
8447         Bruno Haible.
8448
8449 2006-05-02  Bruno Haible  <bruno@clisp.org>
8450
8451         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8452         test from here...
8453         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8454
8455 2006-04-29  Bruno Haible  <bruno@clisp.org>
8456
8457         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8458         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8459
8460 2006-04-29  Bruno Haible  <bruno@clisp.org>
8461
8462         * gnulib-tool: Make --update option actually work.
8463
8464 2006-04-29  Bruno Haible  <bruno@clisp.org>
8465
8466         * doc/gcd.texi: New file.
8467         * doc/gnulib.texi: Include it.
8468
8469 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8470
8471         * lib/getdate.y (get_date): When adding relative date, start with the
8472         initial time, not with the result of the first mktime call.
8473
8474 2006-04-25  Bruno Haible  <bruno@clisp.org>
8475
8476         * gnulib-tool (func_import): Output the include directives in three
8477         blocks, sorted separately.
8478         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8479
8480 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8483         to define main with arguments, for C++.  Reported by Eric Blake.
8484         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8485         Prefer 'int main ()' to 'int main (void)', for C++.
8486         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8487         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8488         for 'main', for C99 and C++.
8489
8490 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8493         Don't assume that exit status -1 is valid.
8494         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8495         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8496         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8497         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8498         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8499         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8500         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8501         functions can be used without declaring them, or that you can
8502         exit with status -1.
8503         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8504
8505 2006-04-24  Karl Berry  <karl@gnu.org>
8506
8507         * config/srclist.txt (longdouble.m4): sync lost.
8508
8509 2006-04-24  Eric Blake  <ebb9@byu.net>
8510
8511         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8512
8513 2006-04-24  Bruno Haible  <bruno@clisp.org>
8514
8515         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8516         poll() implementation in AIX.
8517         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8518
8519 2006-04-24  Bruno Haible  <bruno@clisp.org>
8520
8521         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8522         assigned exactly once.
8523
8524 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8525             Bruno Haible  <bruno@clisp.org>
8526
8527         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8528         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8529         for AM_CPPFLAGS.
8530
8531 2006-04-23  Bruno Haible  <bruno@clisp.org>
8532
8533         * modules/copy-file: Depend on unistd.
8534         * modules/execute: Likewise.
8535         * modules/fatal-signal: Likewise.
8536         * modules/findprog: Likewise.
8537         * modules/mkdtemp : Likewise.
8538         * modules/pipe: Likewise.
8539         * modules/wait-process: Likewise.
8540
8541 2006-04-23  Bruno Haible  <bruno@clisp.org>
8542
8543         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8544         condition was already detected.
8545         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8546
8547 2006-04-23  Bruno Haible  <bruno@clisp.org>
8548
8549         * lib/copy-file.c: Include <unistd.h> unconditionally.
8550         * lib/execute.c: Likewise.
8551         * lib/fatal-signal.c: Likewise.
8552         * lib/findprog.c: Likewise.
8553         * lib/mkdtemp.c: Likewise.
8554         * lib/pipe.h: Likewise.
8555         * lib/pipe.c: Likewise.
8556         * lib/wait-process.h: Likewise.
8557
8558 2006-04-23  Bruno Haible  <bruno@clisp.org>
8559
8560         * gnulib-tool (func_usage): Fix --import description. Document
8561         --update.
8562         (func_import): Create temporary file in a temporary directory, if
8563         --dry-run is specified. Silence errors from 'grep' when there are no
8564         m4 files in $m4dir.
8565         (func_create_testdir): Silence errors from 'grep' when there are no
8566         m4 files in $m4dir.
8567         Reported by Karl Berry <karl@freefriends.org>.
8568
8569 2006-04-20  Bruno Haible  <bruno@clisp.org>
8570
8571         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8572         one argument, so that the code will be portable to Autoconf 2.60.
8573         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8574         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8575         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8576
8577 2006-04-19  Derek Price  <derek@ximbiot.com>
8578             Eric Blake  <ebb9@byu.net>
8579
8580         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8581         rather than "/full/path.h".  Update comment to match.  Shorten &
8582         generalize m4_translit call via AS_TR_CPP.
8583
8584 2006-04-19  Derek Price  <derek@ximbiot.com>
8585             Eric Blake  <ebb9@byu.net>
8586
8587         * lib/inttypes.h: Correct grammar in comment.
8588
8589 2006-04-18  Derek Price  <derek@ximbiot.com>
8590             Paul Eggert  <eggert@cs.ucla.edu>
8591
8592         * modules/inttypes: New file.
8593         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8594
8595 2006-04-18  Derek Price  <derek@ximbiot.com>
8596             Paul Eggert  <eggert@cs.ucla.edu>
8597
8598         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8599         New files.
8600
8601 2006-04-18  Derek Price  <derek@ximbiot.com>
8602             Paul Eggert  <eggert@cs.ucla.edu>
8603
8604         * lib/inttypes.h: New file.
8605         * lib/strtoimax.c: Assume <inttypes.h>.
8606
8607 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8608
8609         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8610         isn't mounted.  Problem reported by Kir Kolyshkin.
8611
8612 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8615         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8616         Derek R. Price.
8617         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8618         implementation.
8619
8620 2006-04-12  Eric Blake  <ebb9@byu.net>
8621
8622         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8623         is now done automatically by the corresponding Autoconf macro.
8624
8625 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8626
8627         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8628         time_r.h.
8629
8630 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         Merge regex changes from libc, removing some of our
8633         POSIX-conformance changes that were rejected and redoing them in a
8634         less-intrusive way.
8635
8636         * lib/regcomp.c (re_compile_internal, init_dfa):
8637         Length arg is now size_t, not Idx.  All uses changed.
8638         (peek_token): Forward decl now says internal_function.
8639         (__re_error_msgid, __re_error_msgid_idx):
8640         Now static rather than extern with attribute_hidden.
8641         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8642         For some reason libc prefers K&R style defns for external functions.
8643         (regerror) [!defined _LIBC]: Likewise.
8644         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8645         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8646         (build_range_exp, build_collating_symbol):
8647         Use K&R-style defn.
8648         (re_compile_fastmap): Use '\0' to memset, not 0.
8649         (utf8_sb_map): Make the calculations more obvious.
8650         (init_dfa, parse_bracket_exp, build_charclass_op):
8651         Call calloc and cast result, as glibc does.
8652         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8653         (build_range_exp, build_collating_symbol):
8654         Now internal functions.
8655
8656         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8657
8658         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8659         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8660         Don't depend on VMS; depend on __VMS instead, for POSIX
8661         namespace cleanness.
8662         (regoff_t): Define to ssize_t, not long int.
8663
8664         Remove the REG_ macros named below.  Instead, make the old names
8665         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8666         __USE_GNU_REGEX.
8667         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8668         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8669         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8670         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8671         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8672         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8673         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8674         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8675         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8676         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8677         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8678         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8679         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8680         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8681         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8682         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8683         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8684         (REG_NREGS):
8685         Remove.  All uses replaced by the old RE_* names.
8686         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8687         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8688         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8689         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8690         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8691         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8692         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8693         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8694         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8695         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8696         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8697         Don't bother having these macros be independent of each others'
8698         values, since they no longer exist in the POSIX name space.
8699
8700         Rename the following member names back to their old names,
8701         unless !__USE_GNU_REGEX.  All uses changed back.
8702         (buffer): Renamed from re_buffer.
8703         (allocated): Renamed from re_allocated.
8704         (used): Renamed from re_used.
8705         (syntax): Renamed from re_syntax.
8706         (fastmap): Renamed from re_fastmap.
8707         (translate): Renamed from re_translate.
8708         (can_be_null): Renamed from re_can_be_null.
8709         (regs_allocated): Renamed from re_regs_allocated.
8710         (fastmap_accurate): Renamed from re_fastmap_accurate.
8711         (no_sub): Renamed from re_no_sub.
8712         (not_bol): Renamed from re_not_bol.
8713         (not_eol): Renamed from re_not_eol.
8714         (newline_anchor): Renamed from re_newline_anchor.
8715         (num_regs): Renamed from rm_num_regs.
8716         (start): Renamed from rm_start.
8717         (end): Renamed from rm_end.
8718
8719         (free_state): Move up a bit.
8720
8721         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8722         #define to be empty.
8723         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8724         when that is what is intended.
8725         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8726         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8727         (MAX): New macro.
8728         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8729         All uses changed back to re_malloc, etc.  It's now the caller's
8730         responsibility to check for overflow; all callers changed.
8731         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8732         (re_x2nrealloc): Remove.
8733         (free_state): Remove decl.
8734
8735         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8736         (re_set_registers, re_exec):
8737         Use K&R-style defn.
8738
8739         2006-01-31  Roland McGrath  <roland@redhat.com>
8740
8741         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8742         Reported by Mike Frysinger <vapier@gentoo.org>.
8743
8744         2006-01-15  Andreas Jaeger  <aj@suse.de>
8745
8746         [BZ #1950]
8747         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8748         build_wcs_upper_buffer change.
8749         (build_wcs_upper_buffer): Change return type.
8750
8751         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8752
8753         * lib/regex_internal.h: Include <stdint.h> if available.
8754
8755         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8756
8757         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8758
8759         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8760
8761         * lib/regcomp.c: Adjust for changed secondary hash function.
8762
8763         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8764
8765         * lib/regex.h: Pretty printing.
8766         Clean up namespace a bit.
8767
8768         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8769
8770         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8771         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8772
8773         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8774                     Ulrich Drepper  <drepper@redhat.com>
8775
8776         [BZ #1302]
8777         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8778         changed.
8779         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8780
8781         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8782
8783         [BZ #281]
8784         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8785         * lib/regcomp.c: Remove unnecessary uses of
8786         unsigned RE_TRANSLATE_TYPE.
8787         * lib/regex_internal.h: Likewise.
8788         * lib/regex_internal.c: Likewise.
8789         * lib/regexec.c: Likewise.
8790         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8791
8792         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8793
8794         * lib/regexec.c (find_recover_state): Remove unnecessary
8795         initialization.
8796         (transit_state_bkref): Make DFA a const pointer.
8797         (get_subexp): Likewise.
8798         (check_arrival): Likewise.
8799         (update_cur_sifted_state): Likewise.
8800         (re_search_internal): Likewise.
8801         (prune_impossible_nodes): Likewise.
8802         (acquire_init_state_context): Likewise.
8803         (proceed_next_node): Likewise.
8804         (set_regs): Likewise.
8805         (free_fail_stack_return): Likewise.
8806         (check_arrival_expand_ecl): Mark DFA parameter as const.
8807         (check_arrival_expand_ecl_sub): Likewise.
8808         (check_subexp_limits): Likewise.
8809         (sub_epsilon_src_nodes):  Likewise.
8810         (add_epsilon_src_nodes):  Likewise.
8811         (merge_state_array): Likewise.
8812         (update_regs): Likewise.
8813         (build_trtable): Likewise.
8814         (sift_states_backward): Mark MCTX parameter as const.
8815         (build_sifted_states): Likewise.
8816         (update_cur_sifted_state): Likewise.
8817         (sift_states_mkref): Likewise.
8818         (check_arrival_expand_ecl): Mark eclosure as const.
8819         (check_dst_limits_calc_pos_1): Likewise.
8820         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8821         pointer.
8822
8823         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8824
8825         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8826         (transit_state_sb): Likewise.
8827         (transit_state_mb): Likewise.
8828         (sift_states_iter_mb): Likewise.
8829         (check_arrival_add_next_nodes): Likewise.
8830         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8831         [_LIBC] (re_search_2_stub): Use mempcpy.
8832
8833         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8834         mbrtowc for very simple UTF-8 case.
8835
8836         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8837         a pointer-to-const.
8838         (re_acquire_state_context): Likewise.
8839         * lib/regex_internal.h: Adjust prototypes.
8840
8841         * lib/regex.c: Prevent using C++ compilers.
8842
8843         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8844         (re_acquire_state_context): Likewise.
8845
8846 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8847
8848         * modules/regex (Depends-on): Add ssize_t.
8849
8850 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8851
8852         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8853         translation table.
8854
8855 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8856
8857         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8858
8859 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8860             Bruno Haible  <bruno@clisp.org>
8861
8862         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8863         <sys/types.h> and <inttypes.h>.
8864
8865 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8866
8867         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8868         `__error_t_defined', so argp.h will not typedef the former.
8869
8870 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8873         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8874         glibc names.  Even if glibc is changed to conform to POSIX, the
8875         traditional names will be available anyway, since regex depends on
8876         the extensions module.  Also, fix a longstanding typo in the
8877         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8878         reported by Emanuele Giaquinta.  Also, change sense of cached
8879         variable, so that the message makes sense.
8880
8881 2006-03-24  Simon Josefsson  <jas@extundo.com>
8882
8883         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8884         including some doc fixes.
8885         (base64_encode_alloc): Fix +1 bug on allocation failures.
8886
8887 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8888
8889         * lib/base64.c (base64_encode): Do not read past end of array with
8890         unsanitized input on systems with CHAR_BIT > 8.
8891
8892 2006-03-24  Eric Blake  <ebb9@byu.net>
8893
8894         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8895
8896 2006-03-22  Karl Berry  <karl@gnu.org>
8897
8898         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8899         * config/srclistvars.sh (COREUTILS): new var.
8900
8901 2006-03-17  Jim Meyering  <jim@meyering.net>
8902
8903         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8904         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8905
8906 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8907
8908         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8909         no longer needs it.  Instead, check that regoff_t is as least
8910         as wide as ptrdiff_t.
8911
8912         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8913         so that our regex.h stays compatible with the installed regex.
8914         This is helpful for installers who configure --without-included-regex.
8915         Problem reported by Emanuele Giaquinta.
8916
8917 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8918
8919         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8920         Typedef to long int, not to off_, as POSIX will likely change
8921         in that direction.
8922
8923 2006-03-15  Eric Blake  <ebb9@byu.net>
8924
8925         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8926
8927 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8928
8929         * lib/argp-help.c (validate_uparams): Fix typo
8930         * lib/argp-parse.c (argp_default_options): Consistently begin help
8931         messages with a lowercase letter.
8932
8933 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8936         overrun buffers and shouldn't be used (much as gets shouldn't be
8937         used).
8938         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8939
8940 2006-03-08  Simon Josefsson  <jas@extundo.com>
8941
8942         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8943         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8944
8945 2006-03-08  Simon Josefsson  <jas@extundo.com>
8946
8947         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8948         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8949
8950 2006-03-08  Simon Josefsson  <jas@extundo.com>
8951
8952         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8953         signal that configure disabled the device.
8954
8955 2006-03-08  Simon Josefsson  <jas@extundo.com>
8956
8957         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8958         languages.
8959
8960 2006-03-07  Simon Josefsson  <jas@extundo.com>
8961
8962         * modules/getopt (Depends-on): Add unistd.
8963
8964         * modules/unistd: New file.
8965
8966 2006-03-07  Simon Josefsson  <jas@extundo.com>
8967
8968         * modules/gc-random: New file.
8969
8970 2006-03-07  Simon Josefsson  <jas@extundo.com>
8971
8972         * m4/unistd_h.m4: New file.
8973
8974 2006-03-07  Simon Josefsson  <jas@extundo.com>
8975
8976         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8977         test to be side-effect free by storing the result in the cache
8978         variable gl_cv_lib_readline, and moving the assignment of
8979         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8980         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8981
8982 2006-03-07  Simon Josefsson  <jas@extundo.com>
8983
8984         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8985         error on missing devices (the functions will return an error).
8986
8987         * m4/gc.m4: Move random stuff to gc-random.m4
8988
8989 2006-03-07  Simon Josefsson  <jas@extundo.com>
8990
8991         * lib/unistd_.h: New file.
8992
8993 2006-03-07  Simon Josefsson  <jas@extundo.com>
8994
8995         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8996
8997 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8998
8999         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9000         Problem reported by Juan Manuel Guerrero.
9001
9002 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9003
9004         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9005         the unistd module.
9006         * lib/getlogin_r.c: Likewise.
9007         * lib/getlogin_r.h: Likewise.
9008         * lib/glob.c: Likewise.
9009         * lib/pagealign_alloc.c: Likewise.
9010         * lib/unistd_.h: Remove; no longer needed.
9011
9012 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9015         Add unistd.
9016         * modules/c-stack (Depends-on): Add unistd.
9017         * modules/getlogin_r: Likewise.
9018         * modules/glob: Likewise.
9019         * modules/pagealign_alloc: Likewise.
9020         * modules/unistd (Files): Remove lib/unistd_.h.
9021         (EXTRA_DIST): Remove.
9022         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9023         need unistd_.h.
9024         (MOSTLYCLEANFILES): Remove unistd.h-t.
9025
9026 2006-03-03  Simon Josefsson  <jas@extundo.com>
9027
9028         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9029
9030 2006-03-03  Simon Josefsson  <jas@extundo.com>
9031
9032         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9033         libidn and bison.
9034
9035 2006-03-03  Simon Josefsson  <jas@extundo.com>
9036
9037         * build-aux/maint.mk: Add indent target.
9038
9039 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9040
9041         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9042         our replacement poll.h in any case, to avoid a differing
9043         declaration from a system header.  Seen on AIX.
9044
9045 2006-03-01  Simon Josefsson  <jas@extundo.com>
9046
9047         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9048         <kasal@ucw.cz>.
9049
9050 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9051
9052         * modules/gettime (Depends-on): Add extensions module.
9053         * modules/nanosleep (Depends-on): Likewise.
9054         * modules/settime (Depends-on): Likewise.
9055
9056 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9057
9058         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9059         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9060         pedantically.
9061         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9062         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9063
9064         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9065         not "==".  Reported by Ralf Wildenhues.
9066
9067 2006-03-01  Karl Berry  <karl@gnu.org>
9068
9069         * doc/Copyright/request-*: new files, synced from gnuorg.
9070
9071 2006-03-01  Karl Berry  <karl@gnu.org>
9072
9073         * config/srclist.txt (Copyright/*): new entries.
9074
9075 2006-02-28  Simon Josefsson  <jas@extundo.com>
9076
9077         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9078
9079 2006-02-27  Simon Josefsson  <jas@extundo.com>
9080
9081         * lib/base64.h: Indent #define's.  From Jim Meyering
9082         <jim@meyering.net>.
9083
9084 2006-02-27  Jim Meyering  <jim@meyering.net>
9085
9086         Revert the change of 2006-02-24, so these files can continue
9087         to be sync'd from gettext.
9088         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9089         of `config.h'.
9090
9091 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9092
9093         * modules/intprops: New file.
9094         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9095         Add intprops.
9096         * modules/getloadavg (Files): Remove lib/intprops.h.
9097         (Depends-on): Add intprops.
9098         * modules/human: Likewise.
9099         * modules/inttostr: Likewise.
9100         * modules/openat: Likewise.
9101         * modules/sig2str: Likewise.
9102         * modules/userspec: Likewise.
9103         * modules/utimecmp: Likewise.
9104         * modules/xnanosleep: Likewise.
9105         * modules/xstrtol: Likewise.
9106
9107 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9108
9109         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9110         * modules/lock-tests (TESTS): Use $(EXEEXT).
9111         * modules/tls-tests: Likewise.
9112         * modules/argp-tests: Likewise.
9113         (check_PROGRAMS): New var, replacing...
9114         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9115
9116 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9117
9118         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9119         `config.h'.
9120
9121 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9122
9123         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9124
9125 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9126
9127         Sync from coreutils.
9128         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9129         gl_CHDIR_SAFER.
9130
9131 2006-02-22  Jim Meyering  <jim@meyering.net>
9132
9133         Sync from coreutils.
9134         * m4/chdir-safer.m4: New file.
9135
9136 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9137
9138         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9139         AT_FDCWD exceeds INT_MAX.
9140         * lib/openat.h (AT_FDCWD): Likewise.
9141
9142 2006-02-17  Eric Blake  <address@hidden>
9143
9144         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9145
9146 2006-02-16  Simon Josefsson  <jas@extundo.com>
9147
9148         * modules/getaddrinfo (Depends-on): Add sys_socket.
9149
9150 2006-02-15  Simon Josefsson  <jas@extundo.com>
9151
9152         * build-aux/maint.mk: Add dsyntax-check rule.
9153
9154 2006-02-15  Eric Blake  <ebb9@byu.net>
9155
9156         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9157         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9158         'present but cannot compile' warnings on cygwin.
9159         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9160         use ws2tcpip.h if sys/socket.h works.
9161         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9162         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9163
9164 2006-02-14  Simon Josefsson  <jas@extundo.com>
9165
9166         * modules/maintainer-makefile (Files): Rename.
9167
9168         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9169         and (the local) Makefile.cfg to maint-cfg.mk.
9170
9171         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9172         to the latter.
9173
9174         * modules/maintainer-makefile: New module.
9175
9176         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9177         severaly stripped to make it possible to build it up from scratch
9178         with reliable tests.
9179
9180         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9181         fixes to permit overriding the default actions when configure and
9182         makefile are not available.
9183
9184 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         Sync from coreutils.
9187         * modules/lstat (Depends-on): Don't depend on xalloc.
9188         (License): Change from GPL to LGPL, since this is now simply a
9189         replacement for a libc function.
9190
9191 2006-02-14  Jim Meyering  <jim@meyering.net>
9192
9193         Sync from coreutils.
9194
9195         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9196         failure on deficient systems, and simplify gnulib lgpl dependencies.
9197         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9198         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9199
9200         * lib/xalloc-die.c: Remove unused definition of N_.
9201
9202 2006-02-14  Jim Meyering  <jim@meyering.net>
9203
9204         Sync from coreutils.
9205         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9206         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9207         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9208         double-quote uses of that variable, to accommodate the rare case in
9209         which getmntent is available in none of the libraries checked.  This
9210         happens at least on FreeBSD 5.0.
9211
9212 2006-02-13  Simon Josefsson  <jas@extundo.com>
9213
9214         * gnulib-tool (Usage): Fix --import, from
9215         karl@freefriends.org (Karl Berry).
9216
9217 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9218
9219         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9220
9221 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9222
9223         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9224         "autoupdate" on 2005-12-12.
9225
9226 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9227
9228         * modules/closeout (Depends-on): Remove atexit.
9229
9230 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9231
9232         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9233         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9234
9235 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9238         __EXTENSIONS__ if this causes compilation to fail.  Problem
9239         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9240         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9241
9242 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9243
9244         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9245         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9246         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9247         All uses changed.
9248
9249 2006-01-26  Simon Josefsson  <jas@extundo.com>
9250
9251         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9252         prototype is visible on mingw32.
9253
9254         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9255         for mingw32.
9256
9257         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9258         mingw32).
9259
9260 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9261
9262         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9263         attempt to open for write; this always fails, at least on POSIX
9264         hosts.  This reinstates the 2006-01-09 change, which was
9265         inadvertently removed.
9266
9267 2006-01-26  Bruno Haible  <bruno@clisp.org>
9268
9269         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9270         Reported by Paul Eggert.
9271
9272 2006-01-26  Bruno Haible  <bruno@clisp.org>
9273             Paul Eggert  <eggert@cs.ucla.edu>
9274
9275         * lib/stdbool_.h (_Bool)
9276         [(! (defined __cplusplus || defined __BEOS__)
9277           && !defined __GNUC__
9278           && !(defined __HP_cc || defined __xlc__
9279                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9280                || defined __sgi))]:
9281         #define to signed char in these cases too; this simplifies
9282         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9283         etc., separately) and makes it more conservative.
9284
9285 2006-01-25  Simon Josefsson  <jas@extundo.com>
9286
9287         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9288         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9289         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9290
9291 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9292
9293         * lib/argp-namefrob.h: Bugfix. Remove stray #
9294
9295 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9296
9297         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9298         so that we test the test.
9299         Check for yet another HP-UX cc bug involving *bool |= bool.
9300
9301 2006-01-25  Karl Berry  <karl@gnu.org>
9302
9303         * config/srclist.txt (vasnprintf.c): sync lost.
9304
9305 2006-01-25  Jim Meyering  <jim@meyering.net>
9306
9307         Sync from the stable (b5) branch of coreutils:
9308
9309         * lib/fts.c (fts_children): Don't let close() clobber errno from
9310         failed fchdir().
9311
9312         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9313         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9314         a dangling symlink.  That can also happen at least for ELOOP.
9315         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9316         FYI, this bug predates the inclusion of fts.c in coreutils.
9317
9318         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9319         in their own block, so pre-c99 compilers don't object.
9320
9321         Avoid the double-free (first in fts_read, second in fts_close) that
9322         would occur when an `active' directory is made inaccessible (e.g.,
9323         via chmod a-x) during a traversal.
9324         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9325         before returning.  Reproduce this failure by
9326         mkdir -p a/b; cd a; chmod a-x . b
9327         Reported by Stavros Passas.
9328
9329 2006-01-25  Jim Meyering  <jim@meyering.net>
9330
9331         * lib/fileblocks.c: Remove more useless parentheses.
9332         * lib/readutmp.h: Likewise.
9333
9334 2006-01-25  Bruno Haible  <bruno@clisp.org>
9335
9336         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9337         warnings.
9338         Reported by Paul Eggert.
9339
9340 2006-01-25  Bruno Haible  <bruno@clisp.org>
9341
9342         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9343         rid of a trap command. For Solaris sh.
9344         Reported by Mark D. Baushke <mdb@gnu.org>.
9345
9346 2006-01-24  Simon Josefsson  <jas@extundo.com>
9347
9348         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9349         Bruno.
9350
9351 2006-01-24  Karl Berry  <karl@gnu.org>
9352
9353         * config/srclist.txt (argp-namefrob.h): sync lost.
9354
9355 2006-01-24  Jim Meyering  <jim@meyering.net>
9356
9357         * modules/openat (Files): Add lib/intprops.h.
9358         From Mark D. Baushke.
9359
9360 2006-01-24  Jim Meyering  <jim@meyering.net>
9361
9362         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9363         Reported by Mark D. Baushke.
9364
9365 2006-01-24  Jim Meyering  <jim@meyering.net>
9366
9367         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9368
9369 2006-01-24  Bruno Haible  <bruno@clisp.org>
9370
9371         * modules/strnlen (Maintainer): Change from glibc to all.
9372
9373 2006-01-24  Bruno Haible  <bruno@clisp.org>
9374
9375         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9376         Patch by Paul Eggert.
9377
9378 2006-01-24  Bruno Haible  <bruno@clisp.org>
9379
9380         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9381         already has it.
9382         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9383         2005-11-26.
9384
9385         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9386         'signed char' to avoid problems with the built-in _Bool type.
9387         Reported by Paul Eggert on 2005-11-26.
9388
9389 2006-01-24  Bruno Haible  <bruno@clisp.org>
9390
9391         * gnulib-tool (func_import): Avoid constructing complicated sed
9392         expressions inside backquote.
9393         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9394
9395 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9396
9397         These changes imported from libc.
9398         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9399         test and two separate function calls.
9400         * lib/strndup.c (__strndup): Add libc_hidden_def.
9401
9402 2006-01-23  Simon Josefsson  <jas@extundo.com>
9403
9404         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9405         Remove the test_*_SOURCES variable: automake infers it by default.
9406         * modules/tls-tests: Likewise.
9407
9408 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9409
9410         Work around porting bugs reported by Dieter in
9411         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9412         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9413         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9414         Include "getopt.h" first, to check interface.
9415         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9416         !HAVE_DECL_GETENV.
9417         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9418         (__strndup): Revert to K&R-style function dfns, the glibc style.
9419         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9420         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9421         Include strnlen.h first, to get prototype properly.
9422         (strnlen): Renamed from __strnlen.
9423         Remove weak alias.
9424
9425 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9426
9427         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9428
9429 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9430
9431         * config/srclist.txt: Adjust to reflect glibc reorganization.
9432         This affects only comments.
9433
9434 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9435
9436          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9437          Reported by Bruce Korb <bkorb@gnu.org>.
9438
9439 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9442         to pacify gcc -Wswitch-default.
9443
9444 2006-01-22  Bruno Haible  <bruno@clisp.org>
9445
9446         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9447         temporary buffer for sprintf, take into account the precision also
9448         for 'd', 'i', 'u', 'o', 'x', 'X'.
9449
9450 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9451
9452         * modules/argp-tests: New module
9453         * tests/test-argp.c: New file
9454         * tests/test-argp-2.sh: New file
9455
9456 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9457
9458         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9459         (__argp_base_name): Removed
9460         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9461         typo.
9462         (__argp_base_name): Provide macro definition or extern declaration
9463         depending on the configuration
9464
9465 2006-01-20  Simon Josefsson  <jas@extundo.com>
9466
9467         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9468
9469 2006-01-20  Simon Josefsson  <jas@extundo.com>
9470
9471         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9472
9473 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9474
9475         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9476         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9477         Suggested by Bruno Haible.
9478
9479 2006-01-20  Karl Berry  <karl@gnu.org>
9480
9481         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9482         until changes propagate, I guess.
9483
9484 2006-01-19  Simon Josefsson  <jas@extundo.com>
9485
9486         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9487
9488 2006-01-19  Simon Josefsson  <jas@extundo.com>
9489
9490         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9491
9492 2006-01-19  Simon Josefsson  <jas@extundo.com>
9493
9494         * gnulib-tool: Set check_PROGRAMS.
9495
9496         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9497         modules/des-tests, modules/gc-arcfour-tests,
9498         modules/gc-arctwo-tests, modules/gc-des-tests,
9499         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9500         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9501         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9502         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9503         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9504         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9505         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9506         test_*_SOURCES.
9507
9508 2006-01-18  Simon Josefsson  <jas@extundo.com>
9509
9510         * modules/socklen (Depends-on): Depend on sys_socket.
9511
9512 2006-01-18  Simon Josefsson  <jas@extundo.com>
9513
9514         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9515         modules/des-tests, modules/gc-arcfour-tests,
9516         modules/gc-arctwo-tests, modules/gc-des-tests,
9517         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9518         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9519         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9520         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9521         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9522         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9523         $(EXEEXT) to automake TESTS variable, for mingw32.
9524
9525 2006-01-17  Simon Josefsson  <jas@extundo.com>
9526
9527         * modules/socklen (Include): Need sys/socket.h.
9528
9529 2006-01-17  Bruno Haible  <bruno@clisp.org>
9530
9531         * modules/ssize_t (Include): Add <sys/types.h>.
9532
9533 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9534
9535         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9536         it's not portable and it doesn't work with cross-compiles.
9537         Problem reported by Bruno Haible.  Fix missing-$ typo in
9538         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9539         -zignore from being used with Sun's C compiler.
9540
9541 2006-01-12  Simon Josefsson  <jas@extundo.com>
9542
9543         * lib/base64.c: Fix warning, reported by Bruno Haible
9544         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9545
9546 2006-01-12  Bruno Haible  <bruno@clisp.org>
9547
9548         * modules/ldd: New file.
9549         * build-aux/ldd.sh.in: New file.
9550         * MODULES.html.sh (Support for building libraries and executables): Add
9551         ldd.
9552
9553 2006-01-12  Bruno Haible  <bruno@clisp.org>
9554
9555         * m4/ldd.m4: New file.
9556
9557 2006-01-12  Bruno Haible  <bruno@clisp.org>
9558
9559         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9560         endless loop while replacing $auxdir with build-aux.
9561
9562 2006-01-11  Simon Josefsson  <jas@extundo.com>
9563
9564         * lib/stdint_.h (SIZE_MAX): Add missing (.
9565
9566 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9567
9568         Sync from coreutils.
9569         * lib/md5.c: Fix commentary typos.
9570         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9571         * lib/md5.h (__attribute__): Remove; unused.
9572         * lib/sha1.c: Fix commentary to match md5 better.
9573         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9574         so that we don't need to worry about alignment.  All uses changed.
9575         This merges the 2005-10-28 md5 change into sha1.
9576
9577 2006-01-11  Jim Meyering  <jim@meyering.net>
9578
9579         Sync from coreutils.
9580         * lib/md5.c (OP): Fix spacing.
9581
9582 2006-01-11  Bruno Haible  <bruno@clisp.org>
9583
9584         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9585         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9586         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9587
9588 2006-01-11  Bruno Haible  <bruno@clisp.org>
9589
9590         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9591         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9592         the "early" section as well.
9593
9594 2006-01-11  Bruno Haible  <bruno@clisp.org>
9595
9596         Avoid "ar: no archive members specified" error on MacOS X.
9597         * gnulib-tool (func_modules_add_dummy): New function.
9598         (func_import, func_create_testdir): Invoke it.
9599
9600 2006-01-11  Bruno Haible  <bruno@clisp.org>
9601
9602         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9603         with $auxdir in AC_CONFIG_FILES statements.
9604
9605 2006-01-11  Bruno Haible  <bruno@clisp.org>
9606
9607         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9608         Initialize also noinst_HEADERS to empty.
9609
9610 2006-01-11  Bruno Haible  <bruno@clisp.org>
9611
9612         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9613         variables.
9614         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9615         autoreconf.
9616
9617 2006-01-11  Bruno Haible  <bruno@clisp.org>
9618
9619         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9620         overridable by the user.
9621         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9622
9623 2006-01-10  Simon Josefsson  <jas@extundo.com>
9624
9625         * modules/sys_socket: New file.
9626
9627 2006-01-10  Simon Josefsson  <jas@extundo.com>
9628
9629         * m4/sys_socket_h.m4: New file.
9630
9631 2006-01-10  Simon Josefsson  <jas@extundo.com>
9632
9633         * lib/socket_.h: New file.
9634
9635 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9636
9637         * modules/readutmp (Maintainer): Add myself.
9638
9639 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9640
9641         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9642         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9643         People who are still concerned with buggy memcmp implementations
9644         can invoke gl_FUNC_MEMCMP themselves.
9645
9646 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * lib/regex_internal.h (BITSET_WORD_BITS):
9649         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9650         preprocessor mishandles large unsigned values as if they were signed.
9651         Problem reported by Claudio Fontana in
9652         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9653
9654 2006-01-10  Jim Meyering  <jim@meyering.net>
9655
9656         Avoid the double-free (first in fts_read, second in fts_close) that
9657         would occur when an `active' directory is made inaccessible (e.g.,
9658         via chmod a-x) during a traversal.
9659         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9660         before returning.  Reproduce this failure by
9661         mkdir -p a/b; cd a; chmod a-x . b
9662         Reported by Stavros Passas.
9663
9664         Sync from coreutils.
9665         * lib/sha1.c: Tweak grammar in a comment.
9666
9667 2006-01-10  Jim Meyering  <jim@meyering.net>
9668
9669         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9670         Patch by Joerg Sonnenberger.
9671
9672 2006-01-10  Bruno Haible  <bruno@clisp.org>
9673
9674         * modules/readutmp: Depend on module free.
9675         * modules/strtok_r: Depend on module restrict.
9676
9677 2006-01-10  Bruno Haible  <bruno@clisp.org>
9678
9679         * modules/gettext (configure.ac): Add an invocation of
9680         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9681
9682 2006-01-10  Bruno Haible  <bruno@clisp.org>
9683
9684         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9685         Reported by Werner Lemberg <wl@gnu.org>.
9686
9687 2006-01-10  Bruno Haible  <bruno@clisp.org>
9688
9689         * lib/localcharset.c: Update from GNU gettext.
9690
9691 2006-01-10  Bruno Haible  <bruno@clisp.org>
9692
9693         * lib/argp.h (__const): Remove macro. Use const instead.
9694         * lib/argp-fmtstream.h (__const): Likewise.
9695         * lib/glob_.h (__const): Remove macro.
9696         * lib/glob-libc.h: Use const instead of __const.
9697
9698 2006-01-10  Bruno Haible  <bruno@clisp.org>
9699
9700         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9701         variable.
9702         Needed to avoid an automake error regarding the 'gettext' module.
9703
9704 2006-01-09  Simon Josefsson  <jas@extundo.com>
9705
9706         * modules/inet_ntop (Depends-on): Add restrict.
9707
9708 2006-01-09  Simon Josefsson  <jas@extundo.com>
9709
9710         * modules/gc-rijndael-tests (License): Put under LGPL.
9711
9712         * modules/gc-des-tests (License): Likewise.
9713
9714         * modules/gc-arcfour-tests (License): Likewise.
9715
9716         * modules/gc-arctwo-tests (License): Likewise.
9717
9718         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9719
9720         * modules/gc-hmac-sha1-tests (Files): Likewise.
9721
9722         * modules/gc-hmac-md5-tests (License): Likewise.
9723
9724         * modules/gc-sha1-tests (License): Likewise.
9725
9726         * modules/gc-md5-tests (License): Likewise.
9727
9728         * modules/gc-md4-tests (License): Likewise.
9729
9730         * modules/gc-md2-tests (License): Likewise.
9731
9732         * modules/gc-tests (License): Likewise.
9733
9734         * modules/des-tests (License): Likewise.
9735
9736         * modules/md4-tests (License): Likewise.
9737
9738         * modules/md2-tests (License): Likewise.
9739
9740 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9741
9742         Sync from coreutils:
9743
9744         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9745         * modules/lib-ignore: New file.
9746         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9747         chdir-safer.m4, lchmod.m4.
9748         * modules/openat: Add mkdirat.c, openat-priv.h.
9749
9750 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9751
9752         Sync from coreutils.
9753         * m4/lib-ignore.m4: New file.
9754         * m4/lchmod.m4: New file.
9755
9756 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9757
9758         Sync from coreutils.
9759         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9760         for write access: POSIX says that must fail.
9761         * lib/fts.c (diropen): Likewise.
9762         * lib/save-cwd.c (save_cwd): Likewise.
9763         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9764         well, for minor improvements on hosts that lack O_DIRECTORY.
9765         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9766         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9767         Fall back on chown if open failed with EACCES.
9768
9769         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9770         Report an error at compile-time if only a 1-second nominal clock
9771         resolution is found.
9772
9773         * lib/lchmod.h: New file.
9774         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9775         (make_dir_parents): Use lchown rather than chown, and
9776         lchmod rather than chmod.
9777
9778         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9779         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9780         "proc" reported by n0dalus.
9781
9782         * lib/mountlist.c: Include <limits.h>.
9783         (dev_from_mount_options)
9784         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9785         New function.  It no longer assumes "dev=" has the System V meaning
9786         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9787         (read_file_system_list)
9788         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9789         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9790         dev= in that case.
9791
9792         * lib/posixtm.h (PDS_PRE_2000): New macro.
9793         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9794         allow_century.  All usages changed.  Reject dates outside the range
9795         1969-1999 if PDS_PRE_2000 is used.
9796
9797 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9798
9799         Sync from coreutils.
9800         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9801         (Time of day items): Mention the possibility of leap seconds.
9802         Problem reported by Dr. David Alan Gilbert.
9803
9804 2006-01-09  Jim Meyering  <jim@meyering.net>
9805
9806         Sync from coreutils.
9807
9808         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9809
9810         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9811
9812         * lib/modechange.c (mode_compile): Reject an invalid mode string
9813         that starts with an octal digit.  From Andreas Gruenbacher.
9814
9815         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9816         and dup to open_safer and dup_safer, respectively.
9817         (openat_permissive): Fix typo in comment.
9818
9819         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9820         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9821         (_): Remove; no longer needed.
9822         (openat): Renamed from rpl_openat; no need for rpl_openat
9823         since openat.h renames openat for us.
9824         Replace most of the body with a call to openat_permissive,
9825         to avoid duplicate code.
9826         Port to (probably hypothetical) environments were mode_t is
9827         wider than int.
9828         (openat_permissive): Require mode arg, so that we can check
9829         types better.  Put it just after flags.  Change cwd failure
9830         indicator from pointer-to-bool to pointer-to-errno-value.
9831         All callers changed.
9832         Invoke openat_save_fail and/or openat_restore_fail if
9833         cwd_errno is null, so that openat can call us.
9834         (openat_permissive, fdopendir, fstatat, unlinkat):
9835         Simplify errno handling to avoid some duplicate code,
9836         as it's OK to set errno on success.
9837         * lib/openat.h: Revamp code so that function macros depend on
9838         __OPENAT_PREFIX only, not also on AT_FDCWD.
9839         (openat_ro): Remove.  Caller changed to use openat_permissive.
9840         (openat_permissive): Now a macro, if not a function.
9841         (openat_restore_fail, openat_save_fail): Now always functions,
9842         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9843
9844         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9845         and openat.c.
9846         * lib/mkdirat.c: Include openat-priv.h.
9847         Remove definitions of macros defined therein.
9848         * lib/openat.c: Likewise.
9849
9850         * lib/mkdirat.c (mkdirat): New file and function.
9851         * lib/openat.h (mkdirat): Declare.
9852
9853         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9854
9855         * lib/openat.h (openat_permissive): Declare.
9856         (openat_ro): Define.
9857
9858         * lib/openat.c (EXPECTED_ERRNO): New macro.
9859         (openat_permissive): New function -- used in remove.c rewrite.
9860         (all functions): Set errno just before returning, only if there
9861         was an actual failure.
9862         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9863
9864         Emulate openat-family functions using Linux's procfs, if possible.
9865         Idea and some code based on Ulrich Drepper's glibc changes.
9866
9867         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9868         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9869         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9870         before falling back on save_cwd and restore_cwd.
9871         (fdopendir, fstatat, unlinkat): Likewise.
9872
9873         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9874         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9875
9876         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9877         as second argument to va_arg.  Otherwise, some versions of gcc
9878         warn that `if this code is reached, the program will abort'.
9879
9880 2006-01-09  Jim Meyering  <jim@meyering.net>
9881
9882         Sync from coreutils.
9883         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9884         Require openat-priv.h.
9885
9886 2006-01-09  Bruno Haible  <bruno@clisp.org>
9887
9888         * modules/strnlen (Include): Use strnlen.h.
9889
9890 2006-01-09  Bruno Haible  <bruno@clisp.org>
9891
9892         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9893
9894 2006-01-09  Bruno Haible  <bruno@clisp.org>
9895
9896         * lib/sysexit_.h (EX_OK): New macro.
9897         Suggested by Martin Lambers <marlam@marlam.de>.
9898
9899 2006-01-09  Bruno Haible  <bruno@clisp.org>
9900
9901         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9902         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9903
9904 2006-01-09  Bruno Haible  <bruno@clisp.org>
9905
9906         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9907         numbers.
9908
9909 2006-01-09  Bruno Haible  <bruno@clisp.org>
9910
9911         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9912         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9913         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9914         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9915
9916 2006-01-09  Bruno Haible  <bruno@clisp.org>
9917
9918         * build-aux/javacomp.sh.in: New file, moved from lib/.
9919         * modules/javacomp-script (Files): Update.
9920         (configure.ac): Add AC_CONFIG_FILES invocation.
9921         (EXTRA_DIST): Remove variable.
9922
9923         * build-aux/javaexec.sh.in: New file, moved from lib/.
9924         * modules/javaexec (Files): Update.
9925         (configure.ac): Add AC_CONFIG_FILES invocation.
9926         (EXTRA_DIST): Remove javaexec.sh.in.
9927
9928         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9929         * modules/csharpcomp-script (Files): Update.
9930         (configure.ac): Add AC_CONFIG_FILES invocation.
9931         (EXTRA_DIST): Remove variable.
9932
9933         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9934         * modules/csharpexec (Files): Update.
9935         (configure.ac): Add AC_CONFIG_FILES invocation.
9936         (EXTRA_DIST): Remove csharpexec.sh.in.
9937
9938 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9939
9940         Sync from coreutils.
9941
9942         Add POSIX ACL support
9943         * lib/acl.h (copy_acl, set_acl): Add declarations.
9944         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9945         systems other than Linux.
9946         (chmod_or_fchmod): New function: use fchmod when possible,
9947         and chmod otherwise.
9948         (file_has_acl): Add a POSIX ACL implementation, with a
9949         Linux-specific subcase.
9950         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9951         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9952         acls are unsupported.
9953         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9954         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9955         are unsupported.
9956
9957 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9958
9959         Sync from coreutils.
9960         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9961
9962 2006-01-07  Bruno Haible  <bruno@clisp.org>
9963
9964         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9965         gl_EARLY.
9966
9967 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9968
9969         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9970         Problem reported for Mingw by Mark Junker.
9971
9972 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9973
9974         * README: Gnulib normally doesn't generate a tarball.
9975
9976 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9979         long int, not int, for nanosecond counts, so that people who are
9980         used to POSIX struct timespec won't be surprised.  Reported by Jim
9981         Meyering.
9982
9983 2005-12-28  Bruno Haible  <bruno@clisp.org>
9984
9985         * build-aux/config.rpath: Update from GNU gettext.
9986
9987 2005-12-16  Jim Meyering  <jim@meyering.net>
9988
9989         * modules/fprintftime: New module.
9990         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9991
9992 2005-12-16  Jim Meyering  <jim@meyering.net>
9993
9994         * m4/fprintftime.m4: New file.
9995
9996 2005-12-16  Jim Meyering  <jim@meyering.net>
9997
9998         * lib/fprintftime.c, lib/fprintftime.h: New files.
9999
10000 2005-12-15  Simon Josefsson  <jas@extundo.com>
10001
10002         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10003         new m4/socklen.m4.
10004
10005 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10006
10007         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10008         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10009
10010 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10011
10012         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10013         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10014         struct uparams is valid. Fall back to the default values if it is
10015         not.
10016
10017 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10018
10019         * modules/argp (Files): Add argp-pin.c
10020         (Depends-on): dirname
10021         (lib_SOURCES): Add argp-pin.c
10022
10023 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10024
10025         * m4/argp.m4:  Check if program_invocation_name and
10026         program_invocation_short_name are declared and define appropriate
10027         macros if they are not.
10028
10029 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10030
10031         * lib/argp-help.c (__argp_base_name): New function
10032         (__argp_short_program_name): Rewrite using __argp_base_name
10033         * lib/argp-namefrob.h: Define program_invocation_name and
10034         program_invocation_short_name if requested
10035         (__argp_base_name): Add prototype
10036         * lib/argp-parse.c (argp_def): Use gettext wrappers
10037         (argp_default_parser): Use __argp_base_name
10038         * lib/argp-pin.c: New file. Defines program_invocation_name and
10039         program_invocation_short_name on systems that lack them.
10040
10041 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10042
10043         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10044         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10045         porting problem reported by Georg Schwarz in
10046         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10047
10048 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10049
10050         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10051         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10052         porting problem reported by Georg Schwarz in
10053         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10054
10055 2005-12-05  Bruno Haible  <bruno@clisp.org>
10056
10057         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10058         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10059         Reported by Mark Junker <mjscod@gmx.de>.
10060
10061 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10064         Use implementation from Albert Chin, with some
10065         comments/corrections by Stepan Kasal and myself.
10066
10067 2005-12-02  Bruno Haible  <bruno@clisp.org>
10068
10069         * gnulib-tool (func_import): Accept GPLed build tool modules when
10070         --lgpl is given.
10071         * modules/csharpcomp-script: New file.
10072         * modules/csharpcomp: Depend on it.
10073         * modules/javacomp-script: New file.
10074         * modules/javacomp: Depend on it.
10075         Suggested by Simon Josefsson.
10076
10077 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10080         statement, to work around an HP-UX 10.20 compiler bug reported by
10081         Peter O'Gorman.
10082
10083 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         * modules/savedir (Depends-on): Add openat.
10086
10087 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10090         (uintmax_t) [defined uintmax_t]: Do not declare.
10091         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10092         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10093         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10094         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10095         sake of portability to weird hosts that C allows (though we don't
10096         know of any practical examples).
10097
10098         * lib/savedir.h (fdsavedir): New decl.
10099         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10100         contains most of the former guts of savedir.
10101         (savedir): Use savedirstream.
10102         Include "openat.h".
10103
10104 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10105
10106         * modules/obstack (Files): Add m4/ulonglong.m4.
10107         Problem reported by Davide Angelocola.
10108
10109 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10112         coreutils no longer futzes with rounding modes.
10113
10114 2005-11-14  Jim Meyering  <jim@meyering.net>
10115
10116         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10117         replacement of mkstemp.
10118
10119 2005-11-10  Simon Josefsson  <jas@extundo.com>
10120
10121         * lib/readline.c: Remove EOL.
10122
10123 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10124
10125         * modules/gethrxtime (Depends-on): Add gettime.
10126
10127 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10128
10129         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10130         or gettimeofday; no longer needed.
10131
10132 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10135         time business.
10136         (gethrxtime) [! (HAVE_NANOUPTIME
10137         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10138         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10139         our own approximation.
10140
10141 2005-11-08  Eric Blake  <ebb9@byu.net>
10142
10143         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10144
10145 2005-11-08  Eric Blake  <ebb9@byu.net>
10146
10147         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10148
10149 2005-11-04  Bruno Haible  <bruno@clisp.org>
10150
10151         * gnulib-tool: Implement --update mode.
10152
10153 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10154
10155         Fix porting problem reported by Theodoros V. Kalamatianos.
10156         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10157         Don't assume that futimes failing means we must fail.
10158
10159 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10160
10161         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10162         variables to suggest the intended function of the PATH_MAX check.
10163
10164 2005-10-30  Kean Johnston  <jkj@sco.com>
10165
10166         Trivial changes to support SCO systems.
10167         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10168         as PATH_MAX.
10169         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10170         where __ptr is null when no I/O is pending.
10171
10172 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10173
10174         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10175         leave errno alone.  Problem reported by Dmitry V. Levin.
10176
10177 2005-10-28  Simon Josefsson  <jas@extundo.com>
10178
10179         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10180         Test more.
10181
10182         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10183
10184         * modules/md2, modules/md2-tests: New files.
10185
10186 2005-10-28  Simon Josefsson  <jas@extundo.com>
10187
10188         * m4/inet_ntop.m4: More tests.
10189
10190         * m4/gc-md2.m4, md2.m4: New file.
10191
10192 2005-10-28  Simon Josefsson  <jas@extundo.com>
10193
10194         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10195         "restrict" keywords, as per POSIX.  Protect the function
10196         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10197         Don't use K&R prototypes.  Check the sprintf return values.
10198         Re-define EAFNOSUPPORT if not present.  Indent.
10199
10200         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10201         suggested by Bruno Haible <bruno@clisp.org>.
10202
10203         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10204
10205         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10206
10207         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10208         libgcrypt).
10209
10210         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10211
10212         * lib/md2.h, lib/md2.c: New files.
10213
10214 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10215
10216         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10217         errno alone.  Problem reported by Frederic Jolliton.
10218
10219 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * modules/verify (License): Change from GPL to LGPL.  This is a
10222         tiny module and there are apparently near-equivalents that are
10223         under the BSD license.
10224
10225 2005-10-24  Simon Josefsson  <jas@extundo.com>
10226
10227         * modules/sha1: Relicense to LGPL.
10228
10229 2005-10-24  Simon Josefsson  <jas@extundo.com>
10230
10231         * lib/md4.h: Shrink buffer size, now that we changed the type.
10232
10233 2005-10-23  Simon Josefsson  <jas@extundo.com>
10234
10235         * gnulib-tool (func_import): Fix --tests-base.
10236
10237 2005-10-22  Simon Josefsson  <jas@extundo.com>
10238
10239         * modules/arcfour (Depends-on): Need stdint.
10240
10241 2005-10-22  Simon Josefsson  <jas@extundo.com>
10242
10243         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10244         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10245
10246 2005-10-22  Simon Josefsson  <jas@extundo.com>
10247
10248         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10249         suggested by Bruno Haible <bruno@clisp.org>.
10250
10251 2005-10-22  Simon Josefsson  <jas@extundo.com>
10252
10253         * lib/crc.h: Include stddef.h, for size_t.
10254
10255 2005-10-22  Simon Josefsson  <jas@extundo.com>
10256
10257         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10258         arcfour_context struct (simplify test vector testing in GNU
10259         Shishi).
10260
10261 2005-10-21  Simon Josefsson  <jas@extundo.com>
10262
10263         * modules/des, modules/des-tests: New files.
10264
10265         * modules/gc-des, modules/gc-des-tests: New files.
10266
10267         * tests/test-des.c, tests/test-gc-des.c: New file.
10268
10269 2005-10-21  Simon Josefsson  <jas@extundo.com>
10270
10271         * modules/arctwo, modules/arctwo-tests: New files.
10272
10273         * tests/test-arctwo.c: New file.
10274
10275         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10276
10277         * tests/test-gc-arctwo.c: New file.
10278
10279 2005-10-21  Simon Josefsson  <jas@extundo.com>
10280
10281         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10282         Bruno Haible <bruno@clisp.org>.
10283
10284         * m4/gc-des.m4: New file.
10285
10286 2005-10-21  Simon Josefsson  <jas@extundo.com>
10287
10288         * m4/arctwo.m4: New file.
10289
10290         * m4/gc-arctwo.m4: New file.
10291
10292 2005-10-21  Simon Josefsson  <jas@extundo.com>
10293
10294         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10295         block.
10296
10297 2005-10-21  Simon Josefsson  <jas@extundo.com>
10298
10299         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10300         <bruno@clisp.org>.
10301
10302         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10303
10304         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10305         Bruno Haible <bruno@clisp.org>.
10306
10307         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10308         <bruno@clisp.org>.
10309
10310 2005-10-21  Simon Josefsson  <jas@extundo.com>
10311
10312         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10313
10314 2005-10-21  Simon Josefsson  <jas@extundo.com>
10315
10316         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10317
10318 2005-10-21  Simon Josefsson  <jas@extundo.com>
10319
10320         * lib/des.h, lib/des.c: New files.
10321
10322         * lib/gc-gnulib.c: Support DES.c
10323
10324 2005-10-21  Simon Josefsson  <jas@extundo.com>
10325
10326         * lib/arctwo.h, lib/arctwo.c: New files.
10327
10328         * lib/gc-gnulib.c: Support ARCTWO.
10329
10330 2005-10-21  Simon Josefsson  <jas@extundo.com>
10331
10332         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10333         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10334
10335 2005-10-21  Simon Josefsson  <jas@extundo.com>
10336
10337         * gnulib-tool (func_import, func_create_testdir): Define automake
10338         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10339         Makefile.am snippet),
10340         suggested by Bruno Haible <bruno@clisp.org>.
10341
10342         * modules/gc (Makefile.am): Use it.
10343
10344 2005-10-21  Bruno Haible  <bruno@clisp.org>
10345
10346         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10347         patch.
10348
10349 2005-10-19  Simon Josefsson  <jas@extundo.com>
10350
10351         * tests/test-gc-rijndael.c: New file.
10352
10353         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10354
10355 2005-10-19  Simon Josefsson  <jas@extundo.com>
10356
10357         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10358         interface too.
10359
10360 2005-10-19  Simon Josefsson  <jas@extundo.com>
10361
10362         * tests/test-gc-arcfour.c: New file.
10363
10364         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10365
10366 2005-10-19  Simon Josefsson  <jas@extundo.com>
10367
10368         * modules/gc-md4, modules/gc-md4-tests: New file.
10369
10370         * tests/test-gc-md4.c: New file.
10371
10372 2005-10-19  Simon Josefsson  <jas@extundo.com>
10373
10374         * m4/gc-md4.m4: New file.
10375
10376 2005-10-19  Simon Josefsson  <jas@extundo.com>
10377
10378         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10379         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10380         <kasal@ucw.cz>.
10381
10382 2005-10-19  Simon Josefsson  <jas@extundo.com>
10383
10384         * m4/gc-arcfour.m4: New file.
10385
10386         * m4/gc-rijndael.m4: New file.
10387
10388 2005-10-19  Simon Josefsson  <jas@extundo.com>
10389
10390         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10391
10392 2005-10-19  Simon Josefsson  <jas@extundo.com>
10393
10394         * lib/gc-gnulib.c: Support ARCFOUR.
10395
10396 2005-10-19  Simon Josefsson  <jas@extundo.com>
10397
10398         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10399         support.
10400
10401         * lib/gc.h: Add ECB enum type.
10402
10403         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10404
10405 2005-10-18  Simon Josefsson  <jas@extundo.com>
10406
10407         * tests/test-md5.c: New file.
10408
10409         * modules/md5-tests: New file.
10410
10411 2005-10-18  Simon Josefsson  <jas@extundo.com>
10412
10413         * tests/test-md4.c: New file.
10414
10415         * modules/md4, modules/md4-tests: New files.
10416
10417 2005-10-18  Simon Josefsson  <jas@extundo.com>
10418
10419         * m4/md4.m4: New file.
10420
10421 2005-10-18  Simon Josefsson  <jas@extundo.com>
10422
10423         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10424
10425 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10426
10427         * gnulib-tool (func_create_testdir): Omit the second check whether
10428         BUILT_SOURCES in nonempty.
10429
10430 2005-10-17  Simon Josefsson  <jas@extundo.com>
10431
10432         * tests/test-rijndael.c: New file.
10433
10434 2005-10-17  Simon Josefsson  <jas@extundo.com>
10435
10436         * modules/sha1: Depend on stdint instead of md5.
10437
10438         * modules/md5: Depend on stdint, remove uint32_t.
10439
10440 2005-10-17  Simon Josefsson  <jas@extundo.com>
10441
10442         * modules/gc-sha1-tests: New file.
10443
10444         * tests/test-gc-sha1.c: New file.
10445
10446 2005-10-17  Simon Josefsson  <jas@extundo.com>
10447
10448         * m4/md5.m4: Remove call to uint32_t.m4.
10449
10450 2005-10-17  Simon Josefsson  <jas@extundo.com>
10451
10452         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10453
10454         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10455         md5.h.
10456
10457         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10458
10459         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10460
10461 2005-10-17  Simon Josefsson  <jas@extundo.com>
10462
10463         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10464
10465 2005-10-17  Simon Josefsson  <jas@extundo.com>
10466
10467         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10468
10469 2005-10-17  Simon Josefsson  <jas@extundo.com>
10470
10471         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10472
10473         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10474
10475 2005-10-17  Bruno Haible  <bruno@clisp.org>
10476
10477         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10478         that it can also be used in a test.
10479
10480 2005-10-16  Bruno Haible  <bruno@clisp.org>
10481
10482         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10483         TESTS_ENVIRONMENT, so that individual tests can augment it.
10484
10485         * gnulib-tool (func_create_testdir): Use an intermediate target for
10486         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10487         macros, like $(ALLOCA_H), which cannot be passed through the command
10488         line.
10489
10490 2005-10-15  Simon Josefsson  <jas@extundo.com>
10491
10492         * modules/rijndael-tests: New file.
10493
10494         * modules/rijndael: New file.
10495
10496 2005-10-15  Simon Josefsson  <jas@extundo.com>
10497
10498         * m4/rijndael.m4: New file.
10499
10500 2005-10-15  Simon Josefsson  <jas@extundo.com>
10501
10502         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10503
10504         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10505
10506 2005-10-14  Simon Josefsson  <jas@extundo.com>
10507
10508         * tests/test-arcfour.c: New file.
10509
10510         * modules/arcfour, modules/arcfour-tests: New files.
10511
10512 2005-10-14  Simon Josefsson  <jas@extundo.com>
10513
10514         * m4/arcfour.m4: New file.
10515
10516 2005-10-14  Simon Josefsson  <jas@extundo.com>
10517
10518         * lib/arcfour.h, lib/arcfour.c: New files.
10519
10520 2005-10-14  Roland McGrath  <roland@redhat.com>
10521
10522         Import from libc.  [BZ #1331]
10523         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10524         macro argument.
10525         Reported by Matej Vela <vela@debian.org>.
10526
10527 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10528
10529         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10530         include <wchar.h>; no longer needed.
10531
10532 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10533
10534         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10535
10536 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10537         and  Ulrich Drepper  <drepper@redhat.com>
10538
10539         Import from libc.
10540         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10541         instead of inline stream orientation test and two separate
10542         function calls.  Pay no attention to USE_IN_LIBIO.
10543
10544 2005-10-13  Simon Josefsson  <jas@extundo.com>
10545
10546         * modules/gc-hmac-md5-tests: New file.
10547
10548         * tests/test-gc-hmac-sha1.c: New file.
10549
10550         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10551
10552         * modules/gc-hmac-md5-tests: New file.
10553
10554         * tests/test-gc-md5.c: New file.
10555
10556         * modules/gc-md5-tests: New file.
10557
10558 2005-10-13  Simon Josefsson  <jas@extundo.com>
10559
10560         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10561         Move memory allocation outside of loop.
10562
10563 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10564
10565         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10566         intermediate directory is in a read-only file system.  Problem
10567         reported by Eric Blake.
10568
10569 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10570
10571         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10572
10573 2005-10-12  Simon Josefsson  <jas@extundo.com>
10574
10575         * tests/test-hmac-sha1.c: New file.
10576
10577         * modules/hmac-sha1-tests: New file.
10578
10579         * modules/hmac-sha1: New file.
10580
10581 2005-10-12  Simon Josefsson  <jas@extundo.com>
10582
10583         * modules/gc-sha1: New file.
10584
10585 2005-10-12  Simon Josefsson  <jas@extundo.com>
10586
10587         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10588
10589         * tests/test-gc-pbkdf2-sha1.c: New file.
10590
10591 2005-10-12  Simon Josefsson  <jas@extundo.com>
10592
10593         * modules/gc-md5, modules/gc-hmac-md5: New files.
10594
10595         * modules/gc (Files): Remove md5, memxor and hmac files.
10596
10597 2005-10-12  Simon Josefsson  <jas@extundo.com>
10598
10599         * m4/gc-pbkdf2-sha1.m4: New file.
10600
10601         * m4/gc-hmac-sha1.m4: New file.
10602
10603         * m4/gc-sha1: New file.
10604
10605         * m4/hmac-sha1.m4: New file.
10606
10607 2005-10-12  Simon Josefsson  <jas@extundo.com>
10608
10609         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10610
10611         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10612
10613 2005-10-12  Simon Josefsson  <jas@extundo.com>
10614
10615         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10616         suggested by Bruno Haible <bruno@clisp.org>.
10617
10618 2005-10-12  Simon Josefsson  <jas@extundo.com>
10619
10620         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10621
10622 2005-10-12  Simon Josefsson  <jas@extundo.com>
10623
10624         * lib/gc-pbkdf2-sha1.c: New file.
10625
10626         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10627
10628 2005-10-12  Simon Josefsson  <jas@extundo.com>
10629
10630         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10631
10632         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10633
10634 2005-10-12  Simon Josefsson  <jas@extundo.com>
10635
10636         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10637         GC_USE_HMAC_MD5, respectively.
10638
10639         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10640         (gc_md5): Fix typo.
10641
10642         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10643
10644         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10645
10646         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10647
10648 2005-10-12  Bruno Haible  <bruno@clisp.org>
10649
10650         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10651         Reported by Stepan Kasal <kasal@ucw.cz>.
10652
10653 2005-10-11  Simon Josefsson  <jas@extundo.com>
10654
10655         * tests/test-crc.c: New file.
10656
10657         * modules/crc, modules/crc-tests: New files.
10658
10659 2005-10-11  Simon Josefsson  <jas@extundo.com>
10660
10661         * m4/crc.m4: New file.
10662
10663 2005-10-11  Simon Josefsson  <jas@extundo.com>
10664
10665         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10666
10667         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10668
10669         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10670
10671 2005-10-11  Simon Josefsson  <jas@extundo.com>
10672
10673         * lib/crc.h, lib/crc.c: New files.
10674
10675         * lib/gc.h (gc_hash_buffer): Add doc.
10676
10677 2005-10-11  Bruno Haible  <bruno@clisp.org>
10678
10679         * modules/c-strcasestr: New file.
10680         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10681
10682 2005-10-11  Bruno Haible  <bruno@clisp.org>
10683
10684         * modules/c-strcase: New file.
10685         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10686
10687 2005-10-11  Bruno Haible  <bruno@clisp.org>
10688
10689         * lib/strcasecmp.c: Include limits.h.
10690         (strcasecmp): Avoid integer overflow on exotic platforms.
10691         * lib/strncasecmp.c: Include limits.h.
10692         (strncasecmp): Avoid integer overflow on exotic platforms.
10693         Reported by Paul Eggert.
10694
10695 2005-10-11  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/c-strcasestr.h: New file, from GNU gettext.
10698         * lib/c-strcasestr.c: New file, from GNU gettext.
10699
10700 2005-10-11  Bruno Haible  <bruno@clisp.org>
10701
10702         * lib/c-strcase.h: New file, from GNU gettext.
10703         * lib/c-strcasecmp.c: New file, from GNU gettext.
10704         * lib/c-strncasecmp.c: New file, from GNU gettext.
10705
10706 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * modules/mempcpy (License): GPL -> LGPL.
10709         * modules/strchrnul (License): Likewise.
10710         * modules/sysexits (License): Likewise.
10711
10712 2005-10-08  Simon Josefsson  <jas@extundo.com>
10713
10714         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10715
10716 2005-10-07  Simon Josefsson  <jas@extundo.com>
10717
10718         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10719
10720 2005-10-06  Simon Josefsson  <jas@extundo.com>
10721
10722         * tests/test-hmac-md5.c: New file.
10723
10724         * modules/hmac-md5-tests: New file.
10725
10726         * modules/hmac-md5: New file.
10727
10728 2005-10-06  Simon Josefsson  <jas@extundo.com>
10729
10730         * m4/hmac-md5.m4: New file.
10731
10732         * m4/memxor.m4: Require gl_C_RESTRICT.
10733
10734 2005-10-06  Simon Josefsson  <jas@extundo.com>
10735
10736         * lib/memxor.c (memxor): Avoid casts and warnings.
10737
10738 2005-10-06  Simon Josefsson  <jas@extundo.com>
10739
10740         * lib/hmac-md5.c: New file.
10741
10742         * lib/hmac.h: New file.
10743
10744 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10747         promotes to int, not unsigned int, to catch the AIX 5.3
10748         compiler bug.
10749
10750 2005-10-05  Simon Josefsson  <jas@extundo.com>
10751
10752         * modules/memxor: New file.
10753
10754         * modules/iconv (Files): Move config.rpath to havelib, it is used
10755         there.
10756
10757         * modules/havelib (Files): Add config.rpath.
10758
10759 2005-10-05  Simon Josefsson  <jas@extundo.com>
10760
10761         * m4/memxor.m4: New file.
10762
10763 2005-10-05  Simon Josefsson  <jas@extundo.com>
10764
10765         * lib/memxor.c (memxor): Fix compiler error.
10766
10767         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10768         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10769
10770         * lib/memxor.h, lib/memxor.c: New files.
10771
10772         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10773         we assume all systems have it, suggested by Jim Meyering
10774         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10775         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10776         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10777         same reasons.
10778
10779 2005-10-05  Simon Josefsson  <jas@extundo.com>
10780
10781         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10782
10783 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10784
10785         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10786         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10787         needed, since the source code now assumes these .h files.
10788
10789 2005-10-05  Derek Price  <derek@ximbiot.com>
10790
10791         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10792
10793 2005-10-05  Bruno Haible  <bruno@clisp.org>
10794
10795         * modules/stdint (License): Change to LGPL.
10796
10797 2005-10-04  Simon Josefsson  <jas@extundo.com>
10798
10799         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10800         D. Baushke" <mdb@gnu.org>.
10801
10802 2005-10-04  Bruno Haible  <bruno@clisp.org>
10803
10804         * lib/verify.h (verify_true): Provide alternative definition for C++.
10805
10806 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10807
10808         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10809         (SSIZE_MAX): New macro, if not already defined.
10810         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10811         than 2 GiB.
10812
10813 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10814
10815         Sync from coreutils.
10816         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10817         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10818         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10819         ULLONG_MAX doesn't work with 2.7.2.1.
10820
10821 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10822
10823         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10824         From Ben Pfaff.
10825
10826         * modules/exclude (Depends-on): Depend on verify.
10827         * modules/strtoimax (Depends-on): Likewise.
10828         * modules/utimecmp (Depends-on): Likewise.
10829
10830 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10831
10832         * lib/exclude.c: Include verify.h.
10833         (verify): Remove.  All callers changed to use verify.h's version.
10834         * lib/strtoimax.c: Likewise.
10835         * lib/utimecmp.c: Likewis.e
10836
10837         Sync from coreutils.
10838         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10839         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10840         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10841         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10842         bother returning ENOSYS if settimeofday or stime fails; just let
10843         them return whatever errno they want to return.
10844         * lib/utimens.c: Include unistd.h, for dup2.
10845         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10846         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10847
10848 2005-10-02  Jim Meyering  <jim@meyering.net>
10849
10850         Sync from coreutils.
10851         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10852         from glibc-2.2.5 that fails for read-only files.
10853
10854 2005-10-02  Jim Meyering  <jim@meyering.net>
10855
10856         Sync from coreutils.
10857         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10858         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10859         `#if HAVE_CONFIG_H'.
10860         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10861         Remove AT_FDCWD test.
10862         Do not consume the fd unless successful.
10863         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10864         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10865         block, so that we don't even try to compile it if settimeofday is
10866         available.  This works around a compilation failure on OSF1 V5.1,
10867         due to stime requiring a `long int*' while tv_sec is `int'.
10868
10869 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10870
10871         Sync from coreutils.
10872         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10873         against `yes', rather than just testing for nonempty.
10874
10875 2005-10-01  Simon Josefsson  <jas@extundo.com>
10876
10877         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10878         and Darwin.
10879
10880         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10881         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10882         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10883         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10884         Check if struct addrinfo is declared.
10885
10886 2005-10-01  Simon Josefsson  <jas@extundo.com>
10887
10888         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10889         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10890         AI_* and EAI_* definitions.  Protect function declarations.
10891
10892 2005-10-01  Jim Meyering  <jim@meyering.net>
10893
10894         Sync from coreutils.
10895
10896         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10897         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10898         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10899         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10900         in the inet and nsl libraries.  Required on Solaris 5.7.
10901
10902 2005-10-01  Jim Meyering  <jim@meyering.net>
10903
10904         Sync from coreutils.
10905         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10906         in the inet and nsl libraries.  Required on Solaris 5.7.
10907
10908 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10909
10910         * lib/getdelim.c (getdelim): Remove unused variables.
10911
10912 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10915         so that the code works even with ancient cpp.  Portability problem
10916         with GCC 2.7.2.1 reported by Thomas M.Ott.
10917
10918 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10919
10920         * modules/regex (Depends-on): Add strcase.
10921
10922         * modules/gethostname (Licence): Change from GPL to LGPL, since
10923         gethostname.c is a trivial implementation of a standard library
10924         function.
10925         * modules/poll (License): Change from GPL to LGPL, since it's
10926         derived from LGPL code.
10927
10928 2005-09-27  Jim Meyering  <jim@meyering.net>
10929
10930         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10931         HAVE_CONFIG_H.
10932
10933         * lib/intprops.h (signed_type_or_expr__): Define.
10934         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10935         for unsigned types.
10936
10937 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10938
10939         * lib/verify.h (verify_expr): Remove, replacing with:
10940         (verify_true): New macro that returns true instead of void.
10941         (verify_type__): Remove.
10942         (verify): Use verify_true rather than verify_type__.
10943
10944 2005-09-26  Bruno Haible  <bruno@clisp.org>
10945
10946         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10947         is necessary.
10948         (lib_SOURCES): Remove mbchar.c.
10949         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10950         (Files): Add m4/mbrtowc.m4.
10951         * modules/mbiter: Likewise.
10952         * modules/mbuiter: Likewise.
10953
10954 2005-09-26  Bruno Haible  <bruno@clisp.org>
10955
10956         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10957         compile mbchar.c if they are not both present.
10958         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10959         * m4/mbiter.m4 (gl_MBITER): Likewise.
10960         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10961         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10962         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10963
10964 2005-09-25  Jim Meyering  <jim@meyering.net>
10965
10966         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10967         also uses socklen_t.
10968
10969 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10970
10971         * lib/utimens.c (ENOSYS): Define if not already defined.
10972         (futimens): Support having a null PATH if the file descriptor
10973         is nonnegative.
10974
10975         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10976         Remove.
10977         (__attribute): Define to empty unless GCC 3.1 or later.
10978         This works around a core dump on OpenBSD 3.4, which has GCC
10979         2.95.3, which dumps core when given __attribute__(()).  It also
10980         simplifies other tests, since we really don't want to bother with
10981         worrying about which ancient version of GCC supported what.
10982         Original problem reported by Yoann Vandoorselaere, with part of
10983         the fix suggested by Derek Price.
10984
10985 2005-09-24  Jim Meyering  <jim@meyering.net>
10986
10987         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10988         so we can once again use a positive bitfield width of 1 -- now we
10989         don't have to explain why we were using a bitfield width of 2.
10990
10991 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10992
10993         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10994         and similarly for the other external symbols.  Problem reported
10995         by James Gallager.
10996
10997         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10998         bug reported by Jim Meyering.
10999
11000         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11001         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11002         not needed, since socklen is a prerequisite module.
11003
11004 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11005
11006         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11007         Problem reported by Eric Blake.
11008         (getaddrinfo): Initialize se so that it's not garbage.
11009         Redo internal storage allocation so that it doesn't make unportable
11010         assumptions about alignment.
11011         Fix a memory leak.
11012
11013         * lib/utimens.c (futimens): Use futimesat if available.
11014         Prefer it to futimes since it doesn't have the futimes bug.
11015
11016         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11017         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11018         Instead, declare a function that returns a pointer to an array,
11019         and use verify_type__ to declare the size of the array.
11020         Problem and germ of a solution reported by Bruno Haible.
11021         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11022         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11023
11024 2005-09-23  Jim Meyering  <jim@meyering.net>
11025
11026         Sync from coreutils.
11027         Correct build failure (socklen_t not defined) on at least
11028         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11029         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11030
11031 2005-09-23  Jim Meyering  <jim@meyering.net>
11032
11033         * modules/getaddrinfo (Depends-on): Add socklen.
11034
11035 2005-09-23  Bruno Haible  <bruno@clisp.org>
11036
11037         * tests/test-verify.c: New file.
11038
11039 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11040
11041         Sync from coreutils.
11042
11043         * modules/argmatch (Depends-on): Add verify.
11044         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11045         unistd-safer.
11046         * modules/save-cwd (Depends-on): Likewise.
11047
11048         * modules/openat (Files): Add lib/openat-die.c.
11049         (Depends-on): Remove error, exitfail.
11050         Add dirname.
11051
11052         * modules/verify: New file.
11053         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11054         with "verify" module.
11055
11056 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11057
11058         Sync from coreutils.
11059
11060         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11061         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11062         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11063         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11064         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11065         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11066         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11067         Don't bother checking for string.h, stdlib.h, unistd.h.
11068         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11069         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11070         module's job.
11071         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11072         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11073
11074         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11075         (gl_GETDATE): Use it.
11076
11077         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11078
11079 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         Sync from coreutils.
11082
11083         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11084         stat-time.h.
11085         * lib/argmatch.h: Include verify.h
11086         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11087         (ARGMATCH_ASSERT): Remove; unused.
11088         * lib/canonicalize.c: Assume STDC_HEADERS.
11089         * lib/exclude.c: Include "strcase.h".
11090         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11091         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11092         and stdio-safer.h.
11093         (getusershell): Call fopen, not fopen_safer.
11094         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11095         Do not include unistd-safer.h.
11096         (save_cwd): Don't call fd_safer; no longer needed
11097         now that we include fcntl--.h.
11098
11099         * lib/getdate.y (relative_time): New type.
11100         (RELATIVE_TIME_0): New constant.
11101         (parser_control): Use relative_time instead of doing it ourselves.
11102         (%union): Add new relative_time rel member.
11103         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11104         Now typeless.
11105         (relunit, relunit_snumber): Now of type rel.
11106         (zone, rel, relunit, get_date): Adjust to above changes.
11107
11108         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11109         Do not include unistd-safer.h.
11110         (getloadavg): Don't call fd_safer; no longer needed
11111         now that we include fcntl--.h.
11112
11113         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11114         (make_dir_parents): Treat ENOSYS like EEXIST.
11115
11116         Improve quality of diagnostics on restore_cwd failure.
11117         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11118         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11119         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11120         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11121         each time through the loop.  Do not diagnose restore_cwd failure;
11122         that is the caller's job (and perhaps the caller does not care).
11123
11124         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11125         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11126         If the file already exists but is not a directory, don't bother
11127         to try to make its parents.
11128         Close potential file descriptor leak if we can't chdir("/") (!).
11129         Don't always return true if chdir($PWD) fails; return true only
11130         if the requested action was done successfully (except for the
11131         chdir($PWD)).
11132         Don't log final directory unless we actually made it.
11133         Refactor to avoid duplicate code to fix up permissions.
11134         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11135
11136         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11137         to make it a bit faster and (I hope) clearer.
11138         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11139         Fix bug in formats like %2N.
11140
11141         * lib/verify.h: New file.
11142
11143 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11144
11145         Sync from coreutils.
11146         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11147
11148 2005-09-22  Jim Meyering  <jim@meyering.net>
11149
11150         Sync from coreutils.
11151
11152         * m4/lstat.m4 (gl_FUNC_LSTAT):
11153         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11154         Remove obsolete comment.
11155         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11156         * m4/xstrtod.m4: Likewise.
11157
11158         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11159
11160 2005-09-22  Jim Meyering  <jim@meyering.net>
11161
11162         Sync from coreutils.
11163
11164         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11165
11166         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11167         the .tm_year member, since otherwise gcc-4.0 would now warn about
11168         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11169
11170         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11171         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11172
11173         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11174         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11175         when run in a time zone for which daylight savings time is in effect
11176         for the starting date.
11177
11178         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11179         stop us from restricting permissions of just-created absolute-named
11180         directories.
11181         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11182         to restore initial working directory.
11183         * lib/mkdir-p.c (make_dir_parents): New parameter:
11184         different_working_dir, to tell caller if/when we change the working
11185         directory and are unable to return to the initial one.
11186         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11187         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11188         `return false'.  This fixes a bug introduced on 2004-07-30.
11189
11190         * lib/openat.c (fdopendir): Be sure to close the supplied
11191         file descriptor before returning.  This makes our replacement
11192         implementation a little closer to Solaris's, where fdopendir
11193         ties the file descriptor to the returned DIR* pointer.
11194         * lib/openat.c (unlinkat): New function.
11195         * lib/openat.h (unlinkat): Add prototype.
11196         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11197         (openat_restore_fail): Rename from openat_restore_die.
11198         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11199
11200         Provide an alternative to exiting immediately upon save_cwd or
11201         restore_cwd failure.  Now, an application can arrange e.g.,
11202         to perform a longjump in that case.
11203         * lib/openat.c: Include dirname.h.
11204         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11205         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11206         and openat_restore_die rather than calling error directly.
11207         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11208
11209         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11210         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11211         define.
11212
11213         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11214         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11215                             int utc, int nanoseconds);
11216         Background:
11217         date should not have to allocate a megabyte of virtual memory to
11218         handle a format argument like +%1048575T.  When implemented with
11219         strftime, it must allocate such a buffer, use strftime to fill it
11220         in, print it, then free it.
11221         With fprintftime, it simply prints everything and exits.
11222         With no need for memory allocation, that's one fewer way to fail.
11223         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11224         optional field width, not before, so we accept %9:z, not %:9z.
11225         (my_strftime): Be sure to use L_('x') for literals.
11226
11227         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11228         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11229         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11230         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11231         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11232         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11233         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11234         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11235         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11236         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11237         * lib/xgethostname.c, lib/xreadlink.c:
11238         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11239
11240         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11241         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11242         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11243         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11244         and don't include <sys/file.h>).
11245
11246 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11247
11248         Sync from coreutils.
11249
11250         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11251         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11252         [!LDAV_DONE]: Avoid unused variable warning.
11253
11254 2005-09-21  Bruno Haible  <bruno@clisp.org>
11255
11256         * lib/unicodeio.h (unicode_to_mb): New declaration.
11257
11258 2005-09-20  Derek Price  <derek@ximbiot.com>
11259
11260         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11261         getaddrinfo.h.
11262
11263 2005-09-20  Bruno Haible  <bruno@clisp.org>
11264
11265         * gnulib-tool: Remove trailing slashes from the values specified for
11266         --source-base, --m4-base, --tests-base, --aux-dir.
11267         Suggested by Simon Josefsson <jas@extundo.com>.
11268
11269 2005-09-20  Bruno Haible  <bruno@clisp.org>
11270
11271         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11272         func_modules_to_filelist, func_import, func_create_testdir): Make all
11273         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11274         change when gnulib-tool is invoked in a different locale.
11275
11276 2005-09-19  Simon Josefsson  <jas@extundo.com>
11277
11278         * m4/socklen.m4: Fix typo.
11279
11280 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11281
11282         Use a consistent style for including <config.h>.
11283         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11284         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11285         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11286         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11287         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11288         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11289         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11290         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11291         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11292         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11293         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11294         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11295         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11296         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11297         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11298         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11299         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11300         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11301         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11302         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11303         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11304         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11305         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11306         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11307         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11308         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11309         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11310         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11311         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11312         lib/xstrtoumax.c, lib/yesno.c:
11313         Standardize inclusion of config.h.
11314         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11315         lib/inttostr.h:  Removed inclusion of config.h from header files.
11316         * lib/inttostr.c:  Adjusted in-tree users.
11317         * lib/timespec.h: Remove superfluous warning to include config.h.
11318         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11319         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11320         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11321         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11322         config.h with HAVE_CONFIG_H.
11323
11324 2005-09-19  Jim Meyering  <jim@meyering.net>
11325
11326         * modules/pathmax (License): Change to LGPL.
11327
11328 2005-09-19  Derek Price  <derek@ximbiot.com>
11329
11330         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11331
11332 2005-09-19  Bruno Haible  <bruno@clisp.org>
11333
11334         * gnulib-tool (import): Provide default for --tests-base.
11335
11336 2005-09-19  Bruno Haible  <bruno@clisp.org>
11337
11338         * doc/quote.texi: New file, extracted from gnulib.texi.
11339         * doc/ctime.texi: New file, extracted from gnulib.texi.
11340         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11341         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11342         * doc/gnulib.texi: Include them.
11343
11344 2005-09-18  Bruno Haible  <bruno@clisp.org>
11345
11346         Portability fix.
11347         * gnulib-tool (func_readlink): New function.
11348         (func_ln_if_changed): Use it.
11349
11350 2005-09-18  Bruno Haible  <bruno@clisp.org>
11351
11352         * gnulib-tool: Support --with-tests also with --import.
11353         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11354         (func_import): Use variables $testsbase and $inctests. Emit a
11355         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11356         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11357         SUBDIRS += $testsdir.
11358         (func_create_testdir): Update.
11359
11360 2005-09-18  Bruno Haible  <bruno@clisp.org>
11361
11362         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11363         instead of $dry_run.
11364         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11365         (func_ln_if_changed): Don't handle dry-run here.
11366         (func_import): In dry-run mode, detect more precisely which actions
11367         would be performed, and don't use "...ing" verbs.
11368
11369 2005-09-18  Bruno Haible  <bruno@clisp.org>
11370
11371         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11372         (func_import): Use join on two temporary files instead of three nested
11373         loops, in order to determine which files are new or old.
11374
11375 2005-09-18  Bruno Haible  <bruno@clisp.org>
11376
11377         * gnulib-tool (func_import): Comment out code that spits out the
11378         new files with --dry-run.
11379
11380 2005-09-18  Bruno Haible  <bruno@clisp.org>
11381
11382         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11383
11384 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11385
11386         * lib/stat-time.h: New file.
11387         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11388         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11389         in a different way.
11390         (timespec_cmp): New function.
11391         * lib/utimecmp.c: Include stat-time.h.
11392         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11393         members exist, not on the obsolescent ST_MTIM_NSEC.
11394         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11395
11396 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11397
11398         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11399
11400 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * MODULES.html.sh (File system functions): Add stat-time.
11403         * modules/stat-time: New file.
11404         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11405         is now done in a different way, by the stat-time module.
11406         * modules/utimecmp (Depends-on): Add stat-time.
11407
11408 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11409
11410         * m4/st_mtim.m4: Remove.  Superseded by...
11411         * m4/stat-time.m4: New file.
11412         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11413         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11414
11415 2005-09-15  Derek Price  <derek@ximbiot.com>
11416
11417         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11418
11419 2005-09-15  Derek Price  <derek@ximbiot.com>
11420
11421         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11422         * lib/regex_internal.c: Ditto, using this...
11423         (__GNUC_PREREQ): ...new macro.
11424         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11425         using...
11426         (__GNUC_PREREQ): ...this new macro.
11427
11428         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11429
11430 2005-09-15  Derek Price  <derek@ximbiot.com>
11431             Paul Eggert  <eggert@cs.ucla.edu>
11432
11433         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11434         changes, consolidating in...
11435         * lib/regex_internal.h: ...this file.
11436
11437 2005-09-13  Jim Meyering  <jim@meyering.net>
11438
11439         * lib/canon-host.c: Filter through gnu indent and reword comments
11440         slightly.
11441         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11442
11443 2005-09-13  Derek Price  <derek@ximbiot.com>
11444
11445         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11446         failure.
11447         Reported by Jim Meyering  <jim@meyering.net>.
11448
11449 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11450
11451         * lib/base64.c: Typo.
11452         (base64_encode): Put b64str in initialized data section.
11453
11454 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11455
11456         Merge glibc and coreutils changes into gnulib, plus a few
11457         extra fixes.
11458         * lib/md5.c: Use #error rather than a string.
11459         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11460         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11461         (__attribute__): Define to empty for non recent-GCC.
11462         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11463         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11464         Renamed from their non-__ counterparts, with new macros replacing
11465         them if not _LIBC.  Add __THROW attribute.
11466         (rol): Remove.
11467         (struct md5_ctx): Align buffer if using GCC.
11468         * lib/sha1.h (struct sha1_ctx): Likewise.
11469         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11470         The old name was backwards.
11471         (NOTSWAP): Remove; not used.
11472         (rol): New macro, moved here from md5.h.
11473         (sha1_process_block): Remove a FIXME that doesn't make sense.
11474
11475 2005-09-12  Derek Price  <derek@ximbiot.com>
11476
11477         Return usable errors from canon-host.
11478         * lib/canon-host.h: New file.
11479         * lib/canon-host.c (canon_host): Wrap...
11480         (canon_host_r): ...this new function, which now relies exclusively on
11481         getaddrinfo.
11482         (ch_strerror): New function.
11483         (last_cherror): New global.
11484         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11485         interface.
11486         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11487         void *.
11488         (freeaddrinfo): Free ai->ai_canonname when set.
11489
11490 2005-09-12  Derek Price  <derek@ximbiot.com>
11491
11492         Make canon-host require getaddrinfo.
11493         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11494         AC_LIBSOURCE canon-host.h.  Call...
11495         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11496         gl_GETADDRINFO.
11497         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11498
11499 2005-09-12  Derek Price  <derek@ximbiot.com>
11500
11501         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11502         LGPL.
11503         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11504
11505 2005-09-12  Derek Price  <derek@ximbiot.com>
11506
11507         * lib/gai_strerror.c: Include config.h when available.  Include
11508         getaddrinfo.h before other headers to test interface.
11509         Reported by Larry Jones <lawrence.jones@ugs.com>.
11510
11511 2005-09-12  Derek Price  <derek@ximbiot.com>
11512             Paul Eggert  <eggert@cs.ucla.edu>
11513
11514         * modules/glob (Files): Add glob-libc.h.
11515
11516 2005-09-12  Derek Price  <derek@ximbiot.com>
11517             Paul Eggert  <eggert@cs.ucla.edu>
11518
11519         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11520         glob_.h, glob-libc.h.
11521         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11522
11523 2005-09-12  Derek Price  <derek@ximbiot.com>
11524             Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11527         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11528         protecting things that should be done only in gnulib contexts.
11529         * lib/glob_.h: New file, containing only the glob things needed for
11530         gnulib.
11531         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11532         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11533         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11534         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11535         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11536         and to respect the namespace rules better.
11537
11538 2005-09-08  Simon Josefsson  <jas@extundo.com>
11539
11540         * modules/socklen: New file.
11541
11542 2005-09-08  Simon Josefsson  <jas@extundo.com>
11543
11544         * m4/socklen.m4: New file.
11545
11546 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11547
11548         * modules/utimens (Files): Add m4/utimbuf.m4, since
11549         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11550         Reported by Sergey Poznyakoff.
11551
11552 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11553
11554         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11555         definitions, since that's the preferred style in glibc.
11556         Fix a minor spacing issue, and update copyright notice to match
11557         glibc's.
11558
11559 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11560
11561         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11562
11563 2005-09-06  Simon Josefsson  <jas@extundo.com>
11564
11565         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11566         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11567
11568 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11569
11570         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11571         warning.
11572
11573 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11574
11575         * config/srclist.txt: Add glibc bug 1302.
11576
11577 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11578
11579         Change bitset word type from unsigned int to unsigned long int,
11580         as this has better performance on typical 64-bit hosts.
11581         Port bitset code to hosts with unusual word sizes.
11582         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11583         (build_collating_symbol):
11584         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11585         argument is a bitset.  This is merely a style issue, but it makes
11586         it clearer that an entire array is expected.
11587         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11588         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11589         Port to the case where bitset_word is not the same as unsigned int.
11590         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11591         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11592         Likewise.
11593         * lib/regexec.c (check_dst_limits_calc_pos_1,
11594         check_subexp_matching_top):
11595         (build_trtable, group_nodes_into_DFAstates):
11596         Likewise.
11597         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11598         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11599         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11600         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11601         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11602         * lib/regcomp.c (optimize_subexps, lower_subexp):
11603         Work even if bitset_word has holes in its bitwise representation.
11604         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11605         * lib/regexec.c (check_dst_limits_calc_pos_1,
11606         check_subexp_matching_top):
11607         Likewise.
11608         * lib/regex_internal.c (re_string_reconstruct):
11609         Don't assume UCHAR_MAX == 255.
11610         * lib/regex_internal.h (bitset_set_all): Likewise.
11611         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11612         All uses changed.
11613         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11614         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11615         All uses changed.
11616         (BITSET_WORD_MAX): New macro.
11617         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11618         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11619         (bitset_empty, bitset_copy):
11620         Prefer sizeof (bitset) to multiplying it out ourselves.
11621         (bitset_not_merge): Remove; unused.
11622         (bitset_contain): Return bool, not unsigned int with one bit on.
11623         All callers changed.
11624         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11625         alignment than re_node_set; do this by defining a new internal
11626         type struct dests_alloc and using it to allocate memory.
11627
11628 2005-09-05  Bruno Haible  <bruno@clisp.org>
11629
11630         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11631         links.
11632
11633 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11634
11635         * modules/size_max (Makefile.am): Add size_max.h
11636
11637 2005-09-04  Derek Price  <derek@ximbiot.com>
11638
11639         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11640
11641 2005-09-03  Simon Josefsson  <jas@extundo.com>
11642
11643         * gnulib-tool: Fix typo.
11644
11645 2005-09-03  Simon Josefsson  <jas@extundo.com>
11646
11647         * config/srclist.txt: Add glibc bug 1293.
11648
11649 2005-09-03  Derek Price  <derek@ximbiot.com>
11650
11651         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11652         From Larry Jones <lawrence.jones@ugs.com>.
11653
11654 2005-09-02  Simon Josefsson  <jas@extundo.com>
11655
11656         * modules/socklen: New file.
11657
11658 2005-09-02  Simon Josefsson  <jas@extundo.com>
11659
11660         * modules/havelib: New module.
11661
11662         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11663         Use havelib.
11664
11665 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         Check for arithmetic overflow when calculating sizes, to prevent
11668         some buffer-overflow issues.  These patches are conservative, in the
11669         sense that when I couldn't determine whether an overflow was possible,
11670         I inserted a run-time check.
11671         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11672         macros.
11673         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11674         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11675         (re_xnrealloc, re_x2nrealloc): New inline functions.
11676         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11677         parse_bracket_exp):
11678         (build_equiv_class, build_charclass): Check for arithmetic overflow
11679         in size expression calculations.
11680         * lib/regex_internal.c (re_string_realloc_buffers):
11681         (build_wcs_upper_buffer, re_node_set_add_intersect):
11682         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11683         (re_dfa_add_node, register_state): Likewise.
11684         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11685         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11686         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11687         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11688
11689 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11692         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11693
11694 2005-09-02  Bruno Haible  <bruno@clisp.org>
11695
11696         Support for lib vs. lib64 distinction on biarch platforms.
11697         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11698         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11699         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11700
11701 2005-09-02  Bruno Haible  <bruno@clisp.org>
11702
11703         * gnulib-tool (import): In the other first-use case, provide defaults
11704         as well.
11705
11706 2005-09-02  Bruno Haible  <bruno@clisp.org>
11707
11708         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11709         patches not yet found in the latest gettext release.
11710
11711 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11712
11713         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11714         to avoid a collision with bits/local_lim.h in glibc.
11715         All uses changed.  Problem reported by Dmitry V. Levin in
11716         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11717
11718         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11719         bugs in int versus size_t comparisons.
11720         (re_string_context_at): Fix bug where the code assumed that
11721         Idx is signed.
11722
11723         Use bool where appropriate.
11724         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11725         All callers changed.
11726         (calc_eclosure_iter): Likewise, for ROOT arg.
11727         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11728         (build_charclass_op): Likewise, for NON_MATCH arg.
11729         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11730         (re_string_construct_common): Likewise, for ICASE arg.
11731         * lib/regexec.c (re_search_2_stub, re_search_stub):
11732         Likewise, for RET_LEN arg.
11733         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11734         (set_regs): Likewise, for FL_BACKTRACK arg.
11735         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11736         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11737         (calc_eclosure_iter, parse_bracket_exp):
11738         Use bool for internal variables that are booleans.
11739         * lib/regexec.c (re_search_internal, check_matching,
11740         proceed_next_node):
11741         (set_regs, build_sifted_states, sift_states_bkref):
11742         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11743         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11744         (find_collation_sequence_value):
11745         Likewise.
11746         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11747         (re_node_set_compare):
11748         Return bool, not int. All callers changed.
11749         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11750         (build_trtable, check_node_accept): Likewise.
11751         * lib/regex_internal.h: Include stdbool.h.
11752
11753         Fix bugs uncovered when converting to bool.
11754         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11755         failure instead of charging ahead blindly.
11756         * lib/regex_internal.c (register_state): Likewise.
11757         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11758         for freeing internal storage.
11759         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11760         bitset pieces used as boolean, to avoid undefined behavior
11761         on hosts that do int overflow checking.
11762
11763 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * config/srclist.txt: Add glibc bugs 1285-1287.
11766
11767 2005-09-01  Jim Meyering  <jim@meyering.net>
11768
11769         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11770         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11771         Require gl_STAT_MACROS, too.
11772
11773 2005-09-01  Bruno Haible  <bruno@clisp.org>
11774
11775         * gnulib-tool (import): In the first-use case, provide defaults.
11776
11777 2005-09-01  Bruno Haible  <bruno@clisp.org>
11778
11779         * gnulib-tool (func_import): Remove the .tmp files.
11780
11781 2005-09-01  Bruno Haible  <bruno@clisp.org>
11782
11783         * gnulib-tool (func_import): Fix handling of symbolic links.
11784
11785 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11786
11787         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11788         old glibc regex code mishandles strings longer than 2**31 bytes.
11789         This patch fixes this when the regex code is used in gnulib
11790         (i.e., outside glibc).
11791
11792         This patch should not affect the use of the regex code inside
11793         glibc.  No doubt this problem also needs to be handled for glibc
11794         as well, but the result will be an incompatible change to the
11795         glibc ABI, and the old ABI will have to be supported too.  That
11796         can be the the subject for another patch.
11797
11798         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11799         governing whether the rest of this patch is active.  By default,
11800         the macro is disabled and the patch has no effect.
11801         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11802         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11803         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11804         (re_match_2, re_set_registers): Use the new types.
11805         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11806         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11807         New macros.
11808         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11809         (re_string_context_at, bin_tree_t, re_dfastate_t):
11810         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11811         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11812         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11813         (re_string_char_size_at, re_string_wchar_at):
11814         (re_string_elem_size_at):
11815         Use the new types and macros to port to 64-bit hosts.
11816         Use unsigned types for internal values, so that the code
11817         mostly works even for arrays larger than SSIZE_MAX.
11818         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11819         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11820         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11821         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11822         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11823         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11824         (calc_inveclosure, parse_dup_op, build_range_exp):
11825         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11826         (fetch_number, create_token_tree, mark_opt_subexp):
11827         Likewise.
11828         * lib/regex_internal.c (re_string_construct_common,
11829         create_ci_newstate):
11830         (create_cd_newstate, re_string_allocate, re_string_construct):
11831         (re_string_realloc_buffers, build_wcs_upper_buffer):
11832         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11833         (re_string_reconstruct, re_string_peek_byte_case):
11834         (re_string_fetch_byte_case, re_string_context_at):
11835         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11836         (re_node_set_init_copy, re_node_set_add_intersect):
11837         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11838         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11839         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11840         (re_acquire_state, re_acquire_state_context, register_state):
11841         Likewise.
11842         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11843         search_cur_bkref_entry):
11844         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11845         (re_search_internal, re_search_2_stub, re_search_stub)
11846         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11847         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11848         (update_cur_sifted_state, check_dst_limits):
11849         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11850         (check_subexp_limits, sift_states_bkref, merge_state_array):
11851         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11852         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11853         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11854         (expand_bkref_cache, check_node_accept_bytes):
11855         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11856         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11857         (acquire_init_state_context, check_halt_node_context):
11858         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11859         (sift_states_backward, clean_state_log_if_needed):
11860         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11861         (find_recover_state, transit_state_sb, transit_state_mb):
11862         (transit_state_bkref, build_trtable, match_ctx_clean):
11863         Likewise.
11864         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11865         to work around an assumption that REG_MISSING is negative.
11866
11867         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11868         (seek_collating_symbol_entry) [defined _LIBC]:
11869         (lookup_collation_sequence_value) [defined _LIBC]:
11870         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11871         Use prototypes rather than old-style function definitions.
11872         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11873         (transit_state_sb) [0]:
11874         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11875
11876         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11877         rm_eo.
11878
11879         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11880         (optimize_subexps, lower_subexp):
11881         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11882         since the signed shift might overflow.  Use 1u<<31 instead.
11883         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11884         Likewise.
11885         * lib/regexec.c (check_dst_limits_calc_pos_1,
11886         check_subexp_matching_top): Likewise.
11887
11888         * lib/regcomp.c (optimize_subexps, lower_subexp):
11889         Use CHAR_BIT rather than 8, for clarity.
11890         * lib/regexec.c (check_dst_limits_calc_pos_1):
11891         (check_subexp_matching_top): Likewise.
11892         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11893         have to worry about portability issues when shifting it left.
11894         Remove no-longer-needed test for table_size > 0.
11895         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11896         in a word, as the resulting behavior is undefined.
11897         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11898         in one case, a <= should have been an <, and in another case the
11899         whole test was missing.
11900         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11901         the standard name CHAR_BIT.
11902         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11903         this is not true on one's complement and signed-magnitude hosts.
11904
11905         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11906         next_last_offset.
11907         (struct re_dfa_t): Remove unused member states_alloc.
11908         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11909
11910 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11911
11912         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11913         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11914         and large-file glibc and in 32-bit large-file Solaris.
11915
11916 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11917
11918         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11919         lengths fit in regoff_t; this isn't true if regoff_t is the same
11920         width as size_t.
11921         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11922         (= START + RANGE) instead of RANGE.  This avoids overflow
11923         problems when regoff_t is the same width as size_t.
11924         All callers changed.
11925         (re_search_2_stub): Check for overflow when adding the
11926         sizes of the two strings.
11927         (re_search_stub): Check for overflow when adding START
11928         to RANGE; if it occurs, substitute the extreme value.
11929
11930 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11933
11934 2005-08-31  Jim Meyering  <jim@meyering.net>
11935
11936         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11937         a pointer-to-const.
11938         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11939         (register_state): Likewise.
11940         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11941         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11942         (group_nodes_into_DFAstates): Likewise.
11943
11944 2005-08-31  Jim Meyering  <jim@meyering.net>
11945
11946         * check-module: Add a FIXME comment.
11947
11948 2005-08-31  Eric Blake  <ebb9@byu.net>
11949
11950         * modules/unistd-safer (Files): Add unistd--.h.
11951         * modules/stdio-safer (Files): Add stdio--.h.
11952
11953 2005-08-31  Derek Price  <derek@ximbiot.com>
11954
11955         * lib/getdelim.c (getdelim): Return EOF on EOF.
11956         Reported by Larry Jones <lawrence.jones@ugs.com>.
11957
11958 2005-08-31  Bruno Haible  <bruno@clisp.org>
11959
11960         Avoid unnecessary diffs in the generated lib/Makefile.am.
11961         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11962         the generated files.
11963         (func_import): Don't set cmd.
11964
11965 2005-08-31  Bruno Haible  <bruno@clisp.org>
11966
11967         * lib/strstr.c: Include <stddef.h>, for NULL.
11968         * lib/strcasestr.c: Likewise.
11969         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11970
11971 2005-08-31  Bruno Haible  <bruno@clisp.org>
11972
11973         * gnulib-tool: New option --macro-prefix.
11974         (func_import): Use macro_prefix.
11975         (import): Handle option --macro-prefix.
11976
11977 2005-08-31  Bruno Haible  <bruno@clisp.org>
11978
11979         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11980         Also use new variables cached_lgpl, cached_libtool.
11981
11982 2005-08-31  Bruno Haible  <bruno@clisp.org>
11983
11984         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11985         always instantiating them.
11986
11987 2005-08-31  Bruno Haible  <bruno@clisp.org>
11988
11989         * gnulib-tool (func_import): Read the previous cached settings
11990         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11991         earlier added by gnulib but are now dropped. Warn when a gnulib file
11992         overwrites a non-gnulib file.
11993
11994 2005-08-31  Bruno Haible  <bruno@clisp.org>
11995
11996         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11997         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11998         projects that don't keep autogenerated files in CVS. Put into
11999         actioncmd only the specified modules, not the transitive closure.
12000
12001 2005-08-31  Bruno Haible  <bruno@clisp.org>
12002
12003         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12004         Create directories that shall be filled.
12005         (import): Don't look for gl_* macros in configure.ac. Recurse across
12006         all directories containing a gnulib-cache.m4 files, if meaningful.
12007
12008 2005-08-31  Bruno Haible  <bruno@clisp.org>
12009
12010         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12011         (import): Set seen_libtool when we see gl_LIBTOOL.
12012
12013 2005-08-31  Bruno Haible  <bruno@clisp.org>
12014
12015         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12016         declaration macro definitions from generated gnulib.m4.
12017
12018 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12019
12020         * lib/iconvme.h: Add prototype for iconv_alloc.
12021
12022 2005-08-29  Simon Josefsson  <jas@extundo.com>
12023
12024         * lib/iconvme.c: Fix errno.
12025
12026 2005-08-29  Bruno Haible  <bruno@clisp.org>
12027
12028         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12029         that it works when the directory contains spaces.
12030
12031 2005-08-29  Bruno Haible  <bruno@clisp.org>
12032
12033         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12034
12035 2005-08-29  Bruno Haible  <bruno@clisp.org>
12036
12037         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12038         Emit more advice.
12039
12040 2005-08-29  Bruno Haible  <bruno@clisp.org>
12041         and Stepan Kasal  <kasal@ucw.cz>
12042
12043         * check-module: If more parameters are given, check each of them
12044         separately; add more exceptions, as noted by Jim Meyering.
12045         (check_module): New procedure.
12046         (%exempt_header): Now contains all exceptions.
12047
12048 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12049
12050         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12051
12052 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12053
12054         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12055
12056 2005-08-28  Bruno Haible  <bruno@clisp.org>
12057
12058         * m4/gnulib-tool.m4: New file.
12059
12060 2005-08-27  Jim Meyering  <jim@meyering.net>
12061
12062         * modules/unistd-safer (Files): Add pipe-safer.c.
12063         * modules/fcntl-safer (Files): Add creat-safer.c.
12064
12065 2005-08-27  Jim Meyering  <jim@meyering.net>
12066
12067         * m4/stdlib-safer.m4: New file.  From coreutils.
12068         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12069         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12070         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12071         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12072         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12073
12074 2005-08-27  Jim Meyering  <jim@meyering.net>
12075
12076         * lib/fopen-safer.c: Merge minor changes from coreutils.
12077         * lib/dup-safer.c: Likewise.
12078         * lib/fd-safer.c: Likewise.
12079
12080         Merge from coreutils.
12081         * lib/stdio--.h: New file.
12082         * lib/stdlib--.h: New file.
12083         * lib/mkstemp-safer.c: New file.
12084
12085         GNU tar needs these.
12086         * lib/pipe-safer.c: New file.
12087         * lib/creat-safer.c: New file.
12088         * lib/fcntl--.h (creat): Define to creat_safer.
12089         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12090         * lib/unistd--.h (pipe): Define to pipe_safer.
12091         * lib/unistd-safer.h: Declare pipe_safer.
12092
12093 2005-08-26  Simon Josefsson  <jas@extundo.com>
12094
12095         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12096         Haible <bruno@clisp.org>.
12097
12098 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12099
12100         * lib/regex_internal.h: Remove all references to
12101         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12102         or better.
12103         (bitset_not, bitset_merge, bitset_not_merge):
12104         (bitset_mask, re_string_allocate, re_string_construct):
12105         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12106         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12107         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12108         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12109         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12110         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12111         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12112         (re_acquire_state_context):
12113         Remove unnecessary forward decls.
12114         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12115         Put __attribute at function definition,
12116         now that the function decl has been removed.
12117         * lib/regex_internal.c (re_string_peek_byte_case):
12118         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12119         Likewise.
12120
12121 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12122
12123         * m4/regex.m4: Add AC_PREREQ(2.50).
12124         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12125
12126 2005-08-25  Simon Josefsson  <jas@extundo.com>
12127
12128         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12129         __fsetlocking.
12130
12131 2005-08-25  Simon Josefsson  <jas@extundo.com>
12132
12133         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12134         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12135         GLIBC specific code.
12136
12137 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12138
12139         Make regex safe for g++.  This fixes one real bug (an "err"
12140         that should have been "*err").  g++ problem reported by
12141         Sam Steingold.
12142         * lib/regex_internal.h (re_calloc): New macro, consistent with
12143         re_malloc etc.  All callers of calloc changed to use re_calloc.
12144         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12145         not int.  All callers changed.
12146         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12147         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12148         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12149         (find_recover_state): Change "err" to "*err"; this fixes what
12150         appears to be a real bug.
12151         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12152         versus int.
12153
12154 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12155
12156         * modules/regex (Depends-on): Add malloc, since the code
12157         assumes that !malloc(0) means failure.
12158
12159 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12162
12163         alloca modernization/simplification for regex.
12164         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12165         needs to be at the start of the file, and can be moved into
12166         regex_internal.h and simplified.
12167         * lib/regex_internal.h: Include <alloca.h>.
12168         (__libc_use_alloca) [!defined _LIBC]: New macro.
12169         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12170         now works outside glibc.
12171
12172 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         * config/srclist.txt: Add glibc bugs 1241, 1245.
12175
12176 2005-08-25  Jim Meyering  <jim@meyering.net>
12177
12178         * lib/open-safer.c: Include <config.h>.
12179         Otherwise, we'd lose LARGEFILE support in any file using
12180         e.g. "fcntl--.h"
12181
12182 2005-08-25  Bruno Haible  <bruno@clisp.org>
12183
12184         * m4/minmax.m4: Require autoconf 2.52.
12185         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12186         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12187         alternatives of translit over the alphabet.
12188         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12189
12190 2005-08-24  Simon Josefsson  <jas@extundo.com>
12191
12192         * tests/test-getpass.c: New file.
12193
12194 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12197         for GNU regex features.
12198
12199 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12200
12201         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12202         * lib/regex.h (regerror): Likewise.
12203
12204         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12205         requires this.  (The code never needed it.)
12206
12207         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12208         All uses of recently-renamed identifiers changed to use the new,
12209         POSIX-compliant names.  The code will build and run just fine
12210         without these changes, but it's better to eat our own dog food
12211         and use the standard-conforming names.
12212
12213         * lib/regex.h: Fix a multitude of POSIX name space violations.
12214         These changes have an effect only for programs that define
12215         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12216         do not change anything for programs compiled in the normal way.
12217         Also, there is no effect on the ABI.
12218
12219         (_REGEX_SOURCE): New macro.
12220         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12221         defined and _GNU_SOURCE is not; this fixes a name space violation.
12222
12223         Rename the following macros to obey POSIX requirements.
12224         The old names are still visible as macros if _REGEX_SOURCE is defined.
12225         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12226         RE_BACKSLASH_ESCAPE_IN_LISTS.
12227         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12228         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12229         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12230         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12231         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12232         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12233         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12234         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12235         (REG_INTERVALS): renamed from RE_INTERVALS.
12236         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12237         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12238         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12239         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12240         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12241         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12242         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12243         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12244         RE_UNMATCHED_RIGHT_PAREN_ORD.
12245         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12246         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12247         (REG_DEBUG): renamed from RE_DEBUG.
12248         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12249         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12250         unusual, since we can't clash with the POSIX REG_ICASE.
12251         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12252         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12253         (REG_NO_SUB): renamed from RE_NO_SUB.
12254         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12255         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12256         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12257         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12258         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12259         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12260         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12261         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12262         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12263         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12264         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12265         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12266         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12267         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12268         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12269         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12270         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12271         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12272         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12273         (REG_FIXED): Renamed from REGS_FIXED.
12274         (REG_NREGS): Renamed from RE_NREGS.
12275
12276         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12277         of other REG_* macros, since POSIX says the user is allowed to
12278         #undef these macros selectively.
12279
12280         (reg_errcode_t): Update comment stating what other tables need
12281         to be consistent.
12282
12283         Rename the following enum values to obey POSIX requirements.
12284         The old names are still visible as macros.
12285         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12286         is not defined, since GNU is supposed to be a superset of POSIX as
12287         much as possible, and since we want reg_errcode_t to be a signed
12288         type for implementation consistency.
12289         (_REG_NOERROR): Renamed from REG_NOERROR.
12290         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12291         (_REG_BADPAT): Renamed from REG_BADPAT.
12292         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12293         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12294         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12295         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12296         (_REG_EBRACK): Renamed from REG_EBRACK.
12297         (_REG_EPAREN): Renamed from REG_EPAREN.
12298         (_REG_EBRACE): Renamed from REG_EBRACE.
12299         (_REG_BADBR): Renamed from REG_BADBR.
12300         (_REG_ERANGE): Renamed from REG_ERANGE.
12301         (_REG_ESPACE): Renamed from REG_ESPACE.
12302         (_REG_BADRPT): Renamed from REG_BADRPT.
12303         (_REG_EEND): Renamed from REG_EEND.
12304         (_REG_ESIZE): Renamed from REG_ESIZE.
12305         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12306         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12307         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12308         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12309         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12310
12311         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12312         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12313         changed.  But support the old name if the new one is not defined
12314         and if _REGEX_SOURCE.
12315
12316         Change the following member names in struct re_pattern_buffer.
12317         The old names are still supported if !_REGEX_SOURCE.
12318         The new names are always supported, regardless of _REGEX_SOURCE.
12319         (re_buffer): Renamed from buffer.
12320         (re_allocated): Renamed from allocated.
12321         (re_used): Renamed from used.
12322         (re_syntax): Renamed from syntax.
12323         (re_fastmap): Renamed from fastmap.
12324         (re_translate): Renamed from translate.
12325         (re_can_be_null): Renamed from can_be_null.
12326         (re_regs_allocated): Renamed from regs_allocated.
12327         (re_fastmap_accurate): Renamed from fastmap_accurate.
12328         (re_no_sub): Renamed from no_sub.
12329         (re_not_bol): Renamed from not_bol.
12330         (re_not_eol): Renamed from not_eol.
12331         (re_newline_anchor): Renamed from newline_anchor.
12332
12333         Change the following member names in struct re_registers.
12334         The old names are still supported if !_REGEX_SOURCE.
12335         The new names are always supported, regardless of _REGEX_SOURCE.
12336         (rm_num_regs): Renamed from num_regs.
12337         (rm_start): Renamed from start.
12338         (rm_end): Renamed from end.
12339
12340         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12341         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12342         Prepend __ to parameter names.
12343
12344         Undo yesterday's changes.
12345
12346 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12349         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12350         lib/regex.c.
12351
12352 2005-08-24  Jim Meyering  <jim@meyering.net>
12353
12354         Sync from coreutils.
12355         * m4/fcntl-safer.m4: New file.
12356
12357         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12358         and object files for this module.
12359
12360 2005-08-24  Jim Meyering  <jim@meyering.net>
12361
12362         Sync from coreutils.
12363         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12364
12365 2005-08-24  Jim Meyering  <jim@meyering.net>
12366
12367         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12368         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12369
12370 2005-08-24  Jim Meyering  <jim@meyering.net>
12371
12372         * modules/fcntl-safer: New module.
12373         * modules/fts (Depends-on): Add fcntl-safer.
12374         * MODULES.html.sh (File descriptor based Input/Output):
12375         Add fcntl-safer.
12376
12377 2005-08-24  Bruno Haible  <bruno@clisp.org>
12378
12379         Support for unit test modules.
12380         * modules/README: Mention tests modules.
12381         * modules/TEMPLATE-TESTS: New file.
12382         * gnulib-tool: New options --extract-tests-module, --with-tests and
12383         --tests-base (unused for the moment).
12384         (testsbase, inctests): New variables.
12385         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12386         (func_verify_module): Exclude TEMPLATE-TESTS.
12387         (func_verify_nontests_module, func_verify_tests_module): New functions.
12388         (func_get_dependencies): Add implicit dependency for tests modules.
12389         (func_get_tests_module): New function.
12390         (func_modules_transitive_closure): When --with-tests was specified,
12391         include the unit tests as well, unless explicitly avoided.
12392         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12393         (func_emit_tests_Makefile_am): New function.
12394         (func_create_testdir): When --with-tests was specified, emit a
12395         tests/ directory.
12396         * MODULES.html.sh (Future developments): Update.
12397
12398 2005-08-24  Bruno Haible  <bruno@clisp.org>
12399
12400         * modules/tls-tests: New file.
12401         * tests/test-tls.c: New file, from GNU gettext.
12402
12403 2005-08-24  Bruno Haible  <bruno@clisp.org>
12404
12405         * modules/lock-tests: New file.
12406         * tests/test-lock.c: New file, from GNU gettext.
12407
12408 2005-08-24  Bruno Haible  <bruno@clisp.org>
12409
12410         * lib/lock.h: Add multiple inclusion guard.
12411         * lib/tls.h: Add multiple inclusion guard.
12412
12413 2005-08-24  Bruno Haible  <bruno@clisp.org>
12414
12415         * gnulib-tool: Add support for the --aux-dir option to
12416         --create-testdir, --create-megatestdir, --test, --megatest.
12417         (func_create_testdir, func_create_megatestdir): Optionally emit a
12418         AC_CONFIG_AUX_DIR directive.
12419         (create-testdir, create-megatestdir, test, megatest): Provide a
12420         default value for $auxdir.
12421
12422 2005-08-24  Bruno Haible  <bruno@clisp.org>
12423
12424         * gnulib-tool (import): Use compound statement instead of subshell
12425         where possible.
12426
12427 2005-08-24  Bruno Haible  <bruno@clisp.org>
12428
12429         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12430
12431 2005-08-24  Bruno Haible  <bruno@clisp.org>
12432
12433         * gnulib-tool (func_version): Update.
12434
12435 2005-08-24  Bruno Haible  <bruno@clisp.org>
12436
12437         * gnulib-tool (func_import, func_create_testdir,
12438         func_create_megatestdir): Quote all autoconf macro arguments.
12439
12440 2005-08-24  Bruno Haible  <bruno@clisp.org>
12441
12442         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12443         option --force, because --force causes the aclocal.m4 of each
12444         subdirectory to be newer than the corresponding config.h.in.
12445
12446 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12447
12448         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12449         All contents moved to gl_REGEX.
12450         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12451         assume that it does.
12452
12453 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12454
12455         * lib/regex.h (REG_NOSYS)
12456         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12457         Define, since POSIX requires it as of 2001.
12458         (_REG_ENOSYS)
12459         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12460         New private symbol, used to keep the enum signed in all cases.
12461         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12462         Youngman in
12463         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12464
12465         * lib/regex_internal.c (re_string_skip_chars, register_state):
12466         (calc_state_hash):
12467         Remove forward decls; no longer needed now that we use prototypes.
12468         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12469         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12470         (clean_state_log_if_needed): Likewise.
12471
12472 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12473
12474         * config/srclist.txt: Add glibc bugs 1231-1233.
12475
12476 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12477
12478         Fix problems reported by Sam Steingold in
12479         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12480         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12481         assumed that reg_errcode_t is a signed type, which is not
12482         necessarily true if _XOPEN_SOURCE is not defined.
12483         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12484         since some compilers warn about it otherwise.
12485
12486 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12487
12488         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12489         (init_word_char, create_initial_state, duplicate_node_closure):
12490         (fetch_token, peek_token_bracket, build_range_exp):
12491         (build_collating_symbol): Remove forward decls; no longer needed
12492         now that we use prototypes.
12493
12494         * lib/regcomp.c:
12495         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12496         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12497         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12498         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12499         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12500         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12501         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12502         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12503         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12504         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12505         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12506         (build_charclass, build_charclass_op, fetch_number, create_tree):
12507         (create_token_tree, mark_opt_subexp, duplicate_tree):
12508         Use prototypes rather than old-style definitions.
12509
12510         * lib/regex_internal.c:
12511         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12512         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12513         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12514         (re_string_reconstruct, re_string_peek_byte_case):
12515         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12516         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12517         (re_node_set_init_copy, re_node_set_add_intersect):
12518         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12519         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12520         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12521         (re_acquire_state, re_acquire_state_context, register_state):
12522         (create_ci_newstate, create_cd_newstate, free_state):
12523         Likewise.
12524         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12525         re_search_2):
12526         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12527         (re_search_internal, prune_impossible_nodes):
12528         (acquire_init_state_context, check_matching, static):
12529         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12530         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12531         (update_regs, sift_states_backward, build_sifted_states):
12532         (clean_state_log_if_needed, merge_state_array):
12533         (update_cur_sifted_state, add_epsilon_src_nodes):
12534         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12535         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12536         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12537         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12538         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12539         (check_arrival, check_arrival_add_next_nodes):
12540         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12541         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12542         (check_node_accept_bytes, check_node_accept, extend_buffers):
12543         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12544         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12545         (sift_ctx_init):
12546         Likewise.
12547
12548         * lib/regex_internal.h:
12549         (re_string_allocate, re_string_construct, re_string_reconstruct):
12550         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12551         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12552         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12553         (re_string_context_at, re_string_peek_byte_case):
12554         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12555         is defined, since we now use prototypes always.
12556
12557         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12558         C89 or better.  All uses removed.
12559
12560 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12561
12562         * config/srclist.txt: Add glibc bugs 1220-1227.
12563
12564 2005-08-20  Jim Meyering  <jim@meyering.net>
12565
12566         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12567         of unused local, dfa.
12568
12569 2005-08-20  Bruno Haible  <bruno@clisp.org>
12570
12571         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12572
12573 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12574
12575         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12576         (re_node_set_insert_last, re_dfa_add_node):
12577         Rename local variables to avoid GCC shadowing warnings.
12578
12579 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12580
12581         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12582         [defined lint]: Suppress bogus uninitialized-variable warnings.
12583
12584         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12585         and let the caller return REG_ESPACE if out of space.  This
12586         removes an uninitialied-variable warning with GCC 4.0.1, and also
12587         avoids taking the address of a local variable.  All callers
12588         changed.
12589
12590 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12591
12592         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12593         $LIBCSRC/posix/regexec.c.
12594         Add glibc bug 1217 for regcomp.c.
12595
12596 2005-08-19  Jim Meyering  <jim@meyering.net>
12597
12598         * lib/regexec.c (proceed_next_node): Redo local variables to
12599         avoid GCC shadowing warnings.
12600
12601 2005-08-18  Bruno Haible  <bruno@clisp.org>
12602
12603         * lib/strstr.c (strstr): Fix return value in multibyte case.
12604         * lib/strcasestr.c (strcasestr): Likewise.
12605
12606 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12609
12610 2005-08-17  Jim Meyering  <jim@meyering.net>
12611
12612         Make the %s format (seconds since the epoch) work for a negative
12613         number and when used with a zero-padded field width, e.g. %015s.
12614
12615         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12616         label so that it precedes the code to set `digits'.  Otherwise,
12617         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12618         print `00-22'.  Now, it prints `-0022', as it should.
12619
12620 2005-08-17  Bruno Haible  <bruno@clisp.org>
12621
12622         * modules/strstr (Files): Add m4/mbrtowc.m4.
12623         (Depends-on): Add mbuiter.
12624
12625 2005-08-17  Bruno Haible  <bruno@clisp.org>
12626
12627         * modules/strcasestr: New file.
12628         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12629         strcasestr.
12630
12631 2005-08-17  Bruno Haible  <bruno@clisp.org>
12632
12633         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12634
12635 2005-08-17  Bruno Haible  <bruno@clisp.org>
12636
12637         * modules/mbuiter: New file.
12638         * MODULES.html.sh (Extended multibyte and wide character utilities):
12639         Add mbuiter.
12640
12641 2005-08-17  Bruno Haible  <bruno@clisp.org>
12642
12643         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12644         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12645
12646 2005-08-17  Bruno Haible  <bruno@clisp.org>
12647
12648         * m4/strcasestr.m4: New file.
12649
12650 2005-08-17  Bruno Haible  <bruno@clisp.org>
12651
12652         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12653         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12654
12655 2005-08-17  Bruno Haible  <bruno@clisp.org>
12656
12657         * lib/strcasestr.h: New file.
12658         * lib/strcasestr.c: New file.
12659
12660 2005-08-17  Bruno Haible  <bruno@clisp.org>
12661
12662         * lib/strcasecmp.c: Use mbuiter.h.
12663
12664 2005-08-17  Bruno Haible  <bruno@clisp.org>
12665
12666         * lib/mbuiter.h: New file.
12667
12668 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12671         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12672         and gl_GETOPT are both invoked via different paths (as happens
12673         with GNU tar CVS because it uses both argp and getopt), the former
12674         wins.
12675
12676 2005-08-16  Bruno Haible  <bruno@clisp.org>
12677
12678         * modules/tls: New file.
12679         * MODULES.html.sh (Multithreading): Add tls.
12680
12681 2005-08-16  Bruno Haible  <bruno@clisp.org>
12682
12683         * modules/strnlen1: New file.
12684         * MODULES.html.sh (String handling): Add strnlen1.
12685
12686 2005-08-16  Bruno Haible  <bruno@clisp.org>
12687
12688         * modules/strcase (Files): Add m4/mbrtowc.m4.
12689         (Depends-on): Add strnlen1, mbchar.
12690
12691 2005-08-16  Bruno Haible  <bruno@clisp.org>
12692
12693         * modules/mbiter: New file.
12694         * MODULES.html.sh (Extended multibyte and wide character utilities):
12695         Add mbiter.
12696
12697 2005-08-16  Bruno Haible  <bruno@clisp.org>
12698
12699         * modules/mbfile: New file.
12700         * MODULES.html.sh (Extended multibyte and wide character utilities):
12701         Add mbfile.
12702
12703 2005-08-16  Bruno Haible  <bruno@clisp.org>
12704
12705         * modules/mbchar: New file.
12706         * MODULES.html.sh (Extended multibyte and wide character utilities):
12707         New section.
12708
12709 2005-08-16  Bruno Haible  <bruno@clisp.org>
12710
12711         * m4/tls.m4: New file, from GNU gettext.
12712
12713 2005-08-16  Bruno Haible  <bruno@clisp.org>
12714
12715         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12716         always.
12717         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12718
12719 2005-08-16  Bruno Haible  <bruno@clisp.org>
12720
12721         * m4/mbiter.m4: New file.
12722
12723 2005-08-16  Bruno Haible  <bruno@clisp.org>
12724
12725         * m4/mbfile.m4: New file.
12726
12727 2005-08-16  Bruno Haible  <bruno@clisp.org>
12728
12729         * m4/mbchar.m4: New file.
12730
12731 2005-08-16  Bruno Haible  <bruno@clisp.org>
12732
12733         * lib/tls.h: New file, from GNU gettext.
12734         * lib/tls.c: New file, from GNU gettext.
12735
12736 2005-08-16  Bruno Haible  <bruno@clisp.org>
12737
12738         * lib/strnlen1.h: New file.
12739         * lib/strnlen1.c: New file.
12740
12741 2005-08-16  Bruno Haible  <bruno@clisp.org>
12742
12743         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12744         (mbi_init): Update.
12745         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12746         NUL byte, not after it.
12747
12748 2005-08-16  Bruno Haible  <bruno@clisp.org>
12749
12750         * lib/strcase.h (strcasecmp): Add note in comments.
12751         * lib/strncasecmp.c: Use code from strcasecmp.c.
12752         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12753         (strcasecmp): Work correctly in multibyte locales.
12754
12755 2005-08-16  Bruno Haible  <bruno@clisp.org>
12756
12757         * lib/mbiter.h: New file.
12758
12759 2005-08-16  Bruno Haible  <bruno@clisp.org>
12760
12761         * lib/mbfile.h: New file.
12762
12763 2005-08-16  Bruno Haible  <bruno@clisp.org>
12764
12765         * lib/mbchar.h: New file.
12766         * lib/mbchar.c: New file.
12767
12768 2005-08-16  Bruno Haible  <bruno@clisp.org>
12769
12770         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12771         the valid ones. Makes the comparison operations transitive:
12772         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12773         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12774
12775 2005-08-15  Simon Josefsson  <jas@extundo.com>
12776
12777         * modules/ssize_t (License): Change to 'unlimited'.
12778
12779         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12780
12781 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12782
12783         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12784         Add comments for each pending glibc patch.
12785
12786 2005-08-15  Bruno Haible  <bruno@clisp.org>
12787
12788         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12789         __cplusplus is defined.
12790
12791 2005-08-14  Jim Meyering  <jim@meyering.net>
12792
12793         Sync from coreutils.
12794
12795         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12796         Use the hash-table-based cycle-detection code not just when
12797         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12798         Reported by James Youngman in
12799         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12800         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12801         FTS_TIGHT_CYCLE_CHECK.
12802         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12803         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12804         once again.
12805         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12806         * lib/fts.c (fd_safer): Remove decl.
12807         Include fcntl--.h rather than unistd-safer.h
12808         (fts_safe_changedir): Don't call fd_safer; no longer needed
12809         now that we include fcntl--.h.
12810
12811 2005-08-12  Simon Josefsson  <jas@extundo.com>
12812
12813         * modules/getndelim2: Use ssize_t module.
12814         * modules/getnline: Likewise.
12815         * modules/safe-read: Likewise.
12816         * modules/xreadlink: Likewise.
12817
12818         * modules/ssize_t: New file.
12819
12820 2005-08-12  Simon Josefsson  <jas@extundo.com>
12821
12822         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12823
12824 2005-08-12  Simon Josefsson  <jas@extundo.com>
12825
12826         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12827         ssize_t.
12828
12829 2005-08-12  Simon Josefsson  <jas@extundo.com>
12830
12831         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12832         readline, getdelim and check_version.
12833         (Support for systems lacking ISO C 99: Sizes of integer types):
12834         Add size_max.
12835
12836 2005-08-12  Bruno Haible  <bruno@clisp.org>
12837
12838         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12839
12840 2005-08-11  Simon Josefsson  <jas@extundo.com>
12841
12842         * modules/readline: New file.
12843
12844         * modules/strnlen (Files): Add strnlen.h.
12845
12846 2005-08-11  Simon Josefsson  <jas@extundo.com>
12847
12848         * m4/readline.m4: New file.
12849
12850 2005-08-11  Simon Josefsson  <jas@extundo.com>
12851
12852         * lib/readline.h, readline.c: New file.
12853
12854 2005-08-11  Simon Josefsson  <jas@extundo.com>
12855
12856         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12857         gl_AVOID.
12858
12859 2005-08-11  Bruno Haible  <bruno@clisp.org>
12860
12861         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12862
12863 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12864
12865         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12866
12867 2005-08-10  Simon Josefsson  <jas@extundo.com>
12868
12869         * tests/test-iconvme.c: New file.
12870
12871 2005-08-10  Simon Josefsson  <jas@extundo.com>
12872
12873         * m4/strnlen.m4: New file.
12874
12875         * m4/strndup.m4: Don't check for strnlen declaration, done in
12876         strnlen.m4.
12877
12878 2005-08-10  Simon Josefsson  <jas@extundo.com>
12879
12880         * lib/strndup.c: Use strnlen.h.
12881
12882         * lib/strnlen.h: New file.
12883
12884 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12885
12886         * README: Typos.
12887
12888 2005-08-02  Simon Josefsson  <jas@extundo.com>
12889
12890         * modules/readline: New file.
12891
12892 2005-08-02  Simon Josefsson  <jas@extundo.com>
12893
12894         * modules/getdelim: New file.
12895
12896         * modules/getline: Rewrite, don't use getndelim2.
12897
12898 2005-08-02  Simon Josefsson  <jas@extundo.com>
12899
12900         * m4/getline.m4: Separate out getdelim stuff into separate module.
12901
12902         * m4/getdelim.m4: New file.
12903
12904 2005-08-02  Simon Josefsson  <jas@extundo.com>
12905
12906         * lib/getline.h, getline.c: Rewrite.
12907
12908         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12909
12910 2005-07-31  Bruno Haible  <bruno@clisp.org>
12911
12912         * lib/lock.h (gl_lock_initializer): New macro.
12913         (gl_lock_define_initialized): Use it.
12914         (gl_rwlock_initializer): New macro.
12915         (gl_rwlock_define_initialized): Use it.
12916         (gl_recursive_lock_initializer): New macro.
12917         (gl_recursive_lock_define_initialized): Use it.
12918
12919 2005-07-30  Karl Berry  <karl@gnu.org>
12920
12921         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12922         Report from Ben Pfaff, regarding getopt.
12923
12924 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12927         normal way.
12928         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12929         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12930         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12931         (gl_GETOPT): Use the new macros.  Most of the implementation
12932         is moved to the new macros.  This is for programs like Emacs
12933         that don't want all the functionality of gl_GETOPT.
12934
12935 2005-07-26  Bruno Haible  <bruno@clisp.org>
12936
12937         * m4/lock.m4: Update from GNU gettext.
12938
12939 2005-07-26  Bruno Haible  <bruno@clisp.org>
12940
12941         * lib/lock.h: Update from GNU gettext.
12942         * lib/lock.c: Update from GNU gettext.
12943
12944 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12945
12946         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12947         obsolescent AC_TRY_RUN.  Include the default includes files, for
12948         'exit'.
12949
12950 2005-07-24  Bruno Haible  <bruno@clisp.org>
12951
12952         * modules/visibility: New file.
12953         * MODULES.html.sh (Misc): Add visibility.
12954
12955 2005-07-24  Bruno Haible  <bruno@clisp.org>
12956
12957         * m4/visibility.m4: New file.
12958
12959 2005-07-24  Bruno Haible  <bruno@clisp.org>
12960
12961         * doc/visibility.texi: New file.
12962
12963 2005-07-22  Bruno Haible  <bruno@clisp.org>
12964
12965         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12966         $(ALLOCA_H), redundant through BUILT_SOURCES.
12967         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12968         redundant through BUILT_SOURCES.
12969         * modules/byteswap (Makefile.am): Remove explicit dependency on
12970         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12971         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12972         $(FNMATCH_H), redundant through BUILT_SOURCES.
12973         * modules/getopt (Makefile.am): Remove explicit dependency on
12974         $(GETOPT_H), redundant through BUILT_SOURCES.
12975         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12976         redundant through BUILT_SOURCES.
12977         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12978         redundant through BUILT_SOURCES.
12979         * modules/stdbool (Makefile.am): Remove explicit dependency on
12980         $(STDBOOL_H), redundant through BUILT_SOURCES.
12981         * modules/stdint (Makefile.am): Remove explicit dependency on
12982         $(STDINT_H), redundant through BUILT_SOURCES.
12983         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12984         Remove explicit dependency on $(SYSEXITS_H).
12985         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12986
12987 2005-07-18  Simon Josefsson  <jas@extundo.com>
12988
12989         * lib/check-version.c (check_version): Accept identical versions too.
12990
12991 2005-07-18  Bruno Haible  <bruno@clisp.org>
12992
12993         * modules/lock: New file.
12994         * MODULES.html.sh (Multithreading): New section.
12995
12996 2005-07-18  Bruno Haible  <bruno@clisp.org>
12997
12998         * m4/lock.m4: New file, from GNU gettext.
12999
13000 2005-07-18  Bruno Haible  <bruno@clisp.org>
13001
13002         * lib/lock.h: New file, from GNU gettext.
13003         * lib/lock.c: New file, from GNU gettext.
13004
13005 2005-07-18  Bruno Haible  <bruno@clisp.org>
13006
13007         * lib/lock.h (gl_once_t): New type.
13008         (gl_once_define, gl_once): New macros.
13009         * lib/lock.c (fresh_once): New variable.
13010         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13011         functions.
13012
13013 2005-07-16  Simon Josefsson  <jas@extundo.com>
13014
13015         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13016         workaround, suggested by Bruno.
13017
13018 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13019
13020         * modules/xalloc (Depends-on): Add xalloc-die.
13021         * modules/xvasprintf (Depends-on): Add xalloc-die.
13022
13023 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13024
13025         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13026         with a minor change.
13027
13028 2005-07-15  Bruno Haible  <bruno@clisp.org>
13029
13030         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13031         When using lib/poll.c, define poll as rpl_poll.
13032
13033 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13034
13035         * modules/argp (Depends-on): Remove unlocked-io.
13036
13037 2005-07-14  Derek Price  <derek@ximbiot.com>
13038
13039         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13040         for glob symlink bug.
13041
13042 2005-07-14  Bruno Haible  <bruno@clisp.org>
13043
13044         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13045         Instead, test for *_unlocked function declarations directly.
13046
13047 2005-07-11  Simon Josefsson  <jas@extundo.com>
13048
13049         * modules/size_max: New file.
13050
13051         * modules/xsize: Depend on size_max module for size_max.m4.
13052
13053 2005-07-11  Simon Josefsson  <jas@extundo.com>
13054
13055         * lib/size_max.h: New file.
13056
13057 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13060         copyright symbol and the year.
13061         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13062         (version_etc_va): Use parameterized copyright notice.
13063         Reword to conform to the current GNU coding standards.
13064
13065 2005-07-11  Karl Berry  <karl@gnu.org>
13066
13067         * doc/gnulib.texi (Quoting): new node.
13068         (Initial import): more info, from Patrice.
13069
13070 2005-07-11  Bruno Haible  <bruno@clisp.org>
13071
13072         * gnulib-tool (func_usage): Document option --avoid.
13073         (Command line options): Handle --avoid.
13074         (func_acceptable): New function.
13075         (func_modules_transitive_closure): Use it.
13076
13077 2005-07-11  Bruno Haible  <bruno@clisp.org>
13078
13079         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13080         Reported by Jim Meyering.
13081
13082 2005-07-10  Bruno Haible  <bruno@clisp.org>
13083
13084         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13085         Needed when size_t is smaller than 'unsigned int'.
13086         Reported by Paul Eggert.
13087
13088 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13089
13090         * modules/argp (Depends-on): Add unlocked-io
13091
13092 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13093
13094         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13095         block of defines.
13096
13097 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13100         fix now.
13101
13102 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13103         and Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13106         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13107
13108 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13109
13110         * modules/regex (Files): Add lib/regex_internal.c,
13111         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13112         (Depends-on): Add extensions.
13113         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13114
13115 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13118         pathconf.
13119         * m4/same.m4 (gl_SAME): Likewise.
13120         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13121
13122         * m4/regex.m4: Adjust to new libc regex implementation.
13123         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13124         all the .c and .h parts of (the new) regex.
13125         Quote the m4 stuff better.
13126         Check for RE_ICASE bug of old gnulib.
13127         Check for REG_STARTEND of recent libc.
13128         Rename local variables from jm_* to gl_*.
13129         Quote operand of "test -f".
13130         Say "recent enough" version of libc, not "version 2".
13131         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13132         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13133         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13134         Remove check for btowc, isascii.
13135         Require AM_LANGINFO_CODESET.
13136
13137 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13138
13139         * lib/regex.c, regex.h: Sync from libc.
13140         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13141         * lib/regexec.c:
13142         New files, synced from libc, except that regex_internal.h
13143         currently has a small porting fix.
13144
13145 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13146
13147         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13148         regex_internal.c, regexec.c.
13149         Add regex_internal.h too, but as a comment, since the libc version
13150         is currently broken in gnulib mode.
13151
13152 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13153
13154         Support programs like Emacs that use gnulib but not gettext.
13155         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13156         * modules/gettext-h: New file.
13157         * modules/gettext (Files): Remove lib/gettext.h.
13158         (Depends-on): Add gettext-h.
13159         (Makefile.am): Remove lib_SOURCES.
13160         * modules/argmatch, modules/c-stack, modules/closeout:
13161         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13162         * modules/execute, modules/file-type, modules/getaddrinfo:
13163         * modules/getopt, modules/human, modules/javacomp:
13164         * modules/javaexec, modules/mkdir-p, modules/obstack:
13165         * modules/openat, modules/pagealign_alloc, modules/pipe:
13166         * modules/quotearg, modules/regex, modules/rpmatch:
13167         * modules/unicodeio, modules/userspec, modules/version-etc:
13168         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13169         * modules/xsetenv:
13170         Depend on gettext-h, not gettext.
13171
13172 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13173
13174         * gnulib-tool (func_import): Add support for 'public domain' license.
13175         * modules/alloca, modules/atexit, modules/memmove:
13176         Now public domain, not GPL.
13177         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13178         * modules/realloc, modules/strerror, modules/strtod:
13179         Now LGPL, not GPL.
13180
13181 2005-07-05  Bruno Haible  <bruno@clisp.org>
13182
13183         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13184         autoconf CVS. Needed for mingw.
13185
13186 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13187
13188         Remove the dependency of the strftime module on the tzset module.
13189         * modules/strftime (Depends-on): Remove dependency on tzset.
13190
13191 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13192
13193         Remove the dependency of the strftime module on the tzset module.
13194         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13195         gl_FUNC_TZSET_CLOBBER.
13196
13197 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13198
13199         Remove the dependency of the strftime module on the tzset module.
13200         * lib/strftime.c (my_strftime)
13201         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13202         Copy the input structure, to work around some of the bug with
13203         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13204         Solaris releases, you should also use the tzset module, but we won't
13205         require it as a dependency any more since we don't want LGPLed code
13206         to depend on GPLed code.
13207
13208 2005-07-02  Jim Meyering  <jim@meyering.net>
13209
13210         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13211         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13212         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13213         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13214
13215 2005-07-02  Jim Meyering  <jim@meyering.net>
13216
13217         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13218
13219 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13220
13221         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13222         declares only 'struct timespec;' (!).
13223
13224 2005-07-01  Jim Meyering  <jim@meyering.net>
13225
13226         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13227         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13228         * lib/save-cwd.c, tempname.c:
13229         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13230         and don't include <sys/file.h>).
13231
13232 2005-06-29  Jim Meyering  <jim@meyering.net>
13233
13234         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13235         type name.  Use the variable name instead.
13236         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13237         Likewise.
13238
13239 2005-06-28  Simon Josefsson  <jas@extundo.com>
13240
13241         * modules/check-version (Files): Add check-version.m4.
13242
13243 2005-06-28  Simon Josefsson  <jas@extundo.com>
13244
13245         * m4/check-version.m4: New file, suggested by Jim Meyering
13246         <jim@meyering.net>.
13247
13248 2005-06-28  Simon Josefsson  <jas@extundo.com>
13249
13250         * lib/check-version.h, lib/check-version.c: New files.
13251
13252 2005-06-28  Simon Josefsson  <jas@extundo.com>
13253
13254         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13255         collision with global variable.  Better indentation.  Don't
13256         increment buffer pointer beyond buffer end.  Based on comments
13257         from Paul Eggert <eggert@cs.ucla.edu>.
13258
13259         * lib/base64.h: Indent.
13260
13261 2005-06-28  Simon Josefsson  <jas@extundo.com>
13262
13263         * doc/gnulib.texi (Library version handling): New section.
13264
13265 2005-06-28  Jim Meyering  <jim@meyering.net>
13266
13267         * check-module (find_included_lib_files): Hard-code another
13268         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13269         but modules/fts-lgpl (correctly) does not list those files.
13270
13271         * modules/canonicalize (Files): Add lib/pathmax.h.
13272
13273 2005-06-25  Simon Josefsson  <jas@extundo.com>
13274
13275         * modules/check-version: New file.
13276
13277 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13278
13279         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13280         initializer of struct addrinfo, as an indication that we don't
13281         care how many members the structure has.
13282
13283 2005-06-24  Derek Price  <derek@ximbiot.com>
13284         and Bruno Haible  <bruno@clisp.org>
13285
13286         Remove stat module & update lstat.
13287         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13288         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13289         * m4/stat.m4: Remove this file.
13290
13291 2005-06-24  Derek Price  <derek@ximbiot.com>
13292         and Bruno Haible  <bruno@clisp.org>
13293
13294         Remove stat module & update lstat.
13295         * lib/stat.c: Remove this file...
13296         (slash_aware_lstat): ...moving this content and its support...
13297         * lib/lstat.c (rpl_lstat): ...into here.
13298         * lib/lstat.h: New file.
13299
13300 2005-06-24  Derek Price  <derek@ximbiot.com>
13301         and Bruno Haible  <bruno@clisp.org>
13302
13303         Remove stat module & update lstat.
13304         * config/srclist.txt (libc sources): Remove stat.
13305
13306 2005-06-24  Derek Price  <derek@ximbiot.com>
13307         and Bruno Haible  <bruno@clisp.org>
13308
13309         Remove stat module & update lstat.
13310         * MODULES.html.sh (stat): Remove.
13311         * MODULES.html: Regenerated.
13312         * modules/lstat (Description): Correct function name.
13313         (Files): Add "lstat.h".
13314         (Depends-on): Remove stat, add xalloc, stat-macros.
13315         * modules/stat: Remove this file.
13316         (Include): Add "lstat.h", remove <sys/stat.h>.
13317
13318 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13319
13320         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13321         (ranged_convert): Don't save conversion in a temporary struct.
13322         This causes a warning with GCC 4.0.0, and anyway in the typical
13323         case it's not worth the extra 100 bytes or so of code.
13324         (ranged_convert, __mktime_internal): When calling a function via a
13325         pointer P, use P () rather than (*P) (), as we now assume C89 or
13326         better.
13327
13328 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13329
13330         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13331         "who -r" failed to give output.  Problem reported by Tim Waugh.
13332
13333         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13334         (xcalloc): Use it to avoid needless tests.
13335         Problem reported by Jim Meyering.
13336
13337 2005-06-20  Derek Price  <derek@ximbiot.com>
13338
13339         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13340         unnecessary for Autoconfs > 2.59c.
13341
13342 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13343
13344         * lib/argp.h (__option_is_short): Check upper limit of
13345         __key. Isprint() requires its argument to have the value
13346         of an unsigned char or EOF.
13347
13348 2005-06-16  Jim Meyering  <jim@meyering.net>
13349
13350         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13351         when either N or S is zero.
13352
13353 2005-06-16  Derek Price  <derek@ximbiot.com>
13354
13355         * m4/bison.m4: Declare YACC & YFLAGS precious.
13356
13357 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13358
13359         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13360         multibyte string or pattern, fall back on unibyte matching.
13361         Problem reported by James Youngman.
13362
13363 2005-06-08  Bruno Haible  <bruno@clisp.org>
13364
13365         * modules/csharpcomp: New file.
13366         * MODULES.html.sh (C#): Add csharpcomp.
13367
13368 2005-06-08  Bruno Haible  <bruno@clisp.org>
13369
13370         * m4/csharpcomp.m4: New file, from GNU gettext.
13371
13372 2005-06-08  Bruno Haible  <bruno@clisp.org>
13373
13374         * lib/csharpcomp.h: New file, from GNU gettext.
13375         * lib/csharpcomp.c: New file, from GNU gettext.
13376         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13377
13378 2005-06-08  Bruno Haible  <bruno@clisp.org>
13379
13380         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13381         warning on mingw.
13382
13383 2005-06-07  Derek Price  <derek@ximbiot.com>
13384
13385         Sync from CVS.
13386         * lib/glob_.h: Indent nested #ifdef.
13387
13388 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         Sync from coreutils.
13391         Use "file name" when talking about file names, instead of "filename"
13392         or "path", as per the GNU coding standards.
13393         * lib/mkdir-p.c: Renamed from makepath.c.
13394         (make_dir_parents): Renamed from make_path.  All callers changed.
13395         * lib/mkdir-p.h: Likewise.  All includers changed.
13396         * lib/filenamecat.c: Renamed from path-concat.c.
13397         (file_name_concat): Renamed from path_concat.  All callers changed.
13398         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13399         * lib/filenamecat.h: Likewise.  All includers changed.
13400         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13401         in comments or local variable names.
13402         * lib/basename.c: Likewise.
13403         * lib/canonicalize.c, canonicalize.h: Likewise.
13404         * lib/dirname.c, dirname.h: Likewise.
13405         * lib/euidaccess.c: Likewise.
13406         * lib/exclude.c: Likewise
13407         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13408         * lib/fsusage.c, fsuage.h: Likewise.
13409         * lib/fts.c, fts_.h: Likewise.
13410         * lib/getcwd.c: Likewise.
13411         * lib/getloadavg.c: Likewise.
13412         * lib/mkstemp.c: Likewise.
13413         * lib/mountlist.c, mountlist.h: Likewise.
13414         * lib/openat.c, openat.h: Likewise.
13415         * lib/readlink-stub.c: Likewise.
13416         * lib/readutmp.c, readutmp.h: Likewise.
13417         * lib/rename.c: Likewise.
13418         * lib/rmdir.c: Likewise.
13419         * lib/same.c: Likewise.
13420         * lib/savedir.c: Likewise.
13421         * lib/stripslash.c: Likewise.
13422         * lib/tempname.c: Likewise.
13423         * lib/xreadlink.c: Likewise.
13424         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13425         All uses changed.
13426         * lib/exclude.h: Likewise.
13427
13428         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13429         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13430         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13431         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13432         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13433         files have been getting away with it for years (MORE/BSD 4.3
13434         is extinct now).
13435         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13436         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13437
13438         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13439         Define to 256, not 255, as per modern POSIX.
13440
13441 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13442
13443         Sync from coreutils.
13444         Use "file name" when talking about file names, instead of "filename"
13445         or "path", as per the GNU coding standards.
13446         * MODULES.html.sh: mkdir-p renamed from makepath.
13447         filenamecat renamed from path-concat.
13448         * modules/filenamecat: Renamed from modules/path-concat.
13449         (Files): filenamecat.h and filenamecat.c renamed from
13450         path-concat.h and path-concat.c.
13451         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13452         (Include): filenamecat.h, not path-concat.h.
13453         * modules/mkdir-p: Renamed from modules/makepath.
13454         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13455         makepath.c.
13456         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13457         (Include): mkdir-p.h, not makepath.h.
13458
13459 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         Sync from coreutils.
13462         * m4/mkdir-p.m4: Renamed from makepath.m4.
13463         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13464         Rename files from makepath.c to mkdir-p.c, and from
13465         makepath.h to mkdir-p.h.
13466         * m4/filenamecat.m4: Renamed from path-concat.m4.
13467         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13468         Rename files from path-concat.c to filenamecat.c,
13469         and from path-concat.h to filenamecat.h.
13470         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13471         "file name" in local variables or comments.
13472         * m4/rename.m4: Likewise.
13473
13474 2005-06-01  Bruno Haible  <bruno@clisp.org>
13475
13476         * modules/csharpexec: New file.
13477         * MODULES.html.sh (C#): New section.
13478
13479 2005-06-01  Bruno Haible  <bruno@clisp.org>
13480
13481         * m4/csharp.m4: New file, from GNU gettext.
13482         * m4/csharpexec.m4: New file, from GNU gettext.
13483
13484 2005-06-01  Bruno Haible  <bruno@clisp.org>
13485
13486         * lib/csharpexec.h: New file, from GNU gettext.
13487         * lib/csharpexec.c: New file, from GNU gettext.
13488         * lib/csharpexec.sh.in: New file, from GNU gettext.
13489
13490 2005-05-31  Derek Price  <derek@ximbiot.com>
13491             Paul Eggert  <eggert@cs.ucla.edu>
13492
13493         Sync from cvs.
13494         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13495
13496 2005-05-31  Derek Price  <derek@ximbiot.com>
13497             Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         Sync from cvs.
13500         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13501
13502 2005-05-29  Derek Price  <derek@ximbiot.com>
13503
13504         * config/srclist.txt (glob_.h, glob.c): Add these files.
13505
13506 2005-05-29  Derek Price  <derek@ximbiot.com>
13507
13508         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13509         * modules/glob: New file.
13510         * modules/getlogin_r: Add link to POSIX spec in description.
13511
13512 2005-05-29  Derek Price  <derek@ximbiot.com>
13513             Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * m4/glob.m4: New file.
13516
13517 2005-05-29  Derek Price  <derek@ximbiot.com>
13518             Paul Eggert  <eggert@cs.ucla.edu>
13519
13520         * lib/glob_.h, lib/glob.c: New files.
13521
13522 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13525         * modules/fts-lgpl (Depends-on): Remove gettext.
13526
13527 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13528
13529         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13530         and don't require gt_INTTYPES_PRI.
13531
13532 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13533
13534         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13535
13536         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13537         the configuration hassle isn't worth it.
13538         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13539         (LONGEST_MODIFIER, PRIuMAX): Remove.
13540
13541 2005-05-27  Bruno Haible  <bruno@clisp.org>
13542
13543         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13544
13545 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13546
13547         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13548         _POSIX_PTHREAD_SEMANTICS for Solaris.
13549
13550 2005-05-25  Derek Price  <derek@ximbiot.com>
13551
13552         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13553
13554 2005-05-25  Derek Price  <derek@ximbiot.com>
13555             Paul Eggert  <eggert@cs.ucla.edu>
13556
13557         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13558         * lib/getlogin_r.c, getlogin_r.h: New files.
13559
13560 2005-05-25  Bruno Haible  <bruno@clisp.org>
13561             Derek Price  <derek@ximbiot.com>
13562
13563         * lib/getlogin_r.h: Simplify API documentation.
13564
13565 2005-05-23  Derek Price  <derek@ximbiot.com>
13566
13567         * modules/minmax (Files): Add m4/minmax.m4.
13568         (configure.ac): Add gl_MINMAX.
13569
13570 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13571
13572         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13573         so that unistd-safer.h (GPL'ed code) need not be included.
13574
13575 2005-05-22  Bruno Haible  <bruno@clisp.org>
13576
13577         * m4/minmax.m4: New file.
13578         Based on a patch by Derek Price <derek@ximbiot.com>.
13579
13580 2005-05-22  Bruno Haible  <bruno@clisp.org>
13581
13582         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13583         (INT64_MIN): Fix definition.
13584         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13585
13586         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13587         NEED_SIGNED_INT_TYPES.
13588
13589         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13590         HAVE_SYSTEM_INTTYPES.
13591
13592 2005-05-22  Bruno Haible  <bruno@clisp.org>
13593
13594         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13595         Also include <sys/param.h> if it defines MIN, MAX.
13596         Based on a patch by Derek Price <derek@ximbiot.com>.
13597
13598 2005-05-21  Jim Meyering  <jim@meyering.net>
13599
13600         * modules/fts (Files): Add m4/inttypes-pri.m4.
13601         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13602
13603 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13604
13605         New fts module.
13606         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13607         (setup_dir, free_dir): New functions.
13608         (enter_dir, leave_dir): Define trivial
13609         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13610         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13611         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13612         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13613         Move to fts-cycle.c.
13614         (fts_open): Use setup_dir.
13615         (fts_close): Use free_dir.
13616         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13617         This adds a label and some gotos, but the alternatives were messier.
13618         Check for memory allocation failure when entering a dir.
13619         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13620         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13621         (FTS): New member fts_cycle, that is a union that contains the
13622         old active_dir_ht and cycle_state.  All uses changed to mention
13623         fts_cycle.ht and fts_cycle.state.
13624         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13625         fts.c, with the following changes:
13626         (setup_dir, free_dir): New functions.
13627         (enter_dir): Now returns bool.  Return true if successful, false
13628         if memory exhausted.  All callers changed.
13629         Do not bother partly cleaning up on
13630         memory allocation failure; that is free_dir's job.
13631         However, free ad if hash_insert fails, to avoid memory leak.
13632         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13633         fts->fts_options to see which union member to use.
13634
13635 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13636
13637         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13638         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13639
13640 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13643
13644 2005-05-20  Jim Meyering  <jim@meyering.net>
13645
13646         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13647         Now a macro, to pacify GCC.
13648
13649 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13650
13651         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13652         of -1.
13653
13654 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13655
13656         * lib/chown.c (rpl_chown): Return -1 on failure.
13657
13658 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13659
13660         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13661         Don't check for stddef.h.
13662         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13663         don't use its results.
13664         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13665         since we include them unconditionally.  Don't require
13666         AM_STDBOOL_H, since stdbool is a prerequisite.
13667         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13668         since we assume C89 or better.
13669         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13670         as we don't use their results.
13671         Don't check for fchdir, memmove, memset, strrchr, as we use
13672         them unconditionally.
13673         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13674         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13675
13676 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13679         Include <stddef.h> unconditionally, since we assume C89 now.
13680         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13681         * lib/fts.c: Include fts_.h first, to check interface.
13682         Do not include intprops.h; no longer needed.
13683         Include cycle-check.h and hash.h, since fts_.h no longer does.
13684         Remove unnecessary casts of closedir to void.
13685         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13686         decide whether to decrement nlinks.
13687         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13688         (FTS): Use struct hash_table * instead of Hash_table, so that
13689         we no longer need to include hash.h here.
13690
13691 2005-05-18  Jim Meyering  <jim@meyering.net>
13692
13693         * modules/dirfd (License): Change to LGPL.  Most of the code
13694         is already in the public domain.
13695
13696 2005-05-18  Jim Meyering  <jim@meyering.net>
13697
13698         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13699         Reported by Yoann Vandoorselaere.
13700
13701 2005-05-17  Jim Meyering  <jim@meyering.net>
13702
13703         * m4/fts.m4: New file, from coreutils.
13704
13705 2005-05-17  Jim Meyering  <jim@meyering.net>
13706
13707         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13708
13709 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13710
13711         Sync from coreutils.
13712         * m4/unlinkdir.m4: New file.
13713
13714 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13715
13716         Sync from coreutils.
13717         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13718         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13719         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13720         White space changes only.
13721         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13722         special.
13723         * lib/yesno.c: Include getline.h, not ctype.h.
13724         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13725         Use getline to remove arbitrary restriction on response length.
13726
13727 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         * config/srclist-update: Spell out "Street" in FSF postal
13730         mail address; this is the style the FSF seems to prefer.
13731
13732         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13733         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13734         this updates FSF postal mail address.
13735
13736         Sync from coreutils.
13737         * modules/unlinkdir: New file.
13738         * modules/yesno (Depends-on): Add getline.
13739         * MODULES.html.sh (File system functions): Add unlinkdir.
13740
13741 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13742
13743         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13744         lib/strsep.h:
13745         Change the initial comment to refer to GPL, not LGPL.
13746         gnulib-tool will change it to LGPL as needed.
13747
13748         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13749         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13750         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13751         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13752         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13753         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13754         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13755         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13756         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13757         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13758         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13759         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13760         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13761         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13762         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13763         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13764         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13765         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13766         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13767         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13768         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13769         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13770         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13771         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13772         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13773         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13774         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13775         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13776         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13777         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13778         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13779         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13780         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13781         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13782         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13783         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13784         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13785         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13786         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13787         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13788         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13789         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13790         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13791         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13792         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13793         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13794         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13795         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13796         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13797         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13798         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13799         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13800         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13801         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13802         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13803         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13804         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13805         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13806         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13807         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13808         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13809         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13810         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13811         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13812         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13813         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13814         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13815         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13816         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13817         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13818         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13819         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13820         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13821         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13822         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13823         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13824         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13825         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13826         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13827         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13828         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13829         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13830         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13831         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13832         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13833         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13834         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13835         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13836         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13837         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13838         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13839         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13840         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13841         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13842         lib/yesno.c, lib/yesno.h:
13843         Update FSF postal mail address.
13844
13845 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13846
13847         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13848         tests/test-memmem.c, tests/test-stpncpy.c:
13849         Update FSF postal mail address.
13850
13851 2005-05-13  Bruno Haible  <bruno@clisp.org>
13852
13853         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13854         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13855         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13856         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13857         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13858         Add support for 64-bit integers in the MSVC compiler.
13859
13860 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13861
13862         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13863
13864 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13865
13866         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13867
13868 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * doc/getdate.texi (General date syntax): Don't say that date
13871         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13872         Problem reported by Nic Ferrier.
13873
13874 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13875
13876         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13877         specified in ai_socktype. Fix invalid ai_protocol
13878         check. ai_protocol is usually set to 0 or depending on
13879         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13880         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13881         ai_socktype / ai_protocol in the returned addrinfo structure.
13882
13883 2005-05-10  Simon Josefsson  <jas@extundo.com>
13884
13885         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13886         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13887
13888 2005-05-10  Karl Berry  <karl@gnu.org>
13889
13890         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13891         (from http://www.gnu.org/licenses).
13892         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13893         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13894         fdl.texi suffices.
13895
13896 2005-05-10  Karl Berry  <karl@gnu.org>
13897
13898         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13899         (COPYING.DOC): remove.
13900
13901         * config/srclist-update: new FSF address.
13902
13903 2005-05-10  Derek Price  <derek@ximbiot.com>
13904
13905         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13906         possible.
13907
13908 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13909             Bruno Haible  <bruno@clisp.org>
13910
13911         * modules/inet_ntop: New file.
13912         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13913         inet_ntop.
13914
13915 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13916             Bruno Haible  <bruno@clisp.org>
13917
13918         * m4/inet_ntop.m4: New file.
13919
13920 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13921             Bruno Haible  <bruno@clisp.org>
13922
13923         * lib/inet_ntop.h: New file.
13924         * lib/inet_ntop.c: New file, from glibc with modifications.
13925
13926 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13927
13928         * modules/time_r (License): Change to LGPL.
13929         * modules/extensions (License): Change to LGPL.  Actually,
13930         the license is more permissive than that, but currently gnulib-tool
13931         doesn't know how to handle more-permissive licenses.
13932
13933         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13934         Problem reported by Dave Love.
13935
13936 2005-05-08  Jim Meyering  <jim@meyering.net>
13937
13938         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13939         blank.
13940
13941 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * modules/argmatch (Depends-on): Add stdbool.
13944         * modules/backupfile (Depends-on): Likewise.
13945         * modules/chdir-long (Depends-on): Likewise.
13946         * modules/closeout (Depends-on): Likewise.
13947         * modules/cycle-check (Depends-on): Likewise.
13948         * modules/dirname (Depends-on): Likewise.
13949         * modules/fnmatch (Depends-on): Likewise.
13950         * modules/fsusage (Depends-on): Likewise.
13951         * modules/fwriteerror (Depends-on): Likewise.
13952         * modules/getcwd (Depends-on): Likewise.
13953         * modules/getloadavg (Depends-on): Likewise.
13954         * modules/hard-locale (Depends-on): Likewise.
13955         * modules/makepath (Depends-on): Likewise.
13956         * modules/mountlist (Depends-on): Likewise.
13957         * modules/nanosleep (Depends-on): Likewise.
13958         * modules/posixtm (Depends-on): Likewise.
13959         * modules/quotearg (Depends-on): Likewise.
13960         * modules/readtokens (Depends-on): Likewise.
13961         * modules/readtokens0 (Depends-on): Likewise.
13962         * modules/readutmp (Depends-on): Likewise.
13963         * modules/save-cwd (Depends-on): Likewise.
13964         * modules/strftime (Depends-on): Likewise.
13965         * modules/userspec (Depends-on): Likewise.
13966         * modules/utimecmp (Depends-on): Likewise.
13967         * modules/xgetcwd (Depends-on): Likewise.
13968         * modules/xnanosleep (Depends-on): Likewise.
13969         * modules/xstrtod (Depends-on): Likewise.
13970         * modules/yesno (Depends-on): Likewise.
13971
13972 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13973
13974         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13975         needless checks.
13976
13977 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         Merge from coreutils.  Among other things,
13980         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13981         * lib/fd-safer.c: New file.
13982         * lib/fcntl-safer.h, open-safer.c: Remove.
13983         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13984         * lib/dup-safer.c: Include unistd-safer.h first.
13985         Don't include errno.h.
13986         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13987         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13988         * lib/file-type.c: Rely on file-type.h change.
13989         * lib/getloadavg.c: Include unistd-safer.h.
13990         (getloadavg): Use safer open.
13991         * lib/getusershell.c: Include "stdio-safer.h".
13992         (getusershell): Use safer fopen.
13993         * lib/long-options.c (long_options): Use NULL rather than 0.
13994         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13995         'free'.
13996         * lib/modechange.c: Likewise.
13997         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13998         (MODE_DONE): New constant.
13999         (struct mode_change): Remove 'next' member.
14000         (make_node_op_equals): New function; like the old one of the
14001         same name, except it allocates an array.
14002         (mode_compile, mode_create_from_ref): Use it.
14003         (mode_compile): Allocate result as an array, not a linked list.
14004         Parse octal string ourself, so that we catch mistakes like "+0".
14005         (mode_adjust): Arg is an array, not a linked list.
14006         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14007         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14008         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14009         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14010         Remove.  This is now stat-macros.h's job.
14011         (talloc): Remove.  All callers replaced by xalloc, so that
14012         our invokers don't have to worry about reporting memory failures.
14013         (make_node_op_equals): Remove.
14014         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14015         New constants.
14016         (struct mode_change): Moved here from modechange.h.
14017         (mode_append_entry): Remove.
14018         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14019         apps to have incorrect behavior.  Use simpler algorithm for head
14020         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14021         Detect more invalid usages rather than having somewhat-random behavior.
14022         Don't insert an "a=" action, as that leads to incorrect behavior.
14023         (mode_compile, mode_create_from_ref): Return NULL on error instead
14024         of an enum, since now there's only one way to have an error.  All
14025         callers changed.
14026         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14027         at the correct time.  Simplify calculation of "+u" and its ilk.
14028         Don't mishandle "+X".
14029         (mode_free): Remove "register" and localize decls.
14030         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14031         (struct mode_change): Move to modechange.c; callers don't
14032         need to see this stuff.
14033         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14034         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14035         (mode_change, mode_adjust): Reflect the new signatures noted above.
14036         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14037         that might redefine system include files.
14038         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14039         (my_usleep): Use NULL rather than (void *) 0.
14040         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14041         Use siginterrupt to specify that system calls should be interrupted.
14042         (rpl_nanosleep): Move initialization of suspended closer to call of
14043         my_usleep.
14044         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14045         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14046         (desirable_utmp_entry): New function.
14047         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14048         using x2nrealloc, to simplify logic.
14049         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14050         size calculation.  Do not assume utmp file is a regular file.
14051         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14052         (READ_UTMP_CHECK_PIDS): New constant.
14053         * lib/save-cwd.c: Include unistd-safer.h.
14054         (save_cwd): Use fd_safer.
14055         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14056         [!_LIBC] Include "stat-macros.h" instead.
14057         * lib/unistd-safer.h (fd_safer): New decl.
14058
14059 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14060
14061         * modules/getloadavg (Depends-on): Add unistd-safer.
14062         * modules/getusershell (Depends-on): Add stdio-safer.
14063         * modules/lstat (Depends-on): Remove xalloc.
14064         * modules/mkstemp (Depends-on): Add stat-macros.
14065         * modules/modechange (Depends-on): Remove xstrtol.
14066         Add stat-macros, xalloc.
14067         * modules/save-cwd (Depends-on): Add unistd-safer.
14068         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14069         * modules/unistd-safer (Files): Add lib/fd-safer.c
14070         (Makefile.am): Remove lib_SOURCES.
14071
14072         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14073         Remove fcntl-safer; unistd-safer supersedes it.
14074
14075 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14078         AC_HEADER_STAT.
14079         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14080         (gl_PREREQ_CHOWN): Remove.
14081         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14082         it.  Don't require AC_HEADER_STAT.
14083         (gl_PREREQ_LSTAT): Remove.
14084         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14085         Don't require AC_HEADER_STAT.
14086         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14087         (gl_PREREQ_RMDIR): Remove.
14088         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14089         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14090         the stat-macros module a prerequisite.
14091         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14092         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14093         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14094         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14095         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14096         variable names.
14097         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14098         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14099         variable prefixes.
14100         * m4/fcntl-safer.m4: Remove.
14101         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14102         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14103         Invoke gl_PREREQ_FD_SAFER.
14104         (gl_PREREQ_FD_SAFER): New macro.
14105         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14106         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14107         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14108         Remove duplicate call to AC_LIBOBJ(readutmp).
14109         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14110
14111         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14112         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14113
14114 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * MODULES.html.sh (Misc): Add byteswap.
14117
14118 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14119
14120         * modules/getcwd (Depends-on): Add extensions.
14121         * modules/openat (Depends-on): Likewise.
14122
14123 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14124
14125         * modules/byteswap: New file.
14126
14127 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14128
14129         * m4/byteswap.m4: New file.
14130
14131 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14132
14133         * lib/byteswap_.h: New file.
14134
14135 2005-04-25  Karl Berry  <karl@gnu.org>
14136
14137         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14138
14139 2005-04-25  Albert Chin  <china@thewrittenword.com>
14140
14141         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14142         Toolkit C bug.
14143
14144 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14145
14146         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14147         (func_ln_if_changed) Remove forcibly for no error message
14148         in case file does not exist.
14149
14150 2005-04-19  Simon Josefsson  <jas@extundo.com>
14151
14152         * gnulib-tool (Options): Make --symlink mean --symbolic.
14153
14154 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14155
14156         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14157
14158 2005-04-16  Simon Josefsson  <jas@extundo.com>
14159
14160         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14161
14162 2005-04-15  Simon Josefsson  <jas@extundo.com>
14163
14164         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14165
14166 2005-04-15  Simon Josefsson  <jas@extundo.com>
14167
14168         * gnulib-tool: Rename --symlink to --symbolic.
14169
14170 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14171
14172         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14173         symbolic links to files instead of copying/moving.  Add --aux-dir,
14174         specifying directory relative --dir where auxiliary build tools
14175         are placed.
14176
14177 2005-04-14  Bruno Haible  <bruno@clisp.org>
14178
14179         * modules/allocsa (License): Change to LGPL.
14180         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14181
14182 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14183
14184         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14185         that "UTC +1 second" continues to work.  Problem reported
14186         by Dmitry V. Levin.
14187         (relunit_snumber): New rule.
14188         (relunit): Use it.
14189
14190 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14191
14192         * lib/getdate.y (universal_time_zone_table): New constant.
14193         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14194         universal_time_zone_table.
14195         (lookup_zone): Prefer universal_time_zone_table to
14196         local_time_zone_table, so that "GMT" time stamps are allowed in
14197         London during the summer.  Problem reported by Ian Abbott.
14198
14199 2005-04-12  Jim Meyering  <jim@meyering.net>
14200
14201         * lib/human.c (humblock): Set *options even when returning due to
14202         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14203         warning from gcc-4.
14204
14205 2005-04-09  Jim Meyering  <jim@meyering.net>
14206
14207         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14208         -Wuninitialized: initialize tm0.tm_year.
14209
14210 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14211
14212         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14213         count, since there's no maximum.  All uses changed.
14214         Add member dsts_seen.
14215         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14216         not being INT_MAX.
14217         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14218         Use pc_rels_seen to decide whther a date is absolute.
14219
14220         * lib/getdate.y (number): Don't overwrite year.
14221         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14222         check.
14223
14224 2005-04-02  Simon Josefsson  <jas@extundo.com>
14225
14226         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14227         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14228
14229 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14230
14231         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14232         where no absolute path name can be longer than PATH_MAX.
14233
14234 2005-03-27  Jim Meyering  <jim@meyering.net>
14235
14236         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14237
14238 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14241         "one's complement" -> "ones' complement" in comment, as per Knuth.
14242         "value of type" -> "type or expression" in comment.
14243         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14244
14245 2005-03-26  Jim Meyering  <jim@meyering.net>
14246
14247         Comment nits.
14248         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14249         Correct typos: s/or/of/.
14250
14251 2005-03-26  Jim Meyering  <jim@meyering.net>
14252
14253         * modules/check-include-files: Move to ../ and rename to...
14254         * check-module: ...this.
14255
14256 2005-03-25  Jim Meyering  <jim@meyering.net>
14257
14258         * modules/xvasprintf (Files): Add xalloc.h.
14259
14260 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * modules/gettext (Files): config/config.rpath ->
14263         build-aux/config.rpath
14264         * modules/iconv (Files): Likewise.
14265         Problem reported by Oskar Liljeblad.
14266
14267 2005-03-23  Jim Meyering  <jim@meyering.net>
14268
14269         * modules/check-include-files: New script to check for
14270         missing dependencies, multiple includes, etc.
14271
14272         * modules/c-strtold (Depends-on): Add xalloc.
14273         * modules/c-strtod (Depends-on): Add xalloc.
14274         * modules/hash (Depends-on): Add xalloc.
14275         (Files): Remove lib/xalloc.h.
14276
14277         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14278         * modules/userspec (Files): Add lib/inttostr.h.
14279
14280 2005-03-23  Jim Meyering  <jim@meyering.net>
14281
14282         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14283
14284 2005-03-22  Jim Meyering  <jim@meyering.net>
14285
14286         * modules/stat-macros: New module.
14287         * modules/canonicalize, modules/euidaccess, modules/file-type,
14288         * modules/filemode, modules/lchown, modules/makepath,
14289         * modules/rmdir, modules/stat: Depend on new stat-macros module
14290         rather than listing lib/stat-macros.h manually.
14291         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14292
14293 2005-03-22  Jim Meyering  <jim@meyering.net>
14294
14295         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14296
14297 2005-03-22  Bruno Haible  <bruno@clisp.org>
14298
14299         * config/srclist.txt: Replace target directory 'config' with
14300         'build-aux'.
14301         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14302         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14303         ../build-aux/.
14304
14305 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14306
14307         * modules/chdir-long (Depends-on): Add mempcpy.
14308
14309         * modules/acl, modules/backupfile, modules/c-strtod,
14310         modules/c-strtold, modules/canon-host, modules/canonicalize,
14311         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14312         modules/exclude, modules/exitfail, modules/file-type,
14313         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14314         modules/getdate, modules/getline, modules/getpagesize,
14315         modules/getpass, modules/getugroups, modules/group-member,
14316         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14317         modules/inttostr, modules/long-options, modules/makepath,
14318         modules/md5, modules/memcasecmp, modules/memcoll,
14319         modules/modechange, modules/mountlist, modules/path-concat,
14320         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14321         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14322         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14323         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14324         modules/strftime, modules/strndup, modules/strverscmp,
14325         modules/timespec, modules/unlocked-io, modules/userspec,
14326         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14327         modules/yesno:
14328         Remove lib_SOURCES line from Makefile.am section, as this is now
14329         done automatically by the corresponding Autoconf macro.
14330
14331 2005-03-21  Jim Meyering  <jim@meyering.net>
14332
14333         Changes imported from coreutils.
14334
14335         * lib/cycle-check.c: Don't include xalloc.h.
14336
14337         * lib/path-concat.c: Don't include assert.h.
14338         (path_concat): Remove assertion that would have triggered
14339         for ABASE starting with more than one slash.
14340         Reported by Andreas Schwab.
14341
14342         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14343         properly when ABASE is an absolute file name.
14344         Correct the description of this function.
14345         Include <assert.h>.
14346         Add an assertion and a test driver.
14347         This fixes a bug introduced on 2004-07-02.
14348         Andreas Schwab reported the resulting failure of cp --parents:
14349         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14350
14351 2005-03-21  Jim Meyering  <jim@meyering.net>
14352
14353         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14354         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14355
14356 2005-03-21  Jim Meyering  <jim@meyering.net>
14357         and  Paul Eggert  <eggert@cs.ucla.edu>
14358
14359         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14360         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14361         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14362         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14363         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14364         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14365         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14366         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14367         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14368         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14369         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14370         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14371         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14372         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14373         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14374         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14375         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14376         for these modules.
14377
14378 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14381         (which shouldn't happen), generate nothing instead of returning 0
14382         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14383
14384 2005-03-16  Bruno Haible  <bruno@clisp.org>
14385
14386         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14387         HAVE_LONGLONG_64BIT.
14388
14389 2005-03-16  Bruno Haible  <bruno@clisp.org>
14390
14391         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14392         HAVE_LONGLONG_64BIT.
14393
14394 2005-03-16  Bruno Haible  <bruno@clisp.org>
14395
14396         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14397         HAVE_LONGLONG_64BIT.
14398
14399 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14400
14401         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14402         reliably distinguish strftime failure from empty output on POSIX
14403         hosts.
14404
14405 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14406
14407         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14408         (iconv_string): Don't guess a size-zero buffer, as that might cause
14409         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14410         result would be 'too large', where 'too large' is (heuristically)
14411         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14412         overflow concerns.  This will prevent some unwanted malloc failures
14413         when the inputs are very large.
14414
14415 2005-03-15  Karl Berry  <karl@gnu.org>
14416
14417         * config/srclist.txt (config.rpath): from gettext.
14418         * config/config.rpath: update.
14419
14420 2005-03-15  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14423         to 'negate'.
14424
14425         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14426         variable.
14427
14428         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14429         results.
14430
14431 2005-03-14  Simon Josefsson  <jas@extundo.com>
14432
14433         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14434         <fx@gnu.org>.
14435
14436 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14439         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14440         intprops.h.
14441         * lib/strtol.c: Likewise.
14442
14443 2005-03-14  Jim Meyering  <jim@meyering.net>
14444
14445         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14446         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14447         to be nonzero so that we (and caller) can detect the difference
14448         between a valid zero-length expansion and an error return, even
14449         when the underlying strftime fails before writing anything into
14450         that location.
14451
14452 2005-03-14  Bruno Haible  <bruno@clisp.org>
14453
14454         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14455         Update from GNU gettext 0.14.3.
14456
14457 2005-03-10  Jim Meyering  <jim@meyering.net>
14458
14459         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14460
14461 2005-03-10  Jim Meyering  <jim@meyering.net>
14462
14463         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14464         so that this module works on systems without fchdir.
14465
14466 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14467
14468         Factor int-properties macros into a single file, except for
14469         glibc-related files.
14470         * lib/intprops.h: New file.
14471         * lib/getloadavg.c: Include it instead of limits.h.
14472         (INT_STRLEN_BOUND): Remove.
14473         * lib/human.c: Include intprops.h.
14474         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14475         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14476         302/1000.
14477         * lib/inttostr.h: Include intprops.h instead of limits.h.
14478         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14479         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14480         for consistency with intprops.h.
14481         (time_t_is_integer, twos_complement_arithmetic): Use them.
14482         * lib/sig2str.h: Include <signal.h>, intprops.h.
14483         (INT_STRLEN_BOUND): Remove.
14484         * lib/strftime.c (TYPE_SIGNED): Remove.
14485         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14486         * lib/strtol.c: Adjust comments to match intprops.h.
14487         * lib/userspec.c: Include intprops.h.
14488         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14489         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14490         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14491         instead of rolling our own expressions.
14492         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14493
14494         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14495         instead of int.
14496         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14497         the right thing even if adding 1900 would overflow.  Similarly
14498         for tm_mon + 1 and tm_yday + 1.
14499         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14500         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14501         (DO_SIGNED_NUMBER): New macro.
14502         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14503
14504 2005-03-07  Bruno Haible  <bruno@clisp.org>
14505
14506         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14507
14508 2005-03-07  Bruno Haible  <bruno@clisp.org>
14509
14510         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14511
14512 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14513
14514         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14515         (func_import): Only replace files via --import when they have actually
14516         changed.
14517
14518 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14519
14520         * m4/mmap-anon.m4: New file.
14521         * m4/pagealign_alloc.m4: New file.
14522
14523 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14524             Bruno Haible  <bruno@clisp.org>
14525
14526         * modules/pagealign_alloc: New file.
14527         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14528
14529 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14530             Bruno Haible  <bruno@clisp.org>
14531
14532         * lib/pagealign_alloc.h: New file.
14533         * lib/pagealign_alloc.c: New file.
14534
14535 2005-03-03  Bruno Haible  <bruno@clisp.org>
14536
14537         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14538         Use an all-permissive copyright notice, recommended by RMS.
14539
14540 2005-03-02  Bruno Haible  <bruno@clisp.org>
14541
14542         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14543         of AIX, the replacement has to be done only after <string.h> is
14544         included, therefore not in config.h. stpncpy.h does the replacement,
14545         and stpncpy.c uses it.
14546
14547 2005-03-02  Bruno Haible  <bruno@clisp.org>
14548
14549         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14550         stpncpy.c uses it.
14551
14552 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14553
14554         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14555         The workaround isn't strictly needed for POSIX conformance, and
14556         it's too much of a pain to configure and maintain.  We'll ask
14557         people to fix their kernels instead.
14558         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14559         (NANOSLEEP_BUG_WORKAROUND): Remove.
14560         (xnanosleep): Remove the workaround.
14561
14562 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14565         Reported by Derek Price.
14566         (Include): Add "timespec.h".
14567
14568         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14569
14570 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14573         to detect nanosleep bug.
14574
14575 2005-03-01  Bruno Haible  <bruno@clisp.org>
14576
14577         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14578
14579 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * modules/gethrxtime: New file.
14582         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14583         (Depends-on): Add gethrxtime.
14584         (configure.ac): Add gl_XNANOSLEEP.
14585         (Makefile.am): Remove lib_SOURCES line.
14586
14587 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14588
14589         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14590         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14591
14592 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14593
14594         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14595         * lib/timespec.h (gettime): Return void, since it always
14596         succeeds now.  All uses changed.
14597         * lib/gettime.c (gettime) Likewise.
14598         [HAVE_NANOTIME]: Prefer nanotime.
14599         Assume gettimeofday succeeds, as POSIX requires.
14600         Assime time () succeeds, since other code already does.
14601         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14602         (timespec_subtract): Remove.
14603         (NANOSLEEP_BUG_WORKAROUND): New constant.
14604         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14605         things considerably.  Use it only on GNU/Linux hosts, since the
14606         workaround shouldn't be needed elsewhere.
14607
14608 2005-02-24  Bruno Haible  <bruno@clisp.org>
14609
14610         * modules/gettext (Files): Add m4/glibc2.m4.
14611
14612 2005-02-24  Bruno Haible  <bruno@clisp.org>
14613
14614         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14615         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14616         * m4/progtest.m4:
14617         Update from GNU gettext 0.14.2.
14618         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14619
14620 2005-02-24  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14623         * lib/config.charset: Update from GNU gettext 0.14.2.
14624
14625 2005-02-24  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/gettext.h: Update from GNU gettext 0.14.2.
14628
14629 2005-02-23  Simon Josefsson  <jas@extundo.com>
14630
14631         * m4/iconvme.m4: New file.
14632
14633 2005-02-23  Jim Meyering  <jim@meyering.net>
14634
14635         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14636         change.
14637         Thanks to Bruno Haible for catching it.
14638
14639 2005-02-22  Simon Josefsson  <jas@extundo.com>
14640
14641         * modules/iconvme: New file.
14642
14643         * MODULES.html.sh: Add iconvme.
14644
14645 2005-02-22  Simon Josefsson  <jas@extundo.com>
14646
14647         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14648
14649 2005-02-22  Simon Josefsson  <jas@extundo.com>
14650
14651         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14652
14653 2005-02-22  Jim Meyering  <jim@meyering.net>
14654
14655         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14656         s/ifndef/ifdef/.
14657
14658 2005-02-20  Neil Conway  <neilc@samurai.com>
14659
14660         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14661         returned by OSX/Darwin if the specified buffer is not large
14662         enough for the hostname.
14663
14664 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14665
14666         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14667         pass it to _help, otherwise the latter coredumps trying to
14668         dereference state.root_argp.
14669
14670 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * modules/chdir-long (Depends-on): Add memrchr.
14673         * modules/memrchr (Files): Add lib/memrchr.h.
14674         (Include): "memrchr.h".
14675
14676 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14677
14678         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14679
14680 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * lib/memrchr.h: New file.
14683         * lib/chdir-long.c: Include it.
14684         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14685         Don't bother including stddef.h.
14686
14687 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14690         inclusion.
14691         Include <sys/types.h>, for dev_t.
14692         (ME_DUMMY, ME_REMOTE): Move from here....
14693         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14694         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14695         Dmitry V. Levin.
14696         Include mountlist.h first, to test the interface.
14697
14698 2005-01-29  Bruno Haible  <bruno@clisp.org>
14699
14700         * lib/progname.c (program_name): Initialize.
14701         Needed when linking statically on MacOS X.
14702
14703 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14704
14705         Sync from coreutils.
14706         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14707         (Depends-on): Add c-strtod.
14708         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14709
14710 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         Sync from coreutils.
14713         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14714
14715         Remove files that are specific to coreutils.
14716         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14717
14718 2005-01-28  Bruno Haible  <bruno@clisp.org>
14719
14720         * modules/javacomp: New file.
14721         * MODULES.html.sh (Java): Add javacomp.
14722
14723 2005-01-28  Bruno Haible  <bruno@clisp.org>
14724
14725         * m4/javacomp.m4: New file, from GNU gettext.
14726
14727 2005-01-28  Bruno Haible  <bruno@clisp.org>
14728
14729         * lib/javacomp.sh.in: New file, from GNU gettext.
14730         * lib/javacomp.h: New file, from GNU gettext.
14731         * lib/javacomp.c: New file, from GNU gettext.
14732
14733 2005-01-26  Simon Josefsson  <jas@extundo.com>
14734
14735         * lib/gai_strerror.c: Use GPL in header.
14736
14737 2005-01-26  Bruno Haible  <bruno@clisp.org>
14738
14739         * modules/javaexec: New file.
14740         * MODULES.html.sh (Java): Add javaexec.
14741
14742 2005-01-26  Bruno Haible  <bruno@clisp.org>
14743
14744         * m4/javaexec.m4: New file, from GNU gettext.
14745
14746 2005-01-26  Bruno Haible  <bruno@clisp.org>
14747
14748         * lib/javaexec.sh.in: New file, from GNU gettext.
14749         * lib/javaexec.h: New file, from GNU gettext.
14750         * lib/javaexec.c: New file, from GNU gettext.
14751
14752 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14753
14754         * modules/lchown (Depends-on): Remove lchown.h
14755
14756 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14757
14758         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14759         must be defined if the header file was not found, in order
14760         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14761
14762 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14763
14764         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14765         initializers for struct pentry_state.
14766         (__argp_error): Check return value of __asprintf
14767         (__argp_failure): Translate error message
14768
14769         * lib/argp-parse.c: Removed braces around the expansion of N_()
14770
14771 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14772
14773         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14774         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14775         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14776         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14777         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14778         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14779         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14780         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14781         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14782         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14783         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14784         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14785         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14786         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14787         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14788         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14789         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14790         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14791         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14792         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14793         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14794         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14795         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14796         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14797         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14798         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14799         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14800         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14801         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14802         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14803         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14804         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14805         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14806         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14807         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14808         Use an all-permissive copyright notice, recommended by RMS.
14809
14810 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14811
14812         * modules/chdir-long (Depends-on): Remove mempcpy.
14813
14814 2005-01-21  Jim Meyering  <jim@meyering.net>
14815
14816         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14817         same value as for Solaris 9.
14818
14819         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14820         component length.  This included changing the parameter to be
14821         of type `char *' rather than `char const *'.
14822         * lib/chdir-long.h (chdir_long): Update prototype.
14823
14824         * lib/openat.c (fdopendir, fstatat): New functions.
14825         * lib/openat.h: Include headers required for use of DIR and struct
14826         stat.
14827         [AT_SYMLINK_NOFOLLOW]: Define.
14828         (fdopendir, fstatat): Add prototypes.
14829
14830 2005-01-21  Bruno Haible  <bruno@clisp.org>
14831
14832         * modules/classpath: New file.
14833         * MODULES.html.sh (Java): Add classpath.
14834
14835 2005-01-21  Bruno Haible  <bruno@clisp.org>
14836
14837         * lib/classpath.h: New file, from GNU gettext.
14838         * lib/classpath.c: New file, from GNU gettext.
14839
14840 2005-01-20  Simon Josefsson  <jas@extundo.com>
14841
14842         * modules/version-etc-fsf: New file.
14843
14844 2005-01-20  Simon Josefsson  <jas@extundo.com>
14845
14846         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14847         * lib/version-etc.c: Remove version_etc_copyright.
14848         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14849         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14850
14851 2005-01-20  Simon Josefsson  <jas@extundo.com>
14852
14853         * lib/base64.h (isbase64): Add.
14854
14855         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14856         using a unsigned prototype, don't inline.
14857         (base64_decode): Use it.
14858
14859 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14860
14861         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14862         it.
14863
14864 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * lib/save-cwd.c (save_cwd): Remove code to support the case
14867         where fchdir is missing or flaky.
14868
14869 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14870
14871         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14872
14873 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14874
14875         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14876         AC_LIBSOURCES now does this.
14877         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14878         with new ullong_max module.
14879
14880 2005-01-19  Bruno Haible  <bruno@clisp.org>
14881
14882         * modules/sh-quote: New file.
14883         * MODULES.html.sh (Executing programs): Add sh-quote.
14884
14885 2005-01-19  Bruno Haible  <bruno@clisp.org>
14886
14887         * lib/sh-quote.h: New file, from GNU gettext.
14888         * lib/sh-quote.c: New file, from GNU gettext.
14889
14890 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         Merge from coreutils.
14893         * m4/ullong_max.m4: New file.
14894         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14895         (gl_MACROS): Assume localeconv exists.
14896
14897 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14898
14899         Merge changes from coreutils, as described below in several
14900         changelogs dated today.
14901
14902         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14903         (O_DIRECTORY): Remove; not needed here, since "." must be
14904         a directory.  All uses removed.
14905         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14906         universal on Suns, and we also need to test for IRIX.
14907         Revamp code to use 'if' rather than '#if'.
14908         Avoid unnecessary comparison of cwd->desc to 0.
14909
14910         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14911         for known valid error numbers rather than observed invalid ones.
14912
14913 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/ullong_max: New file.
14916
14917         * modules/chdir-long, modules/openat: New files.
14918         * modules/save-cwd (Depends-on): Depend on chdir-long.
14919         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14920
14921 2005-01-18  Jim Meyering  <jim@meyering.net>
14922
14923         Merge from coreutils.
14924         * m4/chdir-long.m4, m4/openat.m4: New files.
14925         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14926         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14927         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14928         is sane and DOES follow symlinks.  Besides, testing 20 different
14929         systems found no broken chown implementations.
14930         Prompted by a change in rsync's copy of this macro.
14931         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14932
14933         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14934
14935         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14936         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14937         NULL-means-set-to-current-time semantics.
14938         Remove temporary file immediately, rather than waiting
14939         for configure's at-exit trap code to do it.
14940
14941 2005-01-18  Jim Meyering  <jim@meyering.net>
14942
14943         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14944
14945         * lib/utimens.c (futimens): Account for the fact that futimes
14946         can also fail with errno == ENOSYS or errno == ENOENT.
14947         Patch from Dmitry V. Levin.
14948
14949         Change the name of the robust chdir function from chdir to chdir_long.
14950         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14951         (restore_cwd): Use chdir_long, not chdir.
14952         * lib/chdir-long.c: Renamed from chdir.c.
14953         * lib/chdir-long.h: Renamed from chdir.h.
14954         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14955         Hurd.
14956
14957 2005-01-18  Bruno Haible  <bruno@clisp.org>
14958
14959         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14960         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14961         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14962         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14963         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14964         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14965         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14966         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14967         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14968         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14969         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14970         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14971         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14972         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14973         Use an all-permissive copyright notice, recommended by RMS.
14974
14975 2005-01-18  Bob Proulx  <bob@proulx.com>
14976
14977         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14978         simplify offsetof() macro construct to avoid compile failure with
14979         native HP-UX 11.0 ANSI C compiler.
14980
14981 2005-01-17  Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14984         redundant because stpncpy.m4 takes care of it.
14985
14986 2005-01-17  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14989
14990 2005-01-17  Bruno Haible  <bruno@clisp.org>
14991
14992         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14993         used.
14994
14995 2005-01-17  Bruno Haible  <bruno@clisp.org>
14996
14997         * lib/fwriteerror.h (fwriteerror): Change specification to include
14998         fclose.
14999         * lib/fwriteerror.c: Include <stdbool.h>.
15000         (fwriteerror): At the end, close the file stream. Record whether
15001         stdout was already closed.
15002
15003 2005-01-17  Bruno Haible  <bruno@clisp.org>
15004
15005         * lib/execute.c (environ): Declare if needed.
15006         * lib/pipe.c (environ): Likewise.
15007         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15008
15009 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15010
15011         * modules/argp: Depend on vsnprintf
15012
15013 2005-01-10  Jim Meyering  <jim@meyering.net>
15014
15015         * modules/closeout (Depends-on): Add atexit.
15016
15017 2005-01-06  Bruno Haible  <bruno@clisp.org>
15018
15019         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15020
15021 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15022
15023         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15024         definitions to be after all include files, to avoid collisions.
15025         Problem reported by Bob Proulx.
15026
15027 2005-01-04  Jim Meyering  <jim@meyering.net>
15028
15029         Changes imported from coreutils.
15030         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15031         as the mkstemp template, use a temporary directory and an
15032         8.3-friendly template to avoid trouble on systems like DJGPP.
15033         Reported by Juan M. Guerrero via Stepan Kasal.
15034         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15035         close. Remove the temporary directory right away, rather than waiting
15036         for configure's at-exit trap code to do it.
15037         Suggestion from Stepan Kasal.
15038
15039 2005-01-01  Simon Josefsson  <jas@extundo.com>
15040
15041         * gnulib-tool: Print #include directives when --import'ing.
15042
15043 2004-12-28  Simon Josefsson  <jas@extundo.com>
15044
15045         * tests/test-base64.c: Include required header files.  Remove
15046         unused variables.
15047
15048 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15049
15050         * modules/error (Depends-on): Remove gettext.
15051
15052 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15053
15054         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15055         not needed.  This removes a dependency on the gettext module.
15056         [defined _LIBC]: Do not include <libintl.h>; not needed.
15057
15058 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15059
15060         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15061         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15062
15063 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15066         HAVE_DECL_STRTOLD.
15067
15068 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15069
15070         * modules/getdate (Depends-on): Remove alloca-opt.
15071
15072 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15073
15074         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15075
15076 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * lib/argp-parse.c: Include <stddef.h>.
15079         (alignof, alignto): New macros.
15080         (parser_init): Don't assume that void * is aligned sufficiently
15081         for struct option.
15082
15083         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15084         need to extend the stack.
15085         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15086         large.
15087
15088 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15089
15090         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15091
15092 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15095         (2004-10-24) change.  Apparently this was a false alarm.
15096
15097         * modules/getdate: Depend on alloca-opt, not alloca.
15098
15099 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15102         Remove now-obsolete comment about AIX.
15103         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15104         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15105         (YYMAXDEPTH): New macro.
15106
15107 2004-12-18  Simon Josefsson  <jas@extundo.com>
15108
15109         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15110
15111 2004-12-18  Bruno Haible  <bruno@clisp.org>
15112
15113         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15114
15115 2004-12-18  Bruno Haible  <bruno@clisp.org>
15116
15117         * lib/fatal-signal.c (fatal_signals): Make non-const.
15118         (init_fatal_signals): New function.
15119         (uninstall_handlers, install_handlers): Ignore signals that were set to
15120         SIG_IGN.
15121         (at_fatal_signal): Call init_fatal_signals.
15122         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15123         SIG_IGN.
15124         Reported by Paul Eggert.
15125
15126 2004-12-18  Bruno Haible  <bruno@clisp.org>
15127
15128         * doc/alloca.texi: New file.
15129         * doc/alloca-opt.texi: New file.
15130
15131 2004-12-17  Jim Meyering  <jim@meyering.net>
15132
15133         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15134         Otherwise, install-sh could exit with improper exit status when
15135         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15136
15137 2004-12-16  Simon Josefsson  <jas@extundo.com>
15138
15139         * tests/test-base64.c: Add license.
15140
15141 2004-12-15  Stepan Kasal  <address@hidden>
15142
15143         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15144
15145 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15146
15147         * modules/getcwd (Files): Add m4/d-ino.m4.
15148         Suggested by Mark D. Baushke.
15149
15150 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         * lib/getdate.y (textint): New member "negative".
15153         (time_zone_hhmm): New function.
15154         Expect 14 shift-reduce conflicts, not 13.
15155         (o_colon_minutes): New rule.
15156         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15157         (yylex): Set the "negative" member of signed numbers.
15158
15159 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * doc/getdate.texi (Time of day items, Time zone items):
15162         Describe new formats +00:00, UTC+00:00.
15163
15164 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15165
15166         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15167         spurious "-l"s.  Problem reported by Stepan Kasal.
15168
15169 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15170
15171         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15172         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15173
15174 2004-12-04  Simon Josefsson  <jas@extundo.com>
15175
15176         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15177         Vandoorselaere <yoann@prelude-ids.org>.
15178
15179 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         Changes imported from coreutils.
15182         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15183         exist.
15184         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15185
15186 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15187
15188         Changes imported from coreutils.
15189         * lib/hard-locale.c: Assume <locale.h> exists.
15190         Include "strdup.h".
15191         (GLIBC_VERSION): New macro.
15192         (hard_locale): Assume setlocale exists.
15193         Rewrite to avoid #ifdef.
15194         Use strdup rather than malloc + strcpy.
15195         * lib/human.c: Assume <locale.h> exists.
15196         (human_readable): Assume localeconv exists.
15197
15198 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15199
15200         * modules/hard-locale (Depends-on): Add strdup.
15201
15202 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15203
15204         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15205         convert T2, not T.  (Imported from libc.)
15206
15207 2004-11-30  Simon Josefsson  <jas@extundo.com>
15208
15209         * modules/restrict (License): Change to LGPL.
15210
15211 2004-11-30  Simon Josefsson  <jas@extundo.com>
15212
15213         * m4/restrict.m4: Add copyright and copying conditions.
15214
15215 2004-11-30  Simon Josefsson  <jas@extundo.com>
15216
15217         * m4/base64.m4: New file.
15218
15219 2004-11-30  Simon Josefsson  <jas@extundo.com>
15220
15221         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15222         base64.
15223
15224         * tests/test-base64.c: New file.
15225
15226         * modules/base64: New file.
15227
15228 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15229
15230         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15231         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15232
15233         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15234
15235 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15238         (__getcwd.c): Don't restore errno; glibc doesn't.
15239         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15240         first, falling back to our code only if its results look suspicious.
15241         Ensure that the resulting buffer is only as large as necessary.
15242
15243         * lib/readutmp.c: Include readutmp.h first.
15244         Include <errno.h>, since readutmp.h no longer does that.
15245         * lib/readutmp.h: Don't include <errno.h>,
15246         <sys/param.h>, <time.h>; not needed to establish interface.
15247         (errno): Remove decl.
15248         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15249         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15250         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15251
15252 2004-11-28  Simon Josefsson  <jas@extundo.com>
15253
15254         * lib/base64.h, base64.c: New file.
15255
15256 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15257
15258         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15259
15260 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15263         (Depends-on): Remove pathmax, same.  Add mempcpy.
15264         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15265         (Makefile.am): Append getcwd.h to lib_SOURCES.
15266         (Include): Add getcwd.h.
15267         (Maintainer): Change from Jim Meyering to "all, glibc",
15268         since getdate now uses intended-for-glibc code.
15269         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15270         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15271
15272 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15273
15274         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15275         HP's ANSI C compiler.
15276         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15277         Declaring int functions causes warnings on some modern systems and
15278         shouldn't be needed to compile on ancient ones.
15279         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15280         defined.
15281
15282         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15283         with the following changes.
15284         (__set_errno): Parenthesize properly.
15285         Include <stdbool.h>.
15286         (MIN, MAX, MATCHING_INO): New macros.
15287         (__getcwd): Define with prototype, not K&R form.
15288         Use heuristics to allocate default buffer on stack if possible.
15289         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15290         behavior, and to avoid the PATH_MAX limit when computing
15291         ../../../../...
15292         Use MATCHING_INO to compare inode number to file.
15293         Check for arithmetic overflow in size calculations.
15294         Fix bug in reallocation of dot array that caused getcwd to fail
15295         on directories nested deeper than 75.
15296         Be more careful about saving errno on error.
15297         Do not use realloc; use only free+malloc, as this is a bit
15298         more flexible and avoids a needless copy operation.
15299         Do not inspect st_dev and st_ino for symbolic links; POSIX
15300         doesn't specify the latter.
15301         Check for closedir errors.
15302         Avoid needless casts.
15303         Use "#ifdef weak_alias" around weak_alias, to be like other
15304         glibc code.
15305         The following changes to getcwd.c have effect only when used in
15306         gnulib; they have no effect inside glibc proper.
15307         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15308         as alloca isn't used.
15309         (alloca, __alloca): Likewise.
15310         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15311         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15312         unconditionally, as gnulib assumes C89 or better.
15313         Do not include <sys/param.h>.
15314         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15315         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15316         better.
15317         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15318         Include <dirent.h> in a way that is compatible with modern Autoconf.
15319         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15320         New macros, if not already defined.
15321         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15322         Use "_LIBC", not "defined _LIBC", for consistency.
15323         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15324         a mempcpy module.
15325         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15326         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15327         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15328         credit only to Jim Meyering and adjust the copyright dates.
15329         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15330         <stdlib.h>, <unistd.h>, "pathmax.h".
15331         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15332         (INITIAL_BUFFER_SIZE): Remove.
15333         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15334
15335 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15338         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15339         Use the _ONCE methods, for efficiency.
15340         Check for fcntl.h.  In test program, include <errno.h>
15341         and <fcntl.h> if available.  Remove old K&R cruft from
15342         test program.  Check for common errors in GNU/Linux,
15343         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15344         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15345         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15346         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15347         name accordingly.
15348         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15349         accommodate new getcwd.c.
15350         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15351         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15352         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15353         that's all we need now.
15354
15355 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15356
15357         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15358         argp-parse.c depends on getopt internals, that means we should
15359         always use our getopt, to be on the safe side.
15360         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15361         order not to spoil the result of an eventual previous invocation
15362         of gl_GETOPT_SUBSTITUTE.
15363
15364 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15365
15366         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15367         redefinition warnings. To avoid them, include the defines
15368         in `#if !defined __need_getopt ... #endif'. The only place
15369         where __getopt_argv_const is used is in definitions
15370         of getopt_long and getopt_long_only below, which are as well
15371         protected by `#ifndef __need_getopt'.
15372         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15373         __need_getopt after including <stdio.h> and <unistd.h> These
15374         headers might have defined it.
15375
15376 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15379
15380 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15381
15382         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15383         (futimens): New function, which uses futimes if available.
15384         (futimens, utimens): Support timespec==NULL, with same semantics
15385         as utime and utimens.
15386         * lib/utimens.h (futimens): New decl.
15387
15388 2004-11-23  Jim Meyering  <jim@meyering.net>
15389
15390         * lib/getopt_.h: Remove trailing blanks.
15391
15392 2004-11-23  Jim Meyering  <jim@meyering.net>
15393
15394         * lib/__fpending.c: Add comment.
15395
15396 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15397
15398         * modules/canonicalize (Depends-on): Add xreadlink.
15399         Problem reported by James Youngman.
15400
15401 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15404         New macros.
15405         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15406         optopt): Use them instead of invoking ## directly; otherwise, the
15407         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15408
15409 2004-11-19  Bruno Haible  <bruno@clisp.org>
15410
15411         * lib/strtok_r.c: Move comments from here...
15412         * lib/strtok_r.h: ... to here.
15413
15414 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15415
15416         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15417         implementations that mishandle size_t overflow.
15418
15419 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15422         might fail.  Problem reported by Yoann Vandoorselaere.
15423         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15424         implementations that mishandle size_t overflow.
15425
15426 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * modules/canon-host (Depends-on): Add strdup.
15429
15430 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15431
15432         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15433
15434 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * lib/canon-host.c: Include "strdup.h".
15437         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15438         Use strdup instead of malloc/strcpy to duplicate strings.
15439
15440         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15441         (human_space_before_unit): New constant.
15442         * lib/human.c (human_readable): Support it.
15443
15444         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15445         (xgetcwd): Set errno correctly when failing.
15446         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15447         the failure is actually due to a PATH_MAX problem.
15448
15449         Further getopt changes to make it more likely that glibc will
15450         buy the changes back.
15451         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15452         (getopt): Use it, so to preserve glibc semantic
15453         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15454         when compiling for libc.
15455         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15456         (getopt_long, getopt_long_only): Use it.
15457
15458         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15459         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15460         (getopt): Argv is now char * const *, as per standard.
15461         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15462         not char *__getopt_argv_const *.
15463         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15464         _getopt_long_only_r): Likewise.
15465         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15466         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15467         _getopt_long_r, _getopt_long_only_r): Likewise.
15468         * lib/getopt_.h (__getopt_argv_const): Remove.
15469         (getopt): Argv is now char * const *, as per standard.
15470
15471         * lib/getdate.y (tORDINAL): New token.
15472         (day, relunit): Allow it for relative times.
15473         (relative_time_table): Use tORDINAL for ordinals.
15474
15475 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15476
15477         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15478         Document that "second" isn't allowed as an ordinal number.
15479
15480 2004-11-16  Jim Meyering  <jim@meyering.net>
15481
15482         * modules/closeout (Depends-on): Add fpending.
15483
15484 2004-11-15  Jim Meyering  <jim@meyering.net>
15485
15486         * lib/closeout.c: Include "__fpending.h" once again.
15487         Include <stdbool.h>.
15488         (close_stdout): Don't fail just because stdout was closed initially,
15489         since some programs don't write to stdout in the normal course of
15490         operation (other than --version and --help), and we don't want this
15491         function to make e.g. `touch file >&-' fail.
15492         But do fail if it was closed and someone has tried to write to it.
15493         E.g., `printf foo >&-' must fail.
15494
15495 2004-11-13  Jim Meyering  <jim@meyering.net>
15496
15497         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15498
15499 2004-11-12  Simon Josefsson  <jas@extundo.com>
15500
15501         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15502         small doc fix is still pending.
15503
15504 2004-11-11  Simon Josefsson  <jas@extundo.com>
15505
15506         * modules/strtok_r: New file.
15507
15508         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15509         strtok_r.
15510
15511 2004-11-11  Simon Josefsson  <jas@extundo.com>
15512
15513         * m4/strtok_r.m4: New file.
15514
15515         * m4/getopt.m4: Replace opterr.
15516
15517 2004-11-11  Simon Josefsson  <jas@extundo.com>
15518
15519         * lib/strtok_r.h, strtok_r.c: New file.
15520
15521 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15522
15523         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15524         of replacing opterr, getopt, etc.  This should handle the
15525         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15526
15527 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15528
15529         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15530         we can stop lying to compilers about the constness of argv when we
15531         are compiled outside glibc.
15532         (getopt, getopt_long, getopt_long_only): Use it.
15533         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15534         _getopt_internal, getopt): Likewise.
15535         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15536         _getopt_long_only_r): Likewise.
15537         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15538         _getopt_long_r, _getopt_long_only_r): Likewise.
15539
15540         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15541         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15542         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15543         the other external symbols.
15544         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15545         declaration, since the above renaming now works around collisions.
15546
15547 2004-11-11  Jim Meyering  <jim@meyering.net>
15548
15549         * lib/linebreak.c: Remove trailing blanks.
15550         * lib/alloca_.h: Likewise.
15551         * lib/acosl.c: Likewise.
15552         * lib/euidaccess.c: Likewise.
15553         * lib/allocsa.h: Likewise.
15554
15555 2004-11-10  Simon Josefsson  <jas@extundo.com>
15556
15557         * m4/getaddrinfo.m4: New file.
15558
15559 2004-11-10  Simon Josefsson  <jas@extundo.com>
15560
15561         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15562
15563 2004-11-10  Simon Josefsson  <jas@extundo.com>
15564
15565         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15566         getaddrinfo.
15567
15568         * modules/getaddrinfo: New file.
15569
15570 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15573
15574 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15575
15576         * lib/mktime.c (SHR): New macro, which is a portable
15577         substitute for >> that should work even on Crays.
15578         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15579         Problem reported by Mark D. Baushke in
15580         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15581         * lib/getdate.y (SHR): Likewise.
15582         (tm_diff): Use it.
15583         * lib/strftime.c (SHR): Likewise.
15584         (tm_diff): Use it.
15585         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15586         quote_these_too, so that right shifts are well defined.  All uses
15587         changed.
15588
15589 2004-11-10  Jim Meyering  <jim@meyering.net>
15590
15591         Ensure that no close failure goes unreported.
15592         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15593         return early when it seems there's nothing to flush.
15594         Don't include __fpending.h.
15595
15596 2004-11-10  Jim Meyering  <jim@meyering.net>
15597
15598         * modules/closeout (Depends-on): Remove fpending.
15599
15600 2004-11-10  Jim Meyering  <jim@meyering.net>
15601
15602         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15603
15604 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15607         gl_FUNC_STRFTIME.
15608         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15609         and AC_REQUIRE when possible, to avoid duplicate checks.
15610         Check for <wchar.h>.
15611
15612 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15615
15616 2004-11-09  Bruno Haible  <bruno@clisp.org>
15617
15618         * m4/sockpfaf.m4: New file.
15619
15620 2004-11-05  Bruno Haible  <bruno@clisp.org>
15621
15622         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15623         Reported by Mark D. Baushke <mdb@cvshome.org>.
15624
15625 2004-11-04  Bruno Haible  <bruno@clisp.org>
15626
15627         2004-09-11  Bruno Haible  <bruno@clisp.org>
15628                 * allocsa.valgrind: New file.
15629         2004-02-06  Bruno Haible  <bruno@clisp.org>
15630                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15631                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15632                 Reported by Christopher Seip <chris.seip@hp.com>.
15633
15634 2004-11-04  Bruno Haible  <bruno@clisp.org>
15635
15636         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15637         (Makefile.am): Distribute it.
15638
15639 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15640
15641         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15642         with errno == ERANGE if the buffer is too small.
15643         Problem reported by Mark D. Baushke.
15644
15645 2004-11-03  Albert Chin  <china@thewrittenword.com>
15646             Paul Eggert  <eggert@cs.ucla.edu>
15647
15648         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15649         equivalent, substitute $ac_type for equivalent type rather than
15650         blindly using uint32_t *always* which won't work if uint32_t is not
15651         available.  Define _UINT32_T to work around typedef of uint32_t if
15652         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15653         2.5.1.
15654
15655 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         * m4/jm-macros.m4: Sync from coreutils.
15658         (gl_MACROS): Check for mbrlen, for pathchk.
15659         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15660
15661 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15662
15663         * lib/xreadlink.c (MAXSIZE): New macro.
15664         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15665         size does not exceed MAXSIZE.  Avoid cast.
15666         As suggested by Mark D. Baushke in
15667         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15668         if readlink fails with buffer size just under MAXSIZE, try again
15669         with MAXSIZE.
15670
15671 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15672
15673         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15674
15675 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15676         and  Paul Eggert  <eggert@cs.ucla.edu>
15677
15678         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15679         (get_date): Overparenthesize to avoid GCC warning.
15680
15681 2004-11-02  Bruno Haible  <bruno@clisp.org>
15682
15683         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15684         returns void.
15685
15686 2004-11-02  Bruno Haible  <bruno@clisp.org>
15687
15688         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15689         function returns void.
15690
15691 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15692
15693         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15694         fflush_unlocked, flockfile, funlockfile, funlockfile,
15695         fputs_unlocked, putc_unlocked.
15696
15697 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15700         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15701         already declared.
15702
15703 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15704
15705         * modules/getdate (Files): Add doc/getdate.texi.
15706         (Depends-on): Add setenv, xalloc.
15707
15708 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15709
15710         * lib/getdate.y: Add support for TZ="foo" within a date string.
15711         Fix some bugs near time_t boundaries.  Reject dates with
15712         out-of-range components, e.g., "Sept 31".
15713         Include <stdlib.h>, "setenv.h", "xalloc.h".
15714         (ISDIGIT_LOCALE): Remove; unused.
15715         Note that the TZ and time functions used here are not reentrant.
15716         (mktime_ok, get_tz): New functions.
15717         (TZBUFSIZE): New constant.
15718         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15719         This requires that we sometimes generate our own TZ="XXX..." setting.
15720
15721 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15722
15723         * doc/getdate.texi: New file, from coreutils with modifications for
15724         the new TZ parsing.
15725
15726 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15727
15728         * lib/mktime.c (not_equal_tm): Remove redundant check.
15729
15730 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * modules/regex (lib_SOURCES): Add regex.c.
15733         Reported by James Youngman in
15734         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15735
15736 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15737
15738         * lib/getdate.y: Use Bison 1.875 features, and some minor
15739         code cleanups.  This change does not affect semantics.
15740         Don't include <stdlib.h>; no longer needed.
15741         Don't include unlocked-io.h; only the "#if TEST" code uses
15742         stdio, and performance isn't crucial there.
15743         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15744         Bison 1.875 features as described below.
15745         All uses of "PC." replaced by "pc->".
15746         (YYSTYPE): Add a forward declaration.
15747         (yylex, yyerror): Use full prototypes in forward decls.
15748         Use "%pure-parser" rather than obsolescent "%pure_parser".
15749         Use %parse-param and %lex-param instead of obsolescent
15750         YYPARSE_PARAM and YYLEX_PARAM.
15751         (meridian_table, month_and_day_table, time_units_table,
15752         relative_time_table, time_zone_table, military_table,
15753         lookup_zone, lookup_word, get_date):
15754         Use NULL instead of 0 where appropriate.
15755         (to_hour): Avoid abort (), to avoid a dependency on
15756         stdlib.h.
15757         (yyerror, yylex): Now accepts parser_control * arg.
15758         (main) [TEST]: Use '\0' rather than 0 for char.
15759
15760 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15763
15764 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15765
15766         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15767         It's now the caller's responsibility to handle the case where
15768         !HAVE_GETPAGESIZE && !defined getpagesize.
15769
15770         * lib/mktime.c (leapyear): Arg is long int, not int.
15771
15772 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15775
15776 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15779         missing.  Problem reported by James Youngman.
15780
15781 2004-10-16  Simon Josefsson  <jas@extundo.com>
15782
15783         * gnulib-tool: Fix comments.  Fix parse problem.
15784         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15785
15786 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15789         implementation of getopt_long.  Problem reported by Alexander Taler in:
15790         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15791
15792 2004-10-15  Bruno Haible  <bruno@clisp.org>
15793
15794         * gnulib-tool: Untabify. Initialize supplied_libname.
15795         (func_usage): More homogenous output.
15796         (func_modules_transitive_closure, func_modules_to_filelist,
15797         func_emit_lib_Makefile_am): New functions.
15798         (func_import): New function, extracted from big case statement. Use
15799         func_get_license, func_modules_transitive_closure,
15800         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15801         opt_lgpl. Don't use test -a, as it's not portable.
15802         (func_create_testdir): Use func_modules_transitive_closure,
15803         func_modules_to_filelist, func_emit_lib_Makefile_am.
15804
15805 2004-10-15  Bruno Haible  <bruno@clisp.org>
15806
15807         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15808
15809 2004-10-15  Bruno Haible  <bruno@clisp.org>
15810
15811         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15812         the portions belonging to each module.
15813         Suggested by Derek Robert Price <derek@ximbiot.com>.
15814
15815 2004-10-12  Simon Josefsson  <jas@extundo.com>
15816
15817         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15818         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15819         to real functions.
15820
15821 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15822
15823         * modules/vsnprintf: New file.
15824
15825 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15826
15827         * m4/vsnprintf.m4: New file.
15828
15829 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15830
15831         * lib/vsnprintf.h: New file.
15832         * lib/vsnprintf.c: New file.
15833
15834 2004-10-11  Bruno Haible  <bruno@clisp.org>
15835
15836         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15837         vsnprintf.
15838
15839 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15842
15843 2004-10-07  Bruno Haible  <bruno@clisp.org>
15844
15845         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15846         fits into the provided buffer.
15847
15848 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * lib/diacrit.c, diacrit.h: Add GPL notice.
15851
15852         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15853         notice.
15854         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15855         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15856         This avoids a potential constant-folding bug.
15857
15858 2004-10-05  Bruno Haible  <bruno@clisp.org>
15859
15860         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15861         for the declaration of strsep.
15862
15863 2004-10-05  Bruno Haible  <bruno@clisp.org>
15864
15865         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15866
15867 2004-10-04  Simon Josefsson  <jas@extundo.com>
15868
15869         * modules/memmem: New file.
15870         * tests/test-memmem.c: New file.
15871         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15872
15873 2004-10-04  Simon Josefsson  <jas@extundo.com>
15874
15875         * m4/memmem.m4: New file.
15876
15877 2004-10-04  Simon Josefsson  <jas@extundo.com>
15878
15879         * lib/memmem.h: New file.
15880         * lib/memmem.c: New file, taken from glibc.
15881
15882 2004-10-04  Simon Josefsson  <jas@extundo.com>
15883
15884         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15885         '#ifdef USE_UNLOCKED_IO'.
15886
15887 2004-10-04  Simon Josefsson  <jas@extundo.com>
15888
15889         * config/srclist.txt: Add memmem from glibc.
15890
15891 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15894
15895         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15896         modules/exclude, modules/getdate, modules/getline,
15897         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15898         modules/getusershell, modules/linebuffer, modules/md5,
15899         modules/mountlist, modules/posixtm, modules/readtokens,
15900         modules/readutmp, modules/regex, modules/sha1,
15901         modules/version-etc, modules/yesno:
15902         Remove dependency on unlocked-io.
15903
15904 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15905
15906         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15907
15908         * m4/unlocked-io.m4: Add copyright notice.
15909         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15910
15911 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15914         * lib/xmalloc.c (xmemdup): Likewise.
15915         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15916         XFREE): Remove these long-obsolescent macros.
15917         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15918         * lib/xstrdup.c: Remove.
15919
15920         * lib/regex.c (re_comp): Cast gettext return value to char *,
15921         Problem reported by Martin Neitzel via Mark D. Baushke.
15922
15923 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15924
15925         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15926         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15927         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15928         regex.c, sha1.c, version-etc.c, yesno.c:
15929         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15930         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15931         the includer's responsibility.
15932
15933         Sync from coreutils.
15934
15935         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15936         points to the start of a string, as the C Standard says the
15937         resulting behavior is undefined.
15938
15939         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15940         simple -> simple_backups, numbered_existing ->
15941         numbered_existing_backups, numbered -> numbered_backups
15942         to avoid shadowing problems.  All uses changed.
15943         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15944         * lib/backupfile.c (check_extension, numbered_backup):
15945         Rename locals to avoid shadowing 'basename'.
15946         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15947         once.
15948
15949         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15950         * lib/.cvsignore: Add getopt.h.
15951
15952 2004-10-04  Bruno Haible  <bruno@clisp.org>
15953
15954         * modules/README: New file.
15955         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15956         not a module.
15957
15958 2004-10-02  Jim Meyering  <jim@meyering.net>
15959
15960         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15961
15962 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15963
15964         * modules/strsep: New file.
15965
15966 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15967
15968         * m4/strsep.m4: New file.
15969
15970 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15971
15972         * lib/strsep.h: New file.
15973         * lib/strsep.c: New file.
15974
15975 2004-10-01  Simon Josefsson  <jas@extundo.com>
15976
15977         * lib/snprintf.c (snprintf): Handle size==0.
15978
15979 2004-10-01  Simon Josefsson  <jas@extundo.com>
15980             Bruno Haible  <bruno@clisp.org>
15981
15982         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15983         (snprintf): Declare 'args'.
15984
15985 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15986
15987         * lib/snprintf.c: Remove comments as to why each header is needed.
15988
15989 2004-10-01  Bruno Haible  <bruno@clisp.org>
15990
15991         * MODULES.html.sh: Add strsep.
15992
15993 2004-09-30  Simon Josefsson  <jas@extundo.com>
15994
15995         * modules/snprintf: New file.
15996
15997 2004-09-30  Simon Josefsson  <jas@extundo.com>
15998
15999         * m4/snprintf.m4: New file.
16000
16001 2004-09-30  Simon Josefsson  <jas@extundo.com>
16002
16003         * lib/snprintf.h, lib/snprintf.c: New files.
16004
16005 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16006
16007         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16008         (hol_entry_help): Never translate an empty string.
16009         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16010         * lib/argp.h (OPTION_NO_TRANS): New option.
16011
16012 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * modules/argp (Maintainer): Replace Simon Josefsson
16015         by Sergey Poznyakoff.
16016
16017 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16018
16019         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16020         changes merged back into glibc.
16021
16022 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16025
16026 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16027
16028         * lib/xvasprintf.c: Include xalloc.h.
16029         (xvasprintf): Use xalloc_die, not xmalloc_die.
16030
16031 2004-09-29  Bruno Haible  <bruno@clisp.org>
16032
16033         * modules/alloca-opt: New file, derived from modules/alloca.
16034         * modules/allocsa: Depend on alloca-opt instead of alloca.
16035         * modules/setenv: Likewise.
16036         * modules/vasnprintf: Likewise.
16037         * MODULES.html.sh: Add alloca-opt.
16038
16039 2004-09-28  Simon Josefsson  <jas@extundo.com>
16040
16041         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16042         LGPL, and to replace license template from GPL to LGPL.
16043
16044 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16045
16046         * modules/dummy: Change license to LGPL.
16047
16048 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16051
16052 2004-09-24  Simon Josefsson  <jas@extundo.com>
16053
16054         * modules/minmax (License): Change from GPL to LGPL.
16055
16056 2004-09-23  Simon Josefsson  <jas@extundo.com>
16057
16058         * gnulib-tool (--import): Typo.
16059
16060 2004-09-23  Simon Josefsson  <jas@extundo.com>
16061
16062         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16063
16064 2004-09-22  Bruno Haible  <bruno@clisp.org>
16065
16066         * modules/*: Add 'License' field.
16067         * gnulib-tool: Accept --extract-license option.
16068         (func_get_license): New function.
16069
16070 2004-09-21  Bruno Haible  <bruno@clisp.org>
16071
16072         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16073         Reported by Simon Josefsson.
16074
16075 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16076
16077         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16078         gl_AC_TYPE_LONG_LONG.
16079
16080 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16081
16082         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16083
16084 2004-09-18  Simon Josefsson  <jas@extundo.com>
16085         and  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16088         calls with autoreconf.  Define GL_LIB.
16089
16090 2004-09-14  Karl Berry  <karl@gnu.org>
16091
16092         * config/srclist.txt: unsync setenv.c, sigh.
16093
16094 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16095
16096         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16097         Problem reported by Bruno Haible in:
16098         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16099
16100 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         * config/srclist.txt: Comment out argp-pvh.c.
16103
16104 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16105
16106         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16107         in case some system header has #define'd it.  Problem reported by
16108         Soeren D. Schulze in
16109         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16110
16111 2004-09-09  Karl Berry  <karl@gnu.org>
16112
16113         * regex.[ch]: delete from the root.  These were supposed to be
16114                 synced with emacs cvs, but this has not happened for about
16115                 a year, and anyway nothing else uses emacs regex.[ch].
16116                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16117                 lib/regex[.ch] is untouched.
16118
16119 2004-09-09  Bruno Haible  <bruno@clisp.org>
16120
16121         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16122
16123 2004-09-09  Bruno Haible  <bruno@clisp.org>
16124
16125         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16126         modifications.
16127         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16128
16129 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16130
16131         * modules/xvasprintf: New file.
16132         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16133
16134 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16135
16136         * lib/xvasprintf.h: New file.
16137         * lib/xvasprintf.c: New file.
16138         * lib/xasprintf.c: New file.
16139
16140 2004-09-08  Bruno Haible  <bruno@clisp.org>
16141
16142         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16143
16144 2004-09-08  Bruno Haible  <bruno@clisp.org>
16145
16146         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16147         length is > INT_MAX.
16148         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16149         more.
16150
16151 2004-09-08  Bruno Haible  <bruno@clisp.org>
16152
16153         * lib/stdint_.h: New file, taken from GNU clisp.
16154
16155 2004-09-08  Bruno Haible  <bruno@clisp.org>
16156             Oskar Liljeblad  <oskar@osk.mine.nu>
16157
16158         * modules/stdint: New file.
16159         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16160
16161 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16162
16163         Import from coreutils.
16164         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16165         strings on unbounded length.  alloca's performance benefits aren't
16166         that important here.
16167         (V_STRDUP): Remove.
16168         (parse_with_separator): New function, with most of the internals
16169         of the old parse_user_spec.  Allow user to omit both user and group,
16170         for compatibility with FreeBSD.
16171         Clone only the user name, not the entire spec.
16172         Do not set *uid, *gid unless entirely successful.
16173         Avoid memory leak in some failing cases.
16174         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16175         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16176         (parse_user_spec): Rewrite to use parse_with_separator.
16177
16178 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * modules/userspec: Don't depend on alloca.
16181
16182 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16185
16186 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16189         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16190         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16191
16192 2004-08-16  Simon Josefsson  <jas@extundo.com>
16193
16194         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16195         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16196         Add --dry-run for --import.
16197         Let user provided command line parameters override configure.ac
16198         settings.
16199
16200 2004-08-12  Simon Josefsson  <jas@extundo.com>
16201
16202         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16203         as discussed with Paul Eggert in threads rooted at
16204         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16205         and
16206         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16207         Before, the test was empty, and relied on ELIDE_CODE in source
16208         code.)
16209         (gl_PREREQ_GETOPT): New macro.
16210         (gl_GETOPT): Use them.
16211
16212 2004-08-12  Simon Josefsson  <jas@extundo.com>
16213
16214         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16215         * lib/getopt_.h: Renamed from getopt.h.
16216
16217 2004-08-12  Simon Josefsson  <jas@extundo.com>
16218
16219         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16220         Change default library name from libfoo to libgnu.
16221         Now, if you have a configure.ac that says:
16222                 gl_SOURCE_BASE(gl)
16223                 gl_M4_BASE(gl/m4)
16224                 gl_MODULES(error getopt etcetera)
16225                 gl_INIT
16226         you can import all you need by running:
16227                 ../gnulib/gnulib-tool --import
16228
16229         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16230         (Makefile.am): Rewrite, use logic from argz.
16231         (Include): Use <getopt.h> instead of "getopt.h".
16232
16233 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16234
16235         * modules/argp (Files): Add m4/unlocked-io.m4.
16236         (Depends-on): Add extensions.
16237
16238 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16241         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16242         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16243         Check for program_invocation_name, program_invocation_short_name,
16244         flockfile, funlockfile, features.h, _getopt_long_only_r.
16245
16246 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16247
16248         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16249         its complicated substitute.
16250         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16251         and program_invocation_name.
16252         (__argp_basename) [!_LIBC]: Remove; the only use was
16253         replaced by its body.
16254         (__argp_short_program_name): Change condition from
16255         !defined __argp_short_program_name to
16256         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16257         to match argp-namefrob.h.
16258         (__argp_failure): Don't assume strerror_r returns char *.
16259         * lib/argp-parse.c (N_): Define unconditionally.
16260         (argp_default_options): Fill out initializers with 0 to avoid
16261         gcc warnings.
16262
16263 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16264
16265         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16266         getopt1.c.
16267
16268 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16269
16270         Merge from coreutils.
16271
16272         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16273
16274         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16275         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16276
16277 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         Merge from coreutils.
16280
16281         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16282         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16283         for Reliant Unix 5.43.
16284
16285         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16286         (union fooround): Use uintmax_t, not long int.
16287         The rest is a merge from libc:
16288         [defined _LIBC]: Include <shlib-compat.h>.
16289         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16290
16291         * lib/settime.c (settime): Recode to avoid warning with
16292         Sun Forte C 6U2.
16293
16294         * lib/strverscmp.c: Convert to UTF-8.
16295
16296 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16299         m4/uintmax_t.m4.
16300
16301 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16302
16303         * modules/xalloc-die: New file.
16304         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16305
16306         * modules/md5 (Files): Add m4/uint32_t.m4.
16307         * modules/sha1: Renamed from modules/sha.
16308         (Files):
16309         Rename lib/sha.h to lib/sha1.h.
16310         Rename lib/sha.c to lib/sha1.c.
16311         Rename m4/sha.m4 to m4/sha1.m4.
16312         (lib_SOURCES): Likewise.
16313         (configure.ac): Rename gl_SHA to gl_SHA1.
16314         (Include): sha.h -> sha1.h.
16315
16316 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16319         * m4/sha1.m4: Renamed from sha.m4.
16320         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16321
16322 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16323
16324         * lib/obstack.h (obstack_empty_p):
16325         Don't assume that chunk->contents is suitably aligned.
16326         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16327         Likewise. Problem reported by Benno in
16328         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16329
16330         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16331         readable.  This could be improved further but it'd take some work.
16332
16333 2004-08-08  Simon Josefsson  <jas@extundo.com>
16334
16335         * modules/xgethostname (Depends-on): Remove exit and error (not
16336         used).
16337
16338         * modules/getpass-gnu: Add getpass.h.
16339         (Depends-on): Add stdbool.
16340         * modules/getpass: Add getpass.h.
16341
16342 2004-08-08  Simon Josefsson  <jas@extundo.com>
16343
16344         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16345         Check getpass declaration.
16346
16347 2004-08-08  Simon Josefsson  <jas@extundo.com>
16348
16349         * lib/xgethostname.c: Don't include error.h (not used).
16350
16351         * lib/getpass.h: Add.
16352         * lib/getpass.c: Include getpass.h first.
16353
16354 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16355
16356         * lib/xalloc-die.c: New file.
16357         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16358         All uses removed.
16359         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16360         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16361         xalloc-die.c.
16362         (_, N_, xalloc_die): Move to xalloc-die.c.
16363         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16364         so that we needn't mess with xalloc_msg_memory_exhausted.
16365
16366         * lib/sha1.h: Renamed from sha.h.
16367         (SHA1_H): Renamed from _SHA_H.
16368         (sha1_ctx): Renamed from sha_ctx.
16369         (sha1_init_ctx): Renamed from sha_init_ctx.
16370         (sha1_process_block): Renamed from sha_process_block.
16371         (sha1_process_bytes): Renamed from sha_process_bytes.
16372         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16373         (sha1_read_ctx): Renamed from sha_read_ctx.
16374         (sha1_stream): Renamed from sha_stream.
16375         (sha1_buffer): Renamed from sha_buffer.
16376         * lib/sha1.c: Likewise; renamed from sha.c.
16377         Do not include <sys/types.h>.
16378         Include <stddef.h> rather than <stdlib.h>.
16379
16380 2004-08-08  Bruno Haible  <bruno@clisp.org>
16381
16382         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16383         FILESYSTEM_PREFIX_LEN.
16384         * lib/progreloc.c: Likewise.
16385         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16386
16387 2004-08-06  Simon Josefsson  <jas@extundo.com>
16388
16389         * modules/progname (Depends-on): Don't depend on stdbool.
16390
16391 2004-08-06  Simon Josefsson  <jas@extundo.com>
16392
16393         * modules/getsubopt: New file.
16394         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16395         getsubopt.
16396
16397 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         More merge from coreutils.
16400
16401         * m4/utimens.m4, m4/utimecmp.m4: New files.
16402         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16403         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16404         prereq.m4, sha.m4: Import changes from coreutils.
16405
16406 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         More merge from coreutils.
16409         * modules/raise, modules/readtokens0, modules/utimens:
16410         * modules/utimecmp, module/xnanosleep: New files.
16411         * modules/strftime: Add lib/strftime.h.
16412         Change include from <time.h> to "strftime.h".
16413         * modules/yesno: Add lib/yesno.h.
16414         * modules/backupfile: Remove lib/addext.c.
16415         * modules/euidaccess: Add stat-macros.h.
16416         * modules/canonicalize, modules/euidaccess,
16417         modules/filemode, modules/lchown, modules/makepath,
16418         modules/rmdir, modules/stat: Likewise.
16419
16420 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16421
16422         Merge from tar.
16423         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16424         SIZE_MAX is a valid preprocessor constant.
16425         (__argp_basename): Change from "#ifndef _LIBC"
16426         to "#ifndef __argp_short_program_name", so that
16427         we don't compile these functions for tar.
16428
16429         More merges from coreutils.
16430         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16431         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16432         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16433         * lib/addext.c: Remove; no longer needed.
16434         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16435         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16436         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16437         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16438         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16439         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16440         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16441         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16442         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16443         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16444         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16445         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16446         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16447         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16448         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16449         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16450         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16451         Import changes from coreutils.
16452
16453 2004-08-05  Simon Josefsson  <jas@extundo.com>
16454
16455         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16456
16457 2004-08-05  Simon Josefsson  <jas@extundo.com>
16458
16459         * m4/getsubopt.m4: New file.
16460
16461 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16462
16463         Merge from coreutils.
16464
16465         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16466         * m4/getcwd-path-max.m4: New files.
16467
16468         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16469         FILESYSTEM_PREFIX_LEN ->
16470         FILE_SYSTEM_PREFIX_LEN.
16471         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16472         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16473         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16474         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16475
16476         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16477         prerequisite modules now handle the DOS stuff.
16478         Don't check for unistd.h.
16479
16480 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16481
16482         Merge from coreutils.
16483
16484         * lib/.gdb-history: Remove; this doesn't belong here.
16485
16486         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16487         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16488         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16489         * lib/getcwd.c: New files.
16490
16491         * lib/dirname.h: Include <stdbool.h>.
16492         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16493         for consistency with POSIX terminology.  All uses changed.
16494         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16495         (strip_trailing_slashes): Use bool for booleans.
16496         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16497
16498         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16499         sometimes returns a positive errno value even when it succeeds.
16500         (print_errno_message) [!LIBC]: Fall back on strerror if
16501         __strerror_r fails.
16502
16503         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16504         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16505         (longest_relative_suffix): New function.
16506         (path_concat): Use it.  Assume first argument is not NULL.
16507         Port to DOS.  Omit redundant separators.
16508         Report an error instead of returning NULL.
16509         Use mempcpy instead of memcpy.
16510         (xpath_concat): Remove: not declared or used.
16511
16512         * lib/same.h: Include <stdbool.h>
16513         (same_name): Return bool, not int.
16514         * lib/same.c (same_name): Likewise.
16515         (errno): Don't declare; we assume C89 or better now.
16516
16517         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16518         if not already defined.
16519
16520         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16521         * lib/dup-safer.c (errno): Likewise.
16522
16523 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16524
16525         Merge from coreutils.
16526         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16527         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16528         * modules/path-concat: Don't depend on strdup.
16529
16530 2004-08-03  Simon Josefsson  <jas@extundo.com>
16531
16532         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16533         * lib/progname.h: Don't include stdbool.h.
16534
16535 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16536
16537         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16538         * MODULES.html.sh (func_all_modules): Remove fatal.
16539
16540 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16541
16542         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16543
16544 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16545
16546         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16547         working.
16548
16549 2004-08-02  Simon Josefsson  <jas@extundo.com>
16550
16551         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16552         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16553         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16554
16555 2004-08-01  Simon Josefsson  <jas@extundo.com>
16556
16557         * lib/xgetdomainname.c: Include stdlib.h, for free().
16558
16559 2004-07-19  Bruno Haible  <bruno@clisp.org>
16560
16561         * MODULES.html.sh (func_all_modules): Add dummy.
16562
16563 2004-07-16  Simon Josefsson  <jas@extundo.com>
16564
16565         * modules/dummy: New file.
16566
16567 2004-07-16  Simon Josefsson  <jas@extundo.com>
16568
16569         * lib/dummy.c: New file.
16570
16571 2004-07-16  Bruno Haible  <bruno@clisp.org>
16572
16573         * lib/backupfile.h: Add extern "C" for C++.
16574         * lib/closeout.h: Likewise.
16575         * lib/copy-file.h: Likewise.
16576         * lib/findprog.h: Likewise.
16577         * lib/full-write.h: Likewise.
16578         * lib/pathname.h: Likewise.
16579         * lib/progname.h: Likewise.
16580         * lib/stpcpy.h: Likewise.
16581         * lib/stpncpy.h: Likewise.
16582         * lib/strcase.h: Likewise.
16583         * lib/strstr.h: Likewise.
16584         * lib/xalloc.h: Likewise.
16585
16586         * lib/mbswidth.h: Add extern "C" for C++.
16587         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16588
16589 2004-07-13  Robert Millan  <robertmh@gnu.org>
16590
16591         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16592
16593 2004-07-09  Simon Josefsson  <jas@extundo.com>
16594
16595         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16596         failed without this.)
16597
16598 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16599
16600         * modules/chown (Files): Add lib/fchown-stub.c, since
16601         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16602
16603 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * lib/fchown-stub.c: New file.
16606
16607 2004-06-24  Jim Meyering  <jim@meyering.net>
16608
16609         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16610
16611 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16612
16613         * modules/argz: Omit "#include".
16614
16615         * MODULES.html.sh (func_all_modules): Add calloc, to match
16616         2004-06-01 addition of calloc module.
16617
16618 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * m4/argz.m4: New file, which is autoupdated from libtool.
16621
16622 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16625         libtool.
16626
16627 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * config/srclist-update: Don't insist on "USA." before the
16630         close-comment, as libtool omits the period and puts the */ on a
16631         separate line.
16632         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16633         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16634
16635 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16636
16637         * modules/argz: New file.
16638         * MODULES.html.sh (func_all_modules): Add argz.
16639
16640 2004-06-12  Jim Meyering  <jim@meyering.net>
16641         and  Paul Eggert  <eggert@cs.ucla.edu>
16642
16643         * modules/hash (Files): Add lib/xalloc.h.
16644         * modules/pipe (Depends-on): Add wait-process.
16645         * modules/stat (Depends-on): Add xalloc.
16646         * modules/userspec (Files): Add lib/userspec.h.
16647         * modules/xstrto
16648
16649         Upgrade from gettext-0.13.
16650         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16651         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16652         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16653
16654 2004-06-10  Jim Meyering  <jim@meyering.net>
16655
16656         * lib/calloc.c: New file.
16657
16658 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16659
16660         * lib/getdate.y (yylex): Allow space between sign and number.
16661         Problem reported by Dan Jacobson.
16662
16663 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16664
16665         Merge from coreutils CVS.
16666
16667         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16668         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16669         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16670         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16671         xstrtol.m4: Fix copyright date and/or serial number.
16672
16673         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16674         See if we need an fchown replacement.
16675         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16676         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16677         and use the replacement function if we detect either defect.
16678
16679         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16680         gl_UTIMECMP.
16681
16682 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16683         and  Jim Meyering  <jim@meyering.net>
16684
16685         Merge from coreutils CVS.
16686
16687         * lib/stat-macros.h: New file, with contents from file-type.h
16688         and coreutils' system.h.
16689         * lib/file-type.c: Include "stat-macros.h".
16690         * lib/file-type.h (file_type): Move all macro definitions to new file,
16691         stat-macros.h.
16692
16693         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16694         Wrap old code with this conditional.
16695         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16696         function that does not dereference symlinks.
16697         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16698
16699         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16700         dependency problems.
16701         (xreadlink): Accept new arg SIZE, for efficiency.
16702         All decls and uses changed.
16703         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16704
16705         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16706         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16707
16708         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16709         sysexits.h.
16710
16711 2004-06-01  Jim Meyering  <jim@meyering.net>
16712
16713         * m4/calloc.m4: New file.
16714
16715 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16716
16717         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16718         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16719         Also, fix a typo in a diagnostic.
16720
16721 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16722
16723         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16724         or AC_FUNC_REALLOC.
16725
16726 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16727
16728         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16729         macros to be defined.
16730         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16731         the allocator returns NULL because the requested size is zero.
16732
16733 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16734
16735         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16736         var.  Add comment explaining why libc still defines it.  This
16737         merges the following patch from glibc:
16738         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16739
16740 2004-05-20  Andreas Schwab  <schwab@suse.de>
16741
16742         * m4/free.m4: Replace free if it not known to work, not the other
16743         way round.
16744
16745 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16746
16747         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16748         present in glibc since revision 1.1 of this file.
16749         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16750         obstack_alignment_mask, obstack_alloc, obstack_base,
16751         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16752         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16753         obstack_grow0, obstack_init, obstack_int_grow,
16754         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16755         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16756         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16757         nonexistent functions.
16758
16759 2004-05-18  Karl Berry  <karl@gnu.org>
16760
16761         * config/srclist.txt: break link for vasnprintf.c.
16762
16763 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16764
16765         Port obstack to the AS/400, where pointers are 16 bytes wide and
16766         you cannot cast an integer to a valid pointer.  This patch is
16767         currently waiting to be integrated into glibc; see
16768         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16769
16770         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16771         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16772         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16773         (struct obstack): temp member is now a union of a pointer and
16774         an integer, instead of an integer.  All integer uses changed.
16775         This does not affect the physical layout of struct obstack,
16776         except on hosts (like the AS/400) where the size or alignment of
16777         void * is greater than that of ptrdiff_t.
16778         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16779         __STDC__)]: Store temporary in pointer member of union, not
16780         integer member.
16781         * lib/obstack.c: Include <stddef.h>, for offsetof.
16782         (struct fooalign): Remove; it doesn't need a name.
16783         (union fooround): Change double to long double, and add void *.
16784         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16785         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16786         not a macro.  Hence the values are always int; so remove all
16787         casts-to-int in uses.
16788
16789 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16790
16791         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16792         we can get this patch merged into glibc.
16793
16794 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16795             Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         * m4/argp: Depend on alloca.
16798
16799 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16800             Paul Eggert  <eggert@cs.ucla.edu>
16801
16802         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16803         freecoding.
16804
16805 2004-05-17  Bruno Haible  <bruno@clisp.org>
16806
16807         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16808         precision that consists of a '.' followed by an empty digit string.
16809         Patch by Tor Lillqvist <tml@iki.fi>.
16810
16811 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16814         for backward compatibility with older code.  We need our own
16815         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16816         it under some other name, and our alloca.h will define it.
16817
16818 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16819             Derek Price  <derek@ximbiot.com>
16820
16821         * lib/alloca.c: Include <alloca.h>, to get our interface.
16822         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16823         include <alloca.h> first.  Use C89 prototype for alloca; this
16824         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16825         Use #elif for simplicity, since we can assume C89 now.
16826         Don't try to source the system alloca.h since it will not be found
16827         and to prevent recursively including its replacement.
16828         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16829         * lib/regex.c: Likewise.
16830
16831 2004-05-16  Derek Price  <derek@ximbiot.com>
16832             Paul Eggert  <eggert@cs.ucla.edu>
16833
16834         getline cleanup.  This changes the getndelim2 API: both order of
16835         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16836         no delimiter).
16837
16838         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16839         interface does that.
16840         (getline): Always use getdelim, so that we don't have two
16841         copies of this code.
16842         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16843         if available.
16844         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16845         (GETNDELIM2_MAXIMUM): New macro.
16846         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16847         instead of the old practice of delim2==0.  All callers changed.
16848         Return -1 on overflow, instead of returning junk.
16849         Do not set *linesize unless allocation succeeds.
16850         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16851         that we include sys/types.h.
16852         * lib/getnline.h: Likewise.
16853         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16854         (getndelim2): Reorder arguments.
16855         * lib/getnline.c (getnline, getndelim):
16856         Don't discard the NMAX argument.
16857         (getnline): Invoke getndelim, to avoid code duplication.
16858         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16859         of (size_t) -1 by callers of the getnline family.
16860
16861 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16862
16863         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16864         Check for gettimeofday.
16865         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16866         Check for settimeofday, stime.
16867
16868 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * lib/nanosleep.c (suspended): Change its type from int to
16871         sig_atomic_t volatile.
16872         (first_call): Make it private to rpl_nanosleep, and have it
16873         be zero initially as that's a bit faster.
16874         (my_usleep): Round up fractional times instead of truncating them,
16875         as this is the usual meaning for 'sleep'.
16876
16877         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16878         doesn't work.
16879         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16880         (ENOSYS): Define if not defined.
16881         (settime): Fall back on stime if it exists and settimeofday fails.
16882         But don't bother with fallbacks if a method fails with errno == EPERM.
16883
16884 2004-05-11  Jim Meyering  <jim@meyering.net>
16885
16886         Prior to this change, the save_cwd caller required read access to the
16887         current directory on most systems (ones with the fchdir function).
16888
16889         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16890         fails, try write-only, and finally, resort to using xgetcwd.
16891
16892 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16893
16894         * lib/obstack.c, obstack.h: Import changes from libc.
16895
16896 2004-04-28  Bruno Haible  <bruno@clisp.org>
16897
16898         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16899         also implicitly appends .exe to executables.
16900         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16901         accepts Windows pathnames.
16902         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16903         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16904         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16905         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16906         Reported by Derek Robert Price <derek@ximbiot.com>.
16907
16908 2004-04-21  Karl Berry  <karl@gnu.org>
16909
16910         * config/srclist.txt (localcharset.c): break sync.
16911
16912 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16913
16914         * m4/host-os.m4: Add a copyright notice.
16915
16916 2004-04-20  Jim Meyering  <jim@meyering.net>
16917
16918         Change UTILS_ to gl_ in AC_DEFINE'd names.
16919         Change utils_- and jm_-prefixed variables, too.
16920         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16921         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16922         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16923
16924         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16925         Don't emit trailing blanks.
16926         Also rename jm_-prefixed variables to have gl_ prefix.
16927
16928         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16929         Also rename jm_-prefixed variables to have gl_ prefix.
16930
16931         * m4/jm-macros.m4: Reflect the renamings.
16932         * m4/prereq.m4: Likewise.
16933
16934 2004-04-20  Jim Meyering  <jim@meyering.net>
16935
16936         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16937         memory.
16938
16939 2004-04-20  Jim Meyering  <jim@meyering.net>
16940             Bruno Haible  <bruno@clisp.org>
16941
16942         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16943         memory when realloc fails.
16944
16945 2004-04-19  Jim Meyering  <jim@meyering.net>
16946
16947         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16948         now that readutmp.c may call `free (0)'.
16949
16950 2004-04-19  Bruno Haible  <bruno@clisp.org>
16951
16952         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16953         * m4/inttypes_h.m4: Likewise.
16954         * m4/stdint_h.m4: Likewise.
16955         * m4/intmax_t.m4: Likewise.
16956         * m4/uintmax_t.m4: Likewise.
16957
16958 2004-04-18  Jim Meyering  <jim@meyering.net>
16959
16960         * m4/prereq.m4: Don't forbid jm_ prefix.
16961
16962         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16963         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16964         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16965         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16966         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16967         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16968         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16969         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16970         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16971         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16972         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16973         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16974         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16975         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16976         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16977         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16978         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16979         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16980         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16981
16982 2004-04-18  Jim Meyering  <jim@meyering.net>
16983
16984         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16985         failure, don't leak memory and do call END_UTMP_ENT.
16986
16987 2004-04-16  Jim Meyering  <jim@meyering.net>
16988
16989         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16990         coreutils' stat program.
16991         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16992
16993 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16994
16995         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16996         C89.
16997         (CHAR_BIT): Remove, since we assume C89.
16998         Include <stdint.h> if available, as per current Autoconf CVS advice.
16999
17000 2004-03-31  Jim Meyering  <jim@meyering.net>
17001
17002         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17003         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17004         * m4/xalloc.m4: Likewise.
17005
17006 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17007
17008         Merge from coreutils.
17009
17010         * m4/inttostr.m4: New file.
17011         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17012         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17013         Require gl_CLOCK_TIME.
17014         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17015
17016 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17017
17018         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17019         not bool, to be more consistent with Unix conventions.
17020         Suggested by Bruno Haible.
17021
17022         Merge from coreutils.
17023
17024         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17025         * lib/umaxtostr.c: New files.
17026
17027         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17028         the usual <time.h> dance.
17029         (get_date): Change signature to support fractional time stamps.
17030         All callers changed.
17031         * lib/getdate.y: Include "getdate.h" first, as we can now
17032         assume C89 and don't need to worry about 'const'.
17033         Similarly, include "unlocked-io.h" near start, not in middle.
17034         Include <limits.h>.
17035         (textint.value): Use long int rather than int.
17036         (textint.digits): Use size_t rather than int.
17037         (BILLION, LOG10_BILLION): New constants.
17038         (parser_control): New member rel_ns.  Members day_ordinal,
17039         time_zone, month, day, hour, minutes, rel_year, rel_month,
17040         rel_day, rel_hour, rel_minutes, rel_seconds
17041         are now long int, not int.  Member seconds is now struct timespec,
17042         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17043         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17044         not int.
17045         (%union.intval): Now long int, not int.
17046         New member timespec.
17047         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17048         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17049         (spec): Now is a timespec or an item list.
17050         (timespec, items): New nonterminals.
17051         (time, rel, relunit, number, get_date):
17052         Add support for fractional seconds.
17053         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17054         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17055         (to_hour): First arg is now long int, not int.
17056         (to_year): Returns long int, not int.
17057         Don't treat year -70 like 70.
17058         (tm_diff): Returns long int, not int.
17059         (lookup_word): Use bool instead of int when appropriate.
17060         (yylex): Use size_t for count, not int.
17061         Detect overflow when parsing large integer constants.
17062         Add support for fractions.
17063         (get_date): Make pointers 'const' if possible.
17064         Use more-portable code to detect integer overflow.
17065         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17066         Don't use ctime; it's not reliable if the year has >4 digits.
17067
17068         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17069         This is for compatibility with BSD.
17070
17071         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17072         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17073         From coreutils' system.h.
17074
17075         * lib/userspec.c: Don't include "posixver.h".
17076         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17077         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17078         compatible extension.  Simplify code by removing a boolean int
17079         that was always nonzero if a string was nonnull.
17080
17081 2004-03-30  Jim Meyering  <jim@meyering.net>
17082
17083         Merge from coreutils.
17084
17085         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17086         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17087         on some systems one must include <grp.h> before it.
17088         Reported by Christian Krackowizer.
17089
17090 2004-03-30  Jim Meyering  <jim@meyering.net>
17091
17092         Merge from coreutils.
17093
17094         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17095
17096         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17097         an empty input stream.
17098
17099         * lib/readtokens.c: Include <stdbool.h>.
17100         (readtoken): Use `size_t' rather than int/long.
17101         All callers adjusted.
17102         Use `bool' rather than `int' where appropriate.
17103         Use memset rather than an explicit loop.
17104         Use x2nrealloc rather than xrealloc.
17105         Allow the use of `\0' as a delimiter.
17106         (readtokens): Likewise.
17107         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17108
17109 2004-03-30  Jim Meyering  <jim@meyering.net>
17110
17111         * m4/realloc.m4: Remove file, since now it does no more than
17112         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17113         the `configure.ac' section of module/realloc.
17114         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17115
17116 2004-03-30  Bruno Haible  <bruno@clisp.org>
17117
17118         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17119         nonnull.
17120
17121 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17122
17123         Merge changes to getloadavg.c from coreutils and Emacs.
17124
17125         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17126         Define to an expression, not to the empty string.
17127         Include cloexec.h and xalloc.h.
17128         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17129         Use set_cloexec_flag rather than rolling our own.
17130         * lib/cloexec.c, lib/cloexec.h: New files.
17131
17132 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17133
17134         * m4/cloexec.m4: New file.
17135
17136 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17137
17138         * lib/getopt.h: Sync with libc CVS.
17139
17140 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17141             Bruno Haible  <bruno@clisp.org>
17142
17143         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17144         mbswidth.
17145
17146 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17147             Bruno Haible  <bruno@clisp.org>
17148
17149         * lib/mbswidth.h: Include <wchar.h> only if
17150         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17151         <wchar.h>.
17152         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17153
17154 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17155
17156         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17157         Sync with libc CVS.
17158         * lib/getopt_int.h: New file, also synced from libc.
17159
17160 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17161
17162         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17163         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17164         Bring back getopt.c, getopt.h, getopt1.c.
17165
17166 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17167
17168         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17169         All uses changed.  Check for sa_sigaction member; this fixes
17170         a bug first reported by Jason Andrade in
17171         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17172
17173 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17174
17175         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17176         '#if' expressions.  Unlike the code it replaces, it does not
17177         depend on (defined _SC_PAGESIZE).  However, it does depend on
17178         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17179         first reported by Jason Andrade in
17180         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17181
17182 2004-02-25  Simon Josefsson  <jas@extundo.com>
17183
17184         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17185
17186 2004-02-25  Simon Josefsson  <jas@extundo.com>
17187
17188         * lib/strdup.h: New file.
17189         * lib/strdup.c: Include it.
17190         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17191         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17192
17193 2004-02-23  Karl Berry  <karl@gnu.org>
17194
17195         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17196         (from fencepost.gnu.org:/gd/gnuorg).
17197
17198 2004-02-23  Karl Berry  <karl@gnu.org>
17199
17200         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17201         * config/srclist.txt: add maintain/standards documents.
17202
17203 2004-02-18  Bruno Haible  <bruno@clisp.org>
17204
17205         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17206         Reported by Derek Robert Price <derek@ximbiot.com>.
17207
17208 2004-02-16  Karl Berry  <karl@gnu.org>
17209
17210         * config/mkinstalldirs, install-sh: update from automake.
17211
17212 2004-02-06  Karl Berry  <karl@gnu.org>
17213
17214         * m4/po.m4: update from gettext 0.14.1.
17215
17216 2004-02-06  Karl Berry  <karl@gnu.org>
17217
17218         * lib/config.charset: update from gettext 0.14.1.
17219
17220 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17221
17222         Add comments and code, prompted by suggestions from Bruno Haible
17223         for sh-quote.
17224         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17225         describing the enum quoting_style values.
17226         * lib/quotearg.c (quotearg_alloc): New function.
17227         (quotearg_buffer_restyled): Treat lone { and } as special.
17228         Treat = as special.  Work around bug with older shells
17229         that "see" a '\' that is really the 2nd byte of a multibyte char.
17230         Quote empty string with shell_quoting_style.
17231
17232 2004-02-03  Bruno Haible  <bruno@clisp.org>
17233
17234         * m4/pipe.m4: New file, from GNU gettext.
17235
17236 2004-02-03  Bruno Haible  <bruno@clisp.org>
17237
17238         * lib/pipe.h: New file, from GNU gettext.
17239         * lib/pipe.c: New file, from GNU gettext.
17240
17241 2004-01-27  Bruno Haible  <bruno@clisp.org>
17242
17243         * m4/execute.m4: New file, from GNU gettext.
17244
17245 2004-01-27  Bruno Haible  <bruno@clisp.org>
17246
17247         * lib/execute.h: New file, from GNU gettext.
17248         * lib/execute.c: New file, from GNU gettext.
17249         * lib/w32spawn.h: New file, from GNU gettext.
17250
17251 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17252
17253         Merge from diffutils.
17254
17255         * lib/file-type.c (file_type): Add typed memory objects.
17256         * lib/file-type.h (S_TYPEISTMO): New macro.
17257
17258         * lib/c-stack.h (c_stack_action): Remove argv argument.
17259         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17260         (die): Don't calculate message unless segv_action returns.
17261         (get_stack_location, min_address_from_argv, max_address_from_argv,
17262         volatile stack_base, volatile_stack_size): Remove.
17263         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17264         that every segmentation violation is a stack overflow.  (Ouch!)
17265         See Debian bug 136249 (still outstanding) for more info about why
17266         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17267
17268 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17269
17270         Exit-status fix from coreutils.
17271
17272         Use exit_failure consistently in place of EXIT_FAILURE,
17273         so that program exit statuses are consistent on failure.
17274
17275         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17276         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17277         * lib/argmatch.h: Comment fix to match the above.
17278         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17279         Now a macro referring to exit_failure, instead of a separate
17280         variable.  Include "exitfail.h" to get it.
17281         * lib/xstrtol.h: Include "exitfail.h".
17282         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17283
17284         * lib/long-options.c (parse_long_options): Use prototype
17285         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17286         for clarity.
17287
17288 2004-01-21  Jim Meyering  <jim@meyering.net>
17289
17290         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17291         so as not to conflict with a different-sized __mktime_internal
17292         function in GNU libc.
17293         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17294         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17295
17296 2004-01-20  Karl Berry  <karl@gnu.org>
17297
17298         * config/config.guess: update from config.
17299
17300         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17301
17302 2004-01-20  Bruno Haible  <bruno@clisp.org>
17303
17304         Safer stack allocation.
17305         * lib/setenv.c: Include allocsa.h.
17306         (alloca): Remove fallback definition.
17307         (freea): Remove macro.
17308         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17309         instead of freea.
17310
17311 2004-01-20  Bruno Haible  <bruno@clisp.org>
17312
17313         * m4/eealloc.m4: New file, from GNU gettext.
17314
17315 2004-01-20  Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/allocsa.m4: New file, from GNU gettext.
17318
17319 2004-01-20  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/xallocsa.h: New file, from GNU gettext.
17322         * lib/xallocsa.c: New file, from GNU gettext.
17323
17324 2004-01-20  Bruno Haible  <bruno@clisp.org>
17325
17326         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17327
17328 2004-01-20  Bruno Haible  <bruno@clisp.org>
17329
17330         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17331         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17332         specially.
17333
17334 2004-01-20  Bruno Haible  <bruno@clisp.org>
17335
17336         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17337         patch.
17338
17339 2004-01-20  Bruno Haible  <bruno@clisp.org>
17340
17341         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17342
17343 2004-01-20  Bruno Haible  <bruno@clisp.org>
17344
17345         * lib/eealloc.h: New file.
17346
17347 2004-01-20  Bruno Haible  <bruno@clisp.org>
17348
17349         * lib/binary-io.h: Avoid warnings on Cygwin.
17350
17351 2004-01-20  Bruno Haible  <bruno@clisp.org>
17352
17353         * lib/allocsa.h: New file, from GNU gettext.
17354         * lib/allocsa.c: New file, from GNU gettext.
17355
17356 2004-01-18  Karl Berry  <karl@gnu.org>
17357
17358         * doc/gpl.texi, doc/lgpl.texi: new files.
17359
17360 2004-01-18  Karl Berry  <karl@gnu.org>
17361
17362         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17363         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17364
17365 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17366
17367         Merge from coreutils.
17368
17369         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17370         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17371         (gl_DEFAULT_POSIX2_VERSION): Move
17372         the documentation from 'configure' into 'config.hin',
17373         so that 'configure --help' isn't burdened by it and
17374         we don't have to worry about its formatting there.
17375         Reword the documentation so that it's more succinct
17376         and can be run together into a single paragraph.
17377         * m4/same.m4 (gl_SAME): Check for pathconf.
17378
17379 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17380
17381         Merge from coreutils.
17382
17383         * lib/posixver.c: Include posixver.h.
17384
17385         * lib/same.c: Include <stdbool.h>, <limits.h>.
17386         (_POSIX_NAME_MAX): Define if not defined.
17387         (MIN): New macro.
17388         (same_name): If file names are silently truncated, report
17389         that the file names are the same if they are the same after
17390         the silent truncation.
17391
17392         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17393         conversion function.
17394         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17395         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17396         longer needed.
17397
17398 2004-01-15  Jim Meyering  <jim@meyering.net>
17399
17400         Merge from coreutils.
17401
17402         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17403         if no library is required.
17404         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17405         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17406         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17407         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17408         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17409         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17410         value, $ac_cv_search_crypt, if it's "none required".
17411         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17412         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17413         not gl_FUNC_GETLOADAVG.
17414         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17415         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17416
17417 2004-01-15  Jim Meyering  <jim@meyering.net>
17418
17419         Merge from coreutils.
17420
17421         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17422         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17423         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17424
17425         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17426         optional configure-time default.
17427
17428         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17429
17430         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17431
17432 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17433
17434         Merge from coreutils.
17435
17436         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17437         value, $ac_cv_search_nanosleep, if it's "none required".
17438
17439 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17440
17441         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17442         with like-named macro in fnmatch.c.
17443         (EXT): Use an internal constant instead.
17444
17445         Merge fnmatch patches from glibc.
17446         * lib/fnmatch.c (mbsinit): Remove define.
17447         Add libc_hidden_ver (__fnmatch, fnmatch).
17448         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17449         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17450
17451 2004-01-14  Karl Berry  <karl@gnu.org>
17452
17453         * config/install-sh: update from automake.
17454
17455 2004-01-13  Karl Berry  <karl@gnu.org>
17456
17457         * config/install-sh: update from automake.
17458
17459 2004-01-09  Karl Berry  <karl@gnu.org>
17460
17461         * config/install-sh: update from automake.
17462
17463 2004-01-05  Karl Berry  <karl@gnu.org>
17464
17465         * config/config.{sub,guess}: update from config.
17466
17467 2003-12-31  Karl Berry  <karl@gnu.org>
17468
17469         * config/depcomp: update from automake.
17470
17471 2003-12-14  Karl Berry  <karl@gnu.org>
17472
17473         * lib/config.charset: update from gettext-runtime.
17474
17475 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17476
17477         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17478         Bug reported by Alfred M. Szmidt.
17479
17480 2003-12-03  Bruno Haible  <bruno@clisp.org>
17481
17482         * m4/gettext.m4: Upgrade from gettext-0.13.
17483         * m4/po.m4: Upgrade from gettext-0.13.
17484         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17485         * m4/intmax.m4: New file, from gettext-0.13.
17486         * m4/printf-posix.m4: New file, from gettext-0.13.
17487
17488 2003-11-29  Karl Berry  <karl@gnu.org>
17489
17490         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17491
17492 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17493             Bruno Haible  <bruno@clisp.org>
17494
17495         * lib/printf-parse.h: Don't include sys/types.h.
17496         (ARG_NONE): New macro.
17497         (char_directive): Change type of *arg_index fields to size_t.
17498         * lib/printf-parse.c: Don't include sys/types.h.
17499         (SSIZE_MAX): Remove macro.
17500         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17501         Remove unnecessary overflow check.
17502         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17503         fields.
17504
17505 2003-11-25  Bruno Haible  <bruno@clisp.org>
17506
17507         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17508
17509 2003-11-25  Bruno Haible  <bruno@clisp.org>
17510
17511         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17512         gt_TYPE_SSIZE_T.
17513
17514 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17515
17516         * modules/alloca: Remove dependency on xalloc.
17517
17518 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17519
17520         * lib/alloca.c: Remove dependency on xalloc module.
17521         (xalloc_die): Remove.
17522         (memory_full) [!defined emacs]: New macro.
17523         [!defined emacs]: Don't include xalloc.h.
17524         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17525         address arithmetic overflows.  Change datatypes a bit to avoid
17526         unnecessary casts.
17527
17528 2003-11-22  Jim Meyering  <jim@meyering.net>
17529
17530         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17531         s/size/size_t/.
17532
17533 2003-11-21  Karl Berry  <karl@gnu.org>
17534
17535         * config/config.{sub,guess}: update from config.
17536
17537 2003-11-18  Karl Berry  <karl@gnu.org>
17538
17539         * config/config.{sub,guess}: update from config.
17540
17541         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17542
17543 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17544
17545         * README: Mention that S+T cannot overflow if S is the size of
17546         an existing object and T is sufficiently small.
17547
17548 2003-11-17  Jim Meyering  <jim@meyering.net>
17549
17550         On systems without utime and without a utimes function capable of
17551         dealing with a NULL struct utimbuf* argument, this utime replacement
17552         could -- in unusual circumstances -- leak a file descriptor.
17553         * lib/utime.c: Include <unistd.h> and <errno.h>.
17554         (utime_null): Be sure to close `fd' and to preserve errno.
17555         Reported by Geoff Collyer via Arnold Robbins.
17556
17557 2003-11-17  Bruno Haible  <bruno@clisp.org>
17558
17559         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17560         (Depends-on): Add xsize.
17561
17562 2003-11-17  Bruno Haible  <bruno@clisp.org>
17563
17564         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17565
17566 2003-11-17  Bruno Haible  <bruno@clisp.org>
17567
17568         * lib/vasnprintf.c (alloca): Remove fallback definition.
17569         (freea): Remove definition.
17570         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17571         Reported by Paul Eggert.
17572
17573 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17574             Bruno Haible  <bruno@clisp.org>
17575
17576         Protect against address arithmetic overflow.
17577         * lib/printf-args.h: Include stddef.h.
17578         (arguments): Change type of field 'count' to size_t.
17579         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17580         'unsigned int' where appropriate.
17581         * lib/printf-parse.h: Include sys/types.h.
17582         (char_directive): Change type of *arg_index fields to ssize_t.
17583         (char_directives): Change type of fields 'count', max_*_length to
17584         size_t.
17585         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17586         (SSIZE_MAX): Define fallback value.
17587         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17588         instead of 'int' where appropriate. Check a_allocated, d_allocated
17589         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17590         * lib/vasnprintf.c: Include xsize.h.
17591         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17592         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17593         overflow. Avoid wraparound when converting a width or precision from
17594         decimal to binary.
17595
17596 2003-11-16  Bruno Haible  <bruno@clisp.org>
17597
17598         Update from GNU gettext.
17599         * lib/printf-parse.c: Generalize to it can be compiled for wide
17600         strings.
17601         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17602         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17603         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17604         SNPRINTF): New macros.
17605         Don't include <alloca.h> if the file is used inside libintl.
17606         (local_wcslen): New function, for Solaris 2.5.1.
17607         (VASNPRINTF): Use it instead of wcslen.
17608
17609 2003-11-16  Bruno Haible  <bruno@clisp.org>
17610
17611         * lib/xsize.h (xmax): New function.
17612         (xsum, xsum3, xsum4): Declare as "pure" functions.
17613
17614 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17615
17616         * modules/xalloc (Files): Undo latest change, since xalloc.h
17617         no longer needs SIZE_MAX or PTRDIFF_MAX.
17618
17619 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17620
17621         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17622         gl_PTRDIFF_MAX.
17623
17624 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17625
17626         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17627         "return", to pacify some unknown compiler.  Problem reported
17628         by Joerg Schilling.
17629
17630 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17631
17632         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17633         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17634         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17635         heuristic is just as accurate as far as we know, and it removes a
17636         dependency on size_max.m4 and ptrdiff_max.m4.
17637
17638 2003-11-11  Bruno Haible  <bruno@clisp.org>
17639
17640         * modules/xsize (Files): Add m4/size_max.m4.
17641         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17642
17643 2003-11-11  Bruno Haible  <bruno@clisp.org>
17644
17645         * m4/size_max.m4: New file.
17646         * m4/ptrdiff_max.m4: New file.
17647         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17648         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17649         (gl_XALLOC): Invoke it.
17650
17651 2003-11-11  Bruno Haible  <bruno@clisp.org>
17652
17653         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17654         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17655         defined.
17656
17657 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17658
17659         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17660         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17661         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17662         From Bruno Haible.
17663         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17664         not (size_t) -1, since it's defined here.
17665
17666 2003-11-09  Karl Berry  <karl@gnu.org>
17667
17668         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17669
17670 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17671
17672         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17673         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17674         Reject sizes of exactly SIZE_MAX bytes.
17675         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17676         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17677
17678 2003-11-05  Bruno Haible  <bruno@clisp.org>
17679
17680         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17681         SIZE_MAX defined in <limits.h> on Solaris.
17682
17683 2003-11-04  Jim Meyering  <jim@meyering.net>
17684
17685         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17686         variable names, rather than @VAR@.
17687         * modules/poll: Likewise.
17688
17689 2003-11-04  Bruno Haible  <bruno@clisp.org>
17690
17691         * modules/xsize: New file.
17692         * modules/linebreak: Depend on xsize.
17693         * MODULES.html.sh (func_all_modules): Add xsize.
17694
17695 2003-11-04  Bruno Haible  <bruno@clisp.org>
17696
17697         * m4/xsize.m4: New file.
17698
17699 2003-11-04  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/xsize.h: New file.
17702         * lib/linebreak.c: Include xsize.h.
17703         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17704         argument for overflow.
17705         Suggested by Paul Eggert.
17706
17707 2003-11-03  Karl Berry  <karl@gnu.org>
17708
17709         * config/config.{guess,sub}: update from config.
17710
17711 2003-11-03  Jim Meyering  <jim@meyering.net>
17712
17713         * modules/userspec (lib_SOURCES): Add userspec.h.
17714         (Include): Add "userspec.h".
17715         Improve description.
17716
17717 2003-11-03  Jim Meyering  <jim@meyering.net>
17718
17719         * lib/userspec.c: Include "userspec.h".
17720         * lib/userspec.h: New file.
17721
17722 2003-11-03  Bruno Haible  <bruno@clisp.org>
17723
17724         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17725
17726 2003-11-03  Bruno Haible  <bruno@clisp.org>
17727
17728         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17729         available, to avoid (extremely rare) race condition.
17730         Suggested by Paul Eggert.
17731
17732 2003-11-02  Karl Berry  <karl@gnu.org>
17733
17734         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17735
17736 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17737
17738         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17739         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17740         (read_filesystem_list): Set and use me_type_malloced.
17741         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17742         whatever the type happens to be), for brevity and consistency.
17743         Check for size calculation overflow on Alphas running OSF/1.
17744
17745 2003-10-31  Jim Meyering  <jim@meyering.net>
17746
17747         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17748
17749         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17750
17751 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17752             Bruno Haible  <bruno@clisp.org>
17753
17754         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17755         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17756
17757 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17758
17759         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17760         netbsd*-gnu*.  Suggested by Robert Millan.
17761
17762 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17763
17764         * modules/group-member: Depend on stdbool.
17765
17766 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17767
17768         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17769
17770 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17771
17772         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17773         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17774         after the 'gnu' in these cases.  This fixes some bugs in the
17775         previous change, and is based on suggestions by Robert Millan.
17776
17777 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17778
17779         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17780         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17781         no longer needed.
17782         * lib/quotearg.c (quotearg_n_options): Use it.
17783         * lib/group-member.c: Include <stdbool.h>.
17784         (free_group_info): Arg is now const *; don't free arg.
17785         (get_group_info): Now returns bool and accepts struct group_info *,
17786         rather than returning a malloc'ed struct group_info *.
17787         All uses changed.  Check for overflow in internal size calculation.
17788
17789         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17790         rather than xmalloc/xrealloc.
17791         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17792         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17793         conformance bug: the old code used a pointer after freeing the
17794         storage that it addressed.
17795         * lib/hash.c (hash_initialize): Simplify the code by using
17796         xalloc_oversized rather than doing it by hand.
17797         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17798         the buffer preserved.  Use free and xmalloc instead.
17799         * lib/quotearg.c (quotearg_n_options): Likewise.
17800         Use a simpler test for size overflow.  Don't use xalloc_oversized
17801         because unsigned int might be wider than size_t (!); this suggests
17802         that we should switch from unsigned int to size_t for slot numbers.
17803
17804 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17805
17806         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17807         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17808         NetBSD kernels.  Requested by Richard Stallman.
17809
17810 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17811
17812         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17813         to allocate the returned structure.  Do not allocate a subarray,
17814         as x2nrealloc will do that.
17815         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17816         instead of xnrealloc.
17817         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17818
17819 2003-10-27  Bruno Haible  <bruno@clisp.org>
17820
17821         * lib/stdbool_.h: Better support for BeOS.
17822
17823 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17824
17825         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17826         now uses inline.
17827
17828 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17829
17830         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17831         callers that want to do their own size-overflow checking.  Include
17832         <stdbool.h>, since xalloc_oversized returns bool.
17833         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17834         to use xalloc_oversized.
17835
17836         Add two functions x2realloc, x2nrealloc, for programs that grow
17837         arrays dynamically by doubling their sizes.
17838         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17839         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17840         New functions.
17841
17842         Port to C99 semantics for 'inline' of external functions.
17843         Bug reported by Bruno Haible.
17844         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17845         with the old contents of xnmalloc.
17846         (xnmalloc, xmalloc): Use it.
17847         (xnrealloc_inline): New static inline function,
17848         with the old contents of xnrealloc.
17849         (xnrealloc, xrealloc): Use it.
17850
17851         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17852         that.
17853
17854 2003-10-26  Karl Berry  <karl@gnu.org>
17855
17856         * config/srclist.txt (COPYING.DOC): no longer available from
17857         /gd/gnuorg; don't know where the ultimate source is.
17858
17859 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17860
17861         Fix several address-calculation bugs in the hash modules,
17862         plus some minor code cleanup.
17863
17864         * lib/hash.h: Include <stdbool.h>, for bool.
17865         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17866         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17867         hash_get_n_entries, hash_get_max_bucket_length,
17868         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17869         hash_rehash): Use size_t rather than unsigned.
17870         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17871         hash_get_n_buckets_used, hash_get_n_entries,
17872         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17873         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17874         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17875         Likewise.
17876         (SIZE_MAX): Define if not defined.
17877         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17878         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17879         hash_print):
17880         Use const * when possible.
17881         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17882         (check_tuning): Fix bug: if tuning parameters were very close to
17883         0 or 1, rounding errors could have caused subscript violations.
17884         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17885         (hash_initialize): Add 'fail:' label
17886         to free table and return NULL, and use it to simplify code.
17887         Use calloc rather than clearing the storage ourself.
17888         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17889         buffer size calculations.
17890         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17891         Include <stddef.h>, for size_t.
17892         * lib/hash-pjw.c (hash_pjw): Likewise.
17893         Switch to method described by Bruno Haible.
17894         Include <limits.h>, for CHAR_BIT.
17895         (SIZE_BITS): New macro.
17896
17897 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17898
17899         * m4/getline.m4 (AM_FUNC_GETLINE):
17900         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17901         hosts.  Problem reported by Derek Robert Price in
17902         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17903         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17904         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17905
17906 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17907
17908         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17909         ceiling the allocation at NMAX bytes rather than silently
17910         discarding input bytes before NMAX is reached.  This makes
17911         a difference only if NMAX exceeds SIZE_MAX / 2.
17912
17913         * lib/obstack.c: Merge from glibc.
17914         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17915         Add libc_hidden_def (_obstack_newchunk).
17916         (_obstack_free) [! defined _LIBC]: Remove.
17917         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17918         a clone of the function body.
17919         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17920         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17921
17922         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17923         glibc.
17924         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17925         arg to memcpy.
17926
17927         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17928         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17929         Don't use lvalue casts, as GCC plans to remove support for them
17930         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17931         was also present in the non-GCC version, indicating that this
17932         code had always been buggy and had never been widely used.
17933         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17934         Use the fast variant of each macro, rather than copying the
17935         definiens of the fast variant; that way, we'll be more likely to
17936         catch future bugs in the fast variants.
17937
17938 2003-10-20  Bruno Haible  <bruno@clisp.org>
17939
17940         * modules/wait-process: New file.
17941         * MODULES.html.sh (func_all_modules): Add wait-process.
17942
17943 2003-10-20  Bruno Haible  <bruno@clisp.org>
17944
17945         * m4/wait-process.m4: New file.
17946
17947 2003-10-20  Bruno Haible  <bruno@clisp.org>
17948
17949         * lib/wait-process.h: New file, from GNU gettext.
17950         * lib/wait-process.c: New file, from GNU gettext.
17951
17952 2003-10-19  Jim Meyering  <jim@meyering.net>
17953
17954         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17955         HPUX 10.20.
17956
17957 2003-10-18  Karl Berry  <karl@gnu.org>
17958
17959         * config/config.guess: update from config.
17960
17961 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17962
17963         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17964         (getgroups): First arg is int, not size_t.
17965         Don't let 'free' mangle errno.
17966
17967 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17968
17969         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17970
17971 2003-10-16  Karl Berry  <karl@gnu.org>
17972
17973         * config/config.{guess,sub}: update from config.
17974
17975 2003-10-16  Jim Meyering  <jim@meyering.net>
17976
17977         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17978         memcpy.
17979
17980 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17981
17982         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17983         (SIZE_MAX): Remove.
17984         (new_exclude, add_exclude_file): Initial size no longer needs to
17985         be a power of 2.
17986         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17987         our own address arithmetic overflow checking.
17988
17989         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17990         (fnmatch): Do not alloca more than 2000 wide characters;
17991         instead, use malloc for large buffers.
17992         Check for address arithmetic overflow, and return -1
17993         with errno set to ENOMEM in that case.
17994         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17995         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17996         instead, return -1.  Check for address arithmetic overflow.
17997
17998 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17999
18000         Handle invalid suffixes and overflow independently, so that
18001         callers can treat them independently as needed.  Fix some bugs in
18002         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18003         suffix for a human-readable blocksize.  The major caller-visible
18004         change is the addition of a new
18005         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18006         that both overflow and suffix chars were found.
18007
18008         * lib/human.c (humblock): Don't check separately for invalid suffix
18009         char; that is xstrtoumax's job (now that its bug is fixed).
18010         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18011         INTMAX_MAX]: New macros.
18012         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18013         TYPE_MAXIMUM): New macros.
18014         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18015         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18016         if overflow occurs, as it's what __strtol does and it's more useful
18017         in practice.
18018         (__xstrtol): If __strtol reports some error other than ERANGE,
18019         reflect it to the caller as LONGINT_INVALID.  If it reports
18020         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18021         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18022         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18023         value.
18024         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18025         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18026         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18027         [defined UINTMAX_MAX]: New macros.
18028
18029 2003-10-14  Bruno Haible  <bruno@clisp.org>
18030
18031         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18032
18033 2003-10-14  Bruno Haible  <bruno@clisp.org>
18034
18035         * m4/sig_atomic_t: New file, from GNU gettext.
18036         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18037
18038 2003-10-14  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18041         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18042         Also use volatile where needed.
18043
18044 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18045
18046         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18047         Change maintainer from Bruno Haible to 'all'.
18048
18049 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18050
18051         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18052
18053 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18054
18055         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18056         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18057         and define in terms of the other primitives.
18058         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18059         (SIZE_MAX): Define if not already defined.
18060         (array_size_overflow): New function.
18061         (xalloc_die): Abort instead of exiting if 'error' returns.
18062         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18063         (xmalloc, xrealloc): Use them.
18064         (xcalloc): Check for address arithmetic overflow.
18065         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18066         a bit faster than strcpy.
18067
18068 2003-10-10  Simon Josefsson  <jas@extundo.com>
18069
18070         * modules/argp (Depends-on): Add restrict and strcase.
18071
18072 2003-10-10  Simon Josefsson  <jas@extundo.com>
18073
18074         * m4/argp.m4: Add AC_C_INLINE.
18075
18076 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18077
18078         Merge getpass from libc, plus a few fixes.
18079
18080         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18081         Include <stdbool.h>.
18082         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18083         __fsetlocking to empty.
18084         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18085         do include <bits/libc-lock.h>.
18086         Do not include <fcntl.h>; not needed.
18087         [_LIBC]: Include <wchar.h>.
18088         (NOTCANCEL_MODE): New macro.
18089         (flockfile, funlockfile) [_LIBC]: New macros.
18090         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18091         [!_LIBC]: New macros.
18092         (call_fclose): New function.
18093         (getpass): Use it.  Save tty stream separately; this simplifies the
18094         code and makes it more reliable if stdin happens to equal stdout.
18095         Invoke __fsetlocking on tty.
18096         Handle thread cancellation if needed.
18097         Namespace cleanup (use __tcgetattr, __getline).
18098         Use bool for Booleans.
18099         [USE_IN_LIBIO]: Handle wide streams.
18100         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18101         stream might go where.
18102
18103         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18104         doesn't have to include <stdio.h> before us.
18105         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18106         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18107         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18108         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18109         if not declared, so that we can use getpass.c code from libc without
18110         rewriting it.
18111         (flockfile, ftrylockfile, funlockfile): New macros.
18112
18113 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18114
18115         * modules/getpass: Depend on stdbool.
18116
18117 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18118
18119         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18120
18121 2003-10-07  Karl Berry  <karl@gnu.org>
18122
18123         * config/config.{guess,sub}: update from config.
18124
18125 2003-10-06  Jim Meyering  <jim@meyering.net>
18126             Bruno Haible  <bruno@clisp.org>
18127
18128         This lets translators provide better translations for the
18129         "Written by ..." part of --version output.
18130         * lib/version-etc.h: Include stdarg.h.
18131         (version_etc_copyright): Declare as readonly.
18132         (version_etc): Make this function variadic with a NULL-terminated list
18133         of author name strings.
18134         (version_etc_va): New declaration.
18135         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18136         (version_etc_copyright): Declare as readonly.
18137         (version_etc_va): New function. Provide a different translatable string
18138         for each possible number of authors < 10. Abbreviate when there are 10
18139         authors or more.
18140         (version_etc): Make this function variadic. Call version_etc_va.
18141         Suggestion from Gary V. Vaughan.
18142
18143         * lib/long-options.h (parse_long_options): Change prototype: the
18144         authors string is moved to the end and becomes variadic.
18145         * lib/long-options.c: Include stdarg.h.
18146         (parse_long_options): Make this function variadic, too.
18147         Call version_etc_va, not version_etc.
18148
18149 2003-10-06  Bruno Haible  <bruno@clisp.org>
18150
18151         * modules/version-etc-2: Remove file.
18152         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18153
18154 2003-10-06  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/fatal-signal: New file.
18157         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18158
18159 2003-10-06  Bruno Haible  <bruno@clisp.org>
18160
18161         * m4/fatal-signal.m4: New file.
18162         * m4/signalblocking.m4: New file, from GNU gettext.
18163
18164 2003-10-06  Bruno Haible  <bruno@clisp.org>
18165
18166         * lib/version-etc-2.h: Remove file.
18167         * lib/version-etc-2.c: Remove file.
18168
18169 2003-10-06  Bruno Haible  <bruno@clisp.org>
18170
18171         * lib/fatal-signal.h: New file, from GNU gettext.
18172         * lib/fatal-signal.c: New file, from GNU gettext.
18173
18174 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18175
18176         * README: Rework advice for preventing empty .o files.
18177         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18178         not <sys/types.h>.
18179
18180 2003-10-04  Karl Berry  <karl@gnu.org>
18181
18182         * lib/argp*: update from libc.
18183
18184 2003-10-04  Karl Berry  <karl@gnu.org>
18185
18186         * config/config.{guess,sub}: update from config.
18187
18188 2003-10-02  Bruno Haible  <bruno@clisp.org>
18189
18190         * modules/lchown (Include): Add lchown.h.
18191         * modules/time_r (Include): Use "..." syntax.
18192         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18193
18194 2003-10-01  Simon Josefsson  <jas@extundo.com>
18195
18196         * MODULES.html.sh (func_all_modules): Move gethostname from section
18197         'based on' to section 'lacking' POSIX:2001.
18198
18199 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18200
18201         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18202         to output mode on the same stream.
18203
18204 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18205
18206         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18207         Fix arg typo in previous patch.
18208
18209 2003-09-28  Jim Meyering  <jim@meyering.net>
18210
18211         * lib/error.c: Correct cpp indentation.
18212
18213 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18214
18215         * modules/free: New file.
18216
18217 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18218
18219         * m4/free.m4: New file.
18220
18221 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18222
18223         * lib/minmax.h (MIN, MAX)
18224         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18225         Omit the special code that used __typeof__, since we worry that
18226         it could be more trouble than it's worth.  See:
18227         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18228         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18229
18230         * lib/free.c: New file.
18231
18232 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18233
18234         Trivial fixes to Makefile.am parts of module listings.
18235         * modules/strstr: Append strstr.h to lib_SOURCES.
18236         * modules/strcase: Likewise, for strcase.h.
18237
18238 2003-09-27  Karl Berry  <karl@gnu.org>
18239
18240         * config/mkinstalldirs: update from automake.
18241
18242 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18243
18244         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18245         (error_tail): Do not loop, reallocating temporary buffer, since
18246         the output cannot contain more wide characters than the input
18247         contains bytes, the size must be big enough already.  This avoids
18248         one potential size overflow calculation.  Check for size overflow
18249         when calculating temporary buffer size.  Free temporary buffer
18250         when done, if it was allocated with malloc; this plugs a memory
18251         leak.  Remove casts from void * to pointers, that are no longer
18252         needed now that we're assuming C89 or better.
18253
18254         Merge error changes from glibc.
18255
18256         * lib/error.c, error.h: Update copyright notice header to match glibc.
18257         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18258         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18259         Disable cancellation while printing error.
18260         * lib/error.h: Prepend __ to parameter names.
18261
18262 2003-09-26  Jim Meyering  <jim@meyering.net>
18263
18264         * lib/error.c (error_tail): Move some declarations
18265         into inner scope where the local variables are used.
18266
18267 2003-09-26  Bruno Haible  <bruno@clisp.org>
18268
18269         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18270         stpncpy().
18271         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18272
18273 2003-09-26  Bruno Haible  <bruno@clisp.org>
18274
18275         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18276         (stpncpy): Define as alias for gnu_stpncpy.
18277         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18278
18279 2003-09-25  Simon Josefsson  <jas@extundo.com>
18280
18281         * lib/xgetdomainname.h: New file.
18282         * lib/xgetdomainname.c: New file.
18283
18284 2003-09-25  Simon Josefsson  <jas@extundo.com>
18285             Bruno Haible  <bruno@clisp.org>
18286
18287         * modules/getdomainname: New file.
18288         * modules/xgetdomainname: New file.
18289         * MODULES.html.sh (func_all_modules): Add getdomainname,
18290         xgetdomainname.
18291
18292 2003-09-25  Simon Josefsson  <jas@extundo.com>
18293             Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/getdomainname.m4: New file.
18296
18297 2003-09-25  Simon Josefsson  <jas@extundo.com>
18298             Bruno Haible  <bruno@clisp.org>
18299
18300         * lib/getdomainname.h: New file.
18301         * lib/getdomainname.c: New file.
18302
18303 2003-09-25  Karl Berry  <karl@gnu.org>
18304
18305         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18306
18307 2003-09-25  Karl Berry  <karl@gnu.org>
18308
18309         * config/install-sh: update from automake.
18310
18311 2003-09-25  Bruno Haible  <bruno@clisp.org>
18312
18313         * modules/version-etc-2: New file, from modules/version-etc with
18314         modifications.
18315         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18316
18317 2003-09-25  Bruno Haible  <bruno@clisp.org>
18318
18319         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18320         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18321
18322 2003-09-24  Simon Josefsson  <jas@extundo.com>
18323
18324         * modules/xgethostname: Add xgethostname.h.
18325
18326 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18327
18328         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18329         the buffer associated with the argument.  Bug reported by
18330         Simon Josefsson.
18331
18332 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18333
18334         * README: Document assumptions that 'int' is at least 32 bits
18335         wide, that integer arithmetic is 2's complement without overflow,
18336         that there are no holes in integer values, that adding sizes of
18337         two nonoverlapping objects can't overflow, and that all-bits-zero
18338         yields scalar zero.  Fix spelling and capitalization typos.
18339
18340 2003-09-19  Karl Berry  <karl@gnu.org>
18341
18342         * lib/argp.h: update from libc.
18343
18344 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18345
18346         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18347         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18348         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18349
18350 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18351
18352         * gnulib-tool: Use "test -h", not "test -L", for portability
18353         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18354         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18355         (sed_extract_prog): Issue s commands one-by-one, rather than
18356         using \| in one s command.
18357
18358 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18359
18360         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18361         input error, instead of returning NULL the next time we are called
18362         (and therefore losing track of errno).
18363
18364 2003-09-16  Bruno Haible  <bruno@clisp.org>
18365
18366         * gnulib-tool (func_create_testdir): Warn about duplicated
18367         dependencies.
18368
18369 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18370
18371         * modules/argmatch, modules/fatal, modules/obstack,
18372         modules/xalloc, modules/xgethostname: Sort dependencies by
18373         importance, not alphabetically.
18374
18375 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18376
18377         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18378         fails, so that the caller gets the proper errno.
18379
18380         * lib/readutmp.c (read_utmp): Likewise.
18381         Check for fstat error.  Close stream and free storage
18382         when failing.
18383
18384 2003-09-14  Karl Berry  <karl@gnu.org>
18385
18386         * config/srclist.txt (strdup.c): disable for c89 changes.
18387
18388 2003-09-14  Jim Meyering  <jim@meyering.net>
18389
18390         * lib/getloadavg.c: Correct cpp indentation.
18391         * lib/strdup.c: Likewise.
18392         * lib/vasnprintf.c: Likewise.
18393
18394 2003-09-14  Bruno Haible  <bruno@clisp.org>
18395
18396         * modules/fwriteerror: New file.
18397         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18398
18399 2003-09-14  Bruno Haible  <bruno@clisp.org>
18400
18401         * lib/fwriteerror.h: New file.
18402         * lib/fwriteerror.c: New file.
18403
18404 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18405
18406         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18407         modules/xgethostname, modules/xalloc: Depend on exit.
18408
18409 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18410
18411         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18412
18413         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18414         and AC_MINIX, too, so that their extensions are available.
18415
18416         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18417         This macro has been superseded by gl_BACKUPFILE.
18418
18419         More patches to assume C89 or better.
18420
18421         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18422
18423         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18424         unconditionally.
18425         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18426         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18427         Include <string.h>, <stdlib.h> unconditionally.
18428         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18429         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18430         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18431         headers or for string.h.
18432         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18433         or strtoul.
18434
18435         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18436         headers.
18437         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18438         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18439         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18440         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18441         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18442         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18443         memcpy, memset.
18444         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18445         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18446         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18447         strtol.
18448         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18449         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18450         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18451         strtoul.
18452
18453 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18454
18455         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18456         * lib/obstack.c [!defined _LIBC]: Likewise.
18457         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18458         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18459         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18460
18461         More changes to assume C89 or better.
18462
18463         * lib/error.c (error_tail): Assume vprintf.
18464
18465         * lib/argmatch.c (getenv): Remove decl.
18466         * lib/progreloc.c (get_full_program_name): Define via prototype.
18467         * lib/setenv.c (clearenv): Likewise.
18468         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18469         needed.
18470         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18471         (malloc, memcpy): Remove decls.
18472         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18473         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18474         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18475         (memcpy): Remove macro.
18476         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18477         (__P): Remove.  All uses removed.
18478         (PTR): Remove.  All uses changed to void *.
18479         (CHAR_BIT, NULL): Remove.
18480         (spaces, zeros, memset_space, memset_zero)
18481         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18482         Remove.
18483         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18484         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18485         Define with prototype.
18486         Remove now-unnecessary prototype decl.
18487         (extra_args_spec): Assume ANSI C.  All uses changed.
18488         (extra_args_spec_iso): Remove.
18489         (my_strftime, emacs_strftimeu): Define via prototype.
18490         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18491         unconditionally.
18492         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18493         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18494         (strtoul, strtol): Remove decls.
18495         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18496         LONG_MAX): Remove.
18497         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18498         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18499         (LOCALE_PARAM_PROTO): New macro.
18500         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18501         (INTERNAL (strtol), strtol): Define with a prototype.
18502         (PARAMS): Remove.  All uses removed.
18503         * lib/tempname.c: Include <string.h> unconditionally.
18504         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18505         * lib/xgethostname.c (main): Define with a prototype.
18506         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18507         Include <stdlib.h> unconditionally.
18508         (calloc, malloc, realloc, free): Remove decls.
18509         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18510         Include <stdlib.h> unconditionally.  Sort include file names.
18511         (strtod): Remove.
18512         (xstrtod): Define with a prototype.
18513         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18514         (strtol, strtoul): Remove decls.
18515
18516 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18517
18518         More patches to assume C89 or better.
18519         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18520         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18521         string.h, memchr, STDC_HEADERS.
18522
18523 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18524
18525         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18526         Include <stdlib.h>, <string.h> unconditionally.
18527         Remove now-unnecessary cast to char *.
18528         * lib/strnlen.c: Include <string.h> unconditionally.
18529         * lib/yesno.c (yesno): Define with a prototype.
18530
18531 2003-09-11  Bruno Haible  <bruno@clisp.org>
18532
18533         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18534
18535 2003-09-10  Jim Meyering  <jim@meyering.net>
18536
18537         * lib/error.c: Correct indentation of cpp directives.
18538
18539 2003-09-10  Bruno Haible  <bruno@clisp.org>
18540
18541         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18542         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18543         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18544         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18545         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18546         <stdlib.h> and <string.h> checks.
18547         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18548         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18549
18550 2003-09-10  Bruno Haible  <bruno@clisp.org>
18551
18552         * lib/strcspn.c: Include <string.h> unconditionally.
18553         * lib/strpbrk.c: Include <string.h> unconditionally.
18554         * lib/strstr.c: Include <string.h> unconditionally.
18555         * lib/unicodeio.c: Include <string.h> unconditionally.
18556         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18557         * lib/unsetenv.c: Likewise.
18558         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18559         * lib/yesno.c: Include <stdlib.h> unconditionally.
18560         (rpmatch): Add prototype.
18561
18562 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18563
18564         More patches to assume C89 or better.
18565         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18566         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18567         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18568         or for string.h.
18569         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18570         stdlib.h.
18571         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18572         C headers.
18573         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18574         string.h.
18575         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18576         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18577         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18578         or for string.h.
18579         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18580         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18581         C headers.
18582         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18583         memcpy.
18584         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18585         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18586         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18587         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18588         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18589         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18590         string.h, free.
18591         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18592         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18593         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18594         C headers, or for string.h.
18595         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18596         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18597         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18598         headers, memory.h, stdlib.h, string.h, strings.h.
18599         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18600         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18601         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18602         strchr.
18603         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18604         headers, memory.h, string.h.
18605         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18606         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18607         free.
18608         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18609         headers.
18610         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18611         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18612         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18613         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18614         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18615
18616 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18617
18618         More K&R removal.
18619
18620         * lib/acosl.c (main): Use a prototype.
18621         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18622         tanl.c: Likewise.
18623
18624         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18625
18626         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18627         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18628         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18629         with a prototype.
18630         * lib/getopt.c (const): Remove macro.
18631         Include <string.h> unconditionally.
18632         (my_index): Remove; all uses changed to strchr.
18633         (strlen): Remove decl.
18634         (exchange): Remove forward decl; no longer needed.
18635         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18636         Define with prototype.
18637         * lib/getopt1.c (const): Remove macro.
18638         (getopt_long, getopt_long_only, main): Define with prototype.
18639
18640         * lib/getugroups.c: Include <string.h> unconditionally.
18641
18642         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18643         (getusershell, setusershell, endusershell, readname, main):
18644         Define with prototypes.
18645
18646         * lib/group-member.c: Include group-member.h first.
18647         Include <stdlib.h> unconditionally.
18648
18649         * lib/hard-locale.c: Include hard-locale.h first.
18650         Include <stdlib.h>, <string.h> unconditionally.
18651
18652         * lib/hash.c (free, malloc): Remove decls.
18653         Include <stdlib.h> unconditionally.
18654
18655         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18656         (getenv): Do not declare.
18657
18658         * lib/idcache.c: Include <string.h> unconditionally.
18659
18660         * lib/long-options.c: Include long-options.h first, to test interface.
18661         Include <stdlib.h> unconditionally.
18662
18663         * lib/makepath.c: Include makepath.h first, to test interface.
18664         Include <stdlib.h> and <string.h> unconditionally.
18665
18666         * lib/linebuffer.c: Include <stdlib.h>.
18667         (free): Remove decl.
18668
18669         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18670         stddef.h. rpl_malloc returns void *, not char *.
18671         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18672         prototype.
18673
18674         * lib/md5.h: Include <limits.h> unconditionally.
18675         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18676         (__P): Remove; all uses removed.
18677         * lib/md5.c: Include "md5.h" first.
18678         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18679         md5_buffer, md5_process_bytes, md5_process_block):
18680         Define with prototypes.
18681         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18682         * lib/sha.c: Include "sha.h" first.
18683         Include <stdlib.h>, <string.h> unconditionally.
18684
18685         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18686         * lib/memcmp.c (__ptr_t): Likewise.
18687         * lib/memrchr.c (__ptr_t): Likewise.
18688         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18689         Include <string.h> unconditionally.
18690         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18691         * lib/memchr.c: Include <stdlib.h> unconditionally.
18692         * lib/memchr.c (LONG_MAX): Remove.
18693         * lib/memrchr.c (LONG_MAX): Likewise.
18694         * lib/memchr.c (__memchr): Define via a prototype.
18695         * lib/memrchr.c (__memrchr): Likewise.
18696         * lib/memcmp.c (__P): Remove, and remove all uses.
18697         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18698         Remove forward decls; no longer needed.
18699         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18700         Use types required by C89 in prototype.
18701
18702         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18703         * lib/savedir.c: Likewise.
18704         * lib/mkdir.c (free): Remove decl.
18705         * lib/rmdir.c (rmdir): Define with a prototype.
18706         * lib/savedir.c: Include savedir.h first, to test interface.
18707
18708         * lib/mktime.c (STDC_HEADERS): Remove.
18709         Include <stdlib.h>, <string.h> unconditionally.
18710
18711         * lib/modechange.c: Include <stdlib.h> unconditionally.
18712         (malloc): Remove decl.
18713
18714         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18715         (free): Remove decl.
18716
18717         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18718         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18719         (This type really should be intptr_t, but that's a C99ism.)
18720         (_obstack_memcpy): Remove: all uses changed to memcpy.
18721         Include <string.h> unconditionally.
18722         (struct obstack): Assume __STDC__ for types of members
18723         chunkfun, freefun, extra_arg.
18724         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18725         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18726         obstack_begin, obstack_specify_allocation,
18727         obstack_specify_allocation_with_arg, obstack_chunkfun,
18728         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18729         Remove unprototyped decls and the macros that use them.
18730         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18731         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18732         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18733         (defined __STDC__ && __STDC__)]:
18734         Remove nonprototyped code.
18735         Include <stdlib.h> unconditionally.
18736         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18737         _obstack_allocated_p, _obstack_free, obstack_free,
18738         _obstack_memory_used, print_and_abort):
18739         Define using prototypes.
18740         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18741         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18742         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18743         obstack_next_free, obstack_object_size, obstack_room) [0]:
18744         Remove unused, unprototyped code.
18745
18746         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18747
18748         * lib/physmem.c (physmem_total, physmem_available, main): Define
18749         with prototypes.
18750
18751         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18752         (main): Define with a prototype.
18753
18754         * lib/posixver.c (getenv): Remove decl.
18755
18756         * lib/putenv.c (malloc): Returns void *, not char *.
18757         Include <string.h> unconditionally.
18758         (strchr, memcpy, NULL): Do not define.
18759
18760         * lib/readtokens.c: Include readtokens.h first, to test interface.
18761         Include <stdlib.h>, <string.h> unconditionally.
18762         (init_tokenbuffer): Define with a prototype.
18763
18764         * lib/regex.c (PARAMS): Remove.  All uses removed.
18765         All uses of _RE_ARGS removed, too.
18766         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18767         unconditionally.
18768         (bzero): Assume memset exists.
18769         (memcmp, memcpy, NULL): Remove.
18770         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18771         char, or assignments to local vars of type signed char.
18772         (init_syntax_once, PREFIX(extract_number_and_incr),
18773         PREFIX(print_partial_compiled_pattern),
18774         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18775         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18776         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18777         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18778         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18779         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18780         wcs_compile_range, byte_compile_range, truncate_wchar,
18781         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18782         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18783         count_mbs_length, wcs_re_match_2_internal,
18784         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18785         PREFIX(alt_match_null_string_p),
18786         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18787         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18788         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18789         now-unnecessary declaration, if any.
18790         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18791         regcomp, regexec):
18792         Remove now-unnecessary casts among pointer types.
18793         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18794
18795         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18796         (free): Remove decl.
18797
18798         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18799
18800         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18801         (free): Remove decl.
18802
18803         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18804         * lib/xgetcwd.c: Likewise.
18805
18806         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18807         (free): Remove decl.
18808
18809         * lib/strchrnul.c (strchrnul): Define with a prototype.
18810         Fix bug: c_in was not converted to char before searching.
18811
18812         The following changes are not K&R related:
18813
18814         * lib/group-member.h: Include <sys/types.h>, so that this file is
18815         self-contained.
18816         * lib/makepath.h: Likewise.
18817
18818         * lib/getusershell.c (readname, default_index, line_size, readname):
18819         Use size_t, not int, for sizes.
18820         (readname): If the size overflows, report an error instead of
18821         looping forever.
18822
18823 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18824
18825         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18826         libc.
18827
18828 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18829
18830         * README: New section: portability guidelines.
18831
18832 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18833
18834         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18835         C89 spec.
18836
18837 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18838
18839         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18840
18841 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18842
18843         Assume C89 or better; remove K&R cruft.
18844         A few of these changes were first proposed by Derek Robert Price
18845         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18846
18847         * lib/addext.c: Include <string.h> unconditionally.
18848         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18849         Don't declare getenv or malloc.
18850
18851         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18852         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18853         (NULL): Remove.
18854         (find_stack_direction, alloca): Use prototypes.
18855
18856         * lib/atexit.c (atexit): Define using a prototype.
18857
18858         * lib/basename.c, dirname.c, stripslash.c:
18859         Include <string.h> unconditionally.
18860
18861         * lib/bcopy.c: Include <stddef.h>.
18862         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18863
18864         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18865
18866         * lib/error.h (error, error_at_line, error_print_progname)
18867         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18868         * lib/error.c: Include error.h first, to check interface.
18869         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18870         (VA_START): Remove; all uses changeed to va_start.
18871         (exit, strerror): Remove decls.
18872         (error_print_progname): Prototype uncondionally.
18873         Don't include <errno.h>; no longer needed.
18874         (private_strerror): Remove.
18875         (error_tail): Always define.
18876         (error, error_at_line): Assume C89 or better; always use prototypes.
18877         * lib/fatal.c: Include "fatal.h" first, to test interface.
18878         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18879         (VA_START): Remove; all uses changed to va_start.
18880         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18881         this case.
18882         (exit): Remove decl.
18883         (fatal): Prototype unconditionally.  Assume va_start works.
18884         Abort at end, to pacify gcc.
18885
18886         * lib/euidaccess.c (main): Define with a prototype.
18887
18888         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18889
18890         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18891
18892         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18893         prototypes.
18894         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18895         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18896         (getenv): Remove decl.
18897         (fnmatch): Define using a prototype.
18898         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18899         (FCT): Define using a prototype.
18900
18901         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18902
18903         * lib/gethostname.c: Include <stddef.h>.
18904         (gethostname): Define with prototype.  Length is size_t, not int.
18905
18906 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18907
18908         Assume C89 or better; remove K&R cruft.
18909         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18910         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18911         string.h, getenv, malloc.
18912         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18913         headers.
18914         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18915         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18916         do not check for strerror.
18917         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18918         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18919         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18920         do not check for doprnt or vprintf.
18921         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18922         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18923
18924 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18925
18926         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18927         getversion.c should have been removed then, but was accidentally
18928         preserved.
18929
18930         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18931         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18932
18933 2003-09-08  Karl Berry  <karl@gnu.org>
18934
18935         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18936                 config, forget about prep.
18937
18938         * config/depcomp, missing: update from automake.
18939
18940 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18941
18942         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18943         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18944
18945 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18946
18947         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18948         copy_tm_result.  Bug reported by Simon Josefsson in
18949         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18950
18951 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18952
18953         * m4/time_r.m4: New file.
18954         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18955         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18956         is. Check for timegm declaration.
18957         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18958         Do not check for gmtime_r.
18959         Replace mktime if __mktime_internal does not exist and if mktime
18960         hasn't been replaced already.
18961
18962 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18963
18964         * lib/time_r.c, lib/time_r.h: New files.
18965
18966         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18967         __localtime_r.
18968         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18969         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18970
18971         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18972         __gmtime_r.
18973         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18974         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18975         Include <time_r.h>.
18976
18977         * lib/timegm.c: Switch to glibc implementation, with the following
18978         changes:
18979         [defined HAVE_CONFIG_H]: Include <config.h>.
18980         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18981         (__mktime_internal) [!defined _LIBC]: New decl.
18982         (__gmtime_r) [!defined _LIBC]: New macro and function.
18983         (timegm): Use a prototype, since gnulib assumes C89.
18984         Do not bother declaring tmp to be const, as it's not really usefu.
18985         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18986         (timegm): Declare only if HAVE_DECL_TIMEGM.
18987
18988 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18989
18990         * MODULES.html.sh (func_all_modules): Add time_r.
18991         * modules/time_r: New file.
18992         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18993         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18994
18995 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18996
18997         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18998         Bug reported by Lute Kamstra in
18999         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19000
19001         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19002         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19003         course with correspondingly smaller numbers for tomorrow and
19004         yesterday.  From Tadayoshi Funaba.  Originally installed into
19005         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19006         coreutils merge?).
19007
19008 2003-08-31  Simon Josefsson  <jas@extundo.com>
19009
19010         * modules/timegm: New file.
19011         * MODULES.html.sh (func_all_modules): Add timegm.
19012
19013 2003-08-31  Simon Josefsson  <jas@extundo.com>
19014
19015         * m4/timegm.m4: New file.
19016
19017 2003-08-31  Simon Josefsson  <jas@extundo.com>
19018
19019         * lib/timegm.h: New file.
19020         * lib/timegm.c: New file.  Based on
19021         wget-1.8.2/src/http.c:mktime_from_utc.
19022
19023 2003-08-31  Karl Berry  <karl@gnu.org>
19024
19025         * lib/argp.h: update from libc.
19026
19027 2003-08-28  Bruno Haible  <bruno@clisp.org>
19028
19029         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19030         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19031         followed by '#define fnmatch fnmatch_posix' gives an error.
19032
19033 2003-08-28  Bruno Haible  <bruno@clisp.org>
19034
19035         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19036         warning on QNX, which defines O_BINARY to 000000.
19037
19038 2003-08-27  Jim Meyering  <jim@meyering.net>
19039
19040         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19041         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19042         would fail after 32.  Reported by Danny Levinson.  Details here:
19043         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19044
19045 2003-08-24  Bruno Haible  <bruno@clisp.org>
19046
19047         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19048         MSVC7 <stdio.h> is included later.
19049
19050 2003-08-22  Simon Josefsson  <jas@extundo.com>
19051
19052         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19053
19054 2003-08-20  Karl Berry  <karl@gnu.org>
19055
19056         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19057
19058 2003-08-20  Bruno Haible  <bruno@clisp.org>
19059
19060         * modules/progname: New file.
19061         * MODULES.html.sh (func_all_modules): Add progname.
19062
19063 2003-08-20  Bruno Haible  <bruno@clisp.org>
19064
19065         * lib/progname.h: New file, from GNU gettext.
19066         * lib/progname.c: New file, from GNU gettext.
19067         * lib/progreloc.c: New file, from GNU gettext.
19068
19069 2003-08-19  Jim Meyering  <jim@meyering.net>
19070
19071         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19072         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19073
19074 2003-08-19  Bruno Haible  <bruno@clisp.org>
19075
19076         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19077         more.
19078
19079 2003-08-19  Bruno Haible  <bruno@clisp.org>
19080
19081         * lib/xstrdup.c: Assume <string.h> exists.
19082
19083 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19084
19085         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19086         in makefile rules.
19087
19088 2003-08-18  Jim Meyering  <jim@meyering.net>
19089
19090         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19091         * m4/lib-ld.m4: Likewise.
19092
19093 2003-08-18  Jim Meyering  <jim@meyering.net>
19094
19095         * lib/setenv.h: Indent nested cpp directive.
19096         * lib/vasnprintf.c: Remove trailing blanks.
19097
19098 2003-08-17  Simon Josefsson  <jas@extundo.com>
19099
19100         * modules/xstrndup: New file.
19101         * MODULES.html.sh (func_all_modules): Add xstrndup.
19102
19103 2003-08-17  Simon Josefsson  <jas@extundo.com>
19104
19105         * modules/argp: Fix autoconf macro name. Add more dependencies.
19106
19107 2003-08-17  Simon Josefsson  <jas@extundo.com>
19108
19109         * m4/xstrndup.m4: New file.
19110
19111 2003-08-17  Simon Josefsson  <jas@extundo.com>
19112
19113         * m4/argp.m4: New file.
19114
19115 2003-08-17  Simon Josefsson  <jas@extundo.com>
19116             Bruno Haible  <bruno@clisp.org>
19117
19118         * lib/xstrndup.h: New file.
19119         * lib/xstrndup.c: New file.
19120
19121 2003-08-17  Bruno Haible  <bruno@clisp.org>
19122
19123         * modules/strndup (Files, Include): Add lib/strndup.h.
19124
19125 2003-08-17  Bruno Haible  <bruno@clisp.org>
19126
19127         * modules/euidaccess (Files): Add lib/euidaccess.h.
19128
19129 2003-08-17  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/strndup.h: New file.
19132
19133 2003-08-17  Bruno Haible  <bruno@clisp.org>
19134
19135         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19136         like AC_GNU_SOURCE.
19137         * modules/extensions (configure.ac): Comment out the invocation of
19138         gl_USE_SYSTEM_EXTENSIONS.
19139
19140 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19141
19142         Merges from coreutils, etc.
19143         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19144         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19145         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19146         fixing a typo.
19147         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19148         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19149
19150 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19151
19152         Document merge from coreutils.
19153         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19154         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19155         * modules/utime: Add m4/utimes-null.m4.
19156
19157 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19158
19159         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19160         space, undoing this 2003-08-12 change:
19161         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19162
19163 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19164
19165         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19166         strtoul.c from libc, undoing this 2003-08-12 change:
19167         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19168
19169 2003-08-16  Jim Meyering  <jim@meyering.net>
19170
19171         Merges from coreutils.
19172         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19173         prefix.  Adjust cache variables similarly.  Create 500 rather than
19174         just 300 files, to exercise bug on Darwin6.5, too.
19175         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19176         $missing_dir.
19177         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19178         AM_SYS_POSIX_TERMIOS.
19179         Reported by mkc@mathdogs.com.
19180         Also change use of $am_cv_sys_posix_termios
19181         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19182         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19183         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19184         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19185         in /proc/mounts until it finds one with matching device number.  This
19186         is unnecessary when the FILE argument *is* a mount point.  No stat call
19187         is necessary in that case.  So, disable the statvfs-testing code on
19188         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19189         as RedHat bug# 84846.
19190         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19191         to 1MB, so as not to render systems with no stack size limit (e.g.,
19192         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19193         Include <unistd.h>.  On some systems,
19194         it is required for the definition of _SC_PAGESIZE.
19195
19196 2003-08-16  Jim Meyering  <jim@meyering.net>
19197
19198         Merge from coreutils.
19199         * lib/xstrtoimax.c: #else #if -> #elif.
19200         * lib/xstrtoumax.c: Likewise.
19201
19202 2003-08-16  Jim Meyering  <jim@meyering.net>
19203
19204         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19205         * m4/utimes.m4: Removed.
19206         * m4/utimes-null.m4: Renamed from utimes.m4.
19207
19208         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19209         to 1MB, so as not to render systems with no stack size limit (e.g.,
19210         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19211         Include <unistd.h>.  On some systems,
19212         it is required for the definition of _SC_PAGESIZE.
19213
19214 2003-08-16  Jim Meyering  <jim@meyering.net>
19215         and Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         Merges from coreutils, etc.
19218
19219         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19220         using the latest version from cvs.  This avoids problems with #line
19221         directives using a vendor (Sun) compiler.
19222         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19223         Don't set GETGROUPS_LIB here; now it's
19224         done via getgroups.m4's wrapper function.
19225         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19226         rather than just in sh-util/configure.in, so that the
19227         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19228         same.
19229         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19230         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19231         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19232         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19233         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19234         Remove code that is now done by the newly-required macros.
19235         Append $(EXEEXT) to DF_PROG.
19236         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19237         Do not invoke or require the following here,
19238         since prereq.m4 or some gnulib .m4 now does this for us:
19239         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19240         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19241         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19242         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19243         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19244         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19245         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19246         AC_FUNC_OBSTACK.
19247         Do not replace the following functions, as this is now the job
19248         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19249         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19250         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19251         atexit getpass, strdup, getpagesize.
19252         Replace 'raise'.
19253         Do not check for the following functions, as this is now the job
19254         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19255         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19256         setregid.
19257         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19258         Check for sys/sysctl.h.
19259         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19260         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19261         of checking for ssize_t ourselves.
19262
19263         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19264         Require every macro that gnulib/modules/* suggests for us.
19265         (jm_PREREQ_ADDEXT): New macro.
19266         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19267         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19268
19269         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19270         (gl_PHYSMEM): Use it.
19271         Also check for `table' function.
19272         Check for new headers and functions.
19273         Add check for sys/sysmp.h.
19274         With suggestions from Kaveh Ghazi.
19275         Ignore headers that are present but cannot be compiled.  This
19276         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19277         C 5.4.
19278
19279 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19280
19281         Document merge from coreutils.
19282         * modules/userspec: Depend on posixver.
19283         * modules/strftime: Depend on tzset.
19284
19285 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19286
19287         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19288         rather than tab, after '#' in shell-script copyright notices.
19289         Suggested by Bruno Haible.
19290
19291 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19292
19293         * config/srclist-update: Use three spaces, rather than tab, after '#'
19294         in shell-script copyright notices.  Suggested by Bruno Haible.
19295         Remove unnecessary parenthesization in regular expression.
19296
19297 2003-08-15  Jim Meyering  <jim@meyering.net>
19298
19299         Merge from coreutils.
19300         * lib/xgethostname.c: Include <stdlib.h>.
19301         (xghostname): Don't exit for anything other than memory-related
19302         failure; just return NULL.
19303         * lib/userspec.c: Include "posixver.h".
19304         (parse_user_spec): Accept `.' as a separator only
19305         in pre-POSIX-200112 mode.
19306         * lib/strtoimax.c: Use #elif rather than #else #if.
19307         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19308         Remove function, now that we can rely on a working tzset function.
19309         [!_LIBC]: Ensure that the required autoconf test has been run.
19310         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19311         Use underlying_strftime for %r.
19312         * lib/sha.c: Merge in some clean-up and optimization changes from
19313         glibc.
19314         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19315         Ensure that it is a multiple of 64.
19316         Rearrange loop exit tests so as to avoid performing an
19317         additional fread after encountering an error or EOF.
19318         * lib/realloc.c: Update copyright date.
19319
19320 2003-08-15  Jim Meyering  <jim@meyering.net>
19321         and Paul Eggert  <eggert@twinsun.com>
19322
19323         Merge from coreutils.
19324         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19325         member but strut utmpx does not.  Needed for AIX 4.3.3.
19326         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19327
19328 2003-08-15  Jim Meyering  <jim@meyering.net>
19329         and Paul Eggert  <eggert@cs.ucla.edu>
19330
19331         Merges from coreutils, etc.
19332         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19333         Require gl_FUNC_TZSET_CLOBBER.
19334         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19335         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19336         members.
19337
19338 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19339
19340         Help the merge from coreutils.
19341         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19342         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19343         * m4/tzset.m4: Use it too.
19344
19345 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19346
19347         * modules/tzset: New file.
19348
19349 2003-08-14  Jim Meyering  <jim@meyering.net>
19350
19351         Merges from coreutils.
19352         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19353         variable names, rather than @FNMATCH_H@.
19354         * modules/alloca: Likewise for $(ALLOCA_H).
19355
19356         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19357         the three copies of the literal target, `fnmatch.h'.
19358         * modules/alloca (alloca.h): Likewise.
19359
19360 2003-08-14  Jim Meyering  <jim@meyering.net>
19361
19362         Merge from coreutils.
19363         * m4/tzset.m4: New file.
19364         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19365         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19366         otherwise, AIX 5.1 systems would end up using the latter.
19367         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19368         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19369         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19370         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19371
19372 2003-08-14  Jim Meyering  <jim@meyering.net>
19373
19374         Merge from coreutils.
19375         * lib/obstack.h: Whitespace changes.
19376         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19377         and xcalloc return values.
19378         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19379         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19380         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19381         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19382         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19383         error from mntctl.
19384         Use mntctl's return value to drive the entry-processing loop, since
19385         we can't rely on the value of the vmt_length member in the last
19386         entry.  On some systems doing so could result in exhausting
19387         virtual memory.  Based in part on a patch from Mike Jetzer.
19388
19389 2003-08-14  Jim Meyering  <jim@meyering.net>
19390         and Paul Eggert  <eggert@twinsun.com>
19391
19392         Merges from coreutils, plus other fixes.
19393         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19394         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19395         for credits and details.  Thanks to Kaveh Ghazi for helping
19396         to keep these files in sync.
19397         (ARRAY_SIZE): Define it.
19398         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19399         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19400         (memcasecmp): Don't assume size_t fits in unsigned int.
19401         Remove casts and duplicate code.
19402         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19403         (memcpy): Remove definition.
19404         Merge in some clean-up and optimization changes from glibc.
19405         [BLOCKSIZE]: Move definition to top of file.
19406         Ensure that it is a multiple of 64.
19407         Rearrange loop exit tests so as to avoid performing an
19408         additional fread after encountering an error or EOF.
19409         * lib/md5.h (md5_uintptr): Define.
19410         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19411         return to the initial working directory.  Preserve errno
19412         for caller.
19413         * lib/idcache.c: Include "xalloc.h".
19414         (xmalloc, xrealloc): Remove decls.
19415         (getuser): Remove casts no longer required in C89.
19416         * lib/human.c: Include stdio.h, for sprintf.
19417         * lib/group-member.c: Include "xalloc.h".
19418         (xmalloc, xrealloc): Remove decls.
19419         (get_group_info): Remove casts no longer required in C89.
19420         * lib/getusershell.c (readname): Remove casts no longer required in
19421         C89.
19422         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19423         * lib/getline.c: Whitespace fix, from coreutils.
19424
19425 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19426
19427         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19428         Check for isascii.
19429
19430         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19431         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19432         Undo previous (whitespace-only) change.
19433
19434 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19435
19436         * lib/exclude.c: Include <ctype.h>
19437         (IN_CTYPE_DOMAIN): New macro.
19438         (is_space): New fn.
19439         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19440         and empty lines.
19441
19442         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19443         Undo previous (whitespace-only) change.
19444
19445 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19446
19447         * config/srclist-update: Change update back to the old behavior,
19448         leaving whitespace alone.  Use one 'sed' command rather than a
19449         pipeline.
19450         (fixlicense): Now a variable, not a function.
19451         (remove_trailing_blanks): Remove.
19452         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19453         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19454         Undo previous (whitespace-only) change.
19455
19456 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19457
19458         Merge from coreutils.
19459         * modules/euidaccess: Add lib_SOURCES, include for new
19460         file euidaccess.h
19461
19462 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19463
19464         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19465         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19466         Normalize leading white space and remove trailing white space.
19467
19468         Merge from coreutils
19469         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19470
19471         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19472         0.12.1.  These files are now being upgraded automatically by
19473         ../config/srclist-update.
19474
19475 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19476
19477         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19478         Normalize leading white space and remove trailing white space.
19479         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19480         notice, as per ../config/srclist-update.
19481
19482         Merge from coreutils.
19483         * lib/euidaccess.h: New file.
19484         * lib/euidaccess.c: Include it.
19485         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19486         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19487         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19488
19489 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19490
19491         * config/srclist-update: Add copyright notice.
19492         (remove_id_lines, remove_trailing_blanks): New constants.
19493         (fixfile): Use them to normalize spacing a bit in copied files.
19494         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19495         Normalize leading white space and remove trailing white space.
19496
19497         * config/texinfo.tex: Sync with texinfo.
19498
19499         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19500         strtoul.c from libc, to merge coreutils whitespace changes.
19501
19502         * config/srclist.txt: Get the following m4 files from gettext:
19503         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19504         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19505         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19506         wint_t.m4.
19507
19508 2003-08-12  Karl Berry  <karl@gnu.org>
19509
19510         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19511         been made.
19512
19513 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19514
19515         * modules/gnu-source, m4/gnu-source.m4:
19516         Remove; we're assuming Autoconf 2.54 or later now.
19517         Suggested by Bruno Haible.
19518         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19519
19520 2003-08-11  Bruno Haible  <bruno@clisp.org>
19521
19522         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19523
19524 2003-08-11  Bruno Haible  <bruno@clisp.org>
19525
19526         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19527         (vasnprintf): Use it instead of wcslen.
19528
19529 2003-08-11  Bruno Haible  <bruno@clisp.org>
19530
19531         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19532         value to ensure that _Bool promotes to int. Use #define for _Bool when
19533         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19534
19535 2003-08-10  Karl Berry  <karl@gnu.org>
19536
19537         * lib/regex.h: update from libc (whitespace fix).
19538
19539 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19540
19541         Merge some files from coreutils.  These changes were
19542         originally made by Jim Meyering.
19543         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19544         many older Unixes require this.
19545         * lib/alloca.c (alloca): Remove cast to argument of free;
19546         no longer needed in C89.
19547         * lib/alloca_.h, regex.h: Fix white space to match
19548         what GNU indent does.
19549
19550 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19551
19552         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19553         apparently Emacs's Unicode mode got confused before my 2003-08-05
19554         checkin.
19555
19556 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19557
19558         * m4/extensions.m4: New file.
19559         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19560         Require gl_USE_SYSTEM_EXTENSIONS.
19561         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19562         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19563
19564 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19565
19566         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19567         * modules/extensions, modules/gnu-source: New files.
19568         * modules/timespec, modules/unlocked-io: Depend on extensions.
19569
19570 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19571
19572         * modules/restrict: New file.
19573         * MODULES.html.sh (func_all_modules): Add restrict.
19574         * modules/regex: Depend on restrict.
19575
19576 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19577
19578         * m4/restrict.m4: New file.
19579         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19580
19581 2003-08-07  Bruno Haible  <bruno@clisp.org>
19582
19583         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19584         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19585
19586 2003-08-07  Bruno Haible  <bruno@clisp.org>
19587
19588         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19589         makes the module 'getndelim2' compatible with the module 'getline'.
19590
19591 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19592
19593         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19594         byte with "\201" to avoid glitches when editing that source file
19595         with multi-gnome-terminal.
19596
19597 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19598
19599         * lib/bumpalloc.h: Remove.
19600
19601 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19602
19603         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19604         * modules/bumpalloc: Remove.
19605
19606 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19607
19608         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19609         GNU coding style.
19610
19611         Merge from coreutils.
19612         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19613         1. From glibc.
19614         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19615         from Karl Berry, implemented by Jim Meyering.
19616         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19617         from Dmitry V. Levin.
19618         Remove anachronistic cast of xrealloc.
19619         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19620         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19621         type. Otherwise, it wouldn't compile with at least /bin/cc on
19622         ymp-cray-unicos9.0.2.X.
19623         Combine two mostly-identical uses of alloca into one.
19624         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19625
19626 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19627
19628         [From Emacs.]
19629
19630         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19631         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19632         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19633         obsolete NLIST_NAME_UNION.
19634         [__GNU__]: Undef BSD and FSCALE.
19635         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19636
19637 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19638
19639         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19640         an enum type, so that it's guaranteed to promote to int.  See:
19641         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19642
19643 2003-08-03  Karl Berry  <karl@gnu.org>
19644
19645         * config/depcomp: update from automake.
19646
19647 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19648
19649         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19650         (strerror): Don't assume that a printable int fits in 14 bytes.
19651
19652 2003-07-31  Bruno Haible  <bruno@clisp.org>
19653
19654         * modules/getpass-gnu: New file.
19655         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19656
19657 2003-07-31  Bruno Haible  <bruno@clisp.org>
19658
19659         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19660
19661 2003-07-24  Karl Berry  <karl@gnu.org>
19662
19663         * config/missing: update from automake.
19664
19665 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19666             Bruno Haible  <bruno@clisp.org>
19667
19668         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19669         * lib/getline.c (getline, getdelim): Likewise.
19670         Remove _GNU_SOURCE define; now it's defined in config.h through
19671         m4/getline.m4.
19672
19673 2003-07-23  Karl Berry  <karl@gnu.org>
19674
19675         * config/config.sub: update from prep.
19676
19677 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19678
19679         * modules/xalloc (Depends-on): Add exitfail.
19680         * modules/xmemcoll: Likewise.
19681
19682 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19683
19684         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19685         over-parenthesization in macros.
19686
19687         Sync with coreutils.
19688
19689         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19690         required by C99.
19691
19692         Use `exit_failure' for xalloc and xmemcoll instead of their own
19693         private exit-failure variables.
19694         * lib/xalloc.h (xalloc_exit_failure): Remove.
19695         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19696         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19697         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19698         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19699         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19700
19701 2003-07-20  Jim Meyering  <jim@meyering.net>
19702
19703         * modules/closeout (Depends-on): Add exitfail.
19704         Suggestion from Bruno Haible.
19705
19706 2003-07-19  Karl Berry  <karl@gnu.org>
19707
19708         * config/config.sub: update from prep.
19709
19710 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19711
19712         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19713         Remove.
19714         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19715         to test that it can stand by itself.  Include "exitfail.h".
19716         Clients should set exit_failure instead.
19717         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19718
19719 2003-07-18  Bruno Haible  <bruno@clisp.org>
19720
19721         * modules/getndelim2: New file.
19722         * modules/getline: Share files with module getndelim2.
19723         * modules/getnline: Depend on getndelim2 instead of sharing files with
19724         it. Add getnline.c to lib_SOURCES.
19725         * MODULES.html.sh (func_all_modules): Add getndelim2.
19726
19727 2003-07-18  Bruno Haible  <bruno@clisp.org>
19728
19729         * m4/getndelim2.m4: New file.
19730         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19731         invoke gl_PREREQ_GETNDELIM2.
19732         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19733         gl_PREREQ_GETNDELIM2.
19734         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19735         gl_GETNDELIM2.
19736
19737 2003-07-18  Bruno Haible  <bruno@clisp.org>
19738
19739         * lib/getndelim2.h: New file.
19740         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19741         getndelim2.h.
19742         (getndelim2): Make non-static. Change return type to ssize_t.
19743         * lib/getline.h: Change argument names.
19744         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19745         * lib/getnline.c: Include getndelim2.h.
19746
19747 2003-07-18  Andreas Schwab  <schwab@suse.de>
19748
19749         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19750
19751 2003-07-17  Karl Berry  <karl@gnu.org>
19752
19753         * config/config.sub: update from prep.
19754
19755 2003-07-17  Bruno Haible  <bruno@clisp.org>
19756
19757         * modules/getnline: New file.
19758         * modules/getline: Add lib/getndelim2.c to source file list.
19759         * MODULES.html.sh (func_all_modules): Add getnline.
19760
19761 2003-07-17  Bruno Haible  <bruno@clisp.org>
19762
19763         * m4/getnline.m4: New file.
19764
19765 2003-07-17  Bruno Haible  <bruno@clisp.org>
19766
19767         * m4/Makefile.am.in: Remove file.
19768         * m4/Makefile.am: Remove file.
19769         * m4/Makefile.in: Remove file.
19770
19771 2003-07-17  Bruno Haible  <bruno@clisp.org>
19772
19773         * lib/getnline.h: New file.
19774         * lib/getnline.c: New file.
19775         * lib/getndelim2.c: New file, extracted from getline.c.
19776         (getndelim2): Renamed from getdelim2, with added nmax argument.
19777         * lib/getline.c: Include getndelim2.c.
19778         (getdelim2): Moved out to getndelim2.c.
19779         (getline, getdelim): Update.
19780
19781 2003-07-17  Bruno Haible  <bruno@clisp.org>
19782
19783         * lib/Makefile.am: Remove file.
19784         * lib/Makefile.in: Remove file.
19785
19786 2003-07-17  Bruno Haible  <bruno@clisp.org>
19787
19788         * configure.in: Remove file.
19789         * Makefile.in: Remove file.
19790
19791 2003-07-17  Bruno Haible  <bruno@clisp.org>
19792
19793         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19794
19795 2003-07-16  Karl Berry  <karl@gnu.org>
19796
19797         * config/srclist-update: was running fixlicense twice, which caused
19798                 texinfo.tex to be nullified for some reason.  Simplify,
19799                 $gplsrc is no longer needed as far as I can see?
19800
19801 2003-07-16  Jim Meyering  <jim@meyering.net>
19802
19803         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19804
19805 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19806
19807         * config/srclist.txt: Get the following files from gettext-runtime/intl
19808         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19809         ref-del.sin.  From Bruno Haible.
19810         * config/srclist-update (fixfile): Change grep pattern again, since the
19811         previous fix didn't work (there was another trailing $).  Use
19812         '[$]' to escape the $s.
19813
19814 2003-07-15  Karl Berry  <karl@gnu.org>
19815
19816         * lib/vasnprintf.c: update from gettext.
19817
19818 2003-07-15  Karl Berry  <karl@gnu.org>
19819
19820         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19821         gets expanded when surrounded by '$'.
19822
19823 2003-07-15  Jim Meyering  <jim@meyering.net>
19824
19825         * modules/save-cwd: Don't depend on error.  From Derek Price.
19826
19827 2003-07-15  Jim Meyering  <jim@meyering.net>
19828
19829         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19830
19831 2003-07-14  Simon Josefsson  <jas@extundo.com>
19832
19833         * modules/mempcpy: New file.
19834         * MODULES.html.sh (func_all_modules): Add mempcpy.
19835
19836 2003-07-14  Simon Josefsson  <jas@extundo.com>
19837
19838         * m4/mempcpy.m4: New file.
19839
19840 2003-07-14  Simon Josefsson  <jas@extundo.com>
19841
19842         * lib/mempcpy.h: New file.
19843         * lib/mempcpy.c: New file.
19844
19845 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19846
19847         * modules/getdate, modules/posixtm: Depend on mktime.
19848
19849 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19850
19851         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19852         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19853         unicodeio.c, unicodeio.h, unlocked-io.h:
19854         Switch from LGPL to GPL.
19855
19856 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19857
19858         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19859         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19860         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19861         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19862         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19863         updated automatically by ../config/srclist-update.  This changes
19864         their license from LPGL to GPL.
19865
19866 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19867
19868         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19869         assumed to refer to the root of the most recent stable gettext version.
19870         * config/srclistvars.sh: Add defaults for eggert.
19871         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19872         Match "This program" as well as "The program".  This is needed
19873         for gettext.
19874
19875 2003-07-14  Jim Meyering  <jim@meyering.net>
19876
19877         Don't emit diagnostics.  Let callers do that.
19878         * lib/save-cwd.c: Don't include "error.h".
19879         (save_cwd): Don't call error.  Ensure that errno is valid
19880         when returning nonzero.
19881
19882         * lib/save-cwd.h (restore_cwd): Update prototype.
19883         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19884         Simplify.  Don't call error upon failure.  Let callers do that.
19885         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19886         when auditing is enabled.  But don't bother updating the #if.
19887
19888 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19889
19890         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19891         it breaks C++ compilation.
19892         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19893
19894 2003-07-10  Simon Josefsson  <jas@extundo.com>
19895
19896         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19897
19898 2003-07-10  Jim Meyering  <jim@meyering.net>
19899
19900         * m4/clock_time.m4: Remove trailing blank.
19901         * m4/intmax_t.m4: Likewise.
19902
19903 2003-07-10  Jim Meyering  <jim@meyering.net>
19904
19905         * lib/vasnprintf.c: Remove trailing blanks.
19906         Make cpp indentation consistent.
19907
19908 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19909
19910         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19911         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19912         Switch from LGPL to GPL.
19913
19914 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19915
19916         * config/srclist.txt: Sort sublists.  Add
19917         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19918         that differ from gnulib for one reason or another; we'd like this list
19919         to be smaller but for now let's document what we have.
19920
19921 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19922
19923         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19924         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19925         and sweeter "eval x=$x".
19926         * config/srclist.txt: Get lib/argp* from glibc.
19927
19928 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19929
19930         * lib/mktime.c: Fix some boundary cases and remove need for floating
19931         point.
19932
19933         Issue a compile-time diagnostic if time_t is floating point, or if
19934         two's complement arithmetic is not in effect, or if arithmetic
19935         right shift does not propagate the sign.  These assumptions were
19936         all in the original code but they weren't checked.
19937
19938         (TIME_T_MIDPOINT, verify): New macros.
19939         (__isleap): Remove; it has integer overflow problems.
19940         (leapyear): New function, without those problems.
19941         (ydhms_tm_diff): Remove; splitting into two parts.
19942         (ydhms_diff): New function, containing the arithmetic part of
19943         the old ydhms_tm_diff function.  Issue a compile-time
19944         diagnostic if we are not using C99 integer division.
19945         Avoid casts when possible.
19946         (guess_time_tm): New function, containing the checking part of
19947         the old ydhms_tm_diff function.  Return the new value, rather than
19948         the difference between it and the old.  Accept a new argument T
19949         so that *T specifies the old value.  Check for overflow in the result.
19950
19951         (__mktime_internal): Use a time_t offset, not a long int offset.
19952         This undoes the 2003-06-04 change, which is no longer needed now
19953         that we have better overflow checking.
19954         (localtime_offset): Likewise.
19955
19956         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19957         and long are 64-bit but int is only 32-bit.
19958         (ydhms_diff): Use long int to store year1 and yday1.
19959         Issue a compile-time diagnostic if long int is not wide enough.
19960
19961         (__mktime_internal): Use long int to store adjusted year and yday.
19962         Use plain C rather than preprocessor commands, if that doesn't
19963         affect efficiency.
19964         Check for overflow (and try to repair) after each probe
19965         rather than checking only at the very end.  This avoids some bugs
19966         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19967         does not equal GMT offset at maximum time).
19968         Use integer to check for overflow rather than floating point; this
19969         is more portable to non-IEEE hosts, and is a tad faster.
19970         When we detect that we are oscillating between two values,
19971         don't check whether tm_isdst has the requested value, since
19972         we already know the answer.  When tm_isdst has the wrong value,
19973         use a different heuristic to find the right one, based on the
19974         extreme values actually observed in practice in tz2003a,
19975         rather than the (overly optimistic) "previous 3 calendar quarters".
19976
19977         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19978         "T const" to accommodate glibc style.
19979         (check_result): Use less-confusing report format.  "long" -> "long int.
19980         (main): Likewise.
19981         Don't loop if the iteration overflows time_t.
19982         Allow a negative step in the iteration.
19983
19984 2003-07-06  Karl Berry  <karl@gnu.org>
19985
19986         * config/depcomp: update from automake.
19987         * config/config.sub: update from prep.
19988
19989 2003-07-03  Karl Berry  <karl@gnu.org>
19990
19991         * config/config.guess: update from prep.
19992
19993 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19994
19995         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19996         xreadlink.c now includes it unconditionally.
19997
19998 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19999
20000         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20001         having it depend on HAVE_SYS_TYPES_H.
20002
20003 2003-07-01  Bruno Haible  <bruno@clisp.org>
20004
20005         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20006         <sys/types.h> should be sufficient.
20007         Reported by Paul Eggert.
20008
20009 2003-06-26  Karl Berry  <karl@gnu.org>
20010
20011         * config/depcomp: update from automake.
20012
20013 2003-06-26  Bruno Haible  <bruno@clisp.org>
20014
20015         * modules/human: Depend on module stdbool.
20016
20017 2003-06-25  Bruno Haible  <bruno@clisp.org>
20018
20019         * modules/readlink: New file.
20020         * modules/xreadlink: Depend on it.
20021         * MODULES.html.sh (func_all_modules): Add readlink.
20022
20023 2003-06-25  Bruno Haible  <bruno@clisp.org>
20024
20025         * m4/readlink.m4: New file.
20026
20027 2003-06-25  Bruno Haible  <bruno@clisp.org>
20028
20029         * lib/readlink.c: New file.
20030
20031 2003-06-22  Karl Berry  <karl@gnu.org>
20032
20033         * config/srclist.txt: update mkinstalldirs from automake.
20034         * config/mkinstalldirs: update.
20035
20036 2003-06-22  Bruno Haible  <bruno@clisp.org>
20037
20038         Portability to mingw32.
20039         * m4/ssize_t.m4: New file, from GNU gettext.
20040         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20041         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20042
20043 2003-06-22  Bruno Haible  <bruno@clisp.org>
20044
20045         * modules/safe-read: Add m4/ssize_t.m4.
20046         * modules/xreadlink: Add m4/ssize_t.m4.
20047
20048 2003-06-20  Bruno Haible  <bruno@clisp.org>
20049
20050         Assume C89, so PARAMS isn't needed.
20051         * lib/unicodeio.h (PARAMS): Remove.
20052         * lib/unicodeio.c: Don't use PARAMS.
20053
20054 2003-06-18  Karl Berry  <karl@gnu.org>
20055
20056         * config/config.{guess,sub}: update from prep.
20057
20058 2003-06-18  Jim Meyering  <jim@meyering.net>
20059
20060         Merge changes from coreutils.
20061         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20062         Remove explicit declarations of xmalloc and realloc.
20063         Include xalloc.h.
20064         (read_utmp): Remove anachronistic cast of xmalloc.
20065
20066 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20067
20068         Assume C89, so PARAMS isn't needed.
20069         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20070         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20071         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20072         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20073         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20074         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20075         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20076         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20077         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20078         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20079         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20080         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20081         no longer needed. Anyway, config.h should always be included before any
20082         other file.
20083
20084 2003-06-11  Simon Josefsson  <jas@extundo.com>
20085
20086         * modules/sysexits: New file.
20087         * MODULES.html.sh (func_all_modules): Add sysexits.
20088
20089 2003-06-11  Simon Josefsson  <jas@extundo.com>
20090
20091         * lib/sysexit_.h: New file.
20092
20093 2003-06-11  Derek Price  <derek@ximbiot.com>
20094
20095         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20096         necessary.
20097
20098 2003-06-11  Bruno Haible  <bruno@clisp.org>
20099
20100         * m4/sysexits.m4: New file.
20101
20102 2003-06-10  Simon Josefsson  <jas@extundo.com>
20103
20104         * lib/argp.h: New file, from glibc.
20105         * lib/argp-ba.c: New file, from glibc.
20106         * lib/argp-eexst.c: New file, from glibc.
20107         * lib/argp-fmtstream.c: New file, from glibc.
20108         * lib/argp-fmtstream.h: New file, from glibc.
20109         * lib/argp-fs-xinl.c: New file, from glibc.
20110         * lib/argp-help.c: New file, from glibc.
20111         * lib/argp-namefrob.h: New file, from glibc.
20112         * lib/argp-parse.c: New file, from glibc.
20113         * lib/argp-pv.c: New file, from glibc.
20114         * lib/argp-pvh.c: New file, from glibc.
20115         * lib/argp-xinl.c: New file, from glibc.
20116
20117 2003-06-10  Simon Josefsson  <jas@extundo.com>
20118
20119         * modules/strchrnul: New file.
20120
20121 2003-06-10  Simon Josefsson  <jas@extundo.com>
20122
20123         * modules/argp: New file.
20124
20125 2003-06-10  Simon Josefsson  <jas@extundo.com>
20126
20127         * m4/strchrnul.m4: New file.
20128
20129 2003-06-10  Simon Josefsson  <jas@extundo.com>
20130
20131         * lib/strchrnul.h: New file.
20132         * lib/strchrnul.c: New file.
20133
20134 2003-06-10  Bruno Haible  <bruno@clisp.org>
20135
20136         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20137
20138 2003-06-07  Karl Berry  <karl@gnu.org>
20139
20140         * config/config.{guess,sub}: update from prep.
20141
20142 2003-06-07  Jim Meyering  <jim@meyering.net>
20143
20144         * modules/strtod: Use $(...) notation, not @...@ for
20145         AC_REPLACE'd variables.
20146         * modules/localcharset: Likewise.
20147
20148 2003-06-07  Jim Meyering  <jim@meyering.net>
20149
20150         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20151         in place of my name in the copyright comment.
20152         Remove definition and uses of __P.
20153
20154         From coreutils.
20155         * lib/stat.c: Don't declare xmalloc explicitly.
20156         Instead, include "xalloc.h".
20157         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20158         xrealloc, and xcalloc return values.
20159         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20160         Improve comment.
20161         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20162
20163 2003-06-07  Bruno Haible  <bruno@clisp.org>
20164
20165         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20166         avoid AC_CONFIG_LINKS.
20167         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20168         fnmatch.h, to avoid AC_CONFIG_LINKS.
20169         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20170
20171 2003-06-07  Bruno Haible  <bruno@clisp.org>
20172
20173         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20174         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20175         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20176         directory.
20177         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20178         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20179         directory.
20180
20181 2003-06-06  Jim Meyering  <jim@meyering.net>
20182
20183         Merge from coreutils.
20184         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20185         Consolidate declarations and initializations of *_base* locals.
20186
20187         Merge from coreutils.
20188         This avoids a core dump on systems without GNU putenv,
20189         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20190         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20191         (unsetenv): New static function, from GNU libc.
20192         (rpl_putenv): Use it.
20193
20194         * lib/modechange.c: Remove trailing blanks.
20195
20196         Merge from coreutils.
20197         * lib/fsusage.c: Remove declaration of statfs.
20198         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20199
20200         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20201
20202 2003-06-06  Jim Meyering  <jim@meyering.net>
20203
20204         * lib/stdbool_.h: Renamed from stdbool.h.in.
20205
20206 2003-06-06  Jim Meyering  <jim@meyering.net>
20207             Bruno Haible  <bruno@clisp.org>
20208
20209         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20210         Adjust Makefile.am snippet not to redirect directly to target.
20211         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20212
20213 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20214
20215         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20216         mismatch, look in future quarters as well as past.  This fixes a
20217         bug when processing fall-backwards gaps immediately after a long
20218         period of daylight-saving time.
20219
20220         * lib/mktime.c: Assume freestanding C89 or better.
20221         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20222         (__P): Remove; not used.
20223         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20224         (mktime, not_equal_tm, print_tm, check_result,
20225         main): Use prototypes.  Use const * where appropriate.
20226         (main): Fix typo in testing code that uncovered by above changes.
20227         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20228
20229 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20230
20231         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20232         locale.h, localeconv.  This merges changes from coreutils.
20233
20234         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20235         It can be removed after the next Autoconf is released.
20236         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20237         needed.
20238
20239 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20240
20241         * lib/mktime.c: Fix Debian bug 177940
20242         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20243         (localtime_offset): Now long int, not time_t, because we want it
20244         to be guaranteed to be signed.  All uses changed.
20245         (__mktime_internal): If overflow would occur when adding offset,
20246         don't add it.
20247
20248         Merge 'human' changes from coreutils.  Rewrite to support
20249         locale-specific notations like thousands separators.
20250         * lib/human.c: Simplify authorship notice.
20251         Include human.h immediately after config.h.
20252         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20253         <limits.h>: Do not include, since human.h does.
20254         (SIZE_MAX, UINTMAX_MAX): New macros.
20255         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20256         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20257         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20258         (power_letter): Renamed from suffixes.
20259         (generate_suffix_backwards): Remove.
20260         (adjust_value): Now takes int style (because of human.h changes)
20261         and long double value (for greater precision on some platforms).
20262         (group_number): New function.
20263         (human_readable): Use it.  Use integer options, not enum.
20264         Put the options before the sizes in the arg list.
20265         Support all the new options.
20266         The old human_readable function has been removed;
20267         use inttostr.h instead.
20268         (human_readable, default_block_size, humblock):
20269         Use uintmax_t, not int, for block sizes.
20270         (human_readable_inexact, block_size_types): Remove.
20271         (block_size_opts): New constant.
20272         (human_options): Renamed from human_block_size, with new signature
20273         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20274         * lib/human.h: Add copyright and authorship notice.
20275         Include <limits.h> and <stdbool.h> unconditionally.
20276         (PARAMS): Remove.  All uses removed.
20277         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20278         (enum human_inexact_style): Remove tag; now a nameless enum.
20279         (human_floor, human_ceiling, human_round_to_even): Now have
20280         values 2, 0, 1 rather than -1, 1, 0.
20281         (human_group_digits, human_suppress_point_zero, human_autoscale,
20282         human_base_1024, human_SI, human_B): New constants.
20283         (human_readable_inexact, human_block_size): Remove.
20284         (human_readable): Size args are now uintmax_t, not int.
20285         (human_options): New decl.
20286
20287         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20288         unnecessary now that we assume C89 or better.  This change
20289         imported from coreutils.
20290
20291         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20292         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20293         in the 2003-05-30 sync from glibc.
20294
20295         .h files should stand alone, but we shouldn't include <sys/types.h>
20296         if we can get away with just <stddef.h>.
20297
20298         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20299         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20300         rather than <sys/types.h>, as we merely need size_t.
20301         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20302         to get size_t.
20303         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20304         Include <stdio.h>, to get FILE.
20305         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20306         memcasecmp.h has included <stddef.h> and all we need is size_t.
20307         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20308         our interface, instead of including <sys/types.h>
20309
20310 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20311
20312         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20313         now, as glibc mktime is buggy on non-glibc systems.
20314
20315 2003-06-03  Karl Berry  <karl@gnu.org>
20316
20317         * config/config.sub: update from prep.
20318
20319 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20320
20321         [from coreutils]
20322         Fix some minor time-related bugs with POSIX time arguments.
20323         Some valid time stamps were being rejected (notably -1, and
20324         time stamps before 1900 on 64-bit hosts).  And some invalid
20325         time stamps were being accepted, e.g. September 31.
20326
20327         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20328         that we can return (time_t) -1 successfully.
20329         * lib/posixtm.c: Likewise.
20330         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20331         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20332         (t): Remove static var.
20333         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20334         of static var.  All uses changed.
20335         (year): Do not reject years before 1900; they can occur with
20336         64-bit time_t.
20337         (posix_time_parse): Do not check for out-of-range components;
20338         that is now the caller's responsibility, since our checks were
20339         only approximations.
20340         (posixtime): Use mktime to check for out-of-range components,
20341         since it knows them exactly.
20342         If mktime returns (time_t) -1, check whether an error actually occurred
20343         by invoking localtime on -1.
20344         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20345         posixtime failures better.
20346         Improve the test data (in comments only).
20347
20348 2003-06-02  Karl Berry  <karl@gnu.org>
20349
20350         * config/mkinstalldirs (version): new variable.
20351         (--version): new option.
20352         (usage): improve message.
20353
20354 2003-05-30  Karl Berry  <karl@gnu.org>
20355
20356         * lib/mktime.c: update from libc.
20357
20358 2003-05-30  Bruno Haible  <bruno@clisp.org>
20359
20360         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20361         * config/config.rpath: Upgrade to gettext-0.12.1.
20362
20363 2003-05-30  Bruno Haible  <bruno@clisp.org>
20364
20365         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20366         * m4/nls.m4: New file, from gettext-0.12.1.
20367         * m4/po.m4: New file, from gettext-0.12.1.
20368         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20369
20370 2003-05-30  Bruno Haible  <bruno@clisp.org>
20371
20372         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20373         * lib/localcharset.h: Likewise.
20374         * lib/localcharset.c: Likewise.
20375
20376 2003-05-29  Karl Berry  <karl@gnu.org>
20377
20378         * config/config.rpath: update from gettext.
20379
20380 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20381
20382         Assume the headers required for C89 freestanding compilers.
20383         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20384         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20385         * m4/human.m4 (gl_HUMAN): Likewise.
20386         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20387         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20388         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20389         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20390         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20391         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20392
20393 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20394
20395         Assume the headers required for C89 freestanding compilers.
20396         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20397         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20398         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20399         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20400         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20401         define, since <limits.h> is guaranteed to do that.
20402         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20403         * lib/exclude.c: Include <stdbool.h> unconditionally.
20404         * lib/tempname.c: Include <stddef.h> unconditionally.
20405         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20406         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20407         <stddef.h> does that.
20408         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20409         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20410         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20411         needed.
20412         * lib/xstrtol.c: Likewise.
20413         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20414         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20415
20416         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20417         warnings on some platforms.
20418
20419         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20420         arbitrarily.
20421
20422 2003-05-26  Jim Meyering  <jim@meyering.net>
20423
20424         Merge in a change from coreutils:
20425         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20426         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20427         that condition, rather than `-1' which is slightly misleading.
20428         Change the name of the cache variable to have the gl_ prefix.
20429         Prompted by a patch from Richard Dawe for DJGPP.
20430
20431 2003-05-24  Karl Berry  <karl@gnu.org>
20432
20433         * config/config.guess: update from prep.
20434
20435 2003-05-22  Karl Berry  <karl@gnu.org>
20436
20437         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20438
20439 2003-05-20  Karl Berry  <karl@gnu.org>
20440
20441         * config/config.guess: update from prep.
20442
20443 2003-05-18  Karl Berry  <karl@gnu.org>
20444
20445         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20446         might actually be set by the user.
20447
20448         * config/depcomp, install-sh, mdate-sh: update from automake.
20449
20450 2003-05-17  Bruno Haible  <bruno@clisp.org>
20451
20452         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20453         invalid expansion for AC_EGREP_CPP.
20454         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20455         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20456         Suggested by Akim Demaille <akim@epita.fr> in
20457         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20458
20459 2003-05-12  Jim Meyering  <jim@meyering.net>
20460
20461         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20462         the space-padded-by-default conversion specifiers, %e, %k, %l.
20463
20464 2003-05-12  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20467         the string is longer than 4 KB.
20468
20469 2003-05-11  Karl Berry  <karl@gnu.org>
20470
20471         * config/config.{guess,sub}: update from prep.
20472
20473 2003-05-09  Bruno Haible  <bruno@clisp.org>
20474
20475         * modules/error: Add m4/strerror_r.m4 to file list.
20476
20477 2003-05-03  Bruno Haible  <bruno@clisp.org>
20478
20479         Upgrade to Unicode-4.0.
20480         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20481         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20482         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20483         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20484         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20485         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20486         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20487         Change width of U+E0100..U+E01EF from 1 to 0.
20488
20489 2003-04-25  Jim Meyering  <jim@meyering.net>
20490
20491         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20492         of type size_t, not int.
20493
20494 2003-04-25  Bruno Haible  <bruno@clisp.org>
20495
20496         * lib/copy-file.c: Include <stddef.h>, for size_t.
20497
20498 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20499
20500         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20501         code which expansion is under static control.  Patch imported from
20502         Akim Demaille's patch to Bison; see
20503         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20504
20505 2003-04-14  Bruno Haible  <bruno@clisp.org>
20506
20507         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20508
20509 2003-04-11  Jim Meyering  <jim@meyering.net>
20510
20511         Merge changes from Coreutils.
20512
20513         2003-03-22  Jim Meyering  <jim@meyering.net>
20514
20515         * lib/strftime.c (widen): Cast alloca return value to proper type.
20516
20517         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20518
20519         From GNU libc.
20520         * lib/strftime.c (my_strftime): Handle very large width
20521         specifications for numeric values correctly.  Improve checks for
20522         overflow.
20523
20524         2003-01-19  Jim Meyering  <jim@meyering.net>
20525
20526         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20527         definitions.
20528         (nl_get_alt_digit) [! defined my_strftime]: Define.
20529         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20530         _nl_get_alt_digit and _nl_get_walt_digit.
20531
20532         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20533         libc. These changes have no effect outside of _LIBC.
20534
20535 2003-04-10  Bruno Haible  <bruno@clisp.org>
20536
20537         * modules/findprog: New file.
20538         * MODULES.html.sh (func_all_modules): Add it.
20539
20540 2003-04-10  Bruno Haible  <bruno@clisp.org>
20541
20542         * m4/findprog.m4: New file.
20543         * m4/eaccess.m4: New file.
20544
20545 2003-04-10  Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/findprog.h: New file, from GNU gettext.
20548         * lib/findprog.c: New file, from GNU gettext.
20549
20550 2003-04-05  Jim Meyering  <jim@meyering.net>
20551
20552         Merge changes from Coreutils.
20553
20554         * lib/exclude.h (PARAMS): Remove definition and uses.
20555         * lib/exclude.c: Remove uses of `PARAMS'.
20556
20557         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20558         Add test-cases for DOS filenames. Declare program_name.
20559         (main): Set up program_name.  Patch by Rich Dawe.
20560
20561         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20562         error from mntctl.
20563         Use mntctl's return value to drive the entry-processing loop, since
20564         we can't rely on the value of the vmt_length member in the last
20565         entry.  On some systems doing so could result in exhausting
20566         virtual memory.  Based in part on a patch from Mike Jetzer.
20567
20568 2003-04-04  Bruno Haible  <bruno@clisp.org>
20569
20570         * modules/linebreak: New file.
20571         * MODULES.html.sh (func_all_modules): Add it.
20572
20573 2003-04-04  Bruno Haible  <bruno@clisp.org>
20574
20575         * m4/linebreak.m4: New file.
20576
20577 2003-04-04  Bruno Haible  <bruno@clisp.org>
20578
20579         * lib/linebreak.h: New file, from GNU gettext.
20580         * lib/linebreak.c: New file, from GNU gettext with slight
20581         modifications.
20582         * lib/lbrkprop.h: New file, from GNU gettext.
20583
20584 2003-04-03  Bruno Haible  <bruno@clisp.org>
20585
20586         * modules/utf8-ucs4: New file.
20587         * modules/utf16-ucs4: New file.
20588         * modules/ucs4-utf8: New file.
20589         * modules/ucs4-utf16: New file.
20590         * MODULES.html.sh (func_all_modules): Add them.
20591
20592 2003-04-03  Bruno Haible  <bruno@clisp.org>
20593
20594         * m4/utf-ucs4.m4: New file.
20595         * m4/ucs4-utf.m4: New file.
20596
20597 2003-04-03  Bruno Haible  <bruno@clisp.org>
20598
20599         * lib/utf8-ucs4.h: New file, from GNU gettext.
20600         * lib/utf16-ucs4.h: New file, from GNU gettext.
20601         * lib/ucs4-utf8.h: New file, from GNU gettext.
20602         * lib/ucs4-utf16.h: New file, from GNU gettext.
20603
20604 2003-04-02  Bruno Haible  <bruno@clisp.org>
20605
20606         * modules/binary-io: New file.
20607         * MODULES.html.sh (func_all_modules): Add it.
20608
20609 2003-04-02  Bruno Haible  <bruno@clisp.org>
20610
20611         * lib/binary-io.h: New file, from GNU gettext.
20612
20613 2003-04-01  Bruno Haible  <bruno@clisp.org>
20614
20615         * modules/pathname: New file.
20616         * MODULES.html.sh (func_all_modules): Add it.
20617
20618 2003-04-01  Bruno Haible  <bruno@clisp.org>
20619
20620         * lib/pathname.h: New file, from GNU gettext.
20621         * lib/concatpath.c: New file, from GNU gettext.
20622
20623 2003-03-30  Bruno Haible  <bruno@clisp.org>
20624
20625         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20626
20627 2003-03-30  Bruno Haible  <bruno@clisp.org>
20628
20629         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20630         function chown() doesn't exist.
20631
20632 2003-03-28  Bruno Haible  <bruno@clisp.org>
20633
20634         * modules/copy-file: New file.
20635         * MODULES.html.sh (func_all_modules): Add it.
20636
20637 2003-03-28  Bruno Haible  <bruno@clisp.org>
20638
20639         * m4/copy-file.m4: New file.
20640
20641 2003-03-28  Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/copy-file.h: New file, from GNU gettext.
20644         * lib/copy-file.c: New file, from GNU gettext.
20645
20646 2003-03-18  Jim Meyering  <jim@meyering.net>
20647
20648         * lib/quote.c (quote_n): Fix typo in comment.
20649
20650 2003-03-18  Bruno Haible  <bruno@clisp.org>
20651
20652         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20653         checking.
20654         * m4/onceonly_2_57.m4: Likewise.
20655
20656 2003-03-17  Bruno Haible  <bruno@clisp.org>
20657
20658         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20659         (m4_quote): Remove macro.
20660         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20661
20662 2003-03-14  Jim Meyering  <jim@meyering.net>
20663
20664         Merge changes from Coreutils.
20665         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20666         to be const, in order to avoid warnings.
20667         (obstack_room): Likewise.
20668         (obstack_empty_p): Likewise.
20669
20670 2003-03-14  Bruno Haible  <bruno@clisp.org>
20671
20672         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20673         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20674
20675 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20676
20677         Merge changes from Bison.
20678         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20679         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20680         when compiling Bison 1.875's `bitset bset = obstack_alloc
20681         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20682         * lib/hash.c: Include <stdbool.h> unconditionally.
20683
20684 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20685
20686         * m4/onceonly.m4 (m4_quote): New macro.
20687         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20688         Quote AC_FOREACH variable-expansions properly.
20689
20690 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20691
20692         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20693
20694 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20695
20696         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20697         Reported by Bruce Becker; see:
20698         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20699
20700 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20701             Bruno Haible  <bruno@clisp.org>
20702
20703         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20704         Reported by John Hughes, see
20705         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20706
20707 2003-02-20  Bruno Haible  <bruno@clisp.org>
20708
20709         * MODULES.html.sh (func_all_modules): Add poll.
20710
20711 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20712
20713         * modules/poll: New file.
20714
20715 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20716
20717         * lib/poll_.h: New file.
20718         * lib/poll.c: New file.
20719
20720 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20721
20722         * m4/poll.m4: New file.
20723
20724 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20725
20726         * modules/mathl: New file.
20727
20728 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20729
20730         * lib/mathl.h: New file.
20731         * lib/acosl.c: New file.
20732         * lib/asinl.c: New file.
20733         * lib/atanl.c: New file.
20734         * lib/ceill.c: New file.
20735         * lib/cosl.c: New file.
20736         * lib/expl.c: New file.
20737         * lib/floorl.c: New file.
20738         * lib/frexpl.c: New file.
20739         * lib/ldexpl.c: New file.
20740         * lib/logl.c: New file.
20741         * lib/sincosl.c: New file.
20742         * lib/sinl.c: New file.
20743         * lib/sqrtl.c: New file.
20744         * lib/tanl.c: New file.
20745         * lib/trigl.c: New file.
20746         * lib/trigl.h: New file.
20747
20748 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20749
20750         * m4/mathl.m4: New file.
20751
20752 2003-02-18  Bruno Haible  <bruno@clisp.org>
20753
20754         * MODULES.html.sh (func_all_modules): Add mathl.
20755
20756 2003-02-17  Bruno Haible  <bruno@clisp.org>
20757
20758         * modules/mkdtemp: New module.
20759         * MODULES.html.sh (func_all_modules): Add it.
20760
20761 2003-02-17  Bruno Haible  <bruno@clisp.org>
20762
20763         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20764
20765 2003-02-17  Bruno Haible  <bruno@clisp.org>
20766
20767         * lib/mkdtemp.h: New file, from GNU gettext.
20768         * lib/mkdtemp.c: New file, from GNU gettext.
20769
20770 2003-02-02  Jim Meyering  <jim@meyering.net>
20771
20772         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20773         e.g. glibc-2.2.93.
20774
20775 2003-01-31  Bruno Haible  <bruno@clisp.org>
20776
20777         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20778         'rpl_rename'.
20779         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20780         'rpl_strnlen'.
20781         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20782         'rpl_strtod'.
20783         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20784         'rpl_utime'.
20785
20786 2003-01-31  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/rename.c: #undef rename before defining rpl_rename.
20789         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20790
20791 2003-01-30  Bruno Haible  <bruno@clisp.org>
20792
20793         * modules/vasnprintf, modules/vasprintf: New modules.
20794         * MODULES.html.sh (func_all_modules): Add them.
20795
20796 2003-01-30  Bruno Haible  <bruno@clisp.org>
20797
20798         * m4/signed.m4: New file, from GNU gettext.
20799         * m4/longdouble.m4: New file, from GNU gettext.
20800         * m4/wchar_t.m4: New file, from GNU gettext.
20801         * m4/wint_t.m4: New file, from GNU gettext.
20802         * m4/vasnprintf.m4: New file.
20803         * m4/vasprintf.m4: New file.
20804
20805 2003-01-30  Bruno Haible  <bruno@clisp.org>
20806
20807         * lib/printf-args.h: New file, from GNU gettext.
20808         * lib/printf-args.c: New file, from GNU gettext.
20809         * lib/printf-parse.h: New file, from GNU gettext.
20810         * lib/printf-parse.c: New file, from GNU gettext.
20811         * lib/vasnprintf.h: New file, from GNU gettext.
20812         * lib/vasnprintf.c: New file, from GNU gettext.
20813         * lib/asnprintf.c: New file, from GNU gettext.
20814         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20815         * lib/vasprintf.c: New file, from GNU gettext.
20816         * lib/asprintf.c: New file, from GNU gettext.
20817
20818 2003-01-29  Bruno Haible  <bruno@clisp.org>
20819
20820         * modules/stpncpy: New module.
20821         * MODULES.html.sh (func_all_modules): Add it.
20822
20823 2003-01-29  Bruno Haible  <bruno@clisp.org>
20824
20825         * m4/stpncpy.m4: New file.
20826
20827 2003-01-29  Bruno Haible  <bruno@clisp.org>
20828
20829         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20830         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20831
20832 2003-01-28  Bruno Haible  <bruno@clisp.org>
20833
20834         * modules/c-ctype: New module.
20835         * MODULES.html.sh (func_all_modules): Add it.
20836
20837 2003-01-28  Bruno Haible  <bruno@clisp.org>
20838
20839         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20840         Paul Eggert.
20841         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20842         Paul Eggert.
20843
20844 2003-01-27  Bruno Haible  <bruno@clisp.org>
20845
20846         * modules/xsetenv: New module.
20847         * MODULES.html.sh (func_all_modules): Add it.
20848
20849 2003-01-27  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/xsetenv.h: New file, from GNU gettext.
20852         * lib/xsetenv.c: New file, from GNU gettext.
20853
20854 2003-01-23  Jim Meyering  <jim@meyering.net>
20855
20856         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20857         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20858
20859 2003-01-23  Bruno Haible  <bruno@clisp.org>
20860
20861         * modules/minmax: New module.
20862         * MODULES.html.sh (func_all_modules): Add it.
20863
20864 2003-01-23  Bruno Haible  <bruno@clisp.org>
20865
20866         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20867         Eggert.
20868
20869 2003-01-22  Bruno Haible  <bruno@clisp.org>
20870
20871         * modules/exit: New module.
20872         * MODULES.html.sh (func_all_modules): Add it.
20873
20874 2003-01-22  Bruno Haible  <bruno@clisp.org>
20875
20876         * lib/exit.h: New file, from GNU gettext.
20877
20878 2003-01-19  Bruno Haible  <bruno@clisp.org>
20879
20880         * gnulib-tool: Recognize option --extract-maintainer.
20881         (func_get_maintainer): New function.
20882         * modules/*: Add Maintainer entry.
20883
20884 2003-01-16  Jim Meyering  <jim@meyering.net>
20885
20886         * m4/regex.m4: The `regex' struct is both input and output.
20887         Initialize it before each use.  Patch by Tim Waugh.
20888
20889 2003-01-16  Bruno Haible  <bruno@clisp.org>
20890
20891         * MODULES.html.sh: Add a table of contents. Add the module name as
20892         leftmost column. Add hyperlinks.
20893
20894 2003-01-15  Bruno Haible  <bruno@clisp.org>
20895
20896         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20897
20898 2003-01-15  Bruno Haible  <bruno@clisp.org>
20899
20900         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20901         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20902         suffix.
20903
20904 2003-01-15  Bruno Haible  <bruno@clisp.org>
20905
20906         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20907
20908 2003-01-15  Bruno Haible  <bruno@clisp.org>
20909
20910         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20911         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20912
20913 2003-01-14  Jim Meyering  <jim@meyering.net>
20914
20915         * lib/same.c (same_name): Tweak a comment.
20916
20917 2003-01-14  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20920         when a string comparison is sufficient.
20921
20922 2003-01-14  Bruno Haible  <bruno@clisp.org>
20923
20924         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20925         'unsigned int'.
20926
20927 2003-01-14  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/hash-pjw.c: Add comment about low quality of this function.
20930
20931 2003-01-13  Bruno Haible  <bruno@clisp.org>
20932
20933         * modules/stpcpy: Distribute lib/stpcpy.h.
20934         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20935
20936 2003-01-13  Bruno Haible  <bruno@clisp.org>
20937
20938         * modules/*: Add a description.
20939         * modules/strpbrk: Fix Makefile.am snippet.
20940         * modules/strtoimax: Fix dependencies.
20941         * modules/strtoumax: Likewise.
20942
20943 2003-01-13  Bruno Haible  <bruno@clisp.org>
20944
20945         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20946         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20947         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20948
20949 2003-01-13  Bruno Haible  <bruno@clisp.org>
20950
20951         * gnulib-tool (func_create_testdir): Store config/* files in the main
20952         directory.
20953         * config.rpath: Move to ...
20954         * config/config.rpath: ... here.
20955         * modules/gettext: Contains config/config.rpath, not config.rpath.
20956         * modules/iconv: Likewise.
20957
20958 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20959
20960         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20961         to avoid collisions with libcurses and libreadline.
20962
20963         * m4/getstr.m4: Remove.
20964         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20965
20966 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20967
20968         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20969         to avoid collisions with libcurses and libreadline.
20970
20971         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20972         * lib/getstr.h, getstr.c: Remove.
20973         * lib/getline.c: Include "getline.h", to check interface.
20974         Move body of old getstr.c here: this defines MIN_CHUNK and
20975         declares getdelim2, which is renamed from getstr.
20976         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20977
20978         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20979         All uses changed.
20980         * lib/linebuffer.h: Likewise.
20981         (readline): Remove backward-compatibility macro.
20982
20983 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20984
20985         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20986         to avoid collisions with libcurses and libreadline.
20987         * getstr: Remove.
20988         * MODULES.html.sh: Remove getstr.
20989         * modules/getline: Depend on unlocked-io, not getstr.
20990
20991 2003-01-12  Jim Meyering  <jim@meyering.net>
20992
20993         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20994
20995 2003-01-10  Bruno Haible  <bruno@clisp.org>
20996
20997         * modules/alloca: Change Makefile.am requirements. Simplify Include
20998         requirements. Add lib/alloca_.h to file list.
20999
21000 2003-01-10  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21003
21004 2003-01-10  Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/alloca_.h: New file.
21007         * lib/getdate.y: Unconditionally include alloca.h.
21008         * lib/makepath.c: Likewise.
21009         * lib/setenv.c: Likewise.
21010         * lib/userspec.c: Likewise.
21011
21012 2003-01-09  Karl Berry  <karl@gnu.org>
21013
21014         * MODULES.html.sh: include `dirname $0` in PATH, to find
21015         gnulib-tool.
21016
21017 2003-01-09  Bruno Haible  <bruno@clisp.org>
21018
21019         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21020         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21021
21022 2003-01-09  Bruno Haible  <bruno@clisp.org>
21023
21024         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21025
21026 2003-01-09  Bruno Haible  <bruno@clisp.org>
21027
21028         * lib/stdbool.h.in: New file.
21029
21030 2003-01-09  Bruno Haible  <bruno@clisp.org>
21031
21032         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21033         * MODULES.html.sh: Likewise.
21034
21035 2003-01-08  Jim Meyering  <jim@meyering.net>
21036
21037         * lib/full-write.c: Undefine and define-away `const' after inclusion
21038         of errno.h, not before.  Suggestion from Bruno Haible.
21039
21040 2003-01-08  Bruno Haible  <bruno@clisp.org>
21041
21042         * modules/full-read: Depend on full-write.
21043
21044 2003-01-08  Bruno Haible  <bruno@clisp.org>
21045
21046         * lib/safe-read.c: Include specification header first, to ensure its
21047         selfcontainedness.
21048         * lib/full-write.c: Likewise.
21049
21050 2003-01-07  Jim Meyering  <jim@meyering.net>
21051
21052         * lib/full-write.c: Rework so that it may serve to define full_read,
21053         too.
21054         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21055
21056 2003-01-07  Bruno Haible  <bruno@clisp.org>
21057
21058         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21059         <inttypes.h>.
21060         * lib/xstrtol.h: Likewise.
21061         * lib/xstrtoimax.c: Likewise.
21062         * lib/xstrtoumax.c: Likewise.
21063         * lib/human.h: Likewise.
21064
21065         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21066         on systems that have <inttypes.h> but not <stdint.h>.
21067
21068 2003-01-07  Bruno Haible  <bruno@clisp.org>
21069
21070         * MODULES.html.sh: Add copyright notice.
21071         (missed_files): Omit CVS directory entries.
21072         (func_module): Make it work with sed-3.02.
21073         * MODULES.txt: Remove file.
21074
21075 2003-01-06  Jim Meyering  <jim@meyering.net>
21076
21077         * lib/version-etc.c: Update year in translatable copyright string.
21078
21079 2003-01-03  Karl Berry  <karl@gnu.org>
21080
21081         * config/config.{guess,sub}: update from prep.
21082
21083 2003-01-02  Karl Berry  <karl@gnu.org>
21084
21085         * doc/COPYING.DOC: belatedly updated to 1.2.
21086
21087 2003-01-01  Karl Berry  <karl@gnu.org>
21088
21089         * gnulib-tool (func_verify_module): report module name $module in
21090         error message, not $1.
21091         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21092         be created, only if it doesn't exist.
21093         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21094
21095 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21096
21097         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21098
21099 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21100
21101         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21102         memcmp if strcoll doesn't work.
21103
21104 2002-12-31  Bruno Haible  <bruno@clisp.org>
21105
21106         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21107         nonempty.
21108
21109 2002-12-31  Bruno Haible  <bruno@clisp.org>
21110
21111         * lib/memcoll.c (STRCOLL): New macro.
21112         (memcoll): Use it.
21113
21114 2002-12-31  Bruno Haible  <bruno@clisp.org>
21115
21116         * lib/localcharset.h: New file.
21117         * lib/localcharset.c: Include it.
21118         * lib/unicodeio.c: Likewise.
21119
21120 2002-12-31  Bruno Haible  <bruno@clisp.org>
21121
21122         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21123         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21124
21125 2002-12-31  Bruno Haible  <bruno@clisp.org>
21126
21127         * lib/getline.h: Include <stddef.h>, for size_t.
21128
21129         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21130         * lib/unicodeio.c: Don't include <stddef.h>.
21131
21132 2002-12-31  Bruno Haible  <bruno@clisp.org>
21133
21134         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21135         HAVE_TM_ZONE.
21136
21137 2002-12-24  Karl Berry  <karl@gnu.org>
21138
21139         * config/config.guess: update from prep.
21140
21141 2002-12-24  Bruno Haible  <bruno@clisp.org>
21142
21143         General infrasructure.
21144         * m4/README: Rewritten.
21145         * m4/onceonly.m4: New file.
21146         * m4/onceonly_2_57.m4: New file.
21147
21148         Module atexit.
21149         * m4/atexit.m4: New file.
21150
21151         Module strtod.
21152         * m4/strtod.m4: New file.
21153
21154         Module strtol.
21155         * m4/strtol.m4: New file.
21156
21157         Module strtoul.
21158         * m4/strtoul.m4: New file.
21159
21160         Module memchr.
21161         * m4/memchr.m4: New file.
21162
21163         Module memcmp.
21164         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21165         (jm_FUNC_MEMCMP): Invoke it.
21166
21167         Module memcpy.
21168         * m4/memcpy.m4: New file.
21169
21170         Module memmove.
21171         * m4/memmove.m4: New file.
21172
21173         Module memset.
21174         * m4/memset.m4: New file.
21175
21176         Module strcspn.
21177         * m4/strcspn.m4: New file.
21178
21179         Module strpbrk.
21180         * m4/strpbrk.m4: New file.
21181
21182         Module strstr.
21183         * m4/strstr.m4: New file.
21184
21185         Module strerror.
21186         * m4/strerror.m4: New file.
21187
21188         Module mktime.
21189         * m4/mktime.m4: Renamed from jm-mktime.m4.
21190         (gl_PREREQ_MKTIME): New macro.
21191         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21192
21193         Module malloc.
21194         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21195         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21196         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21197
21198         Module realloc.
21199         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21200         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21201         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21202
21203         Module strftime.
21204         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21205         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21206         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21207         gl_TM_GMTOFF.
21208         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21209
21210         Module xalloc.
21211         * m4/xalloc.m4: New file.
21212
21213         Module alloca.
21214         * m4/alloca.m4: New file.
21215
21216         Module putenv.
21217         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21218         (jm_FUNC_PUTENV): Invoke it.
21219
21220         Module setenv.
21221         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21222         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21223         when invoked twice.
21224         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21225         gt_FUNC_SETENV.
21226
21227         Module memrchr.
21228         * m4/memrchr.m4: New file.
21229
21230         Module stpcpy.
21231         * m4/stpcpy.m4: New file.
21232
21233         Module strcase.
21234         * m4/strcase.m4: New file.
21235
21236         Module strdup.
21237         * m4/strdup.m4: New file.
21238
21239         Module strnlen.
21240         * m4/strnlen.m4: New file.
21241
21242         Module strndup.
21243         * m4/strndup.m4: New file.
21244
21245         Module xstrtod.
21246         * m4/xstrtod.m4: New file.
21247
21248         Module xstrtol.
21249         * m4/xstrtol.m4: New file.
21250
21251         Module getdate.
21252         * m4/getdate.m4: New file.
21253
21254         Module unlocked-io.
21255         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21256         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21257         * m4/jm-glibc-io.m4n: Remove file.
21258
21259         Module long-options.
21260         * m4/long-options.m4: New file.
21261
21262         Module md5.
21263         * m4/md5.m4: New file.
21264
21265         Module sha.
21266         * m4/sha.m4: New file.
21267
21268         Module getstr.
21269         * m4/getstr.m4: New file.
21270
21271         Module getline.
21272         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21273         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21274         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21275         simply getline. Infoke gl_PREREQ_GETLINE.
21276
21277         Module obstack.
21278         * m4/obstack.m4: New file.
21279
21280         Module hash.
21281         * m4/hash.m4: New file.
21282
21283         Module readtokens.
21284         * m4/readtokens.m4: New file.
21285
21286         Module strverscmp.
21287         * m4/strverscmp.m4: New file.
21288
21289         Module stdbool.
21290         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21291         OSF/1.
21292
21293         Module strtoll.
21294         * m4/strtoll.m4: New file.
21295
21296         Module strtoull.
21297         * m4/strtoull.m4: New file.
21298
21299         Module strtoimax.
21300         * m4/strtoimax.m4: New file.
21301
21302         Module strtoumax.
21303         * m4/strtoumax.m4: New file.
21304
21305         Module xstrtoimax.
21306         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21307         jm_AC_PREREQ_XSTRTOIMAX.
21308         Moved the strtol prerequisites to strtol.m4.
21309         Moved the strtoll prerequisites to strtoll.m4.
21310         Moved the strtoimax prerequisites to strtoimax.m4.
21311
21312         Module xstrtoumax.
21313         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21314         jm_AC_PREREQ_XSTRTOUMAX.
21315         Moved the strtoul prerequisites to strtoul.m4.
21316         Moved the strtoull prerequisites to strtoull.m4.
21317         Moved the strtoumax prerequisites to strtoumax.m4.
21318
21319         Module chown.
21320         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21321         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21322
21323         Module dup2.
21324         * m4/dup2.m4: New file.
21325
21326         Module ftruncate.
21327         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21328         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21329
21330         Module getgroups.
21331         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21332         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21333
21334         Module gettimeofday.
21335         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21336         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21337         gl_PREREQ_GETTIMEOFDAY.
21338
21339         Module mkdir.
21340         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21341         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21342
21343         Module mkstemp.
21344         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21345         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21346         jm_AC_TYPE_UINTMAX_T.
21347         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21348
21349         Module stat.
21350         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21351         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21352
21353         Module lstat.
21354         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21355         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21356
21357         Module timespec.
21358         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21359         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21360         * m4/st_mtim.m4: Indentation.
21361
21362         Module nanosleep.
21363         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21364         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21365         gl_PREREQ_NANOSLEEP.
21366
21367         Module regex.
21368         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21369         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21370         (gl_REGEX): New macro.
21371
21372         Module rename.
21373         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21374         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21375
21376         Module rmdir.
21377         * m4/rmdir.m4: New file.
21378
21379         Module utime.
21380         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21381         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21382         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21383
21384         Module dirname.
21385         * m4/dirname.m4: New file.
21386
21387         Module getopt.
21388         * m4/getopt.m4: New file.
21389
21390         Module unistd-safer.
21391         * m4/unistd-safer.m4: New file.
21392
21393         Module fnmatch.
21394         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21395         declaration.
21396         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21397         (gl_FUNC_FNMATCH_POSIX): New macro.
21398         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21399         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21400         simply fnmatch.
21401
21402         Module exclude.
21403         * m4/exclude.m4: New file.
21404
21405         Module human.
21406         * m4/human.m4: New file.
21407
21408         Module acl.
21409         * m4/acl.m4: Nop.
21410
21411         Module backupfile.
21412         * m4/backupfile.m4: New file.
21413         * m4/d-ino.m4: Indentation.
21414
21415         Module fsusage.
21416         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21417         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21418         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21419
21420         Module dirfd.
21421         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21422         requirements.
21423
21424         Module euidaccess.
21425         * m4/euidaccess.m4: New file.
21426
21427         Module file-type.
21428         * m4/file-type.m4: New file.
21429
21430         Module fileblocks.
21431         * m4/fileblocks.m4: New file.
21432
21433         Module filemode.
21434         * m4/filemode.m4: New file.
21435
21436         Module isdir.
21437         * m4/isdir.m4: New file.
21438
21439         Module lchown.
21440         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21441         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21442
21443         Module makepath.
21444         * m4/makepath.m4: New file.
21445
21446         Module modechange.
21447         * m4/modechange.m4: New file.
21448
21449         Module mountlist.
21450         * m4/mountlist.m4: New file.
21451         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21452         Indentation.
21453
21454         Module path-concat.
21455         * m4/path-concat.m4: New file.
21456
21457         Module pathmax.
21458         * m4/pathmax.m4: New file.
21459
21460         Module same.
21461         * m4/same.m4: New file.
21462
21463         Module save-cwd.
21464         * m4/save-cwd.m4: New file.
21465
21466         Module savedir.
21467         * m4/savedir.m4: New file.
21468
21469         Module xgetcwd.
21470         * m4/xgetcwd.m4: New file.
21471         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21472
21473         Module xreadlink.
21474         * m4/xreadlink.m4: New file.
21475
21476         Module safe-read.
21477         * m4/safe-read.m4: New file.
21478
21479         Module safe-write.
21480         * m4/safe-write.m4: New file.
21481
21482         Module closeout.
21483         * m4/closeout.m4: New file.
21484
21485         Module stdio-safer.
21486         * m4/stdio-safer.m4: New file.
21487
21488         Module getpass.
21489         * m4/getpass.m4: New file.
21490
21491         Module getugroups.
21492         * m4/getugroups.m4: New file.
21493
21494         Module group-member.
21495         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21496         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21497
21498         Module idcache.
21499         * m4/idcache.m4: New file.
21500
21501         Module userspec.
21502         * m4/userspec.m4: New file.
21503
21504         Module gettime.
21505         * m4/clock_time.m4: New file.
21506         * m4/gettime.m4: New file.
21507
21508         Module settime.
21509         * m4/settime.m4: New file.
21510
21511         Module posixtm.
21512         * m4/posixtm.m4: New file.
21513
21514         Module gethostname.
21515         * m4/gethostname.m4: New file.
21516
21517         Module canon-host.
21518         * m4/canon-host.m4: New file.
21519
21520         Module gettext.
21521         * m4/codeset.m4: New file, from gettext-0.11.5.
21522         * m4/gettext.m4: New file, from gettext-0.11.5.
21523         * m4/glibc21.m4: New file, from gettext-0.11.5.
21524         * m4/iconv.m4: New file, from gettext-0.11.5.
21525         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21526         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21527         * m4/inttypes.m4: New file, from gettext-0.11.5.
21528         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21529         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21530         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21531         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21532         * m4/lib-link.m4: New file, from gettext-0.11.5.
21533         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21534         * m4/progtest.m4: New file, from gettext-0.11.5.
21535         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21536         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21537         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21538
21539         Module localcharset.
21540         * m4/localcharset.m4: New file.
21541
21542         Module hard-locale.
21543         * m4/hard-locale.m4: New file.
21544
21545         Module mbswidth.
21546         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21547         onceonly macros.
21548         * m4/mbrtowc.m4: Add comment.
21549
21550         Module memcasecmp.
21551         * m4/memcasecmp.m4: New file.
21552
21553         Module memcoll.
21554         * m4/memcoll.m4: New file.
21555
21556         Module unicodeio.
21557         * m4/unicodeio.m4: New file.
21558
21559         Module rpmatch.
21560         * m4/rpmatch.m4: New file.
21561
21562         Module yesno.
21563         * m4/yesno.m4: New file.
21564
21565         Module exitfail.
21566         * m4/exitfail.m4: New file.
21567
21568         Module c-stack.
21569         * m4/c-stack.m4 (gl_C_STACK): New macro.
21570         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21571
21572         Module error.
21573         * m4/error.m4 (gl_ERROR): New macro.
21574         (jm_PREREQ_ERROR): Use onceonly macros.
21575
21576         Module fatal.
21577         * m4/fatal.m4: New file.
21578
21579         Module getloadavg.
21580         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21581         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21582
21583         Module getpagesize.
21584         * m4/getpagesize.m4: New file.
21585
21586         Module getusershell.
21587         * m4/getusershell.m4: New file.
21588
21589         Module physmem.
21590         * m4/physmem.m4: New file.
21591
21592         Module posixver.
21593         * m4/posixver.m4: New file.
21594
21595         Module quotearg.
21596         * m4/quotearg.m4: New file.
21597
21598         Module quote.
21599         * m4/quote.m4: New file.
21600
21601         Module readutmp.
21602         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21603
21604         Module sig2str.
21605         * m4/sig2str.m4: New file.
21606
21607         Other.
21608         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21609         ulonglong.m4.
21610         * m4/intmax_t.m4: New file.
21611         * m4/d-type.m4: Indentation.
21612         * m4/jm-macros.m4: Update.
21613         * m4/prereq.m4 (jm_PREREQ): Update.
21614         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21615         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21616         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21617         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21618         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21619         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21620         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21621         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21622         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21623         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21624         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21625         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21626         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21627         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21628         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21629         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21630         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21631         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21632         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21633
21634 2002-12-24  Bruno Haible  <bruno@clisp.org>
21635
21636         * MODULES.txt: Update according to m4/ changes.
21637
21638         Module gettext.
21639         * config.rpath: New file, from gettext-0.11.5.
21640
21641         * modules/*: New module descriptions.
21642         * gnulib-tool: New file.
21643         * MODULES.html.sh: New file.
21644
21645 2002-12-21  Karl Berry  <karl@gnu.org>
21646
21647         * doc/fdl.texi: update to version 1.2.
21648
21649 2002-12-19  Karl Berry  <karl@gnu.org>
21650
21651         * config/config.guess: update from prep.
21652
21653 2002-12-18  Bruno Haible  <bruno@clisp.org>
21654
21655         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21656         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21657
21658 2002-12-17  Bruno Haible  <bruno@clisp.org>
21659
21660         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21661         stdlib.h, string.h.
21662
21663 2002-12-17  Bruno Haible  <bruno@clisp.org>
21664
21665         * lib/canon-host.c (strdup): Remove unused declaration.
21666
21667         * lib/fsusage.c: Include full_read.h.
21668         (get_fs_usage): Use full_read instead of safe_read.
21669
21670         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21671
21672 2002-12-12  Karl Berry  <karl@gnu.org>
21673
21674         * config/config.guess: update from prep.
21675
21676 2002-12-11  Bruno Haible  <bruno@clisp.org>
21677
21678         * m4/setenv.m4: New file, from gettext-0.11.5.
21679
21680 2002-12-11  Bruno Haible  <bruno@clisp.org>
21681
21682         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21683         not unsetenv().
21684         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21685         modifications:
21686
21687         2002-12-11  Bruno Haible  <bruno@clisp.org>
21688
21689                 * setenv.c (alloca): Fall back to malloc.
21690                 (freea): New macro.
21691                 (setenv): Use freea() to free memory allocated with alloca().
21692
21693         2002-11-13  Bruno Haible  <bruno@clisp.org>
21694
21695                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21696                 function declarations.
21697                 * unsetenv.c (unsetenv): Likewise.
21698
21699         2002-03-04  Bruno Haible  <bruno@clisp.org>
21700
21701                 Portability to AIX 4.3.3.
21702                 * unsetenv.c: New file, extracted from setenv.c.
21703                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21704
21705         2001-12-20  Bruno Haible  <bruno@clisp.org>
21706
21707                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21708                 use malloc instead. For SunOS 4.
21709
21710         2001-12-11  Bruno Haible  <bruno@clisp.org>
21711
21712                 * setenv.c: Declare alloca.
21713                 (compar_fn_t): New typedef.
21714                 (KNOWN_VALUE, STORE_VALUE): Use it.
21715
21716         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21717         setenv.h.
21718
21719 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21720
21721         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21722         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21723         Choose values that are less likely to collide with system fnmatch
21724         options.
21725         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21726         defined (e.g., a pure POSIX system).
21727         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21728         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21729
21730 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21731
21732         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21733         a pain in practice to deal with generated m4 files.  This change
21734         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21735
21736         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21737         and jm-glibc-io.m4, as they are no longer a special case.
21738         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21739         kludge and the auto-generation stuff.  Check only whether the
21740         functions are declared, not whether they exist, since older hosts
21741         that don't declare the functions can't use the optimization anyway.
21742
21743 2002-12-06  Jim Meyering  <jim@meyering.net>
21744
21745         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21746
21747         Merge in changes from libc's misc/error.c, in preparation
21748         for the merge of gnulib's changes back into libc.
21749
21750         * lib/error.c (_): Define only if not already defined.
21751         Move definition to follow all #include directives.
21752         Include unlocked-io.h only if !_LIBC.
21753         [_LIBC]: Include <libio/libioP.h>.
21754         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21755         (fflush): Tweak definition to use INTUSE.
21756         (putc): Define.
21757
21758 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21759
21760         * lib/alloca.c [defined emacs]: Include "lisp.h".
21761         (xalloc_die) [defined emacs]: New macro.
21762         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21763         [! defined emacs]: Include <xalloc.h>.
21764         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21765         (pointer): Typedef to POINTER_TYPE *.
21766         (malloc): Remove decl; we now always use xmalloc.
21767         (alloca): Use old-style definition, since Emacs needs this.
21768         Check for arithmetic overflow when computing combined size.
21769
21770 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21771
21772         Do not generate unlocked-io.h automatically, since it's easier to
21773         maintain it by hand.
21774
21775         * lib/unlocked-io.h: New file, from GNU diffutils,
21776         but with proper copyright notice and attribution.
21777         * lib/gen-uio: Remove.
21778         * lib/Makefile.am: Add copyright notice.
21779         (libfetish_a_SOURCES): Add unlocked-io.h.
21780         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21781         (DISTCLEANFILES, io_functions): Remove macros.
21782         (EXTRA_DIST): Remove gen_uio.
21783         (unlocked-io.h): Remove rule.
21784
21785 2002-12-04  Jim Meyering  <jim@meyering.net>
21786
21787         Reflect the fact that stat.c and lstat.c are no longer generated.
21788         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21789         (DISTCLEANFILES): Likewise.
21790         (EXTRA_DIST): Likewise.
21791         (all_local): Don't depend on stat.c or lstat.c.
21792         (stat.c, lstat.c): Remove rules.
21793         (EXTRA_DIST): Remove xstat.in.
21794
21795         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21796         * lib/stat.c: New file.  Contents mostly from xstat.in.
21797         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21798         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21799
21800         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21801         too.
21802         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21803
21804 2002-12-03  Jim Meyering  <jim@meyering.net>
21805
21806         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21807         but not semantics, to minimize the differences between these two files.
21808         (safe_read): Change comment to mention SAFE_READ_ERROR.
21809
21810         * lib/safe-read.c (IS_EINTR): Define.
21811         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21812
21813 2002-12-02  Jim Meyering  <jim@meyering.net>
21814
21815         * lib/safe-read.c (EINTR): Define.
21816         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21817         (INT_MAX): Provide fallback.
21818         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21819
21820         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21821
21822 2002-12-02  Bruno Haible  <bruno@clisp.org>
21823
21824         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21825         Define, taken from safe-read.c.
21826         (INT_MAX): Provide fallback.
21827         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21828         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21829
21830         * lib/safe-read.c (EINTR): Remove definition.
21831         (safe_read): Don't use EINTR if it is absent.
21832
21833 2002-12-01  Jim Meyering  <jim@meyering.net>
21834
21835         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21836         zero.
21837         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21838
21839 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21840
21841         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21842         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21843         with `if (! (value < limit)) abort ();', for readability.
21844
21845 2002-11-26  Karl Berry  <karl@gnu.org>
21846
21847         * lib/strdup.c: copy from libc again, with jim's ok.
21848         * lib/.cppi-disable: re-add strdup.c
21849
21850 2002-11-25  Karl Berry  <karl@gnu.org>
21851
21852         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21853         instead of "strtol.c".
21854
21855 2002-11-25  Karl Berry  <karl@gnu.org>
21856
21857         * config/install-sh: update from automake for variable quoting, $0 in
21858         error msgs, etc.
21859
21860         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21861         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21862         entry.
21863
21864 2002-11-25  Jim Meyering  <jim@meyering.net>
21865
21866         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21867
21868 2002-11-24  Karl Berry  <karl@gnu.org>
21869
21870         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21871         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21872
21873 2002-11-24  Jim Meyering  <jim@meyering.net>
21874
21875         Update from coreutils:
21876
21877         * lib/mktime.c: Merge in changes from libc.
21878
21879         Avoid a link-time failure on some Linux systems.
21880         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21881         (otherwise).
21882         (__mon_yday): Declare with the STATIC attribute.
21883         (__mktime_internal): Likewise.
21884         Based on a report from Greg Schafer.
21885
21886 2002-11-23  Jim Meyering  <jim@meyering.net>
21887
21888         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21889         Use `unsigned', not `int', as type of index.
21890
21891         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21892
21893         * lib/fsusage.c: Remove unneeded parentheses around operands of
21894         `defined'.
21895
21896 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21897
21898         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21899         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21900         so that we can be included first.
21901         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21902         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21903         No need to include stddef.h or sys/types.h any more.
21904         Surround local include files with "", not "<>".
21905         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21906         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21907         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21908         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21909         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21910         (ISPRINT): Remove; no longer needed now that we assume C89.
21911
21912         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21913         Preserve errno.
21914
21915         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21916         quotearg_char): Use SIZE_MAX rather than
21917         (size_t) -1 when we are talking about "infinity".
21918
21919         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21920
21921 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21922
21923         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21924         hint that one should use `if (! x) abort ();' rather than `assert
21925         (x);', and anyway it's one less thing to worry about configuring.
21926         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21927         hash_rehash, hash_insert): Use abort rather than assert.
21928
21929 2002-11-22  Bruno Haible  <bruno@clisp.org>
21930
21931         * lib/safe-read.h: Assume C89. Add comments.
21932         (safe_read): Change return type to size_t.
21933         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21934         byte counts > SSIZE_MAX correctly.
21935         * lib/safe-write.h: New file.
21936         * lib/safe-write.c: New file.
21937         * lib/full-read.h: New file.
21938         * lib/full-read.c: New file.
21939         * lib/full-write.h: Assume C89. Add comments.
21940         * lib/full-write.c: Include safe-write.h.
21941         (full_write): Rewritten to use safe_write.
21942         Suggested by Jim Meyering and Paul Eggert.
21943
21944 2002-11-21  Jim Meyering  <jim@meyering.net>
21945
21946         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21947
21948         Merge in changes from the coreutils.
21949
21950         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21951         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21952         <stdint.h>.
21953         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21954         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21955         int.  Work more efficiently if X is the same width as uintmax_t.
21956         Do not compare X to -1, to avoid bogus compiler warning.
21957         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21958         Don't assume that f_frsize and f_bsize are the same type.
21959
21960         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21961         warning on FreeBSD.
21962
21963         * lib/makepath.c (make_path): Restore umask *before* creating the final
21964         component.
21965         (make_path): Minor reformatting.
21966
21967         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21968         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21969         HAVE_MALLOC/HAVE_REALLOC.
21970
21971         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21972         dummy ones.  At least on GNU/Linux systems, `auto' means something
21973         else.
21974         From Michael Stone.
21975
21976 2002-11-21  Bruno Haible  <bruno@clisp.org>
21977
21978         Remove case insensitive option matching.
21979         * lib/argmatch.h (argcasematch): Remove declaration.
21980         (ARGCASEMATCH): Remove macro.
21981         (__xargmatch_internal): Remove case_sensitive argument.
21982         (XARGMATCH): Update.
21983         (XARGCASEMATCH): Remove macro.
21984         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21985         case_sensitive argument.
21986         (argcasematch): Remove function.
21987         (__xargmatch_internal): Remove case_sensitive argument.
21988         (main): Use XARGMATCH instead of XARGCASEMATCH.
21989
21990         * lib/xmalloc.c: Change compile-time error message. Add comment about
21991         required autoconf version.
21992
21993 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21994
21995         Merge argmatch cleanups from Bison.  Assume C89.
21996
21997         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21998         Include stdlib.h, for EXIT_FAILURE.
21999         Always include <string.h>, since we assume C89.
22000         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22001         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22002         Include <stddef.h> instead, since it's all we need for size_t.
22003         (PARAMS): Remove.  All uses removed.
22004         (ARRAY_CARDINALITY): Do not bother to #undef.
22005         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22006         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22007         Remove unnecessary parentheses.
22008         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22009         Insert necessary parentheses.
22010         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22011         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22012
22013 2002-11-19  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22016         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22017
22018         * lib/mbswidth.h (PARAMS): Remove macro.
22019         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22020         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22021
22022         * lib/gcd.h (PARAMS): Remove macro.
22023         (gcd): Use ANSI C function declarations.
22024         * lib/gcd.c (gcd): Likewise.
22025
22026 2002-11-15  Bruno Haible  <bruno@clisp.org>
22027
22028         * lib/strcspn.c: Include <stddef.h>.
22029         (strcspn): Use ANSI C function declaration. Change return type to
22030         size_t. Use NULL.
22031         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22032         (strpbrk): Use NULL.
22033         * lib/strpbrk.h (PARAMS): Remove macro.
22034         (strpbrk): Use ANSI C function declaration.
22035         * lib/strstr.c: Don't include <sys/types.h>.
22036         * lib/strstr.h (PARAMS): Remove macro.
22037         (strstr): Use ANSI C function declarations.
22038
22039 2002-11-14  Karl Berry  <karl@gnu.org>
22040
22041         * config/mkinstalldirs: `do' on separate line, instead of
22042         `for var; do'.
22043
22044 2002-11-06  Bruno Haible  <bruno@clisp.org>
22045
22046         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22047         * lib/gcd.c (gcd): Likewise.
22048
22049 2002-11-05  Bruno Haible  <bruno@clisp.org>
22050
22051         * lib/gcd.h: New file, from gettext-0.11.5.
22052         * lib/gcd.c: New file, from gettext-0.11.5.
22053
22054 2002-11-05  Bruno Haible  <bruno@clisp.org>
22055
22056         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22057         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22058         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22059         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22060
22061         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22062         <libintl.h>.
22063         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22064         <libintl.h>.
22065
22066         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22067         * lib/human.c: Include gettext.h instead of <libintl.h>.
22068         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22069         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22070         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22071         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22072         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22073         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22074         (textdomain): Remove definition.
22075         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22076
22077         * lib/long-options.c: Remove include of <libintl.h> and definition of
22078         _.
22079         * lib/same.c: Remove include of <libintl.h> and definition of _.
22080
22081 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22082
22083         * lib/config.charset: A few additions for Solaris.
22084
22085 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22086
22087         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22088         * lib/localcharset.c (locale_charset): Declare as extern "C".
22089
22090 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22091
22092         * lib/config.charset: msdos in uk_UA uses CP1125.
22093
22094 2002-11-04  Bruno Haible  <bruno@clisp.org>
22095
22096         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22097         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22098         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22099         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22100         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22101
22102 2002-11-04  Bruno Haible  <bruno@clisp.org>
22103
22104         * lib/localcharset.c (locale_charset): Don't return an empty string.
22105
22106 2002-11-04  Bruno Haible  <bruno@clisp.org>
22107
22108         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22109         aliases.
22110
22111 2002-11-04  Bruno Haible  <bruno@clisp.org>
22112
22113         * lib/config.charset: Update for newest glibc. Add canonical names
22114         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22115
22116 2002-11-04  Bruno Haible  <bruno@clisp.org>
22117
22118         * lib/config.charset: Add support for NetBSD.
22119
22120 2002-11-04  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22123
22124 2002-11-01  Bruno Haible  <bruno@clisp.org>
22125
22126         * configure.in: Add AC_CONFIG_AUX_DIR call.
22127         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22128         test/Makefile.
22129         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22130
22131 2002-09-28  Karl Berry  <karl@gnu.org>
22132
22133         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22134         installed automake until the next release, since changes have been
22135         made.
22136
22137 2002-09-25  Karl Berry  <karl@gnu.org>
22138
22139         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22140         * lib/getopt*: copy from libc/posix.
22141         * lib/gettext.h: copy from gettext.
22142         * lib/.cppi-disable: add strdup.c, gettext.h.
22143
22144 2002-09-25  Karl Berry  <karl@gnu.org>
22145
22146         * config/srclist.txt: enable gettext.h check.
22147         * config/config.{guess,sub}: update from prep.
22148         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22149                 from automake 1.6.3.
22150         See srclist*.
22151
22152 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22153
22154         * regex.c (PATFETCH): Remove the translating fetch.
22155         (PATFETCH_RAW): Rename to PATFETCH.
22156         (set_image_of_range): New fun.
22157         (SET_RANGE_TABLE_WORK_AREA): Use it.
22158         (regex_compile): Don't translate the pattern chars so eagerly.
22159         Only do it when inserting an `exactn' bytecode or when handling
22160         a char-range.
22161         (mutually_exclusive_p): Avoid empty statement.
22162
22163 2002-07-06  Jim Meyering  <meyering@lucent.com>
22164
22165         * m4/README: Don't mention Makefile.am.in.
22166         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22167
22168 2002-07-01  Jim Meyering  <meyering@lucent.com>
22169
22170         * lib/c-stack.c: Include sys/time.h.
22171         From Volker Borchert.
22172
22173 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22174
22175         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22176
22177 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22178
22179         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22180         New macro.  Use it uniformly instead of
22181         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22182         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22183         reported by Vin Shelton.
22184
22185 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22186
22187         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22188         Do not assume SA_SIGINFO behavior.
22189         Bug reported by Jim Meyering on NetBSD 1.5.2.
22190
22191 2002-06-22  Jim Meyering  <meyering@lucent.com>
22192
22193         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22194         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22195
22196         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22197         now that configure.ac uses AC_GNU_SOURCE.
22198         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22199         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22200
22201         Update to latest tools.  Suggestions from Paul Eggert.
22202         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22203         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22204         * m4/fnmatch.m4: Likewise.
22205         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22206         to AC_HEADER_STDBOOL
22207
22208 2002-06-22  Jim Meyering  <meyering@lucent.com>
22209
22210         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22211         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22212
22213 2002-06-22  Jim Meyering  <meyering@lucent.com>
22214
22215         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22216
22217         * lib/exitfail.c, exitfail.h: Likewise.
22218         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22219
22220         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22221         of fnmatch.h.
22222         (EXTRA_DIST): Add fnmatch_loop.c.
22223         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22224
22225         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22226         * lib/fnmatch.c: Update from diffutils-2.8.2.
22227         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22228         * lib/fnmatch.h: Remove file.
22229
22230 2002-06-21  Jim Meyering  <meyering@lucent.com>
22231
22232         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22233         * m4/mbrtowc.m4: Likewise.
22234
22235         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22236         * m4/mbswidth.m4: Reflect name change:
22237         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22238         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22239
22240         * m4/lib-link.m4: Update from gettext-0.11.2.
22241         * m4/gettext.m4: Likewise.
22242
22243         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22244         From Alfred M. Szmidt.
22245
22246 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22247
22248         * lib/file-type.h: Report an error if neither S_ISREG nor
22249         S_IFREG is defined, instead of using a test specific to glibc
22250         2.2.  This should be safe, since POSIX requires S_ISREG and
22251         Unix Version 7 had S_IFREG.  We don't need to check for
22252         <sys/types.h> since we don't use any symbols that it defines.
22253
22254 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22255
22256         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22257         $@-t, so that each temporary file name is unique and valid in the first
22258         8 characters, for operation under DOS.
22259
22260 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22261
22262         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22263
22264 2002-06-15  Jim Meyering  <meyering@lucent.com>
22265
22266         Work even with DJGPP 2.03, which lacks support for symlinks.
22267         From Richard Dawe.
22268         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22269         is defined.
22270         * lib/lchown.c (S_ISLNK): Likewise.
22271
22272 2002-06-15  Jim Meyering  <meyering@lucent.com>
22273
22274         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22275         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22276         have been included before this file.
22277
22278 2002-06-14  Jim Meyering  <meyering@lucent.com>
22279
22280         * lib/file-type.h: Use the version from diffutils-2.8.2.
22281         * lib/file-type.c: Likewise.
22282
22283 2002-06-07  Jim Meyering  <meyering@lucent.com>
22284
22285         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22286         They're needed at least for NetBSD 1.5.2.
22287         ($statxfs_includes): Include those same headers.
22288         ($statxfs_includes): Include sys/vfs.h if available.
22289         ($statxfs_includes): Likewise for sys/statvfs.h.
22290         Check for the following members in both structs statfs and statvfs:
22291         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22292
22293 2002-06-01  Jim Meyering  <meyering@lucent.com>
22294
22295         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22296         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22297
22298 2002-05-28  Jim Meyering  <meyering@lucent.com>
22299
22300         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22301         Reported by Volker Borchert.
22302
22303 2002-05-27  Jim Meyering  <meyering@lucent.com>
22304
22305         Fix a problem seen only on nonconforming systems whereby ls.c's
22306         use of localtime, and then of gettimeofday would cause trouble:
22307         the localtime call used to initialize rpl_gettimeofday's save
22308         mechanism would clobber ls's current local time information so
22309         that in any long listing the first file would always be listed
22310         with date 1970-01-01.  Analysis by Volker Borchert.
22311
22312         * lib/gettimeofday.c (localtime): Undefine.
22313         (rpl_localtime): New function.
22314
22315 2002-05-27  Jim Meyering  <meyering@lucent.com>
22316
22317         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22318         localtime.
22319
22320         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22321         use the replacement function; it wouldn't resolve at link time.
22322         Reported by Volker Borchert.
22323
22324 2002-05-22  Jim Meyering  <meyering@lucent.com>
22325
22326         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22327         file-type.h.
22328         * lib/file-type.h: New file.
22329         * lib/file-type.c (file_type): New file/function.  Extracted from
22330         diffutils.
22331
22332 2002-04-30  Jim Meyering  <meyering@lucent.com>
22333
22334         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22335
22336 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22337
22338         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22339
22340 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22341
22342         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22343         Do not check for alloca.h (no longer used) or stdbool.h (was never
22344         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22345
22346 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22347
22348         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22349
22350 2002-04-29  Jim Meyering  <meyering@lucent.com>
22351
22352         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22353         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22354         Use AC_FUNC_STRNLEN here instead.
22355
22356         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22357         With autoconf-2.53a, it's part of AC_PROG_CC.
22358
22359 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22360
22361         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22362         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22363
22364 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22365
22366         * lib/sig2str.h, lib/sig2str.c: New files.
22367         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22368
22369 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22370
22371         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22372         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22373         of 127, since 64 is the largest conceivable number for ancient
22374         nonstandard hosts.
22375         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22376
22377 2002-04-28  Jim Meyering  <meyering@lucent.com>
22378
22379         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22380
22381 2002-04-24  Jim Meyering  <meyering@lucent.com>
22382
22383         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22384         (jm_PREREQ): Use it.
22385
22386         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22387         mach/mach.h fcntl.h.
22388         Check for this function: setlocale.
22389
22390 2002-04-24  Jim Meyering  <meyering@lucent.com>
22391
22392         * lib/gettext.h: New file, from Gettext.
22393         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22394         (libfetish_a_SOURCES): Add gettext.h.
22395
22396 2002-04-16  Jim Meyering  <meyering@lucent.com>
22397
22398         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22399         ut_pid, ut_id, ut_exit.
22400
22401 2002-04-16  Jim Meyering  <meyering@lucent.com>
22402
22403         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22404         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22405         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22406
22407 2002-04-12  Jim Meyering  <meyering@lucent.com>
22408
22409         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22410         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22411         existence of the getmntinfo function.  Needed for Darwin 5.3.
22412
22413         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22414         This is necessary at least on Darwin 5.3.
22415
22416         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22417         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22418         strnlen.o in the library, and that makes some versions of ranlib
22419         object.
22420
22421 2002-04-12  Jim Meyering  <meyering@lucent.com>
22422
22423         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22424
22425 2002-04-09  Jim Meyering  <meyering@lucent.com>
22426
22427         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22428         to be more precise.  Rather than saying we're checking whether the
22429         function `works', say what we're testing.
22430         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22431         Reported by Bruno Haible.
22432
22433 2002-03-10  Jim Meyering  <meyering@lucent.com>
22434
22435         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22436         Suggestion from Santiago Vila.
22437
22438 2002-03-08  Jim Meyering  <meyering@lucent.com>
22439
22440         * lib/rename.c: Mention that this wrapper is needed also on
22441         mips-dec-ultrix4.4 systems.
22442
22443 2002-03-02  Jim Meyering  <meyering@lucent.com>
22444
22445         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22446         not HAVE_CLOCK_SETTIME.
22447
22448 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22449
22450         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22451         Check for clock_settime.
22452
22453 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22454
22455         * lib/nanosleep.h: Rename to....
22456         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22457
22458         * lib/gettime.c: New file.
22459         * lib/settime.c: New file.
22460         * lib/stime.c: Remove.
22461
22462         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22463         timespec.h.  Remove nanosleep.h.
22464
22465 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22466
22467         * m4/acl.m4: New file.
22468         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22469         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22470
22471 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22472
22473         * lib/acl.c, lib/acl.h: New files.
22474         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22475
22476 2002-02-24  Jim Meyering  <meyering@lucent.com>
22477
22478         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22479         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22480         cause trouble.  Reported by Nelson Beebe.
22481
22482 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22483
22484         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22485         compilers that don't know that xalloc_die never returns.
22486
22487 2002-02-20  Jim Meyering  <meyering@lucent.com>
22488
22489         * lib/getdate.c: Regenerate using bison-1.33.
22490
22491 2002-02-17  Jim Meyering  <meyering@lucent.com>
22492
22493         * config/config.guess (main): Don't use `head -1'; it's no longer
22494         portable. Use `sed 1q' instead.
22495
22496 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22497
22498         * m4/codeset.m4: Upgrade to gettext-0.11.
22499         * m4/gettext.m4: Upgrade to gettext-0.11.
22500         * m4/glibc21.m4: Upgrade to gettext-0.11.
22501         * m4/iconv.m4: Upgrade to gettext-0.11.
22502         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22503         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22504         * m4/lib-ld.m4: New file, from gettext-0.11.
22505         * m4/lib-link.m4: New file, from gettext-0.11.
22506         * m4/lib-prefix.m4: New file, from gettext-0.11.
22507         * m4/progtest.m4: Upgrade to gettext-0.11.
22508
22509 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22510
22511         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22512         (jm_PREREQ): Use it.
22513
22514 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22515
22516         * lib/posixver.c, lib/posixver.h: New files.
22517         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22518
22519 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22520             Bruno Haible  <bruno@clisp.org>
22521
22522         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22523         (fwrite_success_callback): New declaration.
22524         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22525         print_unicode_char. Call failure callback instead of error.
22526         (fwrite_success_callback): New function.
22527         (exit_failure_callback): New function.
22528         (fallback_failure_callback): New function.
22529         (print_unicode_char): Call unicode_to_mb.
22530
22531 2002-01-26  Jim Meyering  <meyering@lucent.com>
22532
22533         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22534         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22535
22536 2002-01-26  Jim Meyering  <meyering@lucent.com>
22537
22538         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22539
22540 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22541
22542         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22543
22544 2002-01-22  Jim Meyering  <meyering@lucent.com>
22545
22546         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22547         Otherwise, some versions of automake would omit the rule that makes
22548         Makefile from Makefile.in.
22549
22550 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22551
22552         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22553         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22554         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22555         (memcoll): Set errno to zero if there is no error.
22556
22557         * lib/quotearg.c (quotearg_buffer_restyled):
22558         Fix bug with quoting buffers containing NUL when backslashing escapes.
22559         This bug was exposed by the other changes in this patch.
22560         (quotearg_n_options): New arg ARGSIZE.
22561         All callers changed.
22562         (quoting_options_from_style): New function.
22563         (quotearg_n_style): Use it.
22564         (quotearg_n_style_mem): New function.
22565
22566         * lib/quotearg.h (quotearg_n_style_mem): New function.
22567
22568 2002-01-19  Jim Meyering  <meyering@lucent.com>
22569
22570         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22571         Remove useless quotes: DF_PROG="df".
22572         * m4/strnlen.m4: New file.
22573
22574 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22575
22576         * lib/backupfile.c (ISDIGIT): Comment fix.
22577         * lib/getdate.y (ISDIGIT): Likewise.
22578         * lib/posixtm.c (ISDIGIT, year): Likewise.
22579         * lib/strverscmp.c (ISDIGIT): Likewise.
22580         * lib/userspec.c (ISDIGIT): Likewise.
22581
22582 2002-01-16  Jim Meyering  <meyering@lucent.com>
22583
22584         * lib/getdate.y: Add three semicolons, each just before a closing
22585         brace. Bison (as of version 1.31) no longer papers over that mistake.
22586
22587 2002-01-05  Jim Meyering  <meyering@lucent.com>
22588
22589         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22590
22591 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22592
22593         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22594         not silently exit merely because the output buffer happens to
22595         have nothing pending.
22596
22597 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22598
22599         See the big note in ../ChangeLog.
22600         * lib/human.c (suffixes): Prefer K to k for 1024.
22601         (generate_suffix_backwards): New function.
22602         (human_readable_inexact): Use it.
22603         * lib/xstrtol.c (__xstrtol): If there is no number but there
22604         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22605         Accept 'K' as well as 'k'.
22606
22607 2001-12-15  Jim Meyering  <meyering@lucent.com>
22608
22609         * lib/regex.h (__restrict_arr): Update from libc.
22610
22611         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22612         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22613         (STREQ): Define.
22614
22615 2001-12-14  Jim Meyering  <meyering@lucent.com>
22616
22617         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22618         Suggestion from Bruno Haible.
22619
22620 2001-12-10  Jim Meyering  <meyering@lucent.com>
22621
22622         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22623         xrealloc, Instead, include "xalloc.h".
22624         (initbuffer): Don't cast xmalloc return value to char*.
22625         (readline): Reword comment.
22626         Don't cast xrealloc return value to char*
22627         Return NULL, not 0.
22628
22629 2001-12-09  Jim Meyering  <meyering@lucent.com>
22630
22631         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22632         about `signed and unsigned type in conditional expression'.
22633         * lib/posixtm.c (posix_time_parse): Likewise.
22634
22635         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22636
22637         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22638         to avoid a pedantic warning.
22639
22640         * lib/getstr.c: Don't include assert.h.
22641         (getstr): Remove warning-evoking assertions.
22642         Return -1 if offset parameter is out of bounds.
22643         Change the type of a local from int to size_t.
22644
22645         * lib/strftime.c (my_strftime_localtime_r): Include this function
22646         definition in the `#if ! HAVE_TM_GMTOFF' block.
22647
22648         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22649         Include xalloc.h instead.
22650
22651 2001-12-02  Jim Meyering  <meyering@lucent.com>
22652
22653         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22654         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22655         included.
22656
22657         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22658         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22659
22660 2001-11-30  Akim Demaille  <akim@epita.fr>
22661
22662         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22663         before being defined.
22664
22665 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22666
22667         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22668         First arg is int, not unsigned.
22669         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22670         (SIZE_MAX, UINT_MAX): New macros.
22671         (quotearg_n_options): Abort if N is negative.
22672         Avoid overflow check on hosts where size_t is 64 bits and int
22673         is 32 bits, as overflow is impossible there.
22674         Fix off-by-one typo that caused unnecessary reallocation.
22675
22676 2001-11-27  Jim Meyering  <meyering@lucent.com>
22677
22678         * lib/tempname.c: Merge with version from libc.
22679         * lib/regex.c: Likewise.
22680
22681         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22682         systems for which STDC_HEADERS is 0, it was not included, resulting in
22683         a warning about an integer-to-pointer conversion problem with getenv.
22684         Reported by Volker Borchert.
22685
22686 2001-11-26  Jim Meyering  <meyering@lucent.com>
22687
22688         * lib/gtod.h: Remove file.
22689         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22690         * lib/gettimeofday.c: Don't include gtod.h.
22691         (GTOD_init): Remove function.
22692         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22693         Suggestion from Volker Borchert.
22694
22695 2001-11-23  Jim Meyering  <meyering@lucent.com>
22696
22697         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22698         it.
22699         * lib/hash.c (struct hash_table): Define it here instead.
22700
22701 2001-11-22  Jim Meyering  <meyering@lucent.com>
22702
22703         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22704
22705 2001-11-20  Jim Meyering  <meyering@lucent.com>
22706
22707         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22708         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22709
22710 2001-11-19  Jim Meyering  <meyering@lucent.com>
22711
22712         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22713         directory.  Use "conftestXXXXXX" as the template.
22714         Suggestion from Paul Eggert.
22715
22716         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22717         immediately, so the test doesn't mistakenly hit the max-open-files
22718         limit.
22719
22720 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22721
22722         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22723         (TEMPORARIES): New macro.
22724         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22725         removes an artificial limitation (e.g. HP-UX 10.20, where
22726         TMP_MAX is 17576).
22727
22728 2001-11-18  Jim Meyering  <meyering@lucent.com>
22729
22730         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22731
22732 2001-11-18  Jim Meyering  <meyering@lucent.com>
22733
22734         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22735         on SunOS 4.
22736
22737         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22738         files will be created before anything else.
22739
22740 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22741
22742         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22743         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22744
22745 2001-11-17  Jim Meyering  <meyering@lucent.com>
22746
22747         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22748         Prompted by a report from Bob Proulx.
22749
22750         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22751         Instead, require UTILS_FUNC_MKSTEMP.
22752
22753 2001-11-17  Jim Meyering  <meyering@lucent.com>
22754
22755         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22756         Now, that's done as part of AC_FUNC_STRTOD.
22757
22758 2001-11-17  Jim Meyering  <meyering@lucent.com>
22759
22760         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22761         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22762         rather than group writable.  Patch by Juan F. Codagnone.
22763
22764         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22765         xrealloc, Instead, include "xalloc.h".
22766
22767         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22768         Remove explicit declarations of xmalloc, xrealloc,
22769         and xstrdup.  Instead, include "xalloc.h".
22770
22771         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22772         unlocked-io.h.
22773         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22774         Likewise.
22775         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22776
22777         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22778         Reported by Padraig Brady.
22779
22780         * lib/mkstemp.c: #undef mkstemp.
22781         Include config.h.
22782         (rpl_mkstemp): Rename from mkstemp.
22783         Protoize.
22784
22785 2001-11-16  Jim Meyering  <meyering@lucent.com>
22786
22787         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22788         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22789         determine the amount of total physical memory, use pstat_getstatic.
22790         HPUX-11 doesn't define _SC_PHYS_PAGES.
22791         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22792         If sysconf couldn't be used to determine the amount of available
22793         physical memory, use both pstat_getstatic and pstat_getdynamic.
22794         Based on a patch from Bob Proulx.
22795
22796 2001-11-10  Jim Meyering  <meyering@lucent.com>
22797
22798         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22799         (jm_PREREQ): Use it.
22800
22801 2001-11-09  Jim Meyering  <meyering@lucent.com>
22802
22803         * m4/jm-macros.m4: Require autoconf-2.52f.
22804         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22805         Use these AC_-prefixed names, not the AM_-prefixed ones.
22806
22807         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22808
22809 2001-11-05  Jim Meyering  <meyering@lucent.com>
22810
22811         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22812
22813 2001-11-04  Jim Meyering  <meyering@lucent.com>
22814
22815         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22816         $DEFS.
22817
22818 2001-11-03  Jim Meyering  <meyering@lucent.com>
22819
22820         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22821         of AC_DEFUN.
22822
22823         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22824         know the name of the variable in the macro definition.
22825
22826 2001-11-03  Jim Meyering  <meyering@lucent.com>
22827
22828         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22829         in argmatch_to_argument call.
22830
22831         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22832         argument.
22833
22834         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22835         e.g., a fault due to an attempt to free a NULL pointer.
22836
22837 2001-11-01  Jim Meyering  <meyering@lucent.com>
22838
22839         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22840         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22841
22842 2001-11-01  Jim Meyering  <meyering@lucent.com>
22843
22844         * lib/dirfd.c, lib/dirfd.h: New files.
22845         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22846
22847         * lib/hash.c (hash_print) [TESTING]: Clean up.
22848
22849 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22850
22851         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22852         to avoid a warning if -Wall.
22853
22854 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22855
22856         * README: New file
22857         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22858         (per RMS's instructions, this is now the canonical source)
22859         * lgpl/, gpl/: New directories.
22860
22861 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22862
22863         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22864
22865 2001-10-21  Jim Meyering  <meyering@lucent.com>
22866
22867         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22868         this code would end up calling gettext even in packages built
22869         with --disable-nls.
22870         * lib/getopt.c (_): Likewise.
22871         * lib/regex.c (_): Likewise.
22872
22873 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22874
22875         * m4/error.m4 (jm_PREREQ_ERROR):
22876         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22877         AC_FUNC_STRERROR_R does that.
22878         Check for strerror declaration.
22879
22880         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22881         are supposed to have them these days.
22882         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22883         Merge changes from latest Autoconf CVS.
22884         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22885         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22886         POSIX decided to standardize on the int flavor of strerror_r.
22887
22888 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22889
22890         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22891         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22892         Use strerror_r that is only a macro, even if it is not a function.
22893         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22894         (private_strerror): Use prototypes, not old-style function definition.
22895         (print_errno_message): New function.
22896         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22897         char*-flavored one.
22898         (error_tail, error, error_at_line): Use it.
22899
22900 2001-10-11  Jim Meyering  <meyering@lucent.com>
22901
22902         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22903         and quote_n (1, ... to avoid clobbering a buffer.
22904
22905 2001-10-05  Jim Meyering  <meyering@lucent.com>
22906
22907         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22908         hash-pjw.h.
22909         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22910         * lib/hash-pjw.h: New file.
22911
22912 2001-09-30  Jim Meyering  <meyering@lucent.com>
22913
22914         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22915         `struct fsstat' has the `f_fstypename' member.
22916         Use that to define FS_TYPE, which is now used to make
22917         the getfsstat link test tighter.
22918
22919 2001-09-30  Jim Meyering  <meyering@lucent.com>
22920
22921         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22922         Include <sys/ucred.h>, for Apple Darwin.
22923         Include sys/mount.h and sys/fs_types.h only if available.
22924         (FS_TYPE): Define.
22925         (read_filesystem_list): Use FS_TYPE.
22926
22927 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22928
22929         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22930         a boolean context.
22931
22932 2001-09-29  Jim Meyering  <meyering@lucent.com>
22933
22934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22935         [one-argument getmntent function]): Include stdio.h before mntent.h.
22936         SunOS 4.1.x needs it for the declaration of `FILE'.
22937         Patch by Volker Borchert.
22938
22939         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22940         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22941         sys/fs_types.h, and make the link-test for getfsstat guard #include
22942         directives with appropriate #if HAVE_*_H tests so that we can
22943         detect getfsstat on Apple Darwin1.3.7 systems.
22944         Reported by Nelson Beebe.
22945         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22946
22947 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22948
22949         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22950         #defines strtoimax.  Also treat the other strto* functions
22951         like strtoimax.
22952
22953         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22954         Check for strtoul and strtoumax,
22955         as those declarations are made even in the signed case.
22956         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22957         Likewise, for strtol and strtoimax.
22958
22959 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22960
22961         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22962         #defines strtoimax.  Also treat the other strto* functions
22963         like strtoimax.
22964
22965         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22966         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22967         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22968
22969 2001-09-26  Jim Meyering  <meyering@lucent.com>
22970
22971         Most macros in unlocked-io.h had the wrong number of arguments.
22972         * lib/gen-uio: New script.
22973         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22974         * lib/unlocked-io.hin: Remove file.
22975         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22976         rather than trying to embed it here.
22977         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22978         Reported by Padraig Brady.
22979
22980 2001-09-25  Volker Borchert  <bt@teknon.de>
22981
22982         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22983         `result'.
22984
22985 2001-09-24  Jim Meyering  <meyering@lucent.com>
22986
22987         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22988
22989 2001-09-23  Jim Meyering  <meyering@lucent.com>
22990
22991         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22992         instead of the mere test for existence of mntent.h.  The latter
22993         would get a false-positive on AIX 3.4 systems.
22994         In the outer getmntent if-block, don't die if neither of the getmntent
22995         tests succeeds.  Instead, just fall through and continue with the
22996         remaining tests.
22997
22998 2001-09-23  Jim Meyering  <meyering@lucent.com>
22999
23000         * lib/mountlist.c: Remove useless parentheses in #if directives.
23001         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23002         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23003
23004 2001-09-22  Jim Meyering  <meyering@lucent.com>
23005
23006         * m4/gettext.m4: New file.  From gettext.
23007         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23008         * m4/progtest.m4: Likewise
23009         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23010         * m4/glibc21.m4: Likewise.
23011
23012         * m4/libintl.m4: Remove.  No longer used.
23013
23014 2001-09-22  Jim Meyering  <meyering@lucent.com>
23015
23016         * lib/localcharset.c: Update from latest gettext.
23017         * lib/config.charset: Likewise.
23018
23019 2001-09-20  Jim Meyering  <meyering@lucent.com>
23020
23021         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23022         strtoimax.
23023         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23024         strtoumax.
23025
23026 2001-09-20  Jim Meyering  <meyering@lucent.com>
23027
23028         * lib/xstrtol.c (strtoimax): Guard declaration with
23029         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23030         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23031         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23032         (strtoumax): Likewise, for completeness (it wasn't necessary).
23033
23034 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23035
23036         * lib/strtoimax.c (HAVE_LONG_LONG):
23037         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23038         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23039         to work around bug in IBM C compiler.
23040
23041 2001-09-17  Jim Meyering  <meyering@lucent.com>
23042
23043         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23044         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23045         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23046         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23047         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23048         whenever the right hand side need not be expanded by the shell.
23049
23050 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23051
23052         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23053         library.  It's not correct, as some older glibcs are buggy.
23054         fnmatch wasn't fixed until glibc 2.2.
23055
23056         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23057         special shell magic here.
23058
23059 2001-09-16  Jim Meyering  <meyering@lucent.com>
23060
23061         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23062         * m4/jm-macros.m4: Require it.
23063
23064 2001-09-16  Jim Meyering  <meyering@lucent.com>
23065
23066         * lib/mkdir.c: New file.
23067
23068 2001-09-15  Jim Meyering  <meyering@lucent.com>
23069
23070         * m4/jm-macros.m4: Check for help2man.
23071
23072 2001-09-11  Jim Meyering  <meyering@lucent.com>
23073
23074         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23075         The body, by Paul Eggert, was moved here from configure.in.
23076         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23077
23078 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23079
23080         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23081         (jm_PREREQ): Use it.
23082
23083 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23084
23085         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23086         Use ssize_t, not int, to store result of readlink.
23087         Check for ssize_t overflow as well as size_t overflow,
23088         as POSIX says the result of readlink is implementation-defined
23089         when ssize_t overflows.
23090         Remove unnecessary cast to char*.
23091         Use free+malloc instead of realloc, as the storage doesn't need
23092         to be preserved and it's clearer and can be more efficient that way.
23093         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23094         * lib/xreadlink.h (xreadlink): Update prototype.
23095
23096 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23097
23098         * lib/xgetcwd.c: Revert some of the previous change; intead,
23099         fix the HAVE_GETCWD_NULL code to behave more like the
23100         !HAVE_GETCWD_NULL code used to.
23101
23102         Include "xalloc.h".
23103         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23104         invoke xalloc_die.
23105
23106 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23107
23108         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23109         sys/param.h, as pathmax.h includes them.
23110
23111 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23112
23113         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23114         (jm_PREREQ_XGETCWD): New macro.
23115
23116         * m4/getcwd.m4: New file.
23117
23118 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23119
23120         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23121         like the HAVE_GETCWD_NULL code.
23122         Include pathmax.h if not HAVE_GETCWD.
23123         Do not include xalloc.h.
23124         (INITIAL_BUFFER_SIZE): New symbol.
23125         Do not use xmalloc / xrealloc, since the caller is responsible for
23126         handling errors.  Preserve errno around `free' during failure.
23127         Do not overrun buffer when using getwd.
23128
23129 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23130
23131         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23132         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23133         getcwd (NULL, 0).
23134
23135 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23136
23137         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23138         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23139         spotted by Jim Meyering.
23140
23141 2001-09-03  Jim Meyering  <meyering@lucent.com>
23142
23143         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23144         failure.
23145
23146 2001-09-02  Jim Meyering  <meyering@lucent.com>
23147
23148         * lib/error.c: Update from GNU libc.
23149
23150 2001-09-01  Jim Meyering  <meyering@lucent.com>
23151
23152         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23153         Used by df.
23154
23155 2001-09-01  Jim Meyering  <meyering@lucent.com>
23156
23157         * lib/xreadlink.c: New file.
23158         * lib/xreadlink.h: New file.
23159         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23160         xreadlink.h.
23161
23162         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23163         doesn't conflict with sparc Solaris 7's definition in
23164         /usr/include/sys/int_types.h.
23165
23166         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23167         files.
23168         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23169         and strncasecmp as r-values.  Unixware didn't have declarations.
23170
23171 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23172
23173         * lib/xstrtol.h: Add copyright notice.
23174         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23175         LONGINT_INVALID_SUFFIX_CHAR.
23176
23177 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23178
23179         * lib/xstrtol.c (strtoimax): New decl.
23180
23181 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23182
23183         * lib/xgetcwd.c: Don't include pathmax.h.
23184         Include stdlib.h and unistd.h if available.
23185         Include xalloc.h.
23186         (xmalloc, xstrdup, free): Remove decls.
23187         (xgetcwd): Don't assume sizes fit in unsigned.
23188         Check for overflow when computing sizes.
23189         Simplify reallocation code.
23190
23191 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23192
23193         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23194         a directory's st_size can have an arbitrary value, so the old
23195         usage could waste an arbitrary amount of memory.  All uses
23196         changed.
23197         * lib/savedir.h: Update prototype.
23198
23199 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23200
23201         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23202
23203         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23204         old strtoimax.c.
23205
23206         Also, make the following further changes to make this file's
23207         configuration more similar to that of strtol.c:
23208         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23209         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23210         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23211         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23212         changed to signed values.
23213
23214         And make the following changes as well:
23215         Fix copyright notice, as 1999 was missing.
23216         (verify): New macro.
23217         (strtoimax): Check sizes at compile-time, not run-time.
23218         Prefer strtol to strtoll if both work.
23219         (main): Remove; it was not that useful and was a pain to maintain.
23220
23221         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23222
23223 2001-08-31  Jim Meyering  <meyering@lucent.com>
23224
23225         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23226         Use an initial, malloc'd, buffer of length 128 rather than
23227         a statically allocated one of length 1024.
23228
23229 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23230
23231         Simplify code, partly by assuming autoconf 2.52 semantics.
23232
23233         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23234
23235         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23236         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23237         All uses removed.
23238         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23239         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23240         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23241         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23242         jm_AC_HEADER_INTTYPES_H.
23243         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23244
23245         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23246
23247         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23248         Quote first arg of AC_DEFUN.
23249         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23250         since they are needed to parse the include file even if we need
23251         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23252         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23253         but with opposite signedness.
23254
23255 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23256
23257         Merge 'exclude' changes from tar 1.13.22.
23258         This fixes one or two unlikely storage allocation overflow bugs,
23259         but doesn't change user-visible behavior otherwise.
23260
23261 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23262
23263         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23264         (jm_PREREQ_EXCLUDE): New macro.
23265
23266 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23267
23268         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23269         tm to be declared.
23270
23271 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23272
23273         * lib/hash.c: Remove '2001' from copyright notice.
23274
23275 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23276
23277         * lib/full-write.h: New file.
23278         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23279         * lib/full-write.c: Correct credits, as cccp.c no longer
23280         exists and anyway it was so heavily changed from the old cccp
23281         code as to be unrecognizable.  Include full-write.h.
23282         (full_write) Return size_t, with short writes meaning failure.
23283         All callers changed.  This fixes a bug with large buffers
23284         on 64-bit hosts.
23285         * lib/utime.c: Include full-write.h.
23286
23287 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23288
23289         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23290         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23291         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23292         Include if available.
23293         (<xalloc.h>): Include
23294         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23295         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23296         collide with FNM macros.
23297         (struct patopts): New struct.
23298         (struct exclude): Use it, as exclude patterns now come with options.
23299         (new_exclude): Support above changes.
23300         (new_exclude, add_exclude_file):
23301         Initial size must now be a power of two to simplify overflow checking.
23302         (free_exclude, fnmatch_no_wildcards): New function.
23303         (excluded_filename): No longer requires options arg, as the options
23304         are determined by add_exclude.  Now returns bool, not int.
23305         (excluded_filename, add_exclude):
23306         Add support for the fancy new exclusion options.
23307         (add_exclude, add_exclude_file): Now takes int options arg.
23308         Check for arithmetic overflow when computing sizes.
23309         (add_exclude_file): xrealloc might modify errno, so don't
23310         realloc until after errno might be used.
23311
23312         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23313         New macros.
23314         (free_exclude): New decl.
23315         (add_exclude, add_exclude_file): Now takes int options arg.
23316         (excluded_filename): No longer requires options arg, as the options
23317         are determined by add_exclude.  Now returns bool, not int.
23318
23319 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23320
23321         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23322
23323 2001-08-27  Jim Meyering  <meyering@lucent.com>
23324
23325         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23326
23327         * lib/version-etc.c (N_): Remove definition.
23328         Revert most of last change.
23329         Instead, simply don't mark the `Copyright...' string for translation.
23330         Based on advice from Paul Eggert.
23331
23332         * lib/strtoxmax.c: Tweak comment.
23333
23334 2001-08-26  Jim Meyering  <meyering@lucent.com>
23335
23336         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23337
23338         * m4/xstrtoimax.m4: New file.
23339         * m4/xstrtoumax.m4: Add comments explaining why we
23340         AC_REPLACE_FUNCS(strtol).
23341
23342 2001-08-26  Jim Meyering  <meyering@lucent.com>
23343
23344         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23345         of copyright with `%s' so translators don't get an untranslated
23346         message in 2002.
23347         (COPYRIGHT_YEAR): Define.
23348         (version_etc): Use fprintf rather than fputs.
23349         Suggestion from Ulrich Drepper.
23350
23351         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23352
23353         * lib/strtoll.c: New file, from GNU libc.
23354         * lib/xstrtoimax.c: New file.
23355
23356         * lib/xstrtol.h: Add xstrtoimax.
23357         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23358         * lib/strtoimax.c: New file.  Likewise, but first define
23359         STRTOUXMAX_SIGNED.
23360
23361         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23362         ...
23363         * lib/strtoxmax.c: ... then renamed to this.
23364
23365 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23366
23367         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23368         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23369         (jm_AC_TYPE_INTMAX_T): New macro.
23370         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23371
23372         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23373
23374         * m4/longlong.m4: Renamed from ulonglong.m4.
23375         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23376         * m4/uintmax_t.m4: Removed.
23377
23378 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23379
23380         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23381         Port to Solaris 8, where 'sed' requires a space after the 'r'
23382         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23383         Redirect output to $tmp just once.
23384
23385 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23386
23387         * lib/addext.c (<errno.h>): Include.
23388         (errno): Declare if not defined.
23389         (addext): Work correctly when pathconf returns -1 and leaves
23390         errno alone because there is no limit.  Also, work even if
23391         pathconf returns a value greater than SIZE_MAX.
23392
23393 2001-08-12  Jim Meyering  <meyering@lucent.com>
23394
23395         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23396         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23397         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23398         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23399         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23400         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23401         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23402         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23403         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23404         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23405         utime.m4, utimes.m4, xstrtoumax.m4:
23406         Quote the first argument in each use of AC_DEFUN.
23407
23408 2001-08-12  Jim Meyering  <meyering@lucent.com>
23409
23410         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23411         Simply `return getcwd (NULL, 0);'.
23412         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23413         Use 1300 as initial value for length, not PATH_MAX.
23414
23415         * lib/pathmax.h: Clean up cpp syntax.
23416
23417 2001-08-12  Jim Meyering  <meyering@lucent.com>
23418
23419         * lib/gettimeofday.c: New file.
23420         * lib/gtod.h: New file.
23421         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23422
23423 2001-08-05  Jim Meyering  <meyering@lucent.com>
23424
23425         * m4/jm-macros.m4: Require autoconf-2.52.
23426
23427 2001-08-04  Jim Meyering  <meyering@lucent.com>
23428
23429         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23430         stmt, to get in sync with glibc.
23431
23432 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23433
23434         The following changes are from gettext 0.10.39 as maintained by
23435         Bruno Haible.
23436
23437         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23438         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23439         with inverted sense.  All uses changed.
23440
23441         * lib/mbswidth.c: Don't include <limits.h>.
23442         Include <stdlib.h> and <string.h> unconditionally.
23443         (iswcntrl, mbsinit, ISCNTRL): New macros.
23444         (mbsnwidth): Use K&R style function declarations.
23445         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23446         can optimize it when MB_CUR_MAX == 1.
23447         The width of control characters is zero, not 1.
23448
23449 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23450
23451         The following changes are from gettext 0.10.39 as maintained by
23452         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23453
23454         * m4/codeset.m4: Upgrade to serial AM1.
23455         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23456         all uses changed.  Quote first arg of AC_DEFUN.
23457         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23458
23459         * m4/iconv.m4: Upgrade to serial AM2.
23460         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23461         Add --with-libconv-prefix.
23462         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23463         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23464         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23465         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23466         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23467
23468         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23469         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23470         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23471         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23472         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23473         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23474         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23475         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23476         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23477
23478         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23479         string.h any more.
23480
23481         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23482         not the default value.
23483
23484         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23485         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23486         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23487         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23488         Also check for iswcntrl, used for wcwidth fallback.
23489         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23490         to Autoconf 2.13.
23491
23492 2001-08-03  Jim Meyering  <meyering@lucent.com>
23493
23494         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23495         as it was in the original.  Reported by Paul Eggert.
23496
23497 2001-07-16  Jim Meyering  <meyering@lucent.com>
23498
23499         * m4/gettimeofday.m4: New file.
23500         Prompted by a report from Bernhard Baehr.
23501
23502 2001-07-15  Jim Meyering  <meyering@lucent.com>
23503
23504         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23505         stuff. Now it's in ../Makefile.cfg.
23506
23507 2001-07-15  Jim Meyering  <meyering@lucent.com>
23508
23509         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23510         (BUILT_SOURCES): Add unlocked-io.h.
23511         (io_functions): Define.
23512         (unlocked-io.h): New rule.
23513         (DISTCLEANFILES): Add unlocked-io.h.
23514         (all-local): Depend on unlocked-io.h, to ensure it is created.
23515
23516         * lib/unlocked-io.hin: New file
23517
23518         * lib/regex.c: Update from glibc.
23519
23520 2001-07-05  Jim Meyering  <meyering@lucent.com>
23521
23522         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23523         recommendation.
23524         (libfetish_a_SOURCES): Put all .h files here instead.
23525         Remove a thus-exposed (better checks in automake) duplicate and
23526         two unnecessary .h files.
23527
23528 2001-07-04  Jim Meyering  <meyering@lucent.com>
23529
23530         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23531         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23532         distcheck failure.
23533
23534 2001-07-02  Jim Meyering  <meyering@lucent.com>
23535
23536         The following changes were prompted by suggestions from Bruno Haible.
23537
23538         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23539         is now generated.
23540         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23541         definition of EXTRA_DIST.
23542         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23543         ensure that the generated file is created/updated whenever the list
23544         of $(unlocked_functions) is changed.
23545         (jm-glibc-io.m4): New rule.
23546         (unlocked-io.h): New rule -- currently unused.
23547
23548 2001-06-24  Jim Meyering  <meyering@lucent.com>
23549
23550         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23551         unmatched right bracket, rather than kludging it with an extra,
23552         falsely-matching quote in a comment.  Patch by Akim Demaille.
23553
23554 2001-06-11  Jim Meyering  <meyering@lucent.com>
23555
23556         * lib/regex.c: Update from GNU libc.
23557
23558 2001-05-27  Jim Meyering  <meyering@lucent.com>
23559
23560         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23561         Check for ut_type in struct utmp.
23562
23563 2001-05-27  Jim Meyering  <meyering@lucent.com>
23564
23565         * lib/readutmp.h (UT_TYPE): Define.
23566
23567 2001-05-24  Jim Meyering  <meyering@lucent.com>
23568
23569         * lib/argmatch.c: Include "quote.h".
23570         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23571         quote function.  Reported by Göran Uddeborg.
23572
23573 2001-05-22  Jim Meyering  <meyering@lucent.com>
23574
23575         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23576         now that we use the package-supplied version unconditionally.
23577         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23578
23579 2001-05-21  Jim Meyering  <meyering@lucent.com>
23580
23581         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23582         shell syntax errors.
23583
23584 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23585
23586         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23587
23588 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23589
23590         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23591         Don't bother to check library strftime, since
23592         we'll be using our own my_strftime function anyway.
23593         Define my_strftime instead of strftime.
23594
23595 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23596
23597         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23598         which is not yet declared.
23599
23600 2001-05-15  Jim Meyering  <meyering@lucent.com>
23601
23602         * m4/regex.m4: Use proper quoting so brackets appear in the test
23603         program.
23604         Reported by, and with help from, Bruno Haible.
23605
23606 2001-05-13  Jim Meyering  <meyering@lucent.com>
23607
23608         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23609         undefined.
23610
23611 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23612
23613         dirname code cleanup.  base_name now behaves more compatibly
23614         with POSIX basename when given file names that have trailing
23615         slashes, and similarly for dir_name.  Add new primitives
23616         base_len and dir_len.  Put the directory-name-related decls
23617         into dirname.h.
23618
23619         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23620         * lib/backupfile.c (base_name): Likewise.
23621         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23622         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23623         * lib/makepath.c (strip_trailing_slashes): Likewise.
23624         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23625         ISSLASH): Likewise.
23626         * lib/rename.c (strip_trailing_slashes): Likewise.
23627         * lib/same.c (base_name): Likewise.
23628         * lib/stripslash.c (ISSLASH): Likewise.
23629
23630         * lib/addext.c: Include <dirname.h> after size_t is defined.
23631         * lib/backupfile.c: Likewise.
23632
23633         * lib/addext.c (addext): Use base_len to trim redundant
23634         trailing slashes instead of doing it ourselves.
23635         But do not trim the last slash if it is not redundant.
23636
23637         * lib/backupfile.c (find_backup_file_name,
23638         max_backup_version): Use base_len instead of rolling it ourselves.
23639         Handle the case of "" and (on DOS) "C:" correctly.
23640
23641         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23642         needed. Include <string.h>, <dirname.h>.
23643         (base_name): Allow file names ending in slashes, other than names
23644         that are all slashes.  In this case, return the basename followed
23645         by the slashes.  This is more general, and can be used in places
23646         where the original base_name purposely had an assertion failure.
23647         (base_len): New function.
23648
23649         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23650         Do not include <assert.h>; no longer needed.
23651         Include xalloc.h.
23652         (memrchr): Remove decl.
23653         (dir_name_r): Remove.
23654         (dir_len): Renamed from dirlen.  All callers changed.
23655         Rewrite in terms of base_name, for simplicity and consistency.
23656         (dir_name): Never return NULL.  All callers changed.
23657         Do not include <stdlib.h> in test program; no longer needed.
23658         return 0; is fine for test program.
23659
23660         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23661         New macros.
23662         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23663
23664         * lib/path-concat.c (path_concat): Use base_len to compute
23665         base length, not strlen; this means we cannot rely on memcpy
23666         to null-terminate.
23667
23668         * lib/same.c (STREQ): Remove.
23669         (same_name): Handle the case where the basename ends in trailing '/'.
23670
23671         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23672         a slash was stripped.  Do not strip the last slash after a
23673         file system prefix.
23674
23675 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23676
23677         * lib/Makefile.am (libfetish_a_SOURCES):
23678         Add strftime.c, since we now compile it on all hosts.
23679
23680         * lib/strftime.c (my_strftime):
23681         Define to nstrftime if emacs, but only if my_strftime is not defined.
23682         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23683         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23684         Add one more extra argument: a nanoseconds value.
23685         All uses changed.
23686         (ns): New macro.
23687         (my_strftime function): Add %N format.
23688         (emacs_strftimeu): Renamed from emacs_strftime,
23689         with extra ut argument.
23690
23691 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23692
23693         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23694
23695 2001-04-21  Jim Meyering  <meyering@lucent.com>
23696
23697         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23698         doesn't interfere.
23699
23700 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23701
23702         * m4/ftruncate.m4: Check for chsize.
23703         Link with ftruncate.o unconditionally if ftruncate is missing.
23704         This was required when cross-compiling to i586-mingw32msvc.
23705
23706 2001-04-08  Jim Meyering  <meyering@lucent.com>
23707
23708         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23709         recomputed; that's necessary when the offset spans a DST transition.
23710         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23711
23712 2001-04-02  Jim Meyering  <meyering@lucent.com>
23713
23714         * lib/regex.h, regex.c: Update from GNU libc.
23715
23716 2001-03-24  Jim Meyering  <meyering@lucent.com>
23717
23718         * m4/jm-macros.m4: Require autoconf-2.49d.
23719
23720 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23721
23722         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23723
23724 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23725
23726         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23727
23728 2001-03-17  Jim Meyering  <meyering@lucent.com>
23729
23730         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23731         now that the version in autoconf is equivalent.
23732         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23733
23734         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23735         Suggestion from Akim Demaille.
23736
23737         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23738         (jm_PREREQ_TEMPNAME): New function.
23739
23740 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23741
23742         * lib/tempname.c (uint64_t): Define to uintmax_t if
23743         not defined, and if UINT64_MAX is not defined.
23744         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23745         Reported by John David Anglin.
23746
23747 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23748
23749         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23750         resolve alias if codeset is empty.
23751         * lib/config.charset (BeOS): Use wildcard syntax.
23752
23753 2001-03-13  Jim Meyering  <meyering@lucent.com>
23754
23755         * lib/path-concat.c (path_concat)
23756         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23757         concatenating e.g., `C:' and `foo'.
23758         From Bruno Haible.
23759
23760 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23761
23762         * lib/localcharset.c (locale_charset): Don't use
23763         setlocale(LC_CTYPE,NULL). Don't return NULL.
23764         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23765
23766 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23767
23768         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23769         support for DOS/DJGPP.
23770
23771 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23772
23773         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23774         lacks mkstemp.  Compile our own tempname.c if we compile our own
23775         mkstemp.c, as mkstemp relies on tempname.
23776
23777 2001-03-01  Jim Meyering  <meyering@lucent.com>
23778
23779         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23780         AH_VERBATIM really does output its argument verbatim.
23781
23782 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23783
23784         * lib/Makefile.am (libfetish_a_SOURCES):
23785         Add dup-safer.c, fopen-safer.c.
23786         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23787
23788         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23789         * lib/unistd-safer.h: New files.
23790
23791 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23792
23793         The mkstemp replacement is taken from glibc 2.2.2, with some
23794         portability fixes for use outside glibc, as follows:
23795
23796         * lib/tempname.c (struct_stat64): New macro.
23797         (direxists, __gen_tempname): Use it.
23798         This avoids a portability problem with Solaris 8.
23799
23800         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23801         (<stddef.h>, <stdint.h>, <string.h>):
23802         Include only if STDC_HEADERS || _LIBC.
23803         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23804         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23805         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23806         (__set_errno): Define this macro if <errno.h> doesn't.
23807         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23808         Define these macros if <stdio.h> doesn't.
23809         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23810         Define these macros if <sys/stat.h>
23811         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23812         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23813         __xstat64): Define if not _LIBC.
23814         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23815         (__gen_tempname): Invoke gettimeofday only if
23816         HAVE_GETTIMEOFDAY || _LIBC;
23817         otherwise, fall back on plain "time".
23818         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23819
23820         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23821
23822         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23823
23824 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23825
23826         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23827
23828 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23829
23830         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23831         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23832         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23833         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23834
23835 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23836
23837         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23838         Remove workaround macros for hosts that have mbrtowc but not
23839         mbstate_t, as we now insist on proper declarations for both
23840         before using mbrtowc.
23841
23842 2001-02-17  Jim Meyering  <meyering@lucent.com>
23843
23844         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23845         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23846         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23847         UnixWare 7.1.1.
23848
23849         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23850         rather than AC_CACHE_VAL.
23851
23852 2001-02-17  Jim Meyering  <meyering@lucent.com>
23853
23854         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23855         around included file name.
23856
23857         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23858
23859         * lib/strftime.c: Update from GNU libc (the only changes were to
23860         comments).
23861
23862 2001-02-17  Jim Meyering  <meyering@lucent.com>
23863
23864         * lib/regex.c: Update from libc.
23865
23866 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23867
23868         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23869         clash.
23870
23871 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23872
23873         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23874         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23875         Reported by Mark Hounschell via Paul Eggert.
23876
23877 2001-02-07  Jim Meyering  <meyering@lucent.com>
23878
23879         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23880
23881 2001-02-05  Jim Meyering  <meyering@lucent.com>
23882
23883         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23884         it includes the patch required for `large file' support with at least
23885         HP-UX's 10.20 /bin/cc.
23886
23887 2001-02-03  Jim Meyering  <meyering@lucent.com>
23888
23889         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23890         AS_IF, now that it works once again (mysteriously).
23891         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23892
23893 2001-01-30  Jim Meyering  <meyering@lucent.com>
23894
23895         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23896         * m4/chown.m4: Rename conftestchown to conftest.chown.
23897         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23898         s/conftestdir2/conftest.d2/.
23899         * m4/utimes.m4: s/conftestdata/conftest.data/
23900         Inspired by Pavel Roskin's change in autoconf.
23901
23902 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23903
23904         * lib/config.charset: Update for FreeBSD 4.2.
23905
23906 2001-01-27  Jim Meyering  <meyering@lucent.com>
23907
23908         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23909         a use of AS_IF.
23910         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23911
23912 2001-01-26  Jim Meyering  <meyering@lucent.com>
23913
23914         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23915         quotearg.c includes it.
23916
23917 2001-01-26  Jim Meyering  <meyering@lucent.com>
23918
23919         * lib/quotearg.c: Include stddef.h.
23920         * lib/quote.c: Include stddef.h.
23921         Reported by Axel Kittenberger.
23922
23923         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23924         line in double quotes so that it evokes a better diagnostic.
23925         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23926         Reported by Axel Kittenberger.
23927
23928 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23929
23930         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23931         as if it was a `charset'.
23932
23933 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23934
23935         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23936         has const.
23937
23938 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23939
23940         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23941         to avoid a warning.  Add back 'const' to inptr.
23942
23943 2001-01-20  Jim Meyering  <meyering@lucent.com>
23944
23945         Be sure that headers are checked before used in code compiled
23946         for the type checks.
23947         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23948         In place of that, invoke jm_CHECK_ALL_TYPES.
23949         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23950         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23951         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23952         The check for ssize_t was mistakenly run before the test for unistd.h.
23953
23954         The configure-time check for stdbool.h was missing.
23955         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23956         (jm_PREREQ_HASH): New function.
23957
23958 2001-01-17  Jim Meyering  <meyering@lucent.com>
23959
23960         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23961         for autoconf-2.49c.
23962         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23963
23964 2001-01-16  Jim Meyering  <meyering@lucent.com>
23965
23966         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23967         From Bruno Haible.
23968
23969 2001-01-14  Jim Meyering  <meyering@lucent.com>
23970
23971         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23972         foo and bar.  Create conftestdir/ in the script, not in the C code.
23973         Remove directories in the script, not in the C code.
23974         Remove conftestdir{,2} before trying to create the directory.
23975         Make the entire configure script fail if the mkdir fails.
23976
23977 2001-01-14  Jim Meyering  <meyering@lucent.com>
23978
23979         * lib/rename.c: New file.  From Volker Borchert.
23980         Include stdlib.h, string.h or strings.h, and xalloc.h.
23981         Use strip_trailing_slashes rather than open-coding it.
23982
23983 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23984
23985         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23986
23987 2001-01-03  Jim Meyering  <meyering@lucent.com>
23988
23989         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23990         of local `inptr' to avoid warning with some system declarations of
23991         iconv.
23992
23993 2001-01-02  Volker Borchert  <bt@teknon.de>
23994
23995         * m4/rename.m4: New file.
23996         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23997
23998 2001-01-01  Jim Meyering  <meyering@lucent.com>
23999
24000         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24001         even on systems with utmpx.h.  It's necessary for the declaration of
24002         utmp's ut_user member.  Reported by Andreas Jaeger.
24003
24004         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24005         available. They are required for the declarations of getgrgid and
24006         getpwuid resp.
24007         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24008         Reported by Andreas Jaeger.
24009
24010 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24011
24012         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24013         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24014         so `make install' also works in VPATH builds.
24015
24016 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24017
24018         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24019         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24020         can be used in subdirectories.
24021
24022 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24023
24024         * lib/modechange.c: Do not assume that mode_t uses the
24025         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24026         the other-execute bit of FOO even if S_IXOTH != 1.
24027
24028         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24029         WOTH, XOTH, ALLM): New macros.
24030         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24031          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24032         Use them.
24033         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24034         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24035         (mode_compile):
24036         No need to use uintmax_t; unsigned long is long enough.
24037         Don't bother to get suffix since we don't use it.
24038
24039 2000-12-26  Jim Meyering  <meyering@lucent.com>
24040
24041         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24042         better with autoheader.
24043
24044 2000-12-24  Jim Meyering  <meyering@lucent.com>
24045
24046         * lib/hash.c (is_prime): Return explicit boolean values.
24047         (hash_get_first): Return NULL to appease Irix5.6's 89.
24048         Reported by Nelson Beebe.
24049
24050 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24051
24052         * lib/localcharset.c (locale_charset): Add support for Win32.
24053
24054 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24055
24056         * lib/physmem.h, lib/physmem.c: New files.
24057
24058         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24059         (noinst_HEADERS): Add physmem.h.
24060
24061         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24062         't' for compatibility with Solaris 8 sort.
24063
24064 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24065
24066         * lib/config.charset: Add support for BeOS.
24067
24068 2000-12-17  Jim Meyering  <meyering@lucent.com>
24069
24070         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24071         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24072
24073 2000-12-16  Jim Meyering  <meyering@lucent.com>
24074
24075         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24076         N and M) would have treated it like `chown N:N FILE'.
24077
24078         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24079
24080 2000-12-16  Jim Meyering  <meyering@lucent.com>
24081
24082         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24083         SHELLS_FILE to a file name that's useful on djgpp systems.
24084         Include stdlib.h.
24085         (ADDITIONAL_DEFAULT_SHELLS): Define.
24086         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24087         Based mostly on a patch from Prashant TR.
24088
24089 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24090
24091         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24092         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24093         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24094
24095 2000-12-08  Andreas Schwab  <schwab@suse.de>
24096
24097         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24098         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24099
24100 2000-12-07  Jim Meyering  <meyering@lucent.com>
24101
24102         * lib/stripslash.c (ISSLASH): Define.
24103         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24104         `/'.
24105         From Prashant TR.
24106
24107         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24108         (dir_name_r): Declare this function as static.
24109         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24110         manifest itself on a name containing a mix of slashes and
24111         backslashes.
24112         Make this function work with names starting with a DOS-style
24113         drive letter and colon prefix.
24114         (dir_name): Append `.' if necessary.
24115         Based mostly on patches from Prashant TR and Eli Zaretskii.
24116
24117         * lib/dirname.h (dir_name_r): Remove prototype.
24118
24119 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24120
24121         * m4/off_t-format.m4: Remove this file.
24122         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24123
24124 2000-12-06  Jim Meyering  <meyering@lucent.com>
24125
24126         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24127         replacement strtoull, we may well need the replacement strtoul, too.
24128         Check for declarations of strtoul and strtoull.
24129         Check for strtol.  Mainly as a cue to cause automake to include
24130         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24131         Check for limits.h -- strtol.c needs it.
24132
24133 2000-12-05  Jim Meyering  <meyering@lucent.com>
24134
24135         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24136
24137 2000-12-04  Jim Meyering  <meyering@lucent.com>
24138
24139         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24140         Also include memory.h, stdlib.h, unistd.h if appropriate.
24141         Reported by Andreas Jaeger (conflicting declaration of malloc).
24142
24143 2000-12-02  Jim Meyering  <meyering@lucent.com>
24144
24145         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24146         * m4/jm-macros.m4 (jm_MACROS): require it.
24147
24148 2000-12-02  Jim Meyering  <meyering@lucent.com>
24149
24150         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24151
24152 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24153
24154         * lib/memrchr.c: Include <config.h> before any system include file.
24155
24156 2000-11-30  Jim Meyering  <meyering@lucent.com>
24157
24158         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24159
24160 2000-11-30  Jim Meyering  <meyering@lucent.com>
24161
24162         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24163
24164 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24165
24166         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24167
24168 2000-11-26  Jim Meyering  <meyering@lucent.com>
24169
24170         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24171
24172 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24173
24174         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24175         size of (size_t) -1; it's not portable.
24176
24177 2000-11-17  Jim Meyering  <meyering@lucent.com>
24178
24179         * lib/strstr.c: Update from GNU libc.
24180
24181 2000-11-17  Akim Demaille  <akim@epita.fr>
24182
24183         * lib/obstack.h: Formatting changes.
24184         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24185         prevent type checking.
24186         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24187         cast the value to (void *): assigning a `foo *' to a `void *'
24188         variable is valid.
24189         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24190
24191 2000-11-16  Jim Meyering  <meyering@lucent.com>
24192
24193         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24194
24195 2000-11-11  Jim Meyering  <meyering@lucent.com>
24196
24197         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24198
24199 2000-11-10  Jim Meyering  <meyering@lucent.com>
24200
24201         * lib/obstack.h: Update from GNU libc.
24202         * lib/obstack.c: Likewise.
24203
24204 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24205
24206         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24207
24208 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24209
24210         * lib/getusershell.c (setusershell): Use rewind rather than
24211         fseek/fseeko, to avoid configuration hassles with fseeko.
24212         Don't bother opening SHELLS_FILE if shellstream is NULL;
24213         it's not necessary.
24214
24215 2000-11-05  Jim Meyering  <meyering@lucent.com>
24216
24217         * lib/makepath.h (make_dir): Declare.
24218         * lib/makepath.c (make_dir): Remove `static' attribute.
24219         Tweak a comment.
24220
24221 2000-11-04  Jim Meyering  <meyering@lucent.com>
24222
24223         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24224
24225 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24226
24227         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24228         last one in a bucket, advance to the next bucket.
24229
24230 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24231
24232         * lib/fnmatch.c: Do not comment out all the code if we are using
24233         the GNU C library, because in some cases we are replacing buggy
24234         code in the GNU C library itself.
24235
24236 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24237
24238         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24239         (regex_compile): Catch bogus \(\1\).
24240
24241 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24242
24243         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24244         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24245         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24246
24247 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24248
24249         * lib/error.h, getline.h, modechange.h:
24250         Remove "2000" from Copyright line, as the file hasn't been
24251         changed this year other than in the copyright notice.
24252
24253         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24254         was changed this year.
24255
24256 2000-10-29  Jim Meyering  <meyering@lucent.com>
24257
24258         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24259         renaming.
24260         * m4/ls-mntd-fs.m4: Likewise
24261
24262 2000-10-29  Jim Meyering  <meyering@lucent.com>
24263
24264         * lib/xstat.in: Fix grammar in comment.
24265
24266 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24267
24268         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24269         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24270         doesn't define __restrict_arr.
24271
24272 2000-10-28  Jim Meyering  <meyering@lucent.com>
24273
24274         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24275         (jm_PREREQ_MEMCHR): New function.
24276
24277 2000-10-28  Jim Meyering  <meyering@lucent.com>
24278
24279         * lib/memchr.c: Update from libc.
24280         Adjust for portability:
24281         [HAVE_STDLIB_H]: Include stdlib.h.
24282         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24283         Undef __memchr, too.
24284         [!weak_alias]: Define __memchr to memchr.
24285
24286         * lib/regex.c: Update from libc.
24287         * lib/regex.h: Likewise.
24288         * lib/getopt1.c: Likewise.
24289         * lib/memcmp.c: Likewise.
24290
24291         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24292         Avoid using fseek, when possible -- it's broken by design.
24293         Patch by Ulrich Drepper.
24294
24295 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24296
24297         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24298         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24299         Giving in to popular pressure to shut up the compiler with casts.
24300
24301 2000-10-26  Jim Meyering  <meyering@lucent.com>
24302
24303         * lib/strftime.c: Update from libc.
24304
24305 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24306
24307         * regex.c: More `unsigned char' -> `re_char' changes.
24308         Also change several `int' into `re_wchar_t'.
24309         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24310         (PUSH_FAILURE_POINTER): Don't cast any more.
24311         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24312         We want GCC to complain, since this piece of code makes
24313         re_match non-reentrant, which *should* be fixed.
24314         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24315         (EXTEND_BUFFER): Use RETALLOC.
24316         (SET_LIST_BIT): Don't cast.
24317         (re_wchar_t): New type.
24318         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24319         that those two functions will always properly return.
24320         (IMMEDIATE_QUIT_CHECK): Cast to void.
24321         (analyse_first): Use recursion rather than an explicit stack.
24322         (re_compile_fastmap): Can't fail anymore.
24323         (re_search_2): Don't check re_compile_fastmap for failure.
24324         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24325         Now also sets the new value (passed in a new argument).
24326         (re_match_2_internal): Use it.
24327         Also, use a new var `reg' of type size_t when looping through regs
24328         rather than reuse the inappropriate `mcnt'.
24329
24330 2000-10-25  Jim Meyering  <meyering@lucent.com>
24331
24332         * lib/obstack.c: Update from libc.
24333
24334 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24335
24336         * regex.c (regex_compile): Change the way of handling a range from
24337         a char less than 256 to a char not less than 256.
24338
24339 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24340
24341         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24342         NT-Emacs only.
24343         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24344         so that re_search functions only quit when callers expect them to.
24345
24346 2000-10-23  Jim Meyering  <meyering@lucent.com>
24347
24348         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24349         wrong.  That set_locale call must not have any side effects.
24350         From Paul Eggert.
24351
24352 2000-10-22  Jim Meyering  <meyering@lucent.com>
24353
24354         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24355         [CYCLIC]: Remove now-unused definition.
24356
24357         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24358         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24359         Suggestion from Ulrich Drepper.
24360
24361 2000-10-21  Jim Meyering  <meyering@lucent.com>
24362
24363         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24364         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24365         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24366
24367 2000-10-21  Jim Meyering  <meyering@lucent.com>
24368
24369         * lib/dirname.c (memrchr): Declare if necessary.
24370         (dir_name): Remove the restriction that there be no
24371         trailing slashes.  Now, this code skips past them, effectively
24372         ignoring them.
24373         [TEST_DIRNAME] (main): New unit tests.
24374
24375         * lib/memrchr.c: New file from GNU libc.
24376         Undef __memrchr, too.
24377         [!weak_alias]: Define __memrchr to memrchr.
24378         Guard weak_alias use with `#ifdef weak_alias'.
24379
24380 2000-10-21  Jim Meyering  <meyering@lucent.com>
24381
24382         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24383         (dir_name): Use dir_name_r.
24384         * lib/dirname.h (dir_name_r): Declare it.
24385
24386 2000-10-17  Jim Meyering  <meyering@lucent.com>
24387
24388         * lib/quote.h (PARAMS): Define and use.
24389         Reported by Akim Demaille.
24390
24391         * lib/getopt.c: Update from libc.
24392
24393 2000-10-16  Jim Meyering  <meyering@lucent.com>
24394
24395         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24396         setlocale.
24397         From Jan Fedak.
24398
24399 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24400
24401         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24402
24403 2000-09-25  Jim Meyering  <meyering@lucent.com>
24404
24405         * lib/md5.h (rol): Define (from GnuPG).
24406
24407         * lib/sha.c: Give credit (GnuPG) where due.
24408         (M): Use rol rather than open-coding it.
24409         Add a FIXME comment.
24410
24411 2000-09-21  Jim Meyering  <meyering@lucent.com>
24412
24413         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24414         Reported by Michael Stone.
24415
24416 2000-09-20  Jim Meyering  <meyering@lucent.com>
24417
24418         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24419         (noinst_HEADERS): Add sha.h.
24420         Based on code from Scott G. Miller and from GnuPG.
24421
24422 2000-09-18  Jim Meyering  <meyering@lucent.com>
24423
24424         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24425         LIBS. Otherwise, everyone ends up linking with -lelf for some
24426         configurations.
24427         Reported by Mike Stone.
24428
24429 2000-09-15  Jim Meyering  <meyering@lucent.com>
24430
24431         * lib/regex.c: Update from libc.
24432
24433 2000-09-10  Jim Meyering  <meyering@lucent.com>
24434
24435         * lib/getopt.c (_getopt_internal): Update from glibc.
24436
24437 2000-09-09  Jim Meyering  <meyering@lucent.com>
24438
24439         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24440         think it should be used as a general replacement for isascii.
24441         * lib/fnmatch.c: Likewise.
24442         * lib/mbswidth.c: Likewise
24443         * lib/regex.c: Likewise.
24444
24445         Don't use atoi.
24446         * lib/userspec.c: Include sys/param.h and limits.h.
24447         Include xstrtol.h.
24448         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24449         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24450         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24451         UID, GID.  Check range.
24452
24453 2000-09-06  Jim Meyering  <meyering@lucent.com>
24454
24455         * lib/getopt.c (_getopt_internal): Update from glibc.
24456
24457 2000-08-30  Jim Meyering  <meyering@lucent.com>
24458
24459         * lib/strftime.c: Merge in changes from GNU libc.
24460
24461 2000-08-26  Jim Meyering  <meyering@lucent.com>
24462
24463         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24464         * m4/fpending.m4: New file.
24465
24466 2000-08-26  Jim Meyering  <meyering@lucent.com>
24467
24468         * lib/closeout.c: Include "__fpending.h".
24469         (close_stdout_status): Return right away if there's nothing to flush.
24470
24471         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24472         * lib/__fpending.c: New file.
24473         * lib/__fpending.h: New file.
24474
24475 2000-08-20  Jim Meyering  <meyering@lucent.com>
24476
24477         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24478         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24479         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24480
24481 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24482
24483         Improve fileutils installation on systems where running
24484         programs (like install) can't be unlinked.
24485         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24486         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24487
24488 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24489
24490         Standardize on "memory exhausted" instead of "Memory exhausted"
24491         or "virtual memory exhausted".
24492         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24493         "virtual memory exhausted".
24494         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24495         our own message.
24496         * lib/userspec.c (parse_user_spec): Likewise.
24497         * lib/bumpalloc.h: comment fix
24498         * lib/same.c, userspec.c: Include xalloc.h.
24499
24500         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24501         not char *const and pointing to a constant array.
24502         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24503         (xrealloc): Comment fix.
24504
24505         * lib/userspec.c (parse_user_spec):
24506         Don't translate a message until just before returning,
24507         to avoid unnecessary translation.
24508
24509 2000-08-07  Jim Meyering  <meyering@lucent.com>
24510
24511         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24512         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24513         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24514         getgroups.c, gethostname.c, getopt.h, group-member.c,
24515         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24516         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24517         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24518         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24519         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24520         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24521         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24522         yesno.c: Back out Copyright date changes for each file with no change
24523         this year.  This eases coordination with other programs using the same
24524         source code modules.  From Paul Eggert.
24525
24526 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24527
24528         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24529         not char, for compatibility with glibc 2.1.3 strftime.c.
24530
24531 2000-08-03  Greg McGary  <greg@mcgary.org>
24532
24533         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24534         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24535         (EXTEND_BUFFER): Use them.
24536
24537 2000-08-01  Jim Meyering  <meyering@lucent.com>
24538
24539         * lib/dirname.c (ISSLASH): Define.
24540         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24541         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24542         both `\' and `/' may be use as path separators.
24543         Based on a patch from Prashant TR.
24544
24545 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24546
24547         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24548         slot vector a constant, since it might get modified.
24549
24550 2000-07-31  Jim Meyering  <meyering@lucent.com>
24551
24552         * lib/xmalloc.c: Use `virtual memory exhausted', not
24553         `Memory exhausted'.
24554         * lib/obstack.c (print_and_abort): Likewise.
24555
24556 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24557
24558         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24559         buffer, so that the caller can always quote one small
24560         component of a "memory exhausted" message in slot 0.
24561         From a suggestion by Jim Meyering.
24562
24563 2000-07-30  Jim Meyering  <meyering@lucent.com>
24564
24565         * lib/makepath.c (make_path): Quote the other instance, too.
24566
24567         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24568         (STATIC_BUF_SIZE): Define.
24569         (quotearg_n_options): Use only statically allocated storage when
24570         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24571         than STATIC_BUF_SIZE.
24572
24573 2000-07-29  Jim Meyering  <meyering@lucent.com>
24574
24575         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24576         * lib/dirname.c (dir_name): Likewise.
24577
24578         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24579         `/'.
24580
24581         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24582         (dir_name): Assert that there are no trailing slashes.
24583
24584 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24585
24586         * lib/mbswidth.h (mbswidth): Add a flags argument.
24587         (mbswidth): New declaration.
24588         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24589         * lib/mbswidth.c (mbswidth): Add a flags argument.
24590         (mbsnwidth): New function.
24591
24592 2000-07-24  Jim Meyering  <meyering@lucent.com>
24593
24594         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24595
24596 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24597
24598         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24599
24600 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24601
24602         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24603         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24604         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24605         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24606         invoke multibyte primitives.
24607
24608 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24609
24610         * lib/quotearg.c:
24611         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24612         so that mbstate_t is always defined.
24613
24614         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24615         be 1 in at least one GCC installation, and this configuration
24616         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24617         performance on hosts that have mbrtowc but have only unibyte
24618         locales, but I assume these hosts are rare.
24619
24620 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24621
24622         * lib/mbswidth.c (_XOPEN_SOURCE):
24623         Don't define; this causes problems on Solaris 7.
24624         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24625
24626 2000-07-23  Jim Meyering  <meyering@lucent.com>
24627
24628         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24629         too: getgrgid, getpwuid, getuid.
24630
24631 2000-07-23  Jim Meyering  <meyering@lucent.com>
24632
24633         * lib/basename.c (base_name): Add an assertion.
24634
24635 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24636
24637         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24638         shadow its mbsinit function.
24639
24640 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24641
24642         * lib/mbswidth.h: New file.
24643         * lib/mbswidth.c: New file.
24644         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24645         (noinst_HEADERS): Add mbswidth.h.
24646
24647 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24648
24649         * lib/config.charset: Add support for FreeBSD. Improve support for
24650         HP-UX and IRIX 6.
24651
24652 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24653
24654         * m4/mbswidth.m4: New file.
24655         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24656
24657 2000-07-15  Jim Meyering  <meyering@lucent.com>
24658
24659         * lib/makepath.c: Include quote.h.
24660         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24661         corresponding argument in a `quote (...)' call.
24662         Give better diagnostics.
24663
24664         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24665         (noinst_HEADERS): Add quote.h.
24666
24667         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24668         from tar's src/misc.c.
24669         * lib/quote.h: New file.  Prototypes for same.
24670
24671 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24672
24673         From a suggestion by Bruno Haible.
24674         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24675         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24676         to decide whether to define the BeOS workaround macro;
24677         this adjusts to the change to AC_MBSTATE_T.
24678
24679 2000-07-14  Jim Meyering  <meyering@lucent.com>
24680
24681         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24682         jm_AC_TYPE_UINTMAX_T.
24683
24684 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24685
24686         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24687
24688         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24689         quotearg_buffer_restyled): Add support for
24690         clocale_quoting_style.  Undo previous change to
24691         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24692         and "{RIGHT QUOTATION MARK}" msgids.
24693
24694 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24695
24696         From a suggestion by Bruno Haible.
24697         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24698         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24699         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24700         and mbstate_t, to a single-part test that simply defines mbstate_t.
24701         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24702         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24703
24704 2000-07-10  Jim Meyering  <meyering@lucent.com>
24705
24706         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24707
24708         * m4/gnu-source.m4: Output to confdefs.h directly.
24709         Suggestion from Akim Demaille.
24710
24711 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24712
24713         The old behavior of quoting `like this' doesn't look good with
24714         newer, ISO-style fonts.  See:
24715         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24716
24717         Instead, quote "like this" by default.  Let the translator
24718         tailor the locale-specific quoting behavior by providing
24719         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24720
24721         * lib/quotearg.c (N_): New macro.
24722         (gettext_default): New function.
24723         (quotearg_buffer_restyled): Use
24724         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24725         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24726
24727 2000-07-09  Jim Meyering  <meyering@lucent.com>
24728
24729         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24730         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24731
24732         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24733         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24734
24735 2000-07-09  Jim Meyering  <meyering@lucent.com>
24736
24737         * lib/Most files: Update copyright dates to include 2000.
24738
24739 2000-07-08  Jim Meyering  <meyering@lucent.com>
24740
24741         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24742         if not defined.
24743         (xgethostname): Remove now-unnecessary #ifdef.
24744         Move declaration of `err' into loop where it's used.
24745
24746 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24747         and Bruno Haible  <haible@clisp.cons.org>
24748
24749         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24750         only if the test for an object-type mbstate_t fails.  This
24751         prevents us from mistakenly reporting that mbstate_t is a
24752         system object type after we "#define mbstate_t int" to work
24753         around its lack.
24754
24755 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24756         and Bruno Haible  <haible@clisp.cons.org>
24757
24758         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24759
24760 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24761
24762         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24763         to strerror_r.
24764         Include <ctype.h> for use of isalpha.
24765
24766 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24767
24768         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24769         by allocating a larger buffer. Test the gethostname return value for
24770         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24771         returns an error and ENAMETOOLONG isn't defined.
24772
24773 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24774
24775         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24776         dimension.
24777
24778 2000-07-04  Jim Meyering  <meyering@lucent.com>
24779
24780         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24781         of the deprecated AC_CHECKING.
24782
24783 2000-07-04  Jim Meyering  <meyering@lucent.com>
24784
24785         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24786         Reported by Bruno Haible.
24787
24788 2000-07-04  Jim Meyering  <meyering@lucent.com>
24789
24790         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24791         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24792         lacks mbrtowc.
24793
24794 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24795
24796         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24797         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24798
24799 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24800         and Bruno Haible  <haible@clisp.cons.org>
24801
24802         * lib/quotearg.c (mbrtowc):
24803         Assign to *pwc, and return 1 only if result is nonzero.
24804         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24805
24806 2000-07-03  Jim Meyering  <meyering@lucent.com>
24807
24808         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24809
24810 2000-07-03  Jim Meyering  <meyering@lucent.com>
24811
24812         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24813         This is necessary to get a definition of e.g., UTMP_FILE on
24814         HP-UX 10.20.
24815         From Bob Proulx.
24816
24817 2000-07-02  Jim Meyering  <meyering@lucent.com>
24818
24819         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24820
24821         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24822         AC_LIBOBJ(function_name).
24823         * m4/chown.m4: Likewise.
24824         * m4/fnmatch.m4: Likewise.
24825         * m4/ftruncate.m4: Likewise.
24826         * m4/getgroups.m4: Likewise.
24827         * m4/getline.m4: Likewise.
24828         * m4/group-member.m4: Likewise.
24829         * m4/jm-macros.m4: Likewise.
24830         * m4/lstat.m4: Likewise.
24831         * m4/malloc.m4: Likewise.
24832         * m4/memcmp.m4: Likewise.
24833         * m4/nanosleep.m4: Likewise.
24834         * m4/putenv.m4: Likewise.
24835         * m4/realloc.m4: Likewise.
24836         * m4/regex.m4: Likewise.
24837         * m4/stat.m4: Likewise.
24838         * m4/strftime.m4: Likewise.
24839
24840 2000-07-02  Jim Meyering  <meyering@lucent.com>
24841
24842         * lib/quotearg.c (mbstate_t): Don't define here.
24843
24844 2000-07-02  Jim Meyering  <meyering@lucent.com>
24845
24846         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24847
24848 2000-07-01  Jim Meyering  <meyering@lucent.com>
24849
24850         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24851
24852 2000-07-01  Jim Meyering  <meyering@lucent.com>
24853
24854         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24855         problem.
24856
24857 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24858
24859         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24860         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24861
24862 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24863
24864         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24865         per change in ../m4/ls-mntd-fs.m4.
24866         (read_filesystem_list): Ignore symbolic links.
24867
24868 2000-06-29  Jim Meyering  <meyering@lucent.com>
24869
24870         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24871         for declaration of strcmp.
24872
24873         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24874
24875         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24876         Avoid warning by casting result to `char *' to remove `const'.
24877
24878 2000-06-28  Jim Meyering  <meyering@lucent.com>
24879
24880         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24881         included by quotearg.c, for which we perform this test.  From
24882         Bruno Haible.
24883
24884 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24885
24886         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24887         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24888         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24889
24890 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24891
24892         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24893
24894 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24895
24896         savedir now sets errno on failure and invokes xmalloc to get memory.
24897         Fix a couple of other minor bugs while we're at it.
24898
24899         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24900         (NAMLEN): Remove macro.
24901         (malloc, realloc): Remove decls.
24902         (stpcpy): Likewise.
24903         ("xalloc.h"): Include.
24904         (NAME_SIZE_DEFAULT): New macro.
24905         (savedir): Use xmalloc / xrealloc to allocate memory.
24906         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24907         Skip "" directory entries.
24908         Use strlen to calculate directory entry length, since the old method
24909         is rarely used these days and isn't worth supporting.
24910         Don't use a pointer after freeing it.
24911         Check for integer overflow when calculating allocation size.
24912         Use memcpy to copy entries, instead of stpcpy.
24913         Set errno properly when returning NULL.
24914         Check for readdir error.
24915
24916 2000-06-26  Jim Meyering  <meyering@lucent.com>
24917
24918         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24919
24920 2000-06-25  Jim Meyering  <meyering@lucent.com>
24921
24922         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24923         Linux header bug when _XOPEN_SOURCE is defined to 500.
24924
24925 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24926
24927         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24928         deficiency.
24929
24930 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24931
24932         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24933         Include xalloc.h.
24934         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24935
24936 2000-06-24  Jim Meyering  <meyering@lucent.com>
24937
24938         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24939         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24940         for which strerror does return char*, but which lacks a conveniently
24941         accessible declaration of the function.  If the compile-test says
24942         strerror_r doesn't work, then resort to a `run'-test that works on
24943         BeOS and segfaults on DEC Unix.
24944
24945 2000-06-24  Jim Meyering  <meyering@lucent.com>
24946
24947         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24948
24949 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24950
24951         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24952         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24953
24954 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24955
24956         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24957         (mbrtowc, mbstate_t): Define substitutes if
24958         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24959         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24960         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24961
24962 2000-06-23  Jim Meyering  <meyering@lucent.com>
24963
24964         * m4/afs.m4: Add missing AC_MSG_RESULT.
24965         Reported by Bruno Haible.
24966
24967         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24968         Suggestion from Bruno Haible.
24969
24970 2000-06-23  Jim Meyering  <meyering@lucent.com>
24971
24972         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24973
24974 2000-06-21  Jim Meyering  <meyering@lucent.com>
24975
24976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24977
24978 2000-06-21  Jim Meyering  <meyering@lucent.com>
24979
24980         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24981         (noinst_HEADERS): Add getstr.h.
24982
24983         * lib/getline.c (getstr): Move into a separate file.
24984         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24985         the following changes: new parameter, delim2; both delim[12]
24986         parameters have type `int', not `char'.  The latter would lose
24987         with 8-bit delimiters.
24988         * lib/getstr.h: New file.
24989
24990 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24991
24992         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24993         than 1024, return a memory chunk of least possible size, instead
24994         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24995         Use free/xmalloc instead of xrealloc to avoid copying for very long
24996         paths.
24997
24998 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24999
25000         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25001         the empty string.
25002
25003 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25004
25005         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25006         address, not strdup.  Include <stdlib.h> and don't declare free().
25007
25008 2000-06-19  Jim Meyering  <meyering@lucent.com>
25009
25010         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25011
25012 2000-06-18  Jim Meyering  <meyering@lucent.com>
25013
25014         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25015
25016         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25017         `checking whether...' message to be consistent with that of the
25018         lstat test.
25019
25020 2000-06-18  Jim Meyering  <meyering@lucent.com>
25021
25022         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25023         Besides, these days every porting target provides a mkdir function.
25024
25025         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25026         needed. (this snippet comes from src/system.h).
25027
25028 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25029
25030         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25031
25032 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25033
25034         * lib/human.c (adjust_value): New function.
25035         (human_readable_inexact): Apply rounding style even when
25036         printing approximate values.
25037
25038 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25039
25040         * lib/human.c (human_readable_inexact): Allow an input block
25041         size that is not a multiple of the output block size, and vice versa.
25042         Reported by Piergiorgio Sartor.
25043
25044 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25045
25046         * lib/getdate.y (get_date): Apply relative times after time
25047         zone indicator, not before.  Reported by Todd A. Jacobs.
25048
25049 2000-06-13  Jim Meyering  <meyering@lucent.com>
25050
25051         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25052
25053         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25054
25055 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25056
25057         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25058
25059 2000-06-12  Jim Meyering  <meyering@lucent.com>
25060
25061         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25062         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25063         optional argument.
25064         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25065         the optional argument, `lib'.
25066
25067 2000-06-08  Jim Meyering  <meyering@lucent.com>
25068
25069         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25070
25071 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25072
25073         Rewrite largefile configuration so that we don't need to run
25074         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25075         AC_CANONICAL_HOST in configure.in -- jmm]
25076
25077         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25078         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25079         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25080         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25081         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25082         All uses changed.
25083         Instead of inspecting the output of getconf, try to compile the
25084         test program without and with the macro definition.
25085         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25086         for getconf.  Instead, check for the needed flags by compiling
25087         test programs.
25088
25089 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25090
25091         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25092
25093 2000-06-04  Jim Meyering  <meyering@lucent.com>
25094
25095         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25096         SunOS 4.1.4 for which gid_t is an unsigned type.
25097
25098 2000-06-03  Jim Meyering  <meyering@lucent.com>
25099
25100         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25101         now that autoconf requires that.
25102
25103         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25104         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25105         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25106
25107 2000-06-03  Jim Meyering  <meyering@lucent.com>
25108
25109         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25110
25111 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25112
25113         * m4/glibc21.m4: New file.
25114         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25115
25116 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25117
25118         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25119         newer, don't install charset.alias.
25120         * lib/config.charset: Change the Linux/glibc rules so they become empty
25121         on glibc-2.1 or newer.
25122
25123 2000-06-02  Jim Meyering  <meyering@lucent.com>
25124
25125         * lib/mountlist.c: Back out last change.  Instead, do this...
25126         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25127         me_dummy member using the same `ignore'-testing code.
25128         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25129         fs_type strings.
25130         From Mark D. Roth.
25131
25132 2000-05-29  Jim Meyering  <meyering@lucent.com>
25133
25134         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25135         mounts with the `ignore' attribute.  Based on a patch from
25136         Mark D. Roth.
25137
25138 2000-05-28  Jim Meyering  <meyering@lucent.com>
25139
25140         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25141         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25142         * m4/stat.m4: Likewise.
25143         * m4/lstat.m4: Likewise.
25144         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25145
25146         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25147         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25148
25149 2000-05-26  Jim Meyering  <meyering@lucent.com>
25150
25151         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25152
25153 2000-05-24  Jim Meyering  <meyering@lucent.com>
25154
25155         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25156         autoconf requires that.
25157         * m4/lib-check.m4: Likewise.
25158         * m4/jm-macros.m4: Likewise.
25159         * m4/strftime.m4: Likewise.
25160
25161         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25162         AC_CHECK_DECLS, now that autoconf requires that.
25163
25164 2000-05-22  Jim Meyering  <meyering@lucent.com>
25165
25166         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25167         * m4/lstat.m4: Likewise.
25168
25169 2000-05-22  Jim Meyering  <meyering@lucent.com>
25170
25171         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25172
25173 2000-05-20  Jim Meyering  <meyering@lucent.com>
25174
25175         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25176         (jm_PREREQ): Use it.
25177
25178 2000-05-18  Jim Meyering  <meyering@lucent.com>
25179
25180         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25181         back, too, since it may have been modified by allocate_entry.
25182         (hash_delete): Rewrite to use neither the assignment operator
25183         nor the comma operator in an if-expression.
25184
25185 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25186
25187         * lib/closeout.c:
25188         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25189         Remove; no longer needed.
25190         "quotearg.h": Add include.
25191         (file_name): Do not bother to explicitly initialize to NULL; it's less
25192         efficient on some hosts.
25193         (close_stdout_status): Remove test as to whether stdout was already
25194         closed; it breaks for the case "echo x | sort >&-".
25195         Quote file name colons.
25196         Do not assume that _("write error") lacks format strings.
25197
25198 2000-05-15  Jim Meyering  <meyering@lucent.com>
25199
25200         * lib/version-etc.c (version_etc_copyright): Update the copyright
25201         string used in all --version output.
25202
25203 2000-05-14  Jim Meyering  <meyering@lucent.com>
25204
25205         * lib/closeout.c (close_stdout_set_file_name): New function.
25206         (close_stdout_status): Use new file-scoped global.
25207         Return right away if fstat says the stdout file descriptor is invalid.
25208         * lib/closeout.h (close_stdout_set_file_name): Declare.
25209
25210 2000-05-10  Jim Meyering  <meyering@lucent.com>
25211
25212         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25213         (close_stdout_set_status): New function.
25214         * lib/closeout.h (close_stdout_set_status): Declare.
25215
25216 2000-05-09  Jim Meyering  <meyering@lucent.com>
25217
25218         * m4/gettext.m4: Rename this...
25219         * m4/libintl.m4: ...to this.
25220
25221 2000-05-08  Jim Meyering  <meyering@lucent.com>
25222
25223         * lib/long-options.c: Don't include closeout.h.
25224         (parse_long_options): Don't call close_stdout for --version.
25225
25226 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25227
25228         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25229         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25230         2.1.3 bug.  This avoids a clash when files like regex.c define
25231         _GNU_SOURCE.
25232
25233 2000-05-06  Jim Meyering  <meyering@lucent.com>
25234
25235         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25236         (AC_REPLACE_FUNCS): Add strnlen.
25237
25238         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25239         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25240
25241         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25242         AC_SEARCH_LIBS call for nanosleep.
25243         (LIB_NANOSLEEP): Set and AC_SUBST.
25244
25245 2000-05-06  Jim Meyering  <meyering@lucent.com>
25246
25247         * lib/strnlen.c: Undefine __strnlen and strnlen.
25248         [!weak_alias]: Define __strnlen to strnlen.
25249
25250         * lib/atexit.c: New file, from libiberty.
25251
25252 2000-05-06  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/closeout.c (close_stdout_status): Also check for errors on the
25255         stderr stream.
25256
25257 2000-05-05  Jim Meyering  <meyering@lucent.com>
25258
25259         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25260         AC_SEARCH_LIBS call for clock_gettime.
25261         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25262
25263         * m4/search-libs.m4: Update from autoconf.
25264
25265         su doesn't work on Solaris 2.6.
25266         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25267         <shadow.h>.  Reported by Dragos Harabor.
25268
25269 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25270
25271         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25272         memcpy instead of xmalloc, xrealloc, path_concat.
25273         (locale_charset): Treat empty environment variables as absent.
25274         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25275
25276 2000-05-04  Jim Meyering  <meyering@lucent.com>
25277
25278         * lib/getopt.c: Update from glibc.
25279         * lib/obstack.c: Likewise.
25280         * lib/obstack.h: Likewise.
25281         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25282         file
25283
25284         * lib/regex.h: Likewise.
25285         * lib/strndup.c: Likewise.
25286         * lib/strnlen.c: New file, from glibc.
25287
25288 2000-05-03  Jim Meyering  <meyering@lucent.com>
25289
25290         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25291
25292 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25293
25294         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25295         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25296         compile-time test, rather than inspecting host and OS, to
25297         decide whether to define _LARGEFILE_SOURCE.
25298
25299 2000-05-01  Jim Meyering  <meyering@lucent.com>
25300
25301         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25302
25303         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25304         Based on a patch from Bruno Haible.
25305
25306 2000-05-01  Jim Meyering  <meyering@lucent.com>
25307
25308         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25309
25310 2000-04-29  Jim Meyering  <meyering@lucent.com>
25311
25312         * lib/path-concat.c: Declare strdup only if it's not defined.
25313         * lib/canon-host.c: Likewise.
25314
25315 2000-04-28  Jim Meyering  <meyering@lucent.com>
25316
25317         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25318         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25319         is included first, then limits.h is included by locale.h by libintl.h.
25320         From John David Anglin.
25321
25322 2000-04-25  Jim Meyering  <meyering@lucent.com>
25323
25324         * lib/makepath.c (S_IRWXUGO): Define.
25325         (make_path): Always perform explicit chmod if MODE specifies any
25326         of the `special' permission bits.  Prompted by a bug report against
25327         install from Mate Wierdl and Joost van Baal.
25328
25329 2000-04-18  Jim Meyering  <meyering@lucent.com>
25330
25331         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25332         (jm_PREREQ): Use it.
25333
25334 2000-04-18  Jim Meyering  <meyering@lucent.com>
25335
25336         * lib/README: New file.
25337
25338         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25339         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25340
25341 2000-04-17  Jim Meyering  <meyering@lucent.com>
25342
25343         Get it right :-)
25344         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25345         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25346         Suggestion from Akim Demaille.
25347
25348 2000-04-17  Jim Meyering  <meyering@lucent.com>
25349
25350         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25351         the definition of it to rpl_strftime also defined-away the system's
25352         declaration.
25353
25354 2000-04-15  Jim Meyering  <meyering@lucent.com>
25355
25356         Use `C' to denote so-called `contiguous' files, the same way
25357         that tar does.
25358         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25359         (ftypelet): Use S_ISCTG.
25360         From Michael Deutschmann.
25361
25362 2000-04-14  Jim Meyering  <meyering@lucent.com>
25363
25364         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25365         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25366         clobbered.
25367
25368 2000-04-14  Jim Meyering  <meyering@lucent.com>
25369
25370         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25371
25372 2000-04-13  Jim Meyering  <meyering@lucent.com>
25373
25374         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25375         AH_VERBATIM to insert required #ifndef into config.h.in.
25376         Suggestion from Akim Demaille.
25377
25378 2000-04-12  Jim Meyering  <meyering@lucent.com>
25379
25380         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25381         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25382         Christian Krackowizer.
25383
25384         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25385         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25386         (AC_SYS_LARGEFILE): Require.
25387         (AM_C_PROTOTYPES): Require.
25388
25389 2000-04-08  Jim Meyering  <meyering@lucent.com>
25390
25391         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25392         names don't conflict.  Reported by Eli Zaretskii.
25393
25394 2000-04-07  Jim Meyering  <meyering@lucent.com>
25395
25396         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25397         sys/types.h, to work around system header problems on AIX 3.2.5.
25398         From Bruno Haible.
25399
25400 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25401
25402         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25403         bug.  Deal with the different error behavior of Irix iconv.
25404
25405 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25406
25407         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25408         IRIX if the installer said otherwise.
25409
25410 2000-04-05  Jim Meyering  <meyering@lucent.com>
25411
25412         Portability tweaks required for ultrix4.3.
25413         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25414         (jm_CHECK_DECLS): Add getutent to the list of functions.
25415         (_jm_DECL_HEADERS): Add utmpx.h.
25416         From John David Anglin.
25417
25418         * m4/strftime.m4: Back out the 2000-04-02 change.
25419         Instead of that change, simply undefine putenv in the test program.
25420
25421 2000-04-05  Jim Meyering  <meyering@lucent.com>
25422
25423         Portability tweaks required for ultrix4.3.
25424         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25425         getutent.
25426         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25427         * lib/canon-host.c: Declare strdup.
25428         * lib/path-concat.c: Likewise.
25429         From John David Anglin.
25430
25431 2000-04-04  Jim Meyering  <meyering@lucent.com>
25432
25433         Be more DOS 8.3-friendly.
25434         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25435         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25436         * lib/Makefile.am: Reflect renaming.
25437         Reported by Eli Zaretskii.
25438
25439         Use a temporary file name that won't clash with `charset.alias'
25440         in the DOS 8.3 name space.
25441         * lib/Makefile.am (charset_tmp): Define.
25442         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25443         (uninstall-local): Likewise.
25444         Reported by Eli Zaretskii.
25445
25446 2000-04-03  Jim Meyering  <meyering@lucent.com>
25447
25448         * m4/gettext.m4: Fix typo in comment.
25449
25450         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25451         textutils/configure.in).  Suggestion from Paul Eggert.
25452         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25453
25454 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25455
25456         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25457         variable in the shell rather than using putenv, which isn't
25458         portable.  This avoids the configure-time inter-test dependency
25459         on the potentially-renamed putenv function.
25460
25461 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25462
25463         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25464         before checking struct stat.st_blksize, so that
25465         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25466
25467 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25468
25469         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25470         since strftime.c uses HAVE_STRFTIME to decide whether to use
25471         the underlying strftime.
25472
25473 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25474
25475         * lib/time/strftime.c (my_strftime): Make sure we call the system
25476         strftime, not ourselves, when invoking the underlying strftime.
25477
25478 2000-03-24  Jim Meyering  <meyering@lucent.com>
25479
25480         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25481         (charset_alias): Define.
25482         (install-exec-local): Factor out common code.
25483         (uninstall-local): Split lines longer than 80.
25484         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25485         (SUFFIXES): Define.
25486         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25487         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25488
25489 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25490
25491         * lib/config.charset: Output a line containing "Packages using this
25492         file".
25493         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25494         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25495         ref-del.sed): New rules.
25496
25497 2000-03-17  Jim Meyering  <meyering@lucent.com>
25498
25499         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25500         Otherwise, include <strings.h>
25501
25502 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25503
25504         * lib/unicodeio.c (utf8_wctomb): New function.
25505         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25506         format instead of in UCS-4 with platform dependent endianness.
25507
25508 2000-03-10  Jim Meyering  <meyering@lucent.com>
25509
25510         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25511         From Marco Franzen.
25512
25513 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25514
25515         * lib/savedir.c (savedir): Work even if directory size is
25516         negative; this can happen with some screwy NFS configurations.
25517
25518 2000-03-06  Jim Meyering  <meyering@lucent.com>
25519
25520         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25521         if it's NULL (because we ran out of memory).  From Bruno Haible.
25522
25523 2000-03-05  Jim Meyering  <meyering@lucent.com>
25524
25525         * lib/localcharset.c ("path-concat.h"): Include.
25526         (get_charset_aliases): Use path_concat instead of ANSI string
25527         concatenation.
25528
25529         * lib/unicodeio.h (PARAMS): Define.
25530         Use it to guard prototype.
25531
25532 2000-03-04  Jim Meyering  <meyering@lucent.com>
25533
25534         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25535         for lib/localcharset.c.
25536
25537 2000-03-04  Jim Meyering  <meyering@lucent.com>
25538
25539         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25540         installing into it.
25541         (uninstall-local): Uncomment this rule so `make distcheck' works
25542         once again.
25543
25544         * lib/unicodeio.c (<errno.h>): Include it.
25545         (errno): Declare if not defined.
25546
25547         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25548
25549         * lib/config.charset: New version, incorporating remarks from a linux
25550         i18n mailing list.  From Bruno Haible.
25551
25552 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25553
25554         * m4/codeset.m4: New file.
25555         * m4/iconv.m4: New file.
25556         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25557
25558 2000-03-03  Jim Meyering  <meyering@lucent.com>
25559
25560         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25561
25562 2000-03-02  Jim Meyering  <meyering@lucent.com>
25563
25564         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25565         the messages come out on separate lines.
25566
25567         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25568         rather than jm_CHECK_DECLARATIONS.
25569         * m4/decl.m4: Remove now-unused file.
25570
25571         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25572         geteuid.
25573
25574 2000-03-02  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25577
25578 2000-03-01  Jim Meyering  <meyering@lucent.com>
25579
25580         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25581         * lib/unicodeio.c: Likewise.
25582
25583 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25584
25585         * lib/config.charset: New file.
25586         * lib/localcharset.c: New file.
25587         * lib/unicodeio.h, lib/unicodeio.c: New files.
25588         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25589         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25590         (noinst_HEADERS): Add unicodeio.h.
25591         (all-local, install-exec-local, charset.alias): New targets.
25592
25593 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25594
25595         * lib/quotearg.c (ALERT_CHAR): New macro.
25596         (quotearg_buffer_restyled): Use it.
25597
25598 2000-02-27  Jim Meyering  <meyering@lucent.com>
25599
25600         * m4/check-decl.m4: Add getenv to the list.
25601
25602 2000-02-27  Jim Meyering  <meyering@lucent.com>
25603
25604         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25605         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25606
25607         * lib/backupfile.c: Guard inclusion of stdlib.h with
25608         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25609         Declare malloc if needed.
25610
25611         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25612         `#ifndef HAVE_DECL..'
25613         now that autoconf always defines the HAVE_DECL_ symbols.
25614         * lib/human.c: Likewise.
25615         * lib/same.c: Likewise.
25616         * lib/strtoumax.c: Likewise.
25617
25618         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25619         declaration check was not run.
25620         * lib/hash.c: Likewise.
25621         * lib/human.c: Likewise.
25622         * lib/same.c: Likewise.
25623         * lib/strtoumax.c: Likewise.
25624
25625         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25626         `.', then first look up the entire `.'-containing string as a login
25627         name.
25628
25629 2000-02-23  Jim Meyering  <meyering@lucent.com>
25630
25631         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25632         in place of my hack.
25633
25634 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25635
25636         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25637         (textint): New typedef.
25638         (parser_control): Member year changed from int to textint.
25639         All uses changed.
25640         (YYSTYPE): Removed; replaced by %union with int and textint members.
25641         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25642         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25643         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25644         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25645         (date, number, to_year): Use width of number in digits, not its value,
25646         to determine whether it's a 2-digit year, or a 2-digit time.
25647         (yylex): Store number of digits of numeric tokens.
25648         Reported by John Kendall.
25649
25650         (parser_control): Changed from struct parser_control to typedef (for
25651         consistency).  All uses changed.
25652
25653         (tID): Removed; not used.
25654         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25655
25656 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25657
25658         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25659         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25660
25661 2000-02-12  Jim Meyering  <meyering@lucent.com>
25662
25663         * lib/userspec.c (ISDIGIT): Define it.
25664         (isdigit): Remove definition.
25665         (is_number): Use ISDIGIT, not isdigit.
25666         <libintl.h>: Include.
25667         (_ and N_): Define.
25668         (parse_user_spec): Mark translatable strings.
25669
25670 2000-02-10  Jim Meyering  <meyering@lucent.com>
25671
25672         With these changes, nanosleep.[ch] are finally enough like the other
25673         lib/* replacement files to compile on a few more losing systems.
25674
25675         * lib/nanosleep.h: Don't include config.h.
25676         Remove prototype from declaration of nanosleep.
25677         (PARAMS): Remove now-unneeded definition.
25678         * lib/nanosleep.c: #undef nanosleep.
25679         (rpl_nanosleep): Rename from nanosleep.
25680
25681 2000-02-10  Jim Meyering  <meyering@lucent.com>
25682
25683         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25684         gnu_nanosleep to rpl_nanosleep.
25685
25686 2000-02-09  Jim Meyering  <meyering@lucent.com>
25687
25688         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25689         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25690
25691 2000-02-08  Akim Demaille  <akim@epita.fr>
25692
25693         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25694         `[' and `]' and remove uses of `changequote'.
25695         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25696         (AC_SYS_LARGEFILE): Likewise.
25697         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25698         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25699         of changequote.
25700         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25701         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25702         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25703         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25704
25705 2000-02-05  Jim Meyering  <meyering@lucent.com>
25706
25707         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25708         Remove explicit use of AC_HEADER_TIME.  It is required by
25709         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25710         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25711         in autoconf whereby the expansion of the latter ended up preceding
25712         the expansion of its prerequisite, AC_HEADER_TIME.
25713         Reported by Volker Borchert.
25714
25715 2000-02-03  Jim Meyering  <meyering@lucent.com>
25716
25717         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25718
25719 2000-02-03  Jim Meyering  <meyering@lucent.com>
25720
25721         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25722         rather than with `#if HAVE_UTMPNAME'.
25723
25724 2000-02-02  Jim Meyering  <meyering@lucent.com>
25725
25726         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25727         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25728         Reported by Eli Zaretskii.
25729
25730 2000-02-01  Jim Meyering  <meyering@lucent.com>
25731
25732         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25733
25734 2000-01-31  Jim Meyering  <meyering@lucent.com>
25735
25736         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25737         functions.  Add the time.h and sys/time.h headers along with the
25738         AC_REQUIRE'ment of AC_HEADER_TIME.
25739
25740 2000-01-31  Jim Meyering  <meyering@lucent.com>
25741
25742         * lib/nanosleep.h (nanosleep): Guard declaration with
25743         `#if ! HAVE_DECL_NANOSLEEP'.
25744         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25745         the declaration in that vendor's sys/timers.h.
25746         Reported by Christian Krackowizer.
25747
25748         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25749         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25750         (ISPRINT): Likewise.
25751         Reported by Tom Tromey.
25752
25753 2000-01-30  Jim Meyering  <meyering@lucent.com>
25754
25755         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25756
25757         * m4/prereq.m4 (utmp_includes): Define.
25758         Check for ut_user and ut_name members in both struct utmpx
25759         and struct utmp.
25760
25761 2000-01-30  Jim Meyering  <meyering@lucent.com>
25762
25763         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25764         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25765         header files where only utmpx.ut_user is declared.
25766
25767         * lib/readutmp.h (UT_USER): Define.
25768
25769 2000-01-29  Jim Meyering  <meyering@lucent.com>
25770
25771         * m4/lib-check.m4: New file containing library-related checks from
25772         fileutils and sh-utils (textutils had none).
25773
25774 2000-01-28  Jim Meyering  <meyering@lucent.com>
25775
25776         * m4/perl.m4: Change format of warning message to look more like that
25777         from the missing script.  Suggestion from François Pinard.
25778
25779 2000-01-25  Jim Meyering  <meyering@lucent.com>
25780
25781         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25782         well as time.h in the compile check.
25783         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25784         Fix typo in cross-compiling case: s/yes/no/.
25785
25786 2000-01-23  Jim Meyering  <meyering@lucent.com>
25787
25788         * m4/jm-macros.m4: Move df-related tests here from
25789         fileutils/configure.in
25790
25791         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25792         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25793
25794         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25795         s/space/ac_fsusage_space/.
25796         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25797
25798         * m4/ftruncate.m4: New file (derived from part of
25799         fileutils/configure.in).
25800         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25801         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25802
25803         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25804         AC_SUBST these here, rather than just in sh-util/configure.in, so
25805         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25806         all the same.
25807         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25808         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25809         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25810         (AC_SUBST(POW_LIBM)): Likewise.
25811         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25812
25813 2000-01-23  Jim Meyering  <meyering@lucent.com>
25814
25815         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25816         obstack.c.
25817
25818 2000-01-22  Jim Meyering  <meyering@lucent.com>
25819
25820         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25821
25822         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25823
25824         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25825         configure.in
25826         (AC_CHECK_HEADERS): Likewise for sh-utils.
25827         (AC_CHECK_HEADERS): Likewise for textutils.
25828         Merge the three lists of headers.
25829
25830         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25831         from fileutils' configure.in.
25832
25833         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25834         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25835         check-decl.m4.
25836
25837         * m4/check-decl.m4: Use #if rather than #ifdef.
25838         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25839         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25840         (_jm_DECL_HEADERS): Define new function.
25841         (jm_CHECK_DECLARATIONS): Require it.
25842
25843 2000-01-22  Jim Meyering  <meyering@lucent.com>
25844
25845         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25846         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25847         Required for some AIX systems.  Reported by Christian Krackowizer.
25848         [TESTING] (main): New function.
25849
25850         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25851         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25852         letters.
25853
25854         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25855         iswprint.
25856
25857         * lib/strverscmp.c (ISDIGIT): Define.
25858         (strverscmp): Use ISDIGIT, not isdigit.
25859
25860 2000-01-19  Jim Meyering  <meyering@lucent.com>
25861
25862         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25863         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25864         defines `struct timespec' in <sys/time.h>
25865
25866         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25867         Thanks to Akim for explaining.
25868
25869 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25870
25871         * lib/nanosleep.c (nanosleep):
25872         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25873         POSIX.1 doesn't require SA_INTERRUPT and some systems
25874         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25875         it's been part of POSIX.1 since day 1 (in 1988).
25876
25877 2000-01-17  Jim Meyering  <meyering@lucent.com>
25878
25879         * lib/interlock: Remove unused file.  Reported by François Pinard.
25880
25881 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25882
25883         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25884         alert, backslash, formfeed, and vertical tab unnecessarily in
25885         shell quoting style.
25886
25887 2000-01-16  Jim Meyering  <meyering@lucent.com>
25888
25889         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25890         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25891         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25892         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25893
25894 2000-01-16  Jim Meyering  <meyering@lucent.com>
25895
25896         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25897         because the latter didn't work.
25898
25899 2000-01-15  Jim Meyering  <meyering@lucent.com>
25900
25901         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25902         (AC_REPLACE_FUNCS): Add memcpy and memset.
25903         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25904         Add strpbrk.
25905         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25906
25907 2000-01-12  Jim Meyering  <meyering@lucent.com>
25908
25909         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25910         (jm_PREREQ): Use it.
25911         (jm_PREREQ_READUTMP): New macro.
25912         (jm_PREREQ): Use it.
25913
25914 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25915
25916         Quote multibyte characters correctly.
25917         * m4/c-bs-a.m4: New file.
25918         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25919         (jm_PREREQ): Use it.
25920
25921 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25922
25923         * m4/uintmax_t.m4: Port to autoconf 2.13.
25924
25925 2000-01-08  Jim Meyering  <meyering@ascend.com>
25926
25927         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25928         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25929
25930 2000-01-04  Jim Meyering  <meyering@ascend.com>
25931
25932         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25933         jm_STRUCT_DIRENT_D_TYPE.
25934         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25935         jm_STRUCT_DIRENT_D_INO.
25936         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25937         jm_STRUCT_UTIMBUF.
25938         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25939         renamings.
25940         * m4/utime.m4: Likewise.
25941
25942         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25943         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25944
25945 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25946
25947         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25948         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25949
25950 2000-01-02  Jim Meyering  <meyering@ascend.com>
25951
25952         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25953         remember if this is necessary.
25954
25955 1999-12-26  Jim Meyering  <meyering@ascend.com>
25956
25957         * m4/jm-macros.m4: Use it here.
25958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25959
25960 1999-12-23  Jim Meyering  <meyering@ascend.com>
25961
25962         * m4/jm-macros.m4: Check for clock_gettime (moved from
25963         fileutils/configure.in)
25964         Check for gettimeofday.
25965
25966 1999-12-20  Jim Meyering  <meyering@ascend.com>
25967
25968         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25969         autoconf-2.14a-1999-12-20.
25970
25971 1999-12-19  Jim Meyering  <meyering@ascend.com>
25972
25973         * m4/lstat-slash.m4: New file.
25974         * m4/jm-macros.m4: Use the new macro:
25975         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25976
25977 1999-12-07  Jim Meyering  <meyering@ascend.com>
25978
25979         * m4/perl.m4: Require that File::Compare be available, too.
25980         Too many systems seem to lack it.
25981
25982         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25983         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25984
25985 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25986
25987         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25988         problem with the QNX 4.25 shell, which doesn't propagate exit
25989         status of failed commands inside shell assignments.
25990
25991 1999-11-17  Jim Meyering  <meyering@ascend.com>
25992
25993         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25994
25995 1999-11-07  Jim Meyering  <meyering@ascend.com>
25996
25997         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25998
25999 1999-11-06  Jim Meyering  <meyering@ascend.com>
26000
26001         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26002         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26003
26004 1999-11-05  Jim Meyering  <meyering@ascend.com>
26005
26006         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26007         configure.in of textutils, fileutils, and sh-utils into this one
26008         (shared between those packages) file.
26009         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26010         AC_STRUCT_ST_BLKSIZE.
26011
26012 1999-11-03  Jim Meyering  <meyering@ascend.com>
26013
26014         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26015         of AC_CHECK_TYPE checks includes unistd.h.
26016         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26017         Suggestion from Akim Demaille.
26018
26019 1999-10-30  Jim Meyering  <meyering@ascend.com>
26020
26021         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26022         m4-quoted string.
26023         * m4/ls-mntd-fs.m4: Likewise.
26024         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26025         * m4/jm-winsz1.m4: Likewise.
26026
26027         * m4/const.m4: Remove file, since the fix made it into the experimental
26028         version of autoconf.
26029         * m4/mktime.m4: Likewise.
26030
26031         * m4/check-type.m4: Remove file, now that the latest version of
26032         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26033
26034         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26035         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26036         AC_CHECK_TYPE.
26037
26038 1999-10-04  Jim Meyering  <meyering@ascend.com>
26039
26040         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26041
26042 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26043
26044         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26045         2.95.1 bug with HP-UX 10.20.
26046
26047 1999-09-17  Jim Meyering  <meyering@ascend.com>
26048
26049         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26050         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26051         due to missing strdup (against sh-utils-2.0).
26052
26053 1999-08-29  Jim Meyering  <meyering@ascend.com>
26054
26055         * m4/jm-macros.m4: Require jm_BISON.
26056         * m4/bison.m4: New file.
26057
26058 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26059
26060         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26061         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26062
26063 1999-08-05  Jim Meyering  <meyering@ascend.com>
26064
26065         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26066         to avoid conflicts with `conftest' on 8+3 filesystems.
26067         Suggestion from Eli Zaretskii.
26068
26069 1999-08-04  Jim Meyering  <meyering@ascend.com>
26070
26071         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26072         fileutils and sh-utils (textutils's getline test was inadequate).
26073         (AM_FUNC_GETLINE): Run this test.
26074         (AC_CHECK_FUNCS): Check for getdelim.
26075         Reported by Bob Proulx.
26076
26077 1999-08-02  Jim Meyering  <meyering@ascend.com>
26078
26079         * m4/jm-macros.m4: Add a comment.
26080
26081 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26082
26083         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26084         <inttypes.h> defines strtoumax as a macro (and not as a
26085         function).
26086
26087 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26088
26089         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26090         that we can shift, multiply and divide unsigned long long
26091         values; Ultrix cc can't do it.
26092
26093 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26094
26095         * m4/mktime.m4: New file, which is a preview of what should appear
26096         in the next public autoconf release.
26097
26098 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26099
26100         * m4/lfs.m4: Remove this file.
26101         * m4/largefile.m4: New file.  It contains the old contents of
26102         lfs.m4, except that all names with prefix AC_LFS have been
26103         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26104         compatible with future autoconf versions.  Also, some minor m4
26105         quoting problems have been fixed.
26106
26107 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26108
26109         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26110         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26111         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26112         and simplify the shell code.
26113
26114 1999-08-01  Jim Meyering  <meyering@ascend.com>
26115
26116         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26117         m4.
26118
26119 1999-07-20  Jim Meyering  <meyering@ascend.com>
26120
26121         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26122
26123 1999-07-15  Jim Meyering  <meyering@ascend.com>
26124
26125         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26126
26127 1999-05-22  Jim Meyering  <meyering@ascend.com>
26128
26129         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26130
26131 1999-05-20  Jim Meyering  <meyering@ascend.com>
26132
26133         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26134         Add a colon after each `then' in case $4 is empty.
26135
26136 1999-05-16  Jim Meyering  <meyering@ascend.com>
26137
26138         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26139
26140 1999-05-10  Jim Meyering  <meyering@ascend.com>
26141
26142         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26143
26144         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26145         AC_FUNC_MKTIME.
26146
26147 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26148
26149         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26150
26151 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26152
26153         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26154         not CPPFLAGS, so that linking works correctly in IRIX.
26155
26156 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26157
26158         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26159
26160 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26161
26162         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26163         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26164         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26165         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26166         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26167
26168         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26169
26170 1999-04-20  Jim Meyering  <meyering@ascend.com>
26171
26172         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26173         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26174         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26175
26176 1999-04-18  Jim Meyering  <meyering@ascend.com>
26177
26178         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26179         * m4/jm-macros.m4: Use it.
26180
26181 1999-04-06  Jim Meyering  <meyering@ascend.com>
26182
26183         * m4/strftime.m4: Remove test for %f.
26184
26185 1999-03-29  Jim Meyering  <meyering@ascend.com>
26186
26187         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26188         superset of the AC_TYPE_* checks in the textutils, fileutils,
26189         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26190         AC_TYPE_PID_T.
26191
26192 1999-03-28  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26195         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26196         replaced e.g., in the *.sh files of the sh-utils.
26197
26198 1999-03-20  Jim Meyering  <meyering@ascend.com>
26199
26200         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26201         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26202         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26203
26204 1999-03-19  Jim Meyering  <meyering@ascend.com>
26205
26206         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26207
26208 1999-03-12  Jim Meyering  <meyering@ascend.com>
26209
26210         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26211
26212 1999-03-07  Jim Meyering  <meyering@ascend.com>
26213
26214         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26215         declared.
26216
26217 1999-02-17  Jim Meyering  <meyering@ascend.com>
26218
26219         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26220         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26221
26222 1999-02-07  Jim Meyering  <meyering@ascend.com>
26223
26224         * m4/group-member.m4: New file -- extracted from sh-utils'
26225         configure.in.
26226
26227         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26228         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26229
26230 1999-02-06  Jim Meyering  <meyering@ascend.com>
26231
26232         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26233         * m4/fnmatch.m4: Likewise.
26234         * m4/getgroups.m4: Likewise.
26235         * m4/lstat.m4: Likewise.
26236         * m4/malloc.m4: Likewise.
26237         * m4/putenv.m4: Likewise.
26238         * m4/realloc.m4: Likewise.
26239         * m4/regex.m4: Likewise.
26240         * m4/stat.m4: Likewise.
26241         * m4/strftime.m4: Likewise.
26242         Suggestion from Alain Magloire.
26243
26244         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26245         * m4/fnmatch.m4: Likewise.
26246         * m4/getgroups.m4: Likewise.
26247         * m4/getline.m4: Likewise.
26248         * m4/lstat.m4: Likewise.
26249         * m4/malloc.m4: Likewise.
26250         * m4/memcmp.m4: Likewise.
26251         * m4/putenv.m4: Likewise.
26252         * m4/realloc.m4: Likewise.
26253         * m4/regex.m4: Likewise.
26254         * m4/stat.m4: Likewise.
26255         * m4/strftime.m4: Likewise.
26256         Suggestion from Alain Magloire.
26257
26258         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26259         an argument.
26260
26261         * m4/regex.m4: Add a run-time Test for proper operation of
26262         re_compile_pattern.
26263
26264 1999-01-31  Jim Meyering  <meyering@ascend.com>
26265
26266         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26267
26268 1999-01-30  Jim Meyering  <meyering@ascend.com>
26269
26270         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26271
26272         * m4/jm-mktime.m4: Make this a wrapper around the official
26273         AM_FUNC_MKTIME rather than my private copy, now that the official one
26274         is up to date.
26275         * m4/mktime.m4: Remove file.
26276
26277         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26278         * m4/uptime.m4: Likewise.
26279         * m4/uintmax_t.m4: Likewise.
26280
26281 1999-01-28  Jim Meyering  <meyering@ascend.com>
26282
26283         * m4/jm-macros.m4: Use jm_AFS.
26284         * m4/afs.m4: New file (from fileutils' configure.in).
26285
26286         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26287         * m4/chown.m4: Likewise.
26288         * m4/d-ino.m4: Likewise.
26289         * m4/d-type.m4: Likewise.
26290         * m4/fnmatch.m4: Likewise.
26291         * m4/getgroups.m4: Likewise.
26292         * m4/gettext.m4: Likewise.
26293         * m4/jm-mktime.m4: Likewise.
26294         * m4/jm-winsz2.m4: Likewise.
26295         * m4/lcmessage.m4: Likewise.
26296         * m4/ls-mntd-fs.m4: Likewise.
26297         * m4/malloc.m4: Likewise.
26298         * m4/memcmp.m4: Likewise.
26299         * m4/putenv.m4: Likewise.
26300         * m4/realloc.m4: Likewise.
26301         * m4/st_mtim.m4: Likewise.
26302         * m4/strftime.m4: Likewise.
26303
26304 1999-01-16  Jim Meyering  <meyering@ascend.com>
26305
26306         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26307         (ARGMATCH_DIE_DECL): Define.
26308
26309 1999-01-12  Jim Meyering  <meyering@ascend.com>
26310
26311         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26312         Reported by Lars Hecking.
26313
26314 1999-01-10  Jim Meyering  <meyering@ascend.com>
26315
26316         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26317         gross kludge.
26318         * m4/inttypes_h.m4: Likewise.
26319         * m4/lstat.m4: Likewise.
26320         * m4/malloc.m4: Likewise.
26321         * m4/readdir.m4: Likewise.
26322         * m4/realloc.m4: Likewise.
26323         * m4/st_dm_mode.m4: Likewise.
26324         * m4/stat.m4: Likewise.
26325         * m4/utimbuf.m4: Likewise.
26326         * m4/utimes.m4: Likewise.
26327
26328         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26329         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26330         comments in config.h.in are meaningful.
26331
26332         * m4/jm-macros.m4: Require autoconf-2.13 here.
26333
26334         * m4/regex.m4: By default, don't use the included regex.c on systems
26335         with glibc 2.  Suggestion from Uli Drepper.
26336
26337 1999-01-02  Jim Meyering  <meyering@ascend.com>
26338
26339         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26340
26341 1998-12-18  Jim Meyering  <meyering@ascend.com>
26342
26343         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26344         Based on a suggestion from Lars Hecking.
26345
26346 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26347
26348         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26349
26350 1998-11-16  Jim Meyering  <meyering@ascend.com>
26351
26352         * m4/lfs.m4: Double-quote the `uname...` expression.
26353
26354 1998-11-14  Jim Meyering  <meyering@ascend.com>
26355
26356         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26357         * m4/stat.m4: Likewise.
26358
26359 1998-11-03  Jim Meyering  <meyering@ascend.com>
26360
26361         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26362         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26363
26364 1998-10-18  Jim Meyering  <meyering@ascend.com>
26365
26366         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26367
26368 1998-10-17  Jim Meyering  <meyering@ascend.com>
26369
26370         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26371         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26372         calls for those previously hard-coded headers.  Instead, take a new
26373         parameter.
26374         (jm_CHECK_DECLARATIONS): Reflect interface change.
26375         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26376         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26377
26378         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26379
26380 1998-10-14  Jim Meyering  <meyering@ascend.com>
26381
26382         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26383         instead of "TZ=America/Vancouver".  From Paul Eggert.
26384
26385 1998-10-11  Jim Meyering  <meyering@ascend.com>
26386
26387         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26388         This adds a test for a recently added compatibility fix for mktime.c.
26389         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26390
26391 1998-09-27  Jim Meyering  <meyering@ascend.com>
26392
26393         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26394
26395         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26396         ../configure.in, including a change from Gordon Matzigkeit to allow
26397         cross-compiling for the Hurd.
26398
26399         * m4/glibc.m4: New file/macro to test for the GNU C Library
26400         versions 1 and 2.  From Gordon Matzigkeit.
26401         Indent.
26402
26403 1998-09-21  Jim Meyering  <meyering@ascend.com>
26404
26405         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26406
26407 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26408
26409         Port nanosecond-resolution times to UnixWare 2.1.2 and
26410         pedantic Solaris 2.6.
26411
26412         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26413         AC_STRUCT_ST_MTIM.
26414         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26415         Generate name of ns member, instead of just 1 or undef.
26416         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26417
26418 1998-08-15  Jim Meyering  <meyering@ascend.com>
26419
26420         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26421         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26422         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26423         instead of jm_TYPE_SSIZE_T.
26424
26425 1998-08-12  Jim Meyering  <meyering@ascend.com>
26426
26427         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26428
26429 1998-08-02  Jim Meyering  <meyering@ascend.com>
26430
26431         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26432         in acconfig.h manually.
26433
26434 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26435
26436         * m4/st_mtim.m4: New file.
26437
26438 1998-07-28  Jim Meyering  <meyering@ascend.com>
26439
26440         * m4/utimes.m4: Undef stat.
26441
26442 1998-07-25  Jim Meyering  <meyering@ascend.com>
26443
26444         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26445         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26446
26447 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26448
26449         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26450         uid and gid actually remain unchanged.
26451
26452 1998-07-07  Jim Meyering  <meyering@ascend.com>
26453
26454         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26455
26456 1998-07-04  Jim Meyering  <meyering@ascend.com>
26457
26458         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26459         to prove that this macro can be used in packages without regex.c.
26460
26461 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26462
26463         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26464         is to be used.
26465
26466 1998-07-03  Jim Meyering  <meyering@ascend.com>
26467
26468         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26469
26470         * m4/gettext.m4: New file -- from gettext-0.10.35.
26471         * m4/lcmessage.m4: Likewise.
26472         * m4/progtest.m4: Likewise.
26473
26474         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26475         * m4/jm-macros.m4: Require the new macro.
26476
26477 1998-06-29  Jim Meyering  <meyering@ascend.com>
26478
26479         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26480         for the definition of NGROUPS (used in a system header included
26481         by sys/mount.h).
26482
26483 1998-06-28  Jim Meyering  <meyering@ascend.com>
26484
26485         * m4/ls-mntd-fs.m4: New file.
26486         * m4/fstypename.m4: New file.
26487
26488         * m4/jm-macros.m4: Require the new macro.
26489         * m4/jm-glibc-io.m4: New file.
26490
26491 1998-05-19  Jim Meyering  <meyering@ascend.com>
26492
26493         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26494         * m4/lchown.m4: New file.
26495
26496         * m4/Makefile.am.in: New file.
26497         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26498
26499 1998-05-14  Jim Meyering  <meyering@ascend.com>
26500
26501         * m4/Makefile.am (EXTRA_DIST): Add them.
26502         * m4/jm-macros.m4: New file.
26503         * m4/utimbuf.m4: New file.
26504
26505 1998-05-12  Jim Meyering  <meyering@ascend.com>
26506
26507         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26508
26509 1998-05-11  Jim Meyering  <meyering@ascend.com>
26510
26511         * m4/isc-posix.m4: New file.
26512
26513 1998-05-10  Jim Meyering  <meyering@ascend.com>
26514
26515         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26516
26517 1998-05-09  Jim Meyering  <meyering@ascend.com>
26518
26519         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26520         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26521         with automake.
26522
26523         * m4/ssize_t.m4: New file.
26524         * m4/mktime.m4: Remove file -- the new automake has this now.
26525
26526 1998-04-26  Jim Meyering  <meyering@ascend.com>
26527
26528         * m4/assert.m4: New file.
26529         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26530
26531 1998-04-05  Jim Meyering  <meyering@ascend.com>
26532
26533         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26534         (jm_PREREQ): Use it here.
26535
26536 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26537
26538         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26539         in acconfig.h.
26540
26541 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26542
26543         * m4/prereq.m4: New file.
26544         * m4/error.m4: New file.
26545         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26546
26547 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26548
26549         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26550         cache-check for the same variable -- that defeated the purpose of
26551         the test; the test program was never run.  This was a problem only
26552         on systems with losing getline functions -- HP-UX 10.20 is one.
26553         Reported by Bjorn Helgaas.
26554
26555 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26556
26557         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26558
26559 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26560
26561         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26562
26563         * m4/const.m4: New file.  Use an initializer in this declaration
26564         typedef int charset[2]; const charset x;
26565         Reported by Bob Glickstein.
26566
26567 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26568
26569         * m4/chown.m4: Fix reversed types on -1 args to chown.
26570         From Kaveh Ghazi.
26571
26572 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26573
26574         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26575         Add lseek and memchr.
26576
26577         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26578         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26579         have a 20-character limit on names.
26580
26581 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26582
26583         * m4/inttypes_h.m4: New file.
26584         * m4/uintmax_t.m4: New file.
26585         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26586
26587 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26588   Free Software Foundation, Inc.
26589 Copying and distribution of this file, with or without modification,
26590 are permitted provided the copyright notice and this notice are preserved.